summaryrefslogtreecommitdiff
path: root/src/xsession.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-132/+11
* Make sure objects are cleaned up on exit, Fix minor memory leaksRobert Ancell2011-10-061-2/+12
* Move log messages inside drop privilegesRobert Ancell2011-09-281-3/+2
* Split session setup into pre and post PAM session sectionsRobert Ancell2011-09-221-6/+15
* Refactor the session/process relationship so we can have sessions running rem...Robert Ancell2011-09-211-2/+2
* Write ~/.Xauthority in the daemon to be more consistent with how it is modifi...Robert Ancell2011-09-211-39/+17
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-0/+9
* Move PAM_TTY into xsessionRobert Ancell2011-09-161-0/+4
* Fix privilege dropping logiclightdm-0.9.6Robert Ancell2011-09-151-4/+15
* Refactor privilege codeRobert Ancell2011-09-151-2/+7
* Write ~/.Xauthority inside the session process so it cannot be hijackedRobert Ancell2011-09-131-13/+40
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-1/+2
* Always set XAUTHORITY environment variable so sudo keeps accessing the correc...Yves-Alexis Perez2011-08-091-2/+2
* Rename XAuthorization to XAuthorityRobert Ancell2011-07-201-18/+18
* Set type field in config. Fix defaults not being correctly setRobert Ancell2011-07-201-1/+1
* Include missing headersGuido Berhoerster2011-07-201-0/+1
* Rename ChildProcess to ProcessRobert Ancell2011-07-191-2/+2
* Remove xauth on stopping xsessionsRobert Ancell2011-07-181-7/+26
* Make display generic and create an XDisplayRobert Ancell2011-07-171-0/+124