summaryrefslogtreecommitdiffstats
path: root/server/db
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-122-6/+183
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-122-6/+177
* Regroup database rleated functions under db andSimo Sorce2009-01-122-0/+1273