summaryrefslogtreecommitdiff
path: root/server/confdb/confdb.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-364/+0
2010-02-15Add doxygen docs for ConfDBStephen Gallagher1-13/+203
2010-02-02Add offline failed login counterSumit Bose1-0/+4
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-09Remove magicPrivateGroups optionSimo Sorce1-1/+0
2009-10-06Remove unused btreemap codeStephen Gallagher1-1/+0
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 Gallagher1-1/+68
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-1/+0
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-1/+0
2009-09-08Split database in multiple filesSimo Sorce1-2/+0
2009-08-31Turn enumeration into a boolean valueSimo Sorce1-1/+1
2009-07-20Monitor resolv.conf for changesStephen Gallagher1-2/+0
2009-07-20Improvements to config file updatesStephen Gallagher1-1/+2
2009-05-11Separate confdb API from confdb setupStephen Gallagher1-4/+0
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher1-0/+2
2009-04-14Add common function to retrieve comma sep. listsSimo Sorce1-0/+4
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-0/+2
2009-04-13Always pass full domain infoSimo Sorce1-0/+8
2009-04-13Allow configuration of the SSSD through /etc/sssd/sssd.confStephen Gallagher1-2/+10
2009-04-08Change the way we retrieve domainsSimo Sorce1-7/+3
2009-03-20Simplify default configurationSimo Sorce1-0/+2
2009-03-09Make MPG a configurable option for the domain.Simo Sorce1-0/+1
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce1-0/+3
2009-02-28Fix confdb issues.Simo Sorce1-3/+2
2009-02-27Refactor creation of domain_map into confdbStephen Gallagher1-1/+21
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-1/+5
2009-02-20Add helper function to get booleans from confdbSimo Sorce1-0/+4
2009-02-20Completely rework the nss interface to be able to use 2Simo Sorce1-4/+0
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-1/+4
2008-11-07Store all domains served by the SSSD to a binary-tree map for fast NSS lookup.Stephen Gallagher1-0/+8
2008-11-04Add some more service functionsSimo Sorce1-0/+4
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+4
2008-10-20Add configuration database functions.Simo Sorce1-0/+39