summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Fix nested group membershipsSimo Sorce2009-12-071-64/+1
* Make strdn build functions more availableSimo Sorce2009-12-071-42/+6
* Add sysdb_search_custom requestSumit Bose2009-12-071-11/+86
* Correctly escape DN value.Simo Sorce2009-11-201-6/+42
* Fix crash due to uninitialized timeout variableSimo Sorce2009-11-181-0/+1
* Refactor delete functions and add a fewSimo Sorce2009-11-101-177/+572
* Fix tevent_req error checking.Simo Sorce2009-11-091-56/+18
* Always set last update and expire timeSimo Sorce2009-11-061-108/+102
* Fix for a seg fault during recursive deleteSumit Bose2009-11-041-1/+7
* add sysdb_delete_recursive request to sysdb APISumit Bose2009-11-021-0/+153
* Allow sysdb_search_entry request to return more than one resultSumit Bose2009-10-291-26/+64
* added a ASQ search API for sysdbSumit Bose2009-10-291-0/+218
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-5/+31
* Read the right buffer, avoids potential segfaultsSimo Sorce2009-10-261-5/+5
* add store/search/delete interface for custom sysdb objectsSumit Bose2009-10-221-0/+523
* Remove magicPrivateGroups optionSimo Sorce2009-10-091-5/+5
* Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher2009-09-231-5/+5
* Use syslog for logging error conditions in SSSDJakub Hrozek2009-09-211-5/+5
* Complete the removal of "legacy" option.Simo Sorce2009-09-111-38/+34
* Remove redunant function and always pass attrs.Simo Sorce2009-08-271-29/+11
* Always save using member/memberOfSimo Sorce2009-08-271-148/+113
* Add debug statements to sysdb_opsSimo Sorce2009-08-241-10/+111
* store additional LDAP attributesSumit Bose2009-08-211-1/+22
* 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
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-311-8/+15
* Fix saving new nextIDJakub Hrozek2009-07-201-1/+1
* fixed typos and a potential memory leakSumit Bose2009-07-091-2/+3
* Implement the ldap identity module.Simo Sorce2009-07-081-71/+220
* Unify password caching ops in sysdbSimo Sorce2009-07-081-24/+89
* Add async helper functionsSimo Sorce2009-07-081-24/+13
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-1250/+2383
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-031-88/+88
* Fix manual UID assignment in sysdbJakub Hrozek2009-05-261-11/+15
* Move actual password caching into sysdbSimo Sorce2009-05-181-1/+49
* enable uid/gid generation againSumit Bose2009-04-271-3/+6
* fixes for user and group creation in LOCAL domainSumit Bose2009-04-231-0/+19
* Always pass full domain infoSimo Sorce2009-04-131-18/+23
* Clean up warnings in SSSDStephen Gallagher2009-04-071-1/+0
* Fix segfault error caused by a double freeSimo Sorce2009-03-181-178/+118
* Fix returning user with missing optional attributes.Simo Sorce2009-03-101-7/+13
* Move MPG checks within sysdb.Simo Sorce2009-03-091-12/+184
* Implement SetGroupGID in the InfoPipeStephen Gallagher2009-03-091-0/+67
* Remove obsolete commentSimo Sorce2009-03-061-3/+0
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-26/+26
* Add functions to add regular users and groupsSimo Sorce2009-03-051-15/+286
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-041-13/+276
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-031-0/+56
* Expose some more functions needed by the testsSimo Sorce2009-02-281-0/+98
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-0/+938