summaryrefslogtreecommitdiff
path: root/server/confdb/confdb.h
AgeCommit message (Collapse)AuthorFilesLines
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-0/+8
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 Sorce1-0/+4
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+4
Add utility function in confdb Make all component fetch the dbus socket from the confdb
2008-10-20Add configuration database functions.Simo Sorce1-0/+39
Convert nss responder to use the confdb