summaryrefslogtreecommitdiff
path: root/server/db
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Refactor delete functions and add a fewSimo Sorce2-195/+609
2009-11-09Fix tevent_req error checking.Simo Sorce2-76/+22
2009-11-07added access module of IPA providerSumit Bose2-0/+12
2009-11-06Always set last update and expire timeSimo Sorce2-110/+106
2009-11-06Make available method to quickly retrive stringSimo Sorce2-3/+35
2009-11-04Fix for a seg fault during recursive deleteSumit Bose1-1/+7
2009-11-04Add sysdb_attrs_replace_name to sysdb API.Sumit Bose2-0/+35
2009-11-03Rename sdap_id_map to sdap_attr_mapSimo Sorce1-0/+3
2009-11-02add sysdb_delete_recursive request to sysdb APISumit Bose3-0/+175
2009-10-29Allow sysdb_search_entry request to return more than one resultSumit Bose2-27/+66
2009-10-29added a ASQ search API for sysdbSumit Bose2-0/+230
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce2-13/+43
2009-10-26Zero pointers on freeSimo Sorce1-4/+4
2009-10-26Read the right buffer, avoids potential segfaultsSimo Sorce1-5/+5
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-0/+1
2009-10-22add store/search/delete interface for custom sysdb objectsSumit Bose3-0/+566
2009-10-09Remove magicPrivateGroups optionSimo Sorce4-10/+17
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2-38/+38
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek2-38/+38
2009-09-11Complete the removal of "legacy" option.Simo Sorce3-39/+44
2009-09-08Split database in multiple filesSimo Sorce3-176/+663
2009-08-28Speed-up enumerations.Simo Sorce2-2/+167
2009-08-27Remove redunant function and always pass attrs.Simo Sorce2-44/+15
2009-08-27Upgrade database to 0.2Simo Sorce2-5/+172
2009-08-27Always save using member/memberOfSimo Sorce4-216/+146
2009-08-24Add debug statements to sysdb_opsSimo Sorce1-10/+111
2009-08-21store additional LDAP attributesSumit Bose2-1/+35
2009-08-20Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher1-9/+21
2009-08-10Do not fail enumerations because of range checksSimo Sorce1-3/+3
2009-08-05Consolidate tevent helpersJakub Hrozek1-26/+0
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2-11/+21
2009-07-20Fix saving new nextIDJakub Hrozek1-1/+1
2009-07-09fixed typos and a potential memory leakSumit Bose1-2/+3
2009-07-08Implement the ldap identity module.Simo Sorce2-78/+235
2009-07-08Unify password caching ops in sysdbSimo Sorce3-31/+129
2009-07-08Add async helper functionsSimo Sorce2-24/+20
2009-07-08Expose sysdb function to parse sysdb_attrsSimo Sorce2-2/+4
2009-07-03Rework transaction code to use tevent_reqSimo Sorce6-1630/+3137
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce5-208/+208
2009-05-28Suppress "rootdse" error messages.Stephen Gallagher1-0/+6
2009-05-26Silence warningsSimo Sorce1-3/+2
2009-05-26Fix manual UID assignment in sysdbJakub Hrozek1-11/+15
2009-05-19added prototype for sysdb_set_cached_passwordSumit Bose1-0/+6
2009-05-18Move actual password caching into sysdbSimo Sorce2-2/+49
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-27enable uid/gid generation againSumit Bose1-3/+6
2009-04-23fixes for user and group creation in LOCAL domainSumit Bose1-0/+19
2009-04-13Always pass full domain infoSimo Sorce2-25/+32
2009-04-07Clean up warnings in SSSDStephen Gallagher1-1/+0