summaryrefslogtreecommitdiff
path: root/server/db/sysdb.h
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Send a message to the user if the login is delayedSumit Bose1-2/+4
2010-02-02Warn the user if authentication happens offlineSumit Bose1-1/+1
2010-02-02Add offline failed login counterSumit Bose1-0/+6
2010-01-20Add sysdb request to authenticate against a cached passwordSumit Bose1-0/+11
2009-12-07Fix nested group membershipsSimo Sorce1-2/+11
2009-12-07Make strdn build functions more availableSimo Sorce1-0/+4
2009-12-07Add sysdb_search_custom requestSumit Bose1-1/+10
2009-12-03Use memberuid and not member in group enumerationsSimo Sorce1-1/+1
2009-11-20Optimize sysdb_enumgrentSimo Sorce1-3/+7
2009-11-20Improve handling of ccache filesSumit Bose1-0/+1
2009-11-18Change initgroups code to use and check the cacheSimo Sorce1-22/+11
2009-11-10Refactor delete functions and add a fewSimo Sorce1-18/+37
2009-11-07added access module of IPA providerSumit Bose1-0/+4
2009-11-06Always set last update and expire timeSimo Sorce1-2/+4
2009-11-06Make available method to quickly retrive stringSimo Sorce1-0/+3
2009-11-04Add sysdb_attrs_replace_name to sysdb API.Sumit Bose1-0/+3
2009-11-03Rename sdap_id_map to sdap_attr_mapSimo Sorce1-0/+3
2009-11-02add sysdb_delete_recursive request to sysdb APISumit Bose1-0/+10
2009-10-29Allow sysdb_search_entry request to return more than one resultSumit Bose1-1/+2
2009-10-29added a ASQ search API for sysdbSumit Bose1-0/+12
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-8/+12
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-0/+1
2009-10-22add store/search/delete interface for custom sysdb objectsSumit Bose1-0/+35
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-1/+5
2009-09-08Split database in multiple filesSimo Sorce1-2/+16
2009-08-28Speed-up enumerations.Simo Sorce1-1/+5
2009-08-27Remove redunant function and always pass attrs.Simo Sorce1-15/+4
2009-08-27Always save using member/memberOfSimo Sorce1-6/+8
2009-08-21store additional LDAP attributesSumit Bose1-0/+13
2009-08-05Consolidate tevent helpersJakub Hrozek1-26/+0
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek1-3/+6
2009-07-08Implement the ldap identity module.Simo Sorce1-7/+15
2009-07-08Unify password caching ops in sysdbSimo Sorce1-7/+20
2009-07-08Add async helper functionsSimo Sorce1-0/+7
2009-07-08Expose sysdb function to parse sysdb_attrsSimo Sorce1-0/+2
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-106/+265
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-21/+21
2009-05-19added prototype for sysdb_set_cached_passwordSumit Bose1-0/+6
2009-05-18Move actual password caching into sysdbSimo Sorce1-1/+0
2009-05-04Fixes for porting SSSD to Debian-based platformsStephen Gallagher1-1/+0
2009-04-27Use different attribute for cached passwordsSimo Sorce1-0/+2
2009-04-13Always pass full domain infoSimo Sorce1-7/+9
2009-04-01Add way to use files as a proxy backend fro LOCALSimo Sorce1-2/+3
2009-03-10Fix returning user with missing optional attributes.Simo Sorce1-2/+2
2009-03-10If a domain is MPG enabled return users a groupsSimo Sorce1-0/+4
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-16/+8
2009-03-09Move MPG checks within sysdb.Simo Sorce1-10/+15
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-21/+18
2009-03-09Implement SetGroupGID in the InfoPipeStephen Gallagher1-0/+5
2009-03-06Implement CreateUser in InfoPipeStephen Gallagher1-1/+1