summaryrefslogtreecommitdiffstats
path: root/server/confdb
Commit message (Expand)AuthorAgeFilesLines
* Consolidate code for splitting strings by separatorJakub Hrozek2009-12-101-105/+1
* Properly deny id_provider=filesStephen Gallagher2009-12-091-0/+7
* Make the password field configurable in NSSJakub Hrozek2009-11-181-0/+1
* Fix option name krb5_changepw_principalSumit Bose2009-11-131-1/+1
* Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher2009-11-051-1/+1
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-1/+1
* Add support for offline auth cache timeoutStephen Gallagher2009-10-221-0/+1
* User home directories managementJakub Hrozek2009-10-221-0/+5
* Do not allow setting auth, access or chpass providers for LOCALStephen Gallagher2009-10-161-0/+33
* Remove magicPrivateGroups optionSimo Sorce2009-10-092-13/+0
* Remove unused btreemap codeStephen Gallagher2009-10-062-2/+0
* add utility call check_and_open_readonlySumit Bose2009-10-051-6/+25
* remove krb5_try_simple_upn option and make it a default fallbackSumit Bose2009-09-251-1/+0
* Send debug messages to logfileJakub Hrozek2009-09-251-0/+1
* Upgrade confdb to version 2Stephen Gallagher2009-09-254-36/+131
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-232-35/+35
* Several fixes and enhancements for config file processingStephen Gallagher2009-09-211-15/+78
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-212-30/+30
* Print error message when connection to the config db failsStephen Gallagher2009-09-111-0/+2
* Complete the removal of "legacy" option.Simo Sorce2009-09-112-6/+0
* Remove unused event context argument from confdb_initStephen Gallagher2009-09-102-2/+0
* Properly detect negative/invalid values for the minId and maxIdStephen Gallagher2009-09-101-6/+53
* Check for valid min and max IDs in confdb_get_domainsStephen Gallagher2009-09-101-1/+7
* Split database in multiple filesSimo Sorce2009-09-083-15/+41
* stop processing a domain if no provider is givenSumit Bose2009-09-011-0/+1
* Turn enumeration into a boolean valueSimo Sorce2009-08-312-5/+18
* 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
* Monitor resolv.conf for changesStephen Gallagher2009-07-201-2/+0
* Improvements to config file updatesStephen Gallagher2009-07-201-1/+2
* Adding wrappers to free data in INI API.Dmitri Pal2009-07-021-3/+3
* 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-115-371/+453
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-042-1/+2
* Avoid unnecessary reloads of config.ldbSimo Sorce2009-04-161-4/+37
* Add common function to retrieve comma sep. listsSimo Sorce2009-04-142-45/+162
* Make reconnection to the Data Provider a global settingStephen Gallagher2009-04-141-0/+2
* Always pass full domain infoSimo Sorce2009-04-132-73/+115
* Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher2009-04-133-98/+270
* Remove obsolete optionSimo Sorce2009-04-081-1/+0
* Fix missing entry from first-start configStephen Gallagher2009-04-081-0/+1
* Change the way we retrieve domainsSimo Sorce2009-04-082-79/+75
* fixed two issues in the initial configurationSumit Bose2009-03-302-2/+1
* Simplify default configurationSimo Sorce2009-03-203-111/+92