summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress "rootdse" error messages.Stephen Gallagher2009-05-281-0/+6
* Silence warningsSimo Sorce2009-05-261-3/+2
* Add userspace tools to manipulate accounts.Simo Sorce2009-03-061-0/+2
* Add internal min/max/next id management fucntionsSimo Sorce2009-03-041-0/+6
* Improve sysdbSimo Sorce2009-03-041-0/+36
* Provide sysdb_set_user_attr() functions.Simo Sorce2009-03-031-0/+75
* Expose some more functions needed by the testsSimo Sorce2009-02-281-0/+4
* Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce2009-02-281-0/+13
* Serialize access to sysdb and also exposes ldb transactions.Simo Sorce2009-02-261-736/+9
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-8/+8
* Reorganize sysdb a bit,Simo Sorce2009-02-201-930/+154
* 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-131-26/+120
* 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-121-165/+170
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-121-3/+132
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-121-25/+60
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-121-75/+70
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-121-4/+171
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-3/+169
* Regroup database rleated functions under db andSimo Sorce2009-01-121-0/+1125