summaryrefslogtreecommitdiffstats
path: root/server/confdb/confdb.c
Commit message (Expand)AuthorAgeFilesLines
* Fix accidentally forcing MPGs on for all domainsStephen Gallagher2009-08-211-1/+1
* Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher2009-08-201-1/+2
* fix return value of confdb_get_domainsSumit Bose2009-08-181-0/+1
* Fix segfault in update_monitor_configStephen Gallagher2009-06-191-0/+4
* Treat a missing provider entry as a config errorStephen Gallagher2009-06-081-2/+7
* Suppress "rootdse" error messages from the confdbStephen Gallagher2009-06-011-3/+4
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-2/+2
* Fix warnings in monitor.c and confdb.cStephen Gallagher2009-05-121-1/+1
* Separate confdb API from confdb setupStephen Gallagher2009-05-111-348/+3
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-1/+0
* Avoid unnecessary reloads of config.ldbSimo Sorce2009-04-161-4/+37
* Add common function to retrieve comma sep. listsSimo Sorce2009-04-141-45/+158
* Always pass full domain infoSimo Sorce2009-04-131-73/+107
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-131-58/+256
* Change the way we retrieve domainsSimo Sorce2009-04-081-72/+72
* fixed two issues in the initial configurationSumit Bose2009-03-301-1/+1
* Simplify default configurationSimo Sorce2009-03-201-111/+35
* Add better error reporting to confdb functionsSimo Sorce2009-03-201-29/+63
* Avoid nested events in confdbSimo Sorce2009-03-201-1/+15
* Enable MPGs and user/group enumeration on the LOCAL domain by defaultStephen Gallagher2009-03-181-3/+5
* 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-091-0/+11
* 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-041-1/+43
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-021-2/+2
* Fix confdb issues.Simo Sorce2009-02-281-91/+52
* Refactor creation of domain_map into confdbStephen Gallagher2009-02-271-20/+117
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-4/+1
* Spec file patch Take 2:Stephen Gallagher2009-02-241-0/+4
* Add helper function to get booleans from confdbSimo Sorce2009-02-201-9/+42
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-15/+0
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-12/+3
* 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-071-3/+90
* Add some more service functionsSimo Sorce2008-11-041-0/+42
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-0/+34
* Add configuration database functions.Simo Sorce2008-10-201-0/+372