summaryrefslogtreecommitdiff
path: root/server/tests
AgeCommit message (Expand)AuthorFilesLines
2009-09-21Provide python bindings for sysdbJakub Hrozek1-0/+391
2009-09-14add krb5ccache_dir and krb5ccname_template optionSumit Bose1-0/+292
2009-09-11Complete the removal of "legacy" option.Simo Sorce1-3/+3
2009-09-11Add strtoint32 and strtouint32 testsStephen Gallagher1-0/+454
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-08-05Consolidate tevent helpersJakub Hrozek1-9/+0
2009-07-31Add ignore_not_found parameter to sysdb delete functionsJakub Hrozek1-4/+152
2009-07-24Add async resolver testsJakub Hrozek1-0/+442
2009-07-20Remove unused InfoPipe and PolicyKit codeStephen Gallagher2-1020/+0
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-06-10Fix warnings in stress-tests.cSimo Sorce1-19/+21
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-05-26Add some more InfoPipe testsJakub Hrozek1-0/+615
2009-04-27Stress testJakub Hrozek1-0/+326
2009-03-19Remove references to FreeIPA from D-BUS interfacesStephen Gallagher1-1/+1
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-1/+1
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-03-04Implement SetUserAttributes in the InfoPipeStephen Gallagher1-0/+83
2009-03-02Implement GetUserAttributes in the InfoPipeStephen Gallagher1-2/+4
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-24Adding support for CheckPermissions to InfoPipe.Stephen Gallagher1-0/+320
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