summaryrefslogtreecommitdiffstats
path: root/server/tests/sysdb-tests.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup db files after test runSumit Bose2009-12-151-2/+19
* Add checks to test the memberuid handlingSumit Bose2009-12-071-13/+495
* Fix nested group membershipsSimo Sorce2009-12-071-1/+1
* Add sysdb_search_custom requestSumit Bose2009-12-071-62/+110
* Only display errors in unit testsStephen Gallagher2009-11-201-1/+2
* Make the sysdb user and group names case-sensitiveStephen Gallagher2009-11-181-0/+39
* Refactor delete functions and add a fewSimo Sorce2009-11-101-19/+22
* Always set last update and expire timeSimo Sorce2009-11-061-2/+2
* Add sysdb_attrs_replace_name to sysdb API.Sumit Bose2009-11-041-0/+45
* add sysdb_delete_recursive request to sysdb APISumit Bose2009-11-021-4/+107
* remove old sysdb file before starting testsSumit Bose2009-10-301-0/+8
* Allow sysdb_search_entry request to return more than one resultSumit Bose2009-10-291-0/+112
* added a ASQ search API for sysdbSumit Bose2009-10-291-0/+126
* Move responsibility for entry expiration timeoutSimo Sorce2009-10-271-2/+2
* add store/search/delete interface for custom sysdb objectsSumit Bose2009-10-221-0/+367
* update sysdb tests to new config file versionSumit Bose2009-10-011-12/+3
* Complete the removal of "legacy" option.Simo Sorce2009-09-111-3/+3
* Remove unused event context argument from confdb_initStephen Gallagher2009-09-101-1/+1
* Split database in multiple filesSimo Sorce2009-09-081-80/+47
* Remove redunant function and always pass attrs.Simo Sorce2009-08-271-2/+3
* Fix sysdb testsJakub Hrozek2009-08-211-17/+62
* Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek2009-07-311-4/+152
* Cleanup warnings in client and server codeSimo Sorce2009-07-031-1/+1
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-572/+464
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-031-51/+51
* Enable enumeration in sysdb testsStephen Gallagher2009-05-281-0/+8
* Adjust sysdb tests to the new confdb interface and improve sysdb test coverageJakub Hrozek2009-05-261-39/+771
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-7/+7
* Add functions to add regular users and groupsSimo Sorce2009-03-051-12/+146
* Adapt test to changes to the interface.Simo Sorce2009-02-281-169/+326
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-2/+2
* Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher2009-02-231-9/+9
* Always pass teh database path explicitly, so that test cases can useSimo Sorce2009-02-131-2/+12
* - make all functions supposed to get input in posix formatSimo Sorce2009-02-121-88/+11
* Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher2009-02-121-16/+113
* Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher2009-02-121-27/+97
* Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher2009-02-121-17/+155
* Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher2009-02-121-21/+279
* Adding sysdb_store_group_posix with unit testStephen Gallagher2009-02-121-0/+165