summaryrefslogtreecommitdiff
path: root/tests/src
Commit message (Expand)AuthorAgeFilesLines
* Working and passing testsRobert Ancell2012-08-241-0/+3
* Fix small bugs in remote authentication prompts not coming backRobert Ancell2012-08-241-2/+12
* Add some tests and more work on remote sessionsRobert Ancell2012-08-215-1/+83
* and drop --config being passed in test-runner again; rob says it is unneededMichael Terry2012-08-171-1/+0
* merge from trunkMichael Terry2012-08-171-1/+16
|\
| * fixes #999884 by removing the include of <unistd.h>Matthew Fischer2012-06-201-1/+0
| * Add stubs in libsystem for utmp callsRobert Ancell2012-06-121-0/+16
* | snapshot workMichael Terry2012-08-171-8/+2
* | add tests for multi-promptMichael Terry2012-04-243-2/+21
* | pass --config to lightdm, fixing testsMichael Terry2012-04-241-0/+1
|/
* Fix PAM conversations after authentication from locking up sessionsRobert Ancell2012-04-052-1/+42
* Handle failures in pam_setcredRobert Ancell2012-03-282-3/+16
* Check lightdm handles pam_open_session failingRobert Ancell2012-03-282-2/+7
* Add test for home directory being created on pam_open_sessionRobert Ancell2012-03-282-0/+9
* Backup .xsession-errors on loginRobert Ancell2012-03-261-7/+8
* Remove LIGHTDM_TEST_STATUS_SOCKET variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-203-29/+20
* Remove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_TEST_ROOT insteadRobert Ancell2012-03-2014-37/+34
* Call initgroups before pam_setcred - this allows pam_setcred to change group ...Robert Ancell2012-03-205-26/+243
* Add tests for multiply PAM info prompts and two factor authenticationRobert Ancell2012-03-192-1/+44
* Add regression test for PAM conversations that have an informational promptRobert Ancell2012-03-152-11/+27
* Only use the first argument in the session wrapper to run the sessionRobert Ancell2012-03-071-1/+4
* Fix session wrapper working the same as it did in 1.1.3Robert Ancell2012-03-062-1/+11
* Stop file descriptors leaking into the session processesRobert Ancell2012-03-052-4/+37
* Improve simulation of PAM environmentRobert Ancell2012-03-011-9/+54
* Add ConsoleKit testRobert Ancell2012-03-012-5/+38
* Add regression tests for PAM crashing (disabled for now, enable once session-...Robert Ancell2012-02-292-2/+8
* Test if greeter based password changes workRobert Ancell2012-02-281-0/+31
* Check autologin fails if prompted for a passwordRobert Ancell2012-02-282-16/+18
* Rename user0, user1, rename-user-invalidRobert Ancell2012-02-282-10/+10
* Split up and rename test user accountsRobert Ancell2012-02-282-15/+33
* Add tests for autologin when accounts are denied or expiredRobert Ancell2012-02-282-10/+24
* Don't send session stdout to .xsession-errors, add regression tests to confir...Robert Ancell2012-02-281-0/+24
* Implement mising D-Bus methods in testsRobert Ancell2012-02-281-17/+116
* Run lightdm from the pathRobert Ancell2012-02-281-3/+3
* Match full patterns in testsRobert Ancell2012-02-281-1/+9
* Tidy up getting bus addressesRobert Ancell2012-02-281-2/+5
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-152-15/+37
* Detect and handle correctly PAM modules that return user accounts that don't ...Robert Ancell2012-02-152-0/+10
* Add a regression test to check PAM renaming users worksRobert Ancell2012-02-152-2/+9
* Don't use g_hash_table_contains, it requires a very recent GLibRobert Ancell2012-02-141-1/+1
* allow asking for list of configured layouts for a given userMichael Terry2012-02-092-15/+33
* Fix up test X server atom handling so keyboard tests workRobert Ancell2012-02-093-29/+97
* Fix compile warning in test-gobject-greeterRobert Ancell2012-02-091-1/+1
* Merge with trunkRobert Ancell2012-02-096-16/+337
|\
| * merge keyboard layout/variants fix-ups branchMichael Terry2012-02-086-16/+337
| |\
| | * augment keyboard-layout test to test our ability to grab layout from the Acco...Michael Terry2012-02-072-18/+39
| | * add test that makes sure we list keyboard variants as well as layoutsMichael Terry2012-02-071-1/+23
| | * add default-keyboard-layout test and code to support itMichael Terry2012-02-072-10/+24
| | * add support to our fake X server for InternAtom, GetProperty, QueryExtension,...Michael Terry2012-02-061-2/+236
| | * support XOpenDisplay calls by responding to incoming opcodes (even if by just...Michael Terry2012-02-033-1/+35