summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-3063-2061/+46
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-306-107/+141
* Fix qt5 test being run instead of qt4 oneRobert Ancell2018-08-301-1/+1
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-303-13/+12
* Set XDG_SEAT env variable in script hooksRobert Ancell2018-08-218-30/+32
* Fix test failing due to random ordering of resultsRobert Ancell2018-05-114-6/+23
* Fix incorrect use of ConsoleKit CanSuspend/Hibernate APIRobert Ancell2018-01-231-4/+4
* Move test variable declarations from the start of files.Robert Ancell2018-01-1720-1339/+754
* Fix test programs failing to link to liblightdm symbolsRobert Ancell2018-01-171-0/+2
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-127-6/+123
* Remove trailing whitespaceRobert Ancell2018-01-111-3/+3
* Fix LightDM failing to start greeters on remote X servers.Robert Ancell2018-01-113-0/+64
* Fix up KeyboardLayouts migration to AccountsService extensionRobert Ancell2017-12-221-2/+2
* Use AccountsService extension system for extended greeter information (backgr...Robert Ancell2017-12-201-5/+39
* Refactor global variables out of DBus codeRobert Ancell2017-12-201-218/+199
* Remove trailing whitespaceRobert Ancell2017-12-111-3/+3
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-113-5/+5
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-086-3/+29
* Remove trailing whitespaceRobert Ancell2017-12-081-12/+12
* Fix tests not working when picking up system configurationRobert Ancell2017-12-073-0/+9
* Use g_auto to automatically free memoryRobert Ancell2017-09-2717-848/+514
* Fix timed autologins not using autologin-session when no session specifiedRobert Ancell2017-09-211-1/+1
* Remove trailing whitespaceRobert Ancell2017-09-211-1/+1
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-2114-48/+101
* Remove trailing whitespaceRobert Ancell2017-02-131-4/+4
* Add a test to confirm can repeatedly switch to greeter and back to the sessionRobert Ancell2017-01-273-0/+166
* Correctly pass return value from sessions to LightDMRobert Ancell2017-01-276-4/+60
* Use power management functions from ConsoleKit2 if available.Robert Ancell2017-01-125-4/+105
* Use liblightdm-gobject power methods instead of re-implementing in Qt, only r...Robert Ancell2017-01-1213-33/+6
* Allow D-Bus interface to be disabledRobert Ancell2016-12-074-44/+148
* Merge with trunkRobert Ancell2016-11-2813-2/+162
|\
| * Add tests to check session listing works in greetersRobert Ancell2016-11-229-2/+87
| * Add tests for unknown / deprecated configuration itemsRobert Ancell2016-11-225-0/+75
* | Add a test for logind TerminateSession callsRobert Ancell2016-11-284-0/+101
|/
* Remove NULL checks in mock libpam code - PAM now has annotations to ensure th...Robert Ancell2016-11-141-38/+2
* Remove trailing whitespace from MakefilesRobert Ancell2016-08-121-5/+5
* Set hints for in-session-greetersRobert Ancell2016-08-1212-5/+250
* Fix greeter being killing a started session once if a new authentication is s...Robert Ancell2016-08-113-1/+70
* Add test to confirm in-session greeters can unlock existing sessionsRobert Ancell2016-08-113-0/+75
* Fix reference count when creating sessions from greetersRobert Ancell2016-08-113-0/+58
|\
| * Watch authentication session in case seat closes it; prevents segfault in som...Michael Terry2016-07-253-0/+57
* | Add a test for multi-seat autologinRobert Ancell2016-08-025-1/+93
* | Add a test for multi-seat loginRobert Ancell2016-08-023-0/+69
|/
* Add a test to check multiple authentication in greeters worksRobert Ancell2016-07-143-0/+59
* Fix warnings in test program logsRobert Ancell2016-07-141-3/+8
* Fix warning when tests completeRobert Ancell2016-07-141-1/+6
* Fix warning about status timeoutRobert Ancell2016-07-141-1/+4
* Add test to check in-session greeter doesn't open a new session when unlockin...Robert Ancell2016-07-143-1/+49
* Allow in-session greeters to reconnectRobert Ancell2016-07-144-1/+77
* Fix in-session greeter not working for greeter loginsRobert Ancell2016-07-124-5/+83