summaryrefslogtreecommitdiff
path: root/tests/src/libsystem.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Use unix:dir instead of unix:tmpdir for dbus-daemon socketRichard Hansen2023-04-261-9/+12
* tests: Don't redirect /tmp/dbus-* to $LIGHTDM_TEST_ROOT/tmp/dbus-*Richard Hansen2023-04-261-0/+21
* Fix test against arrays that can never be NULLRobert Ancell2022-06-151-8/+4
* Add __getgroups_chk prototype to fix build failures on some systemsRobert Ancell2022-05-021-0/+1
* Fix check for __getgroups_chkRobert Ancell2022-05-021-1/+1
* Fix test build failing on older versions of glibc without __getgroups_chkRobert Ancell2022-05-021-0/+2
* Mock __getgroups_chk to fix tests on recent glibcRobert Ancell2022-04-261-0/+6
* Glibc 2.33 fix.Martin Liska2021-02-151-0/+6
* Move test variable declarations from the start of files.Robert Ancell2018-01-171-337/+150
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-121-0/+3
* Remove trailing whitespaceRobert Ancell2017-12-081-12/+12
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-161/+82
* Remove NULL checks in mock libpam code - PAM now has annotations to ensure th...Robert Ancell2016-11-141-38/+2
* Allow greeters to run in-sessionRobert Ancell2016-06-281-32/+74
* Set XDMCP hostname field in to system hostname or configured valueRobert Ancell2016-05-051-0/+7
* Drop support for legacy XMir - this only existed in early development before ...Robert Ancell2016-04-261-8/+0
* Use /dev/tty0 instead of /dev/console.Robert Ancell2016-04-051-11/+11
* Return a valid fd for audit_openRobert Ancell2015-09-161-1/+1
* Add regression test for libaudit supportRobert Ancell2015-09-161-0/+50
* Use new Xmir binary when running X under Unity System CompositorRobert Ancell2015-05-141-0/+9
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-0/+2
* Update libsystem to make lightdm think VT switching is possibleRobert Ancell2014-11-121-0/+5
* Redirect bound socket ports so networking tests can be run non-rootRobert Ancell2014-11-121-0/+184
* Correctly mock /run in tests so Mir tests don't collide with system filesRobert Ancell2014-11-101-0/+3
* Remove trailing whitespaceRobert Ancell2014-09-191-21/+21
* Don't use org.freedesktop.login1.Manager.GetSessionByPID to get the logind se...Robert Ancell2014-09-031-0/+30
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-8/+8
* Just create proxy and ask for owner rather than manually calling StartService...Michael Terry2014-05-141-4/+0
* More finely test PAM usageRobert Ancell2014-03-241-37/+128
* Scan XDG_DATA_DIRS and XDG_CONFIG_DIRS for config values tooMichael Terry2014-03-171-0/+6
* Log to wtmp and btmpRobert Ancell2014-03-111-31/+73
* Set utmp ut_line to the display name (i.e. :0). This matches what programs ex...Robert Ancell2014-03-101-2/+48
* Convert all test programs to use key value pairs for requestsRobert Ancell2014-02-261-1/+1
* Refactor shared data tests so they don't require root.Robert Ancell2014-02-251-11/+2
* Add shared data manager and testMichael Terry2014-02-081-1/+49
* Add warning flags where they are missing and fix the resulting warnings.Robert Ancell2014-02-061-21/+37
|\
| * Add warning flags where they are missing and fix the resulting warningsRobert Ancell2014-02-061-21/+37
* | Correctly invoke PAM to change authentication tokenRobert Ancell2014-02-061-1/+4
|/
* Correctly set permissions on Xauthority fileRobert Ancell2013-09-101-0/+16
* Check result of getgroupsRobert Ancell2013-09-051-0/+4
* Correctly wrap stat64Robert Ancell2013-09-051-1/+1
* Don't unref unassigned variableRobert Ancell2013-09-051-3/+2
* Always pretend to have systemd availableRobert Ancell2013-07-301-0/+4
* Check correct VT is activated in test casesRobert Ancell2013-07-241-1/+11
* Load sessions and greeters from /usr/share/lightdm/sessions and /usr/share/li...Robert Ancell2013-07-111-0/+3
* Fix regression testRobert Ancell2013-06-251-4/+10
* Load configuration from /etc/lightdm/lightdm.conf.dRobert Ancell2013-06-181-0/+17
* Fix tests not running from install directory inside checkoutRobert Ancell2013-06-171-6/+6
* Fix tests running from /tmpRobert Ancell2013-06-141-19/+15
* Correctly redirect /etc and /var - make distcheck now runs!Robert Ancell2013-06-131-6/+85