summaryrefslogtreecommitdiffstats
path: root/server/db
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix another transaction mis-handlingSimo Sorce2009-02-171-22/+20
* ldb_msg_* functions do not reliably set errno on error, do not realy on that.Simo Sorce2009-02-161-34/+34
* Object not found on delete is not really an error.Simo Sorce2009-02-131-10/+10
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-133-29/+192
* Fix add member, remove one to many lines in the previous tidyupSimo Sorce2009-02-131-0/+6
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-122-215/+217
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-122-3/+140
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-122-41/+87
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-122-75/+81