summaryrefslogtreecommitdiffstats
path: root/server/confdb
Commit message (Expand)AuthorAgeFilesLines
* use fixed paths to sockets to make sure clients and server are using the sameSumit Bose2009-03-091-0/+4
* Make MPG a configurable option for the domain.Simo Sorce2009-03-092-0/+12
* Use LOCAL for the default domain in confdb_init_dbStephen Gallagher2009-03-081-0/+4
* added PAM default configuration to confdb_init_dbSumit Bose2009-03-061-6/+35
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-042-1/+46
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-2/+2
* Fix confdb issues.Simo Sorce2009-02-282-94/+54
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-272-21/+138
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-262-5/+6
* Spec file patch Take 2:Stephen Gallagher2009-02-241-0/+4
* Add helper function to get booleans from confdbSimo Sorce2009-02-202-9/+46
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-202-19/+0
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-132-13/+7
* Add skeleton for PolicyKit back-endStephen Gallagher2009-01-271-0/+16
* Add skeleton for InfoPipe serviceStephen Gallagher2009-01-271-3/+15
* Automatically generate the config.ldb if it doesn't exist (i.e. First startup)Stephen Gallagher2009-01-271-6/+83
* Fix a bug in confdb_get_string where attempting to return a default string of...Stephen Gallagher2009-01-091-1/+11
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-2/+13
* Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher2008-11-072-3/+98
* Add some more service functionsSimo Sorce2008-11-042-0/+46
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-032-0/+38
* Add configuration database functions.Simo Sorce2008-10-202-0/+411