summaryrefslogtreecommitdiff
path: root/src/session-child.c
Commit message (Expand)AuthorAgeFilesLines
* Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-201-6/+8
* Fix compilation without libaudit installedRobert Ancell2015-09-301-2/+8
* Only include libaudit header if using itRobert Ancell2015-09-161-0/+3
* * Generate login and logout events that can be used by the Linux Audit toolsTyler Hicks2015-09-011-0/+33
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+1
* Rename variable login_session to login1_session_id to be less ambiguousJesús González2014-12-121-4/+4
* Revert removal of ConsoleKit support.Robert Ancell2014-11-141-3/+46
* Remove ConsoleKit support since upstream is long dead. Please migrate to logi...Robert Ancell2014-10-011-46/+3
* Remove trailing whitespaceRobert Ancell2014-09-191-8/+8
* Don't try and guess if the session ID is from logind or ConsoleKit - be explicitRobert Ancell2014-09-031-0/+6
* Don't use org.freedesktop.login1.Manager.GetSessionByPID to get the logind se...Robert Ancell2014-09-031-2/+2
* Connect to logind on startupRobert Ancell2014-08-221-7/+4
* Call pam_end after reinitializing credentialsRobert Ancell2014-03-241-0/+1
* Use PAM_REINITIALIZE_CRED instead of PAM_REFRESH_CRED as that's what GDM/gnom...Robert Ancell2014-03-241-1/+1
* When unlocking an existing session cleanly exit the child and refresh the PAM...Robert Ancell2014-03-241-0/+7
* End PAM session if we don't run a child process otherwise some PAM modules ma...Robert Ancell2014-03-241-0/+15
* Log to wtmp and btmpRobert Ancell2014-03-111-0/+56
* Set utmp ut_line to the display name (i.e. :0). This matches what programs ex...Robert Ancell2014-03-101-4/+10
* Be extra careful not to call any non thread safe function after a forkRobert Ancell2014-02-261-32/+32
* Merge from trunkMichael Terry2014-02-071-1/+1
|\
| * Correctly invoke PAM to change authentication tokenRobert Ancell2014-02-061-1/+1
* | And convert accounts.c to use new sharable CommonUser class tooMichael Terry2014-02-041-2/+2
|/
* Drop unused variableRobert Ancell2013-12-101-3/+1
* Remove lightdm-set-defaults and gdmflexiserver.Robert Ancell2013-11-071-5/+0
* Remove some codeRobert Ancell2013-10-221-3/+3
* Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5 fo...Robert Ancell2013-10-221-5/+4
* Don't set utmp fields if the data is not availableRobert Ancell2013-07-261-4/+8
* Name X modules with standard naming formatRobert Ancell2013-07-241-37/+37
* Also re-send the VT to the session child, remove resolved FIXME commentsRobert Ancell2013-07-091-0/+5
* Send xauth info to child after authentication in case it has been switchedRobert Ancell2013-07-091-22/+36
* Style fixes for logind patchRobert Ancell2013-04-241-1/+1
* Merge trunkIain Lane2013-04-221-1/+26
|\
| * Make greeter and user sessions inherit the system default locale, this is nee...Guido Berhoerster2013-04-181-0/+24
| |\
| | * Make greeter and user sessions inherit the system localeGuido Berhoerster2013-04-161-0/+24
| * | Fix missing prototypes and pre-ANSI C function declarationsGuido Berhoerster2013-04-161-1/+2
| |/
* | Rename logind to login1 for consistencyIain Lane2013-04-221-5/+5
* | Instead of relying on LOGIND_RUNNING being false, test for the systemd sessio...Iain Lane2013-04-191-1/+2
* | Remove the conditionals and always build CK and logind supportIain Lane2013-04-181-15/+4
* | Fix some problems picked up by -Wall -WerrorIain Lane2013-04-181-0/+1
* | Fix whitespaceIain Lane2013-04-181-1/+1
* | Include <config.h> instead of "config.h" and fix one misplaced LOGIND_RUNNING...Iain Lane2013-04-161-1/+1
* | Add some more runtime tests for whether logind is runningIain Lane2013-04-161-2/+5
* | Merge lp:~cavalier/lightdm/logind-supportIain Lane2013-04-161-30/+33
|\ \
| * | Add logind supportPeter de Ridder2013-03-231-25/+37
* | | Add configure checks for new functionality and use consistent name for definesIain Lane2013-04-151-4/+6
* | | Initial logind support based on patch by Peter de RidderIain Lane2013-04-151-0/+16
| |/ |/|
* | Don't use GIO to access X authority files - it uses GVFS which is unnecessary...Robert Ancell2013-03-271-10/+2
|/
* but do use mlockall in session-child modeMichael Terry2013-01-281-0/+7
* Use libgcrypt to selectively secure password memory instead of the big-hammer...Michael Terry2013-01-281-3/+11
* Stop deprecation warnings from glib >= 2.36Robert Ancell2013-01-171-0/+2