summaryrefslogtreecommitdiffstats
path: root/src/tests/sysdb-tests.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for delayed kinit if offlineSumit Bose2010-05-261-2/+2
| | | | | | | If the configuration option krb5_store_password_if_offline is set to true and the backend is offline the plain text user password is stored and used to request a TGT if the backend becomes online. If available the Linux kernel key retention service is used.
* Fix warning in sysdb-tests.cStephen Gallagher2010-04-141-8/+0
| | | | | | When we converted to the synchronous sysdb interface, the synchronous-simulating function test_loop() became unnecessary, but we forgot to remove it.
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-121-1/+1
| | | | This commit completes the migration to a synchronous sysdb
* sysdb: remove remaining traces of sysdb_handleSimo Sorce2010-04-121-1/+0
|
* sysdb: convert sysdb_enumgrentSimo Sorce2010-04-121-32/+7
|
* sysdb: convert sysdb_enumpwentSimo Sorce2010-04-121-32/+5
|
* sysdb: convert sysdb_get_user_attrSimo Sorce2010-04-121-46/+16
|
* sysdb: convert sysdb_getgrgidSimo Sorce2010-04-121-48/+17
|
* sysdb: convert sysdb_getgrnamSimo Sorce2010-04-121-52/+27
|
* sysdb: convert sysdb_getpwuidSimo Sorce2010-04-121-48/+16
|
* sysdb: convert sysdb_getpwnamSimo Sorce2010-04-121-52/+25
|
* tests: remove use of asynchronus transactionsSimo Sorce2010-04-121-502/+86
| | | | now all calls are synchronous
* sysdb: convert sysdb_cache_authSimo Sorce2010-04-121-39/+18
|
* sysdb: delete sysdb_delete_groupSimo Sorce2010-04-121-40/+7
|
* sysdb: convert sysdb_delete_userSimo Sorce2010-04-121-41/+4
|
* sysdb: convert sysdb_asq_searchSimo Sorce2010-04-121-36/+23
|
* sysdb: convert sysdb_store_customSimo Sorce2010-04-121-18/+3
|
* sysdb: convert sysdb_search_customSimo Sorce2010-04-121-102/+67
|
* sysdb: convert sysdb_cache_passwordSimo Sorce2010-04-121-11/+3
|
* sysdb: convert sysdb_mod/add/remove_group_memberSimo Sorce2010-04-121-36/+6
|
* sysdb: convert sysdb_store/add(_basic)_groupSimo Sorce2010-04-121-56/+9
|
* sysdb: convert sysdb_store/add(_basic)_userSimo Sorce2010-04-121-43/+9
|
* sysdb: convert sysdb_set_entry/user/group_attrSimo Sorce2010-04-121-18/+3
|
* sysdb: convert sysdb_search_group_by_name/gidSimo Sorce2010-04-121-120/+63
|
* sysdb: convert sysdb_search_entry and sysdb_delete_recursiveSimo Sorce2010-04-121-37/+6
|
* sysdb: convert sysdb_delete_customSimo Sorce2010-04-121-18/+2
|
* sysdb: convert sysdb_delete_entryStephen Gallagher2010-04-121-36/+2
|
* Add --with-test-dir option to configureStephen Gallagher2010-03-041-0/+3
| | | | | | All 'make check' tests will chdir() into this directory before running the suite. This provides the option of having temporary files generated in a tmpfs or ramdisk
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+3330
Also update BUILD.txt