summaryrefslogtreecommitdiff
path: root/server/confdb/confdb_setup.c
AgeCommit message (Collapse)AuthorFilesLines
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-12/+12
This is just a band-aid until ELAPI is fully functional and ready to use.
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal1-3/+3
See ticket #37 in sssd track.
2009-05-11Separate confdb API from confdb setupStephen Gallagher1-0/+367
Refactoring the confdb so that the setup code can be linked separately from the access API. This is being done so that our plugins do not need to link against the collection and ini_config libraries.