summaryrefslogtreecommitdiff
path: root/server/confdb/confdb.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-08Change the way we retrieve domainsSimo Sorce1-72/+72
2009-03-30fixed two issues in the initial configurationSumit Bose1-1/+1
2009-03-20Simplify default configurationSimo Sorce1-111/+35
2009-03-20Add better error reporting to confdb functionsSimo Sorce1-29/+63
2009-03-20Avoid nested events in confdbSimo Sorce1-1/+15
2009-03-18Enable MPGs and user/group enumeration on the LOCAL domain by defaultStephen Gallagher1-3/+5
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose1-0/+4
2009-03-09Make MPG a configurable option for the domain.Simo Sorce1-0/+11
2009-03-08Use LOCAL for the default domain in confdb_init_dbStephen Gallagher1-0/+4
2009-03-06added PAM default configuration to confdb_init_dbSumit Bose1-6/+35
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce1-1/+43
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-2/+2
2009-02-28Fix confdb issues.Simo Sorce1-91/+52
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-20/+117
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-4/+1
2009-02-24Spec file patch Take 2:Stephen Gallagher1-0/+4
2009-02-20Add helper function to get booleans from confdbSimo Sorce1-9/+42
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce1-15/+0
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-12/+3
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 Gallagher1-3/+90
2008-11-04Add some more service functionsSimo Sorce1-0/+42
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+34
2008-10-20Add configuration database functions.Simo Sorce1-0/+372