summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-201-15/+6
* Tidy up finalize methodsRobert Ancell2015-10-161-3/+1
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-3/+3
* Remove trailing whitespaceRobert Ancell2014-09-191-12/+12
* Fix memory leaksRobert Ancell2014-09-051-2/+4
* Don't use g_hash_table_get_keys_as_array, it's a glib 2.40 featureRobert Ancell2014-03-121-2/+7
* Handle signals being received in child processes instead of treating them lik...Robert Ancell2014-03-071-3/+10
* Fix small leaks detected by valgrind.Robert Ancell2014-03-061-1/+2
|\
| * Fix small leaks detected by valgrindRobert Ancell2014-03-061-1/+2
* | Make sure processes can only be stopped once, don't warn if process doesn't e...Robert Ancell2014-03-061-1/+16
|/
* More carefully remove GSourcesRobert Ancell2014-03-041-4/+1
* Be extra careful not to call any non thread safe function after a forkRobert Ancell2014-02-261-44/+86
* Destroy quit timeout when a process object is destroyed - fixes a crash where...Robert Ancell2013-10-101-0/+2
* Check return value reading from signal pipeRobert Ancell2013-09-051-2/+3
* Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-4/+4
* Fix script hooks no longer working with latest glibRobert Ancell2013-03-071-14/+21
* 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