summaryrefslogtreecommitdiff
path: root/server/confdb
AgeCommit message (Collapse)AuthorFilesLines
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce2-13/+7
throw away databases Check version and init main db if empty
2009-01-27Add skeleton for PolicyKit back-endStephen Gallagher1-0/+16
2009-01-27Add skeleton for InfoPipe serviceStephen Gallagher1-3/+15
2009-01-27Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher1-6/+83
2009-01-09Fix a bug in confdb_get_string where attempting to return a default string ↵Stephen Gallagher1-1/+11
of NULL would erroneously report ENOMEM.
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-2/+13
Changing the default SBUS locations to be configure script parameters
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2-3/+98
Changed the "section" feature of confdb.c to use '/' as a delimiter instead of '.', because this conflicted with the ability to use dots in domain names.
2008-11-04Add some more service functionsSimo Sorce2-0/+46
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce2-0/+38
Add utility function in confdb Make all component fetch the dbus socket from the confdb
2008-10-20Add configuration database functions.Simo Sorce2-0/+411
Convert nss responder to use the confdb