summaryrefslogtreecommitdiff
path: root/src/util/sss_ini.c
AgeCommit message (Collapse)AuthorFilesLines
2013-05-21DB: Fix segfault when configuration file cannot be parsedOndrej Kos1-0/+1
https://fedorahosted.org/sssd/ticket/1934
2013-05-03CONFDB: prevent double freeOndrej Kos1-1/+0
https://fedorahosted.org/sssd/ticket/1901 CID: 11634
2013-04-26DB: Switch to new libini_config APIOndrej Kos1-0/+488
https://fedorahosted.org/sssd/ticket/1786 Since we need to support the old interface as well, the configure scritp is modified and correct ini interface is chosen.