summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix minor memory leakRobert Ancell2013-03-271-0/+1
* Don't use GIO to access X authority files - it uses GVFS which is unnecessary...Robert Ancell2013-03-279-157/+90
* Fix stale X server being left behind when using LockSession D-Bus APIRobert Ancell2013-03-273-12/+14
* Correctly check X server is terminated when returning to existing sessionRobert Ancell2013-03-261-0/+8
* Use G_MAXUINT32 instead of 0xFFFFFFFFRobert Ancell2013-03-191-1/+1
* Correctly check overflow for n_secretsRobert Ancell2013-03-191-2/+3
* Use 32 bit type for n_secrets so can detect overflowRobert Ancell2013-03-191-2/+2
* Handle over/underflows when reading from greeterRobert Ancell2013-03-181-10/+33
* Improve warning message when XDMCP packet has length mismatchRobert Ancell2013-03-121-1/+1
* Fix XDMCP tests failing by fixing up display stopping code (again)Robert Ancell2013-03-089-61/+46
* Fix script hooks no longer working with latest glibRobert Ancell2013-03-075-22/+25
* 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-284-18/+74
* Stop deprecation warnings from glib >= 2.36Robert Ancell2013-01-172-0/+4
* Correctly work out the active display from the active VT when it exits so a g...Robert Ancell2012-11-289-123/+152
* Add greeter-show-remote-login hintRobert Ancell2012-10-014-0/+16
|\
| * Add greeter-show-remote-login hintMichael Terry2012-09-114-0/+16
* | Correctly implement and test autologin timeoutsRobert Ancell2012-09-204-15/+36
|/
* Run remote sessions when selected from the greeterRobert Ancell2012-08-277-27/+46
* Working and passing testsRobert Ancell2012-08-245-11/+24
* Put remote sessions in /usr/share/lightdm/remote-sessionsRobert Ancell2012-08-241-1/+1
* Fix small bugs in remote authentication prompts not coming backRobert Ancell2012-08-241-3/+7
* Add some tests and more work on remote sessionsRobert Ancell2012-08-213-4/+18
* Start work on supporting remote session typesRobert Ancell2012-08-201-1/+79
* Correctly reap unused authentication sessionsRobert Ancell2012-08-021-0/+8
* Set utmp ut_host field to the X display addressRobert Ancell2012-07-231-2/+6
* Only add utmp entry after child has forked (and have a valid PID)Robert Ancell2012-07-131-51/+47
* Handle clearenv() not being definedRobert Ancell2012-06-211-0/+5
* Handle setresgid and setresuid not being availableRobert Ancell2012-06-131-1/+26
|\
| * fixes 999713: setresuid/setresgid don't work on some platformsMatthew Fischer2012-06-051-1/+26
* | Run greeters inside the "lightdm-greeter" PAM serviceRobert Ancell2012-06-121-16/+11
* | Write utmp records for sessionsRobert Ancell2012-06-121-0/+53
|\ \ | |/ |/|
| * Update utmpx for user sessionsLauri Tirkkonen2012-05-291-8/+42
* | fixing 999718Matthew Fischer2012-06-041-1/+1
|/
* add lock-memory option to prevent paging memory to disk, enabled by defaultMichael Terry2012-05-161-0/+9
|\
| * add lock-memory config key, enabled by default, to prevent memory from being ...Michael Terry2012-05-141-0/+9
* | Don't set PAM_XDISPLAY or PAM_XAUTHDATA if not supportedRobert Ancell2012-05-161-0/+5
|/
* Change XDMCP manage timeout from 10ms to 126s (maximum specified in the XDMP ...1.2.0Robert Ancell2012-04-051-1/+4
* Fix PAM conversations after authentication from locking up sessionsRobert Ancell2012-04-051-0/+9
* Fix gdmflexiserver not being added to the path (broken since 1.1.4)Robert Ancell2012-04-041-0/+6
* Open log files in append modeRobert Ancell2012-04-041-2/+2
* Handle failures in pam_setcredRobert Ancell2012-03-281-0/+5
* Backup .xsession-errors on loginRobert Ancell2012-03-261-1/+6
* Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-204-8/+4
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-204-4/+0
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-205-14/+17
* Handle PAM interactions that have more than one message in one callback. Bas...Robert Ancell2012-03-152-4/+6
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-083-0/+14
* Add a seat option greeter-allow-guest which controls if the greeter should sh...Robert Ancell2012-03-085-1/+25
|\
| * Rename show-guest option to greeter-allow-guestChow Loong Jin2012-03-025-11/+11