summaryrefslogtreecommitdiff
path: root/service/realm-ini-config.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-25Fix up the [sssd] section in sssd.conf if it's screwed upStef Walter1-0/+4
2013-07-22Respect use_fully_qualified_names to populate LoginFormatsStef Walter1-0/+6
2013-04-26Make realm_ini_config_set() accept more than one agrument pairStef Walter1-1/+2
2013-04-12Cleanup our samba net ads join processStef Walter1-0/+4
2012-11-23Add function for getting all sections of INI conf fileStef Walter1-0/+2
2012-07-17Add semi-transactional API for changing INI filesStef Walter1-0/+8
2012-07-06Write out sssd.conf as 0600 permissionsStef Walter1-0/+1
2012-07-03Mark realm_ini_config_change() varargs as null terminatedStef Walter1-1/+1
2012-07-03Expose the code that adds/removes from a config listStef Walter1-0/+7
2012-07-03Add realm_ini_config_remove_section() to remove config sectionsStef Walter1-0/+3
2012-07-03Add realm_ini_config_have_section()Stef Walter1-0/+3
2012-07-03Add function for writing ini config to a stringStef Walter1-0/+2
2012-06-05Refactor how changing list values in the samba config worksStef Walter1-1/+24
2012-06-05Implement list of permitted loginsStef Walter1-1/+14
2012-05-04Properly track changes to the samba config fileStef Walter1-8/+4
2012-05-03Rename RealmSambaConfig to RealmIniConfigStef Walter1-0/+78