summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_ops.c
Commit message (Expand)AuthorAgeFilesLines
* Read the right buffer, avoids potential segfaultsSimo Sorce2009-10-271-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