summaryrefslogtreecommitdiff
path: root/server/confdb/confdb_setup.h
AgeCommit message (Collapse)AuthorFilesLines
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-2/+3
This converts a great many configuration options to the new standard format.
2009-05-11Separate confdb API from confdb setupStephen Gallagher1-0/+51
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.