summaryrefslogtreecommitdiff
path: root/server/db/sysdb.h
AgeCommit message (Expand)AuthorFilesLines
2009-03-06Fix reporting non-default users.Simo Sorce1-0/+4
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-27/+24
2009-03-05Implement GetCachedUsers in the InfoPipeStephen Gallagher1-0/+3
2009-03-05Add functions to add regular users and groupsSimo Sorce1-0/+13
2009-03-04Add internal min/max/next id management fucntionsSimo Sorce1-1/+8
2009-03-04Improve sysdbSimo Sorce1-25/+51
2009-03-03Provide sysdb_set_user_attr() functions.Simo Sorce1-1/+21
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-0/+31
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+1
2009-02-28Expose some more functions needed by the testsSimo Sorce1-1/+12
2009-02-28Convert sync calls in sysdb to async, transaction dependent, calls.Simo Sorce1-51/+58
2009-02-26Serialize access to sysdb and also exposes ldb transactions.Simo Sorce1-13/+1
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-8/+8
2009-02-20Reorganize sysdb a bit,Simo Sorce1-36/+51
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-3/+4
2009-02-12- make all functions supposed to get input in posix formatSimo Sorce1-50/+47
2009-02-12Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher1-0/+8
2009-02-12Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher1-16/+27
2009-02-12Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher1-0/+11
2009-02-12Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher1-2/+12
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-3/+8
2009-01-12Regroup database rleated functions under db andSimo Sorce1-0/+148