summaryrefslogtreecommitdiffstats
path: root/server/confdb/confdb_setup.c
Commit message (Collapse)AuthorAgeFilesLines
* add utility call check_and_open_readonlySumit Bose2009-10-051-6/+25
| | | | | Use this new utility call to ensure that the config file is safe to read from.
* Upgrade confdb to version 2Stephen Gallagher2009-09-251-2/+39
| | | | | This converts a great many configuration options to the new standard format.
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-12/+12
| | | | | | | | This reverts commit 8c50bd085c0efe5fde354deee2c8118887aae29d. Amended: commit 1016af2b1b97ad4290ccce8fa462cc7e3c191b2e also made use of the SYSLOG_ERROR() macro, so those portions of that code also needed to be reverted.
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-12/+12
| | | | | This is just a band-aid until ELAPI is fully functional and ready to use.
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-021-3/+3
| | | | See ticket #37 in sssd track.
* Separate confdb API from confdb setupStephen Gallagher2009-05-111-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.