summaryrefslogtreecommitdiff
path: root/server/tests/sysdb-tests.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-18Rename server/ directory to src/Stephen Gallagher1-3330/+0
2010-02-10Send a message to the user if the login is delayedSumit Bose1-2/+10
2010-02-02Warn the user if authentication happens offlineSumit Bose1-6/+97
2010-02-02Check cache_credentials in sysdb_cache_auth_send()Sumit Bose1-0/+9
2010-01-20Add sysdb request to authenticate against a cached passwordSumit Bose1-0/+135
2009-12-15Cleanup db files after test runSumit Bose1-2/+19
2009-12-07Add checks to test the memberuid handlingSumit Bose1-13/+495
2009-12-07Fix nested group membershipsSimo Sorce1-1/+1
2009-12-07Add sysdb_search_custom requestSumit Bose1-62/+110
2009-11-20Only display errors in unit testsStephen Gallagher1-1/+2
2009-11-18Make the sysdb user and group names case-sensitiveStephen Gallagher1-0/+39
2009-11-10Refactor delete functions and add a fewSimo Sorce1-19/+22
2009-11-06Always set last update and expire timeSimo Sorce1-2/+2
2009-11-04Add sysdb_attrs_replace_name to sysdb API.Sumit Bose1-0/+45
2009-11-02add sysdb_delete_recursive request to sysdb APISumit Bose1-4/+107
2009-10-30remove old sysdb file before starting testsSumit Bose1-0/+8
2009-10-29Allow sysdb_search_entry request to return more than one resultSumit Bose1-0/+112
2009-10-29added a ASQ search API for sysdbSumit Bose1-0/+126
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-2/+2
2009-10-22add store/search/delete interface for custom sysdb objectsSumit Bose1-0/+367
2009-10-01update sysdb tests to new config file versionSumit Bose1-12/+3
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-3/+3
2009-09-10Remove unused event context argument from confdb_initStephen Gallagher1-1/+1
2009-09-08Split database in multiple filesSimo Sorce1-80/+47
2009-08-27Remove redunant function and always pass attrs.Simo Sorce1-2/+3
2009-08-21Fix sysdb testsJakub Hrozek1-17/+62
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek1-4/+152
2009-07-03Cleanup warnings in client and server codeSimo Sorce1-1/+1
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-572/+464
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-51/+51
2009-05-28Enable enumeration in sysdb testsStephen Gallagher1-0/+8
2009-05-26Adjust sysdb tests to the new confdb interface and improve sysdb test coverageJakub Hrozek1-39/+771
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-7/+7
2009-03-05Add functions to add regular users and groupsSimo Sorce1-12/+146
2009-02-28Adapt test to changes to the interface.Simo Sorce1-169/+326
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-2/+2
2009-02-23Attach the InfoPipe to the D-BUS system bus. InfoPipe is now capable of liste...Stephen Gallagher1-9/+9
2009-02-13Always pass teh database path explicitly, so that test cases can useSimo Sorce1-2/+12
2009-02-12- make all functions supposed to get input in posix formatSimo Sorce1-88/+11
2009-02-12Added sysdb_remove_group_posix and sysdb_remove_group_posix_by_gidStephen Gallagher1-16/+113
2009-02-12Add support for removing members from groups. Updated convenience functions f...Stephen Gallagher1-27/+97
2009-02-12Add sysdb_add_group_to_posix_group, refactored sysdb_add_acct_to_posix_group ...Stephen Gallagher1-17/+155
2009-02-12Adding sysdb_add_acct_to_posix_group and associated unit testsStephen Gallagher1-21/+279
2009-02-12Adding sysdb_store_group_posix with unit testStephen Gallagher1-0/+165