]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - tests
Launchpad automatic translations update.
[sojka/lightdm.git] / tests /
2013-03-07 Robert AncellForce clean up test directory on exit
2013-03-07 Robert AncellFix test /tmp directory not being created
2013-03-06 Robert AncellBetter simulate VT switching so tests work
2013-02-15 Robert AncellFix python greeter crashing on sigterm
2013-02-15 Robert AncellEnsure test programs quit when the status socket closes
2013-02-14 Robert AncellFix test python greeter from not quiting on SIGTERM
2013-02-11 Robert AncellFix test X server so that it correctly cleans up on...
2013-02-11 Robert AncellRun each test in its own /tmp dir so they can't interfe...
2013-02-07 Michael TerryQLightDM: Add Qt5 version of the library: liblightdm...
2013-02-06 Michael Terryadd qt5 tests in addition to qt4 tests
2013-02-06 Michael Terryinitial build support for Qt5
2013-01-18 Robert AncellStop deprecation warnings from glib >= 2.36
2012-10-10 Michael Terryalso distribute test-python-greeter
2012-10-10 Michael Terrydistribute a few test files and scripts that we forgot...
2012-10-05 Robert AncellChanges to QLightDM
2012-10-01 Robert AncellAdd greeter-show-remote-login hint
2012-10-01 Robert AncellOverride setegid, setresgid, seteuid and setresuid...
2012-09-28 Michael Terryfix various test suite race conditions
2012-09-27 Michael Terrytests: avoid a test race condition when locking seats...
2012-09-27 Michael Terrytests: we can't guarantee the order of vnc-client-conne...
2012-09-26 Michael Terryfix qt greeter better: Qt calls aren't signal-safe...
2012-09-26 Michael Terrytests: sync after writing a status
2012-09-26 Michael Terrysafely quit test-qt-greeter on signal receipt, to avoid...
2012-09-25 Michael Terrytests: be more aggressive about closing the test greeter
2012-09-24 Michael Terryfix test suite on non-amd64 by overloading open64 as...
2012-09-24 Michael Terryuse shared function to improve maintainability of open...
2012-09-24 Michael Terryalso preload open64
2012-09-20 Robert AncellDistribute new autologin tests
2012-09-20 Robert AncellCorrectly implement and test autologin timeouts
2012-08-29 Robert AncellAdd remote sessions
2012-08-27 Robert AncellRun remote sessions when selected from the greeter
2012-08-24 Robert AncellWorking and passing tests
2012-08-24 Robert AncellFix small bugs in remote authentication prompts not...
2012-08-21 Robert AncellAdd some tests and more work on remote sessions
2012-08-20 Robert AncellSupport multiple simultaneous PAM prompts
2012-08-17 Michael Terryand drop --config being passed in test-runner again...
2012-08-17 Michael Terrymerge from trunk
2012-08-17 Michael Terrysnapshot work
2012-08-02 Robert AncellCorrectly reap unused authentication sessions
2012-06-21 Robert AncellFix compilation with GCC 4.7
2012-06-21 Matthew Fischerfixes #999884 by removing the include of <unistd.h>
2012-06-12 Robert AncellHandle setresgid and setresuid not being available
2012-06-12 Robert AncellAdd stubs in libsystem for utmp calls
2012-04-24 Michael Terryadd tests for multi-prompt
2012-04-24 Michael Terrypass --config to lightdm, fixing tests
2012-04-19 Robert AncellAdd missing script file
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-04-05 Robert AncellFix PAM conversations after authentication from locking...
2012-04-04 Robert AncellAdd test for utility path
2012-04-04 Robert AncellAdd tests for long usernames and passwords
2012-04-04 Robert AncellRename some tests
2012-03-28 Robert AncellMerge with trunk
2012-03-28 Robert AncellHandle failures in pam_setcred
2012-03-28 Robert AncellCheck lightdm handles pam_open_session failing
2012-03-28 Robert AncellAdd test for home directory being created on pam_open_s...
2012-03-27 Robert AncellImprove session log backup test
2012-03-26 Robert AncellBackup .xsession-errors on login
2012-03-20 Robert AncellRemove LIGHTDM_TEST_STATUS_SOCKET variable - just use...
2012-03-20 Robert AncellRemove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_...
2012-03-20 Robert AncellCall initgroups before pam_setcred - this allows pam_se...
2012-03-19 Robert AncellAdd tests for multiply PAM info prompts and two factor...
2012-03-15 Robert AncellAdd regression test for PAM conversations that have...
2012-03-08 Robert AncellAdd a seat option greeter-allow-guest which controls...
2012-03-07 Robert AncellOnly use the first argument in the session wrapper...
2012-03-06 Robert AncellFix session wrapper working the same as it did in 1.1.3
2012-03-05 Robert AncellStop file descriptors leaking into the session processes
2012-03-01 Robert AncellRestructure session code so the PAM authentication...
2012-03-01 Robert AncellAdd tests for Xauthority file location
2012-02-29 Robert AncellImprove simulation of PAM environment
2012-02-29 Robert AncellAdd missing test files
2012-02-29 Robert AncellAdd ConsoleKit test
2012-02-29 Robert AncellAdd regression tests for PAM crashing (disabled for...
2012-02-28 Robert AncellTest if greeter based password changes work
2012-02-28 Robert AncellCheck autologin fails if prompted for a password
2012-02-28 Robert AncellRename user0, user1, rename-user-invalid
2012-02-28 Robert AncellSplit up and rename test user accounts
2012-02-28 Robert AncellAdd tests for autologin when accounts are denied or...
2012-02-28 Robert AncellDon't send session stdout to .xsession-errors, add...
2012-02-28 Robert AncellImplement mising D-Bus methods in tests
2012-02-27 Robert AncellRun lightdm from the path
2012-02-27 Robert AncellMatch full patterns in tests
2012-02-27 Robert AncellTidy up getting bus addresses
2012-02-15 Robert AncellFix whitespace
2012-02-15 Robert AncellAdd a session lock D-Bus call that makes the greeter...
2012-02-15 Robert AncellDetect and handle correctly PAM modules that return...
2012-02-15 Robert AncellAdd a regression test to check PAM renaming users works
2012-02-14 Robert AncellDon't use g_hash_table_contains, it requires a very...
2012-02-10 Michael Terryadd lightdm_user_get_layouts
2012-02-09 Michael Terryallow asking for list of configured layouts for a given...
2012-02-09 Robert AncellFix up test X server atom handling so keyboard tests...
2012-02-09 Robert AncellFix compile warning in test-gobject-greeter
2012-02-09 Robert AncellMerge with trunk
2012-02-09 Robert AncellAdd Lock D-Bus method that locks the seat and provides...
2012-02-08 Michael Terrymerge keyboard layout/variants fix-ups branch
2012-02-07 Michael Terryaugment keyboard-layout test to test our ability to...
2012-02-07 Michael Terryadd test that makes sure we list keyboard variants...
2012-02-07 Michael Terryadd default-keyboard-layout test and code to support it
2012-02-07 Robert AncellDon't use g_key_file_unref, it requires glib 2.32
2012-02-06 Michael Terryadd support to our fake X server for InternAtom, GetPro...
2012-02-06 Robert AncellAdd full set of Python tests
next