summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-record.c
Commit message (Expand)AuthorAgeFilesLines
* gdm-session-record: Use g_auto*Alessandro Bono2023-04-281-4/+1
* manager: Fix btmp record accountingRay Strode2022-10-271-4/+10
* gdm-session-record: Don't use g_get_current_timeAlessandro Bono2022-10-271-4/+4
* gdm-session-record: Use memccpy() instead of strncpy()Robert Mader2019-08-131-9/+7
* daemon/gdm-session-record.c: open/close the utmp databaseJason Pleau2018-06-121-0/+4
* manager: don't record wtmp entries when user unknownRay Strode2017-10-101-14/+1
* session-record: write ut_line for remote logins tooPaul Szabo2015-08-141-2/+1
* session-record: don't set ut_idPaul Szabo2015-08-141-18/+0
* session-record: simplify utmp updating logicPaul Szabo2015-08-141-56/+5
* session-record: fix use after freePaul Szabo2015-08-141-2/+1
* session-record: support NULL display name if tty available (for logout/failed)Ray Strode2015-07-011-0/+6
* session-record: support NULL display name if tty availableRay Strode2015-04-021-0/+3
* session-record: don't print that we are updating btmp if not supportedAntoine Jacoutot2013-10-111-0/+2
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
* 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