summaryrefslogtreecommitdiff
path: root/server/confdb
AgeCommit message (Expand)AuthorFilesLines
2009-12-17Change default for enumeration to TRUEStephen Gallagher1-1/+1
2009-12-10Consolidate code for splitting strings by separatorJakub Hrozek1-105/+1
2009-12-09Properly deny id_provider=filesStephen Gallagher1-0/+7
2009-11-18Make the password field configurable in NSSJakub Hrozek1-0/+1
2009-11-13Fix option name krb5_changepw_principalSumit Bose1-1/+1
2009-11-05Update midpoint refresh logic to be relative to cache timeoutStephen Gallagher1-1/+1
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-1/+1
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-0/+1
2009-10-22User home directories managementJakub Hrozek1-0/+5
2009-10-16Do not allow setting auth, access or chpass providers for LOCALStephen Gallagher1-0/+33
2009-10-09Remove magicPrivateGroups optionSimo Sorce2-13/+0
2009-10-06Remove unused btreemap codeStephen Gallagher2-2/+0
2009-10-05add utility call check_and_open_readonlySumit Bose1-6/+25
2009-09-25remove krb5_try_simple_upn option and make it a default fallbackSumit Bose1-1/+0
2009-09-25Send debug messages to logfileJakub Hrozek1-0/+1
2009-09-25Upgrade confdb to version 2Stephen Gallagher4-36/+131
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-35/+35
2009-09-21Several fixes and enhancements for config file processingStephen Gallagher1-15/+78
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-30/+30
2009-09-11Print error message when connection to the config db failsStephen Gallagher1-0/+2
2009-09-11Complete the removal of "legacy" option.Simo Sorce2-6/+0
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher2-2/+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 Sorce3-15/+41
2009-09-01stop processing a domain if no provider is givenSumit Bose1-0/+1
2009-08-31Turn enumeration into a boolean valueSimo Sorce2-5/+18
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-07-20Monitor resolv.conf for changesStephen Gallagher1-2/+0
2009-07-20Improvements to config file updatesStephen Gallagher1-1/+2
2009-07-02Adding wrappers to free data in INI API.Dmitri Pal1-3/+3
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 Gallagher5-371/+453
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher2-1/+2
2009-04-16Avoid unnecessary reloads of config.ldbSimo Sorce1-4/+37
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce2-45/+162
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-0/+2
2009-04-13Always pass full domain infoSimo Sorce2-73/+115
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher3-98/+270
2009-04-08Remove obsolete optionSimo Sorce1-1/+0
2009-04-08Fix missing entry from first-start configStephen Gallagher1-0/+1
2009-04-08Change the way we retrieve domainsSimo Sorce2-79/+75
2009-03-30fixed two issues in the initial configurationSumit Bose2-2/+1