summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for removing members from groups. Updated convenience functions ↵Stephen Gallagher2009-02-121-25/+60
| | | | | | | | | | for adding/removing user accounts and POSIX groups to the groups. Also modified the add/remove member functions to be a single interface taking a flag for add or removal, since the code only differs by one LDB flag. Added associated unit tests.
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ↵Stephen Gallagher2009-02-121-75/+70
| | | | | | to now use sysdb_add_member_to_posix_group along with sysdb_add_member_to_posix_group. Added new unit tests to sysdb-tests.c for groups of groups.
* 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
rename everything with the sysdb suffix.