| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Continue development... | Mike Gabriel | 2013-04-24 | 2 | -1/+7 |
| | | |||||
| * | silent release (0.0.0.2) | Mike Gabriel | 2013-04-24 | 1 | -2/+2 |
| | | |||||
| * | remove socket-sucker.c from build logic | Mike Gabriel | 2012-11-11 | 1 | -9/+0 |
| | | |||||
| * | increment package version | Mike Gabriel | 2012-11-11 | 1 | -1/+1 |
| | | |||||
| * | Use socat instead of socket-sucker.c from lightdm-remote-session-freerdp. | Mike Gabriel | 2012-11-11 | 4 | -83/+13 |
| | | |||||
| * | release 0.0.0.1 | Mike Gabriel | 2012-11-10 | 1 | -2/+2 |
| | | |||||
| * | fixing copyright headers | Mike Gabriel | 2012-11-10 | 4 | -1/+25 |
| | | |||||
| * | enable sound | Mike Gabriel | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | enable X2Go keyboard auto-detection | Mike Gabriel | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | log pyhoca-cli activity to syslog, add options --add-to-known-hosts | Mike Gabriel | 2012-11-10 | 1 | -1/+1 |
| | | |||||
| * | changelog fix | Mike Gabriel | 2012-11-10 | 1 | -3/+4 |
| | | |||||
| * | Versioned dependency on pyhoca-cli (>= 0.2.1.0). | Mike Gabriel | 2012-11-10 | 2 | -1/+3 |
| | | |||||
| * | add forgotten file x2go-session.in | Mike Gabriel | 2012-11-10 | 1 | -0/+9 |
| | | |||||
| * | the session starter script can be named x2go-session | Mike Gabriel | 2012-11-10 | 2 | -13/+4 |
| | | |||||
| * | some more renaming | Mike Gabriel | 2012-11-09 | 2 | -2/+2 |
| | | |||||
| * | re-add lost file lightdm-remote-x2go | Mike Gabriel | 2012-11-09 | 1 | -0/+8 |
| | | |||||
| * | more and more faking freerdp(2) | Mike Gabriel | 2012-11-09 | 1 | -10/+10 |
| | | |||||
| * | more and more faking freerdp | Mike Gabriel | 2012-11-09 | 5 | -12/+5 |
| | | |||||
| * | adapt watch file to being an X2Go src:project | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | | |||||
| * | try to run on behalf of lightdm-remote-session-freerdp | Mike Gabriel | 2012-11-09 | 2 | -7/+7 |
| | | |||||
| * | install executables to $(libexec), not $(pkglibexec) | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | | |||||
| * | Be a drop-in replacement for lightdm-remote-session-freerdp for now until ↵ | Mike Gabriel | 2012-11-09 | 3 | -2/+9 |
| | | | | | Canonical offers X2Go sessions on https://uccs.landscape.canonical.com. | ||||
| * | call pyhoca-cli instead of xfreerdp | Mike Gabriel | 2012-11-09 | 1 | -2/+2 |
| | | |||||
| * | change upstream authorname | Mike Gabriel | 2012-11-09 | 2 | -2/+2 |
| | | |||||
| * | mention Ted Gould in fork statement | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | | |||||
| * | use cdbs for packaging | Mike Gabriel | 2012-11-09 | 2 | -6/+5 |
| | | |||||
| * | adapt version to X2Go versioning scheme | Mike Gabriel | 2012-11-09 | 1 | -1/+1 |
| | | |||||
| * | cleanup after fork | Mike Gabriel | 2012-11-09 | 4 | -3/+3 |
| | | |||||
| * | fork lightdm-remote-session-freerdp as lightdm-remote-session-x2go | Mike Gabriel | 2012-11-08 | 18 | -39/+120 |
| | | |||||
| * | 1.0 | Ted Gould | 2012-09-18 | 1 | -1/+1 |
| | | |||||
| * | Add an apparmor profile. Fixes: https://bugs.launchpad.net/bugs/1049849. ↵ | Ted Gould | 2012-09-17 | 4 | -6/+126 |
| |\ | | | | | | | Approved by jenkins. | ||||
| | * | Fixing up the desktop file and directories to get everything cleaned up | Ted Gould | 2012-09-14 | 2 | -3/+3 |
| | | | |||||
| | * | Adding in the session wrapper | Ted Gould | 2012-09-14 | 2 | -1/+41 |
| | | | |||||
| | * | Adding in the apparmor profile | Ted Gould | 2012-09-14 | 2 | -2/+82 |
| | | | |||||
| | * | Attaching bug | Ted Gould | 2012-09-14 | 0 | -0/+0 |
| |/ | |||||
| * | Remove the NLA exclusion. Approved by Albert Astals Cid, jenkins. | Ted Gould | 2012-08-31 | 1 | -1/+1 |
| |\ | |||||
| | * | Adding back NLA so that we check certs | Ted Gould | 2012-08-30 | 1 | -1/+1 |
| | | | |||||
| * | | Check byte count or error. Approved by Albert Astals Cid, jenkins. | Ted Gould | 2012-08-31 | 1 | -1/+1 |
| |\ \ | |/ |/| | |||||
| | * | Also check to ensure we wrote an identical number of bytes in and out. Idea ↵ | Ted Gould | 2012-08-30 | 1 | -1/+1 |
| |/ | | | | by Albert | ||||
| * | Checking return values and enabling PIE to increase security. Fixes: ↵ | Ted Gould | 2012-08-30 | 2 | -3/+16 |
| |\ | | | | | | | https://bugs.launchpad.net/bugs/1039636. Approved by Albert Astals Cid, jenkins. | ||||
| | * | Check to ensure we wrote something | Ted Gould | 2012-08-29 | 1 | -1/+1 |
| | | | |||||
| | * | Attaching bug | Ted Gould | 2012-08-29 | 0 | -0/+0 |
| | | | |||||
| | * | Compiling with PIE | Ted Gould | 2012-08-29 | 1 | -0/+5 |
| | | | |||||
| | * | Checking the return values on read and write better | Ted Gould | 2012-08-29 | 1 | -2/+5 |
| | | | |||||
| | * | Check the return from snprintf | Ted Gould | 2012-08-29 | 1 | -1/+6 |
| |/ | |||||
| * | 0.3 | Ted Gould | 2012-08-21 | 1 | -1/+1 |
| | | |||||
| * | Install the binary in the right directory | Ted Gould | 2012-08-21 | 1 | -1/+1 |
| | | |||||
| * | 0.2 | Ted Gould | 2012-08-21 | 1 | -1/+1 |
| | | |||||
| * | Adding a socket sucker C program | Ted Gould | 2012-08-21 | 6 | -9/+100 |
| |\ | |||||
| | * | Copyright header | Ted Gould | 2012-08-21 | 1 | -0/+18 |
| | | | |||||
