]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/session-child.c
Load all users only when really needed
[sojka/lightdm.git] / src / session-child.c
2013-04-22 Iain LaneRename logind to login1 for consistency
2013-04-19 Iain LaneInstead of relying on LOGIND_RUNNING being false, test...
2013-04-18 Guido BerhoersterMake greeter and user sessions inherit the system defau...
2013-04-18 Iain LaneRemove the conditionals and always build CK and logind...
2013-04-18 Iain LaneFix some problems picked up by -Wall -Werror
2013-04-18 Iain LaneFix whitespace
2013-04-17 Guido BerhoersterFix stylistic issues caught by -Werror=missing-prototyp...
2013-04-16 Iain LaneDefine LOGIND_RUNNING from the configure script
2013-04-16 Iain LaneInclude <config.h> instead of "config.h" and fix one...
2013-04-16 Iain LaneAdd some more runtime tests for whether logind is running
2013-04-16 Iain LaneMerge lp:~cavalier/lightdm/logind-support
2013-04-16 Guido BerhoersterMake greeter and user sessions inherit the system locale
2013-04-16 Guido BerhoersterFix missing prototypes and pre-ANSI C function declarations
2013-04-15 Iain LaneAdd configure checks for new functionality and use...
2013-04-15 Iain LaneInitial logind support based on patch by Peter de Ridder
2013-03-27 Robert AncellMerge with trunk
2013-03-27 Robert AncellDon't use GIO to access X authority files - it uses...
2013-03-23 Peter de RidderAdd logind support
2013-03-06 Robert AncellMerge with trunk
2013-01-30 Michael Terryselectively lock memory rather than calling mlockall...
2013-01-28 Michael Terrybut do use mlockall in session-child mode
2013-01-28 Michael TerryUse libgcrypt to selectively secure password memory...
2013-01-18 Robert AncellStop deprecation warnings from glib >= 2.36
2012-08-17 Michael Terrymerge from trunk
2012-07-23 Robert AncellSet utmp ut_host field to the X display address
2012-07-13 Robert AncellOnly add utmp entry after child has forked (and have...
2012-06-12 Robert AncellHandle setresgid and setresuid not being available
2012-06-12 Robert AncellWrite utmp records for sessions
2012-05-29 Lauri TirkkonenUpdate utmpx for user sessions
2012-05-16 Michael Terryadd lock-memory option to prevent paging memory to...
2012-05-15 Robert AncellDon't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-04-05 Robert AncellFix PAM conversations after authentication from locking...
2012-04-04 Robert AncellFix gdmflexiserver not being added to the path (broken...
2012-04-04 Robert AncellOpen log files in append mode
2012-03-28 Robert AncellMerge with trunk
2012-03-28 Robert AncellHandle failures in pam_setcred
2012-03-26 Robert AncellBackup .xsession-errors on login
2012-03-20 Robert AncellCall initgroups before pam_setcred - this allows pam_se...
2012-03-15 Robert AncellHandle PAM interactions that have more than one message...
2012-03-08 Robert AncellAdd a seat option greeter-allow-guest which controls...
2012-03-05 Robert AncellStop file descriptors leaking into the session processes
2012-03-01 Robert AncellRestructure session code so the PAM authentication...