summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb_ops.c
Commit message (Expand)AuthorAgeFilesLines
* 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