summaryrefslogtreecommitdiff
path: root/server/confdb/confdb.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Properly deny id_provider=filesStephen Gallagher1-0/+7
2009-10-16Do not allow setting auth, access or chpass providers for LOCALStephen Gallagher1-0/+33
2009-10-09Remove magicPrivateGroups optionSimo Sorce1-12/+0
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
2009-09-25Upgrade confdb to version 2Stephen Gallagher1-31/+21
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-23/+23
2009-09-21Several fixes and enhancements for config file processingStephen Gallagher1-15/+78
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-18/+18
2009-09-11Print error message when connection to the config db failsStephen Gallagher1-0/+2
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-5/+0
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-1/+0
2009-09-10Properly detect negative/invalid values for the minId and maxIdStephen Gallagher1-6/+53
2009-09-10Check for valid min and max IDs in confdb_get_domainsStephen Gallagher1-1/+7
2009-09-08Split database in multiple filesSimo Sorce1-13/+39
2009-09-01stop processing a domain if no provider is givenSumit Bose1-0/+1
2009-08-31Turn enumeration into a boolean valueSimo Sorce1-4/+17
2009-08-21Fix accidentally forcing MPGs on for all domainsStephen Gallagher1-1/+1
2009-08-20Make the LOCAL provider always use MagicPrivateGroupsStephen Gallagher1-1/+2
2009-08-18fix return value of confdb_get_domainsSumit Bose1-0/+1
2009-06-19Fix segfault in update_monitor_configStephen Gallagher1-0/+4
2009-06-08Treat a missing provider entry as a config errorStephen Gallagher1-2/+7
2009-06-01Suppress "rootdse" error messages from the confdbStephen Gallagher1-3/+4
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher1-0/+6
2009-05-26Silence warningsSimo Sorce1-2/+2
2009-05-12Fix warnings in monitor.c and confdb.cStephen Gallagher1-1/+1
2009-05-11Separate confdb API from confdb setupStephen Gallagher1-348/+3
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher1-1/+0
2009-04-16Avoid unnecessary reloads of config.ldbSimo Sorce1-4/+37
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-45/+158
2009-04-13Always pass full domain infoSimo Sorce1-73/+107
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher1-58/+256
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