summaryrefslogtreecommitdiff
path: root/tests/test-ini-config.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-11Fix for ini-config test issueSumit Bose1-1/+1
2013-07-25Fix up the [sssd] section in sssd.conf if it's screwed upStef Walter1-0/+14
2013-07-22Respect use_fully_qualified_names to populate LoginFormatsStef Walter1-0/+39
2013-04-26Make realm_ini_config_set() accept more than one agrument pairStef Walter1-7/+7
2013-04-26Fix warnings when building with Glib 2.36.x and GCC 4.8Stef Walter1-0/+2
2012-11-23Add function for getting all sections of INI conf fileStef Walter1-0/+15
2012-10-17Make sure we can read values out from ini config before writingStef Walter1-0/+17
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-06-05Refactor how changing list values in the samba config worksStef Walter1-8/+12
2012-06-05Implement list of permitted loginsStef Walter1-0/+113
2012-05-29Rename realm_platform_xxx to realm_settings_xxxStef Walter1-3/+3
2012-05-04Properly track changes to the samba config fileStef Walter1-16/+86
2012-05-03Rename RealmSambaConfig to RealmIniConfigStef Walter1-0/+455