summaryrefslogtreecommitdiffstats
path: root/server/db
Commit message (Expand)AuthorAgeFilesLines
* Fix upgrade bug #323Simo Sorce2009-12-151-180/+186
* Fix DEBUG message for sysdb_initSumit Bose2009-12-101-2/+2
* Fix for #322, update from old database versions.Simo Sorce2009-12-101-1/+14
* Fix for #316Simo Sorce2009-12-101-3/+3
* Handle the special 02 upgrade case for 04->05Simo Sorce2009-12-101-0/+7
* Add rebuild task to memberof pluginSimo Sorce2009-12-102-3/+129
* Always update sysdb to the latest versionSumit Bose2009-12-101-3/+11
* Fix nested group membershipsSimo Sorce2009-12-073-66/+109
* Make strdn build functions more availableSimo Sorce2009-12-073-42/+58
* Add sysdb_search_custom requestSumit Bose2009-12-072-12/+96
* Use memberuid and not member in group enumerationsSimo Sorce2009-12-031-1/+1
* Use ldb modules from build root for testsSumit Bose2009-11-251-0/+4
* Optimize sysdb_enumgrentSimo Sorce2009-11-202-332/+25
* Improve handling of ccache filesSumit Bose2009-11-201-0/+1
* Correctly escape DN value.Simo Sorce2009-11-201-6/+42
* Fix sysdb upgrade bugStephen Gallagher2009-11-191-1/+1
* Change initgroups code to use and check the cacheSimo Sorce2009-11-181-22/+11
* Fix crash due to uninitialized timeout variableSimo Sorce2009-11-181-0/+1
* Upgrade cache and local databases to case-sensitive namesStephen Gallagher2009-11-182-2/+96
* Make the sysdb user and group names case-sensitiveStephen Gallagher2009-11-181-1/+0
* Refactor delete functions and add a fewSimo Sorce2009-11-102-195/+609
* Fix tevent_req error checking.Simo Sorce2009-11-092-76/+22
* added access module of IPA providerSumit Bose2009-11-072-0/+12
* Always set last update and expire timeSimo Sorce2009-11-062-110/+106
* Make available method to quickly retrive stringSimo Sorce2009-11-062-3/+35
* Fix for a seg fault during recursive deleteSumit Bose2009-11-041-1/+7
* Add sysdb_attrs_replace_name to sysdb API.Sumit Bose2009-11-042-0/+35
* Rename sdap_id_map to sdap_attr_mapSimo Sorce2009-11-031-0/+3
* add sysdb_delete_recursive request to sysdb APISumit Bose2009-11-023-0/+175
* Allow sysdb_search_entry request to return more than one resultSumit Bose2009-10-292-27/+66
* added a ASQ search API for sysdbSumit Bose2009-10-292-0/+230
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-272-13/+43
* Zero pointers on freeSimo Sorce2009-10-261-4/+4
* Read the right buffer, avoids potential segfaultsSimo Sorce2009-10-261-5/+5
* Add support for offline auth cache timeoutStephen Gallagher2009-10-221-0/+1
* add store/search/delete interface for custom sysdb objectsSumit Bose2009-10-223-0/+566
* Remove magicPrivateGroups optionSimo Sorce2009-10-094-10/+17
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-232-38/+38
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-212-38/+38
* Complete the removal of "legacy" option.Simo Sorce2009-09-113-39/+44
* Split database in multiple filesSimo Sorce2009-09-083-176/+663
* Speed-up enumerations.Simo Sorce2009-08-282-2/+167
* Remove redunant function and always pass attrs.Simo Sorce2009-08-272-44/+15
* Upgrade database to 0.2Simo Sorce2009-08-272-5/+172
* Always save using member/memberOfSimo Sorce2009-08-274-216/+146
* Add debug statements to sysdb_opsSimo Sorce2009-08-241-10/+111
* store additional LDAP attributesSumit Bose2009-08-212-1/+35
* Ensure nextID doesn't reuse an existing local UID or GIDStephen Gallagher2009-08-201-9/+21
* Do not fail enumerations because of range checksSimo Sorce2009-08-101-3/+3
* Consolidate tevent helpersJakub Hrozek2009-08-051-26/+0