summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-record.c
Commit message (Expand)AuthorAgeFilesLines
* Only access ut_exit if availableDaniel Macks2009-07-161-0/+2
* Fix build on FreeBSD. Patch from: Joe Marcus Clarke <marcus@freebsd.org>William Jon McCann2007-11-191-3/+5
* Be careful about sending NULLs over DBus and etc.William Jon McCann2007-10-301-3/+7
* cast size_t values to int before passing to g_debug, to stop warnings onRay Strode2007-10-241-5/+5
* Some trivial fixes. The #ifdef GETUTXENT got lost in the logout function.Brian Cameron2007-10-191-1/+4
* Try to reduce the complexity of the utmp/wtmp recording code.William Jon McCann2007-10-191-160/+227
* Make username const. (gdm_session_record_write): not static.William Jon McCann2007-10-181-2/+2
* Make username const.William Jon McCann2007-10-181-5/+5
* Separate session recording writing stuff.William Jon McCann2007-10-181-0/+298