summaryrefslogtreecommitdiffstats
path: root/server/db
Commit message (Expand)AuthorAgeFilesLines
* Do not fail enumerations because of range checksSimo Sorce2009-08-101-3/+3
* Consolidate tevent helpersJakub Hrozek2009-08-051-26/+0
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-312-11/+21
* 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-082-78/+235
* Unify password caching ops in sysdbSimo Sorce2009-07-083-31/+129
* Add async helper functionsSimo Sorce2009-07-082-24/+20
* Expose sysdb function to parse sysdb_attrsSimo Sorce2009-07-082-2/+4
* Rework transaction code to use tevent_reqSimo Sorce2009-07-036-1630/+3137
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-035-208/+208
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-3/+2
* Fix manual UID assignment in sysdbJakub Hrozek2009-05-261-11/+15
* added prototype for sysdb_set_cached_passwordSumit Bose2009-05-191-0/+6
* Move actual password caching into sysdbSimo Sorce2009-05-182-2/+49
* Fixes for porting SSSD to Debian-based platformsStephen Gallagher2009-05-041-1/+0
* Use different attribute for cached passwordsSimo Sorce2009-04-271-0/+2
* 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-132-25/+32
* Clean up warnings in SSSDStephen Gallagher2009-04-071-1/+0
* Add way to use files as a proxy backend fro LOCALSimo Sorce2009-04-012-3/+4
* Fix segfault error caused by a double freeSimo Sorce2009-03-181-178/+118
* Fix returning user with missing optional attributes.Simo Sorce2009-03-102-9/+15
* If a domain is MPG enabled return users a groupsSimo Sorce2009-03-102-15/+73
* Fix bugs in functions dealing with groupsSimo Sorce2009-03-101-0/+6
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-092-57/+35
* Move MPG checks within sysdb.Simo Sorce2009-03-092-22/+199
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-21/+18
* Implement SetGroupGID in the InfoPipeStephen Gallagher2009-03-092-0/+72
* Implement CreateUser in InfoPipeStephen Gallagher2009-03-062-2/+2
* Remove obsolete commentSimo Sorce2009-03-061-3/+0
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+2
* Fix reporting non-default users.Simo Sorce2009-03-061-0/+4
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-054-56/+52
* Implement GetCachedUsers in the InfoPipeStephen Gallagher2009-03-052-1/+9
* Add functions to add regular users and groupsSimo Sorce2009-03-052-15/+299
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-043-14/+290
* Improve sysdbSimo Sorce2009-03-044-33/+87
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-034-3/+155
* Unify pwd_search and user_searchSimo Sorce2009-03-021-35/+11
* Implement GetUserAttributes in the InfoPipeStephen Gallagher2009-03-022-0/+92
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+1
* Expose some more functions needed by the testsSimo Sorce2009-02-283-1/+114
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-287-962/+1041
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-266-750/+1008
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-262-16/+16
* Reorganize sysdb a bit,Simo Sorce2009-02-204-966/+1087
* Completely rework the nss interface to be able to use 2Simo Sorce2009-02-201-2/+2