]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/session-child.c
Merge from trunk
[sojka/lightdm.git] / src / session-child.c
2014-02-07 Michael TerryMerge from trunk
2014-02-06 Robert AncellAdd warning flags where they are missing and fix the...
2014-02-06 Robert AncellCorrectly invoke PAM to change authentication token...
2014-02-06 Robert AncellCorrectly invoke PAM to change authentication token
2014-02-04 Michael TerryAnd convert accounts.c to use new sharable CommonUser...
2013-12-09 Robert AncellDrop unused variable
2013-11-27 Robert AncellMerge with trunk
2013-11-17 Robert AncellRemove lightdm-set-defaults and gdmflexiserver.
2013-11-07 Robert AncellRemove lightdm-set-defaults and gdmflexiserver.
2013-10-28 Michael TerryMerge from trunk
2013-10-22 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-10-21 Robert AncellMerge with trunk
2013-10-21 Robert AncellRemove some code
2013-10-21 Robert AncellCorrectly set $XDG_SESSION_CLASS for greeters. This...
2013-08-19 Robert AncellMerge with trunk
2013-08-15 Michael TerryMerge from trunk
2013-07-26 Robert AncellSupport non X based greeter and sessions in test code.
2013-07-26 Robert AncellRefactor the way the background session is started...
2013-07-26 Robert AncellAllow display servers to not be able to share sessions.
2013-07-26 Robert AncellDon't set utmp fields if the data is not available.
2013-07-26 Robert AncellDon't set utmp fields if the data is not available
2013-07-25 Robert AncellMerge with trunk
2013-07-25 Robert AncellMerge in greeter-log-file branch
2013-07-25 Robert AncellDon't set utmp variables if they aren't known
2013-07-24 Robert AncellCheck correct VT is activated in test cases.
2013-07-24 Robert AncellName X modules with standard naming format.
2013-07-24 Robert AncellMerge in X module renaming changes
2013-07-24 Robert AncellName X modules with standard naming format
2013-07-16 Robert AncellMerge with trunk
2013-07-09 Robert AncellMerge with trunk
2013-07-09 Robert AncellSupport running the greeter and session in different...
2013-07-09 Robert AncellAlso re-send the VT to the session child, remove resolv...
2013-07-09 Robert AncellSend xauth info to child after authentication in case...
2013-05-09 Robert AncellMerge with trunk
2013-04-30 Robert AncellMerged
2013-04-30 Robert AncellMerge with trunk
2013-04-24 Guido BerhoersterFix the two bugs which prevent the language selection...
2013-04-23 Robert AncellStyle fixes for logind patch.
2013-04-23 Robert AncellStyle fixes for logind patch
2013-04-23 Iain LaneUse everywhere instead of UPower and ConsoleKit - lock...
2013-04-23 Robert AncellMerge with trunk
2013-04-22 Iain LaneMerge trunk
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...