summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Fix for ini-config test issueSumit Bose1-1/+1
2019-02-22tests: ignore order in test_update_domainSumit Bose1-2/+39
2017-04-25service: Add "pam" and "nss" services in realm_sssd_config_add_domain()Fabiano FidĂȘncio1-2/+2
2016-10-28service: Add nss and pam sssd.conf services after joiningStef Walter1-2/+2
2015-10-19tests: Make test names unique to work with GLib 2.45.7Robert Ancell1-11/+22
2015-09-11tests: Fix duplicate test case pathStef Walter1-1/+1
2015-09-07service: Fully qualify --computer-ou DN before passing to adcliStef Walter2-13/+53
2015-07-10Change default home directory to /home/%U@%DStef Walter1-1/+1
2015-04-14service: Remove hard dependency on PackageKit librariesStef Walter3-154/+106
2014-03-31cope with api change from packagekitAlban Browaeys1-1/+1
2014-03-31Makefile.am: Migrate to non-recursive MakefileStef Walter1-62/+43
2014-01-08safe-format: Update for changes from sssdStef Walter2-47/+16
2014-01-07tests: Use AM_CPPFLAGS instead of INCLUDESStef Walter1-1/+1
2014-01-03safe-printf: Add functions for safely running a positional printfStef Walter2-0/+244
2013-07-25Fix up the [sssd] section in sssd.conf if it's screwed upStef Walter2-2/+16
2013-07-22Fix testing regressionsStef Walter1-3/+3
2013-07-22Respect use_fully_qualified_names to populate LoginFormatsStef Walter1-0/+39
2013-05-02Use clang analyzer to track down issuesStef Walter1-1/+1
2013-04-26Make realm_ini_config_set() accept more than one agrument pairStef Walter1-7/+7
2013-04-26Make realm_settings_boolean() accept a default valueStef Walter1-2/+8
2013-04-26Fix warnings when building with Glib 2.36.x and GCC 4.8Stef Walter5-0/+12
2013-03-27Some basic valgrind integrationStef Walter1-2/+5
2013-03-22Enable having floating point internal settingsMarius Vollmer2-1/+167
2013-02-12Add a utility function for updating sssd.conf domainsStef Walter1-0/+55
2013-01-18Implement support for Service.Cancel() methodMarius Vollmer3-85/+22
2012-11-23Add function for getting all sections of INI conf fileStef Walter1-0/+15
2012-10-19Fix case where base dn in computer-ou doesn't match domainStef Walter1-0/+2
2012-10-19Don't crash when computer-ou is emptyStef Walter1-1/+5
2012-10-17Remove extra blank line when removing section from ini configStef Walter1-0/+32
2012-10-17Move the home/shell into [users] section of realmd settingsStef Walter2-3/+7
2012-10-17Make sure we can read values out from ini config before writingStef Walter1-0/+17
2012-09-18Add a test tool to play with installing of packagesStef Walter3-1/+78
2012-08-30Add support for specifying a computer OU LDAP DN when joiningStef Walter2-0/+86
2012-08-19Use %U and %D in the login formatsStef Walter1-5/+5
2012-08-09Support multiple login formats per realmStef Walter1-15/+39
2012-07-17Implement concept of a login policyStef Walter1-2/+26
2012-07-12Keep daemon alive as long any client that made a method call is aroundStef Walter1-0/+41
2012-07-03Add functions for loading sssd.conf filesStef Walter2-0/+281
2012-07-03Don't run file watch test when running in slow modeStef Walter1-8/+9
2012-07-03Expose the code that adds/removes from a config listStef Walter1-6/+6
2012-07-03Handle filenames in RealmIniConfig betterStef Walter1-1/+0
2012-07-03Add realm_ini_config_remove_section() to remove config sectionsStef Walter1-0/+84
2012-07-03Add realm_ini_config_have_section()Stef Walter1-0/+13
2012-07-03Add function for writing ini config to a stringStef Walter1-115/+24
2012-07-03Support parsing logins according to arbittary LoginFormatStef Walter2-0/+146
2012-06-14Add operation_id to most dbus method calls, fix diagnosticsStef Walter3-13/+13
2012-06-14Add proper dbus service files, and reorganize installStef Walter1-1/+1
2012-06-11Another instance of PK_PROGRESS_TYPE_SUBPERCENTAGEStef Walter1-4/+0
2012-06-11Fix mistake in the enroll-machine.py test scriptStef Walter1-1/+2
2012-06-11Avoid package-kit sync method in our testsStef Walter1-7/+34