summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Run remote sessions when selected from the greeterRobert Ancell2012-08-271-1/+1
|
* Working and passing testsRobert Ancell2012-08-244-10/+20
|
* 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-2111-3/+143
|
* and drop --config being passed in test-runner again; rob says it is unneededMichael Terry2012-08-171-1/+0
|
* merge from trunkMichael Terry2012-08-176-1/+100
|\
| * Correctly reap unused authentication sessionsRobert Ancell2012-08-025-0/+84
| |
| * 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-172-9/+4
| |
* | add tests for multi-promptMichael Terry2012-04-246-2/+63
| |
* | pass --config to lightdm, fixing testsMichael Terry2012-04-241-0/+1
|/
* Add missing script fileRobert Ancell2012-04-191-0/+44
|
* Fix PAM conversations after authentication from locking up sessionsRobert Ancell2012-04-056-2/+81
| | | | Fix PAM informational messages locking up autologin
* Add test for utility pathRobert Ancell2012-04-043-0/+39
|
* Add tests for long usernames and passwordsRobert Ancell2012-04-049-0/+90
|
* Rename some testsRobert Ancell2012-04-0419-24/+24
|
* Handle failures in pam_setcredRobert Ancell2012-03-289-3/+160
|
* Check lightdm handles pam_open_session failingRobert Ancell2012-03-285-2/+55
|
* Add test for home directory being created on pam_open_sessionRobert Ancell2012-03-285-0/+43
|
* Improve session log backup testRobert Ancell2012-03-271-13/+29
|
* Backup .xsession-errors on loginRobert Ancell2012-03-268-11/+131
|
* 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-208-26/+281
| | | | membership correctly
* Add tests for multiply PAM info prompts and two factor authenticationRobert Ancell2012-03-1911-1/+141
|
* Add regression test for PAM conversations that have an informational promptRobert Ancell2012-03-157-11/+75
|
* 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-059-5/+212
|
* Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-5/+3
|
* Add tests for Xauthority file locationRobert Ancell2012-03-015-0/+77
|
* Improve simulation of PAM environmentRobert Ancell2012-03-011-9/+54
|
* Add missing test filesRobert Ancell2012-03-014-0/+72
|
* Add ConsoleKit testRobert Ancell2012-03-015-5/+76
|
* Add regression tests for PAM crashing (disabled for now, enable once ↵Robert Ancell2012-02-293-3/+13
| | | | session-refactor branch merged)
* Test if greeter based password changes workRobert Ancell2012-02-286-0/+83
|
* Check autologin fails if prompted for a passwordRobert Ancell2012-02-285-18/+58
|
* Rename user0, user1, rename-user-invalidRobert Ancell2012-02-284-13/+13
|
* Split up and rename test user accountsRobert Ancell2012-02-2842-147/+165
|
* Add tests for autologin when accounts are denied or expiredRobert Ancell2012-02-289-10/+140
|
* Don't send session stdout to .xsession-errors, add regression tests to ↵Robert Ancell2012-02-286-0/+102
| | | | confirm logging is working
* 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
|
* Fix whitespace1.1.3Robert Ancell2012-02-151-1/+1
|
* Add a session lock D-Bus call that makes the greeter select that userRobert Ancell2012-02-156-18/+108
|
* Detect and handle correctly PAM modules that return user accounts that don't ↵Robert Ancell2012-02-155-0/+48
| | | | exist
* Add a regression test to check PAM renaming users worksRobert Ancell2012-02-155-2/+43
|