summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Handle clearenv() not being definedRobert Ancell2012-06-211-0/+5
* Stop file descriptors leaking into the session processesRobert Ancell2012-03-051-0/+2
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-169/+33
* Run pam_setcred inside the session process so pam_group worksRobert Ancell2011-09-221-31/+35
* Refactor the session/process relationship so we can have sessions running rem...Robert Ancell2011-09-211-0/+1
* Emit the right signals when waiting for a process to quitRobert Ancell2011-09-161-1/+5
* Fix scripts not workingRobert Ancell2011-09-161-1/+1
* Tidy up blocking process codeRobert Ancell2011-09-161-24/+21
* Add VNC server supportRobert Ancell2011-09-111-42/+103
* Merge with masterRobert Ancell2011-08-081-0/+7
|\
| * Add a gdmflexiserver binary that provides backwards compatibility with existi...Robert Ancell2011-08-061-0/+7
| |\
| | * insert our private path into user's PATHMichael Terry2011-07-281-0/+7
| |/
* | Moving authentication from Display to SessionRobert Ancell2011-07-261-0/+6
|/
* Don't set SIGQUIT to ignore in child processesRobert Ancell2011-07-261-5/+2
* Fix whitespaceRobert Ancell2011-07-241-5/+5
* Rename ChildProcess to ProcessRobert Ancell2011-07-191-0/+448