summaryrefslogtreecommitdiff
path: root/server/confdb
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-2/+2
2009-02-28Fix confdb issues.Simo Sorce2-94/+54
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher2-21/+138
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2-5/+6
2009-02-24Spec file patch Take 2:Stephen Gallagher1-0/+4
2009-02-20Add helper function to get booleans from confdbSimo Sorce2-9/+46
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce2-19/+0
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce2-13/+7
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 of...Stephen Gallagher1-1/+11
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-2/+13
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2-3/+98
2008-11-04Add some more service functionsSimo Sorce2-0/+46
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce2-0/+38
2008-10-20Add configuration database functions.Simo Sorce2-0/+411