summaryrefslogtreecommitdiff
path: root/src/session-child.c
Commit message (Expand)AuthorAgeFilesLines
* Set utmp ut_host field to the X display addressRobert Ancell2012-07-231-2/+6
* Only add utmp entry after child has forked (and have a valid PID)Robert Ancell2012-07-131-51/+47
* Write utmp records for sessionsRobert Ancell2012-06-121-0/+53
|\
| * Update utmpx for user sessionsLauri Tirkkonen2012-05-291-8/+42
|/
* Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supportedRobert Ancell2012-05-161-0/+5
* Fix PAM conversations after authentication from locking up sessionsRobert Ancell2012-04-051-0/+9
* Fix gdmflexiserver not being added to the path (broken since 1.1.4)Robert Ancell2012-04-041-0/+6
* Open log files in append modeRobert Ancell2012-04-041-2/+2
* Handle failures in pam_setcredRobert Ancell2012-03-281-0/+5
* Backup .xsession-errors on loginRobert Ancell2012-03-261-1/+6
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-201-9/+13
* Handle PAM interactions that have more than one message in one callback. Bas...Robert Ancell2012-03-151-2/+4
* Stop file descriptors leaking into the session processesRobert Ancell2012-03-051-3/+6
* Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-0/+534