summaryrefslogtreecommitdiffstats
path: root/src/util/sss_ini.c
Commit message (Collapse)AuthorAgeFilesLines
* DB: Fix segfault when configuration file cannot be parsedOndrej Kos2013-05-211-0/+1
| | | | https://fedorahosted.org/sssd/ticket/1934
* CONFDB: prevent double freeOndrej Kos2013-05-031-1/+0
| | | | | | https://fedorahosted.org/sssd/ticket/1901 CID: 11634
* DB: Switch to new libini_config APIOndrej Kos2013-04-261-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.