summaryrefslogtreecommitdiffstats
path: root/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Test NULL server hostname in fail over testsJakub Hrozek2011-06-301-8/+16
* Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2011-06-302-43/+85
* Clear up -Wunused-but-set-variable warningsStephen Gallagher2011-06-021-1/+1
* Non-posix group processing - sysdb changesJan Zeleny2011-06-021-2/+2
* Add originalDN to fake groupsJakub Hrozek2011-03-231-2/+2
* Use realm for basedn instead of IPA domainJakub Hrozek2011-02-281-0/+1
* Delete attributes that are removed from LDAPStephen Gallagher2011-01-211-1/+1
* Validate user supplied size of data itemsSumit Bose2011-01-111-0/+14
* Add sysdb_has_enumerated and sysdb_set_enumerated helper functionsStephen Gallagher2010-12-201-0/+40
* Fix unchecked return value in test_sysdb_attrs_to_listStephen Gallagher2010-12-171-3/+6
* Fix uninitialized value error in main() in stress-tests.cSumit Bose2010-12-151-0/+1
* Fix uninitialized value error in setup_test in fail_over-tests.cSumit Bose2010-12-141-0/+1
* Add group support to the simple access providerStephen Gallagher2010-12-131-2/+2
* Bye, bye, ipa_timerulesSumit Bose2010-12-081-582/+0
* Fix const cast warnings in testsStephen Gallagher2010-11-152-2/+2
* Fix const cast warning for sysdb_update_membersStephen Gallagher2010-11-151-4/+4
* Add unit tests for users and groups with odd charactersStephen Gallagher2010-11-151-0/+145
* Add utility function to sanitize LDAP/LDB filtersStephen Gallagher2010-11-151-0/+68
* Always use uint32_t for UID/GID numbersJakub Hrozek2010-10-261-10/+10
* Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher2010-10-181-5/+10
* sysdb interface for adding incomplete groupsJakub Hrozek2010-10-151-0/+40
* Also return member groups to the clientSumit Bose2010-10-131-44/+44
* netgroup testsStephen Gallagher2010-10-131-0/+516
* Use POPT_TABLEEND to close option tableSumit Bose2010-10-137-8/+8
* Suppress some 'unchecked return value' warningsSumit Bose2010-09-281-6/+13
* Suppress some 'may be used uninitialized' warningsSumit Bose2010-09-281-1/+1
* Initialize debug_level to zero in crypto testsStephen Gallagher2010-09-221-1/+1
* Fix sysdb_group_dn_nameJakub Hrozek2010-09-221-0/+35
* Add parameter to skip cleanup in sysdb testJakub Hrozek2010-09-151-1/+4
* Password obfuscation utility functionsJakub Hrozek2010-09-081-0/+139
* Add sysdb_update_members functionStephen Gallagher2010-08-031-0/+56
* Add diff_string_lists utility functionStephen Gallagher2010-08-031-0/+227
* Add sysdb_attrs_to_list() utility functionStephen Gallagher2010-08-031-0/+31
* Standardize on correct spelling of "principal" for krb5Stephen Gallagher2010-06-161-4/+4
* Print correct return codeJakub Hrozek2010-06-141-1/+1
* Add support for delayed kinit if offlineSumit Bose2010-05-261-2/+2
* Sort SRV replies according to RFC 2782Jakub Hrozek2010-04-301-0/+88
* Fix warning in sysdb-tests.cStephen Gallagher2010-04-141-8/+0
* sysydb: Finally stop using a common event contextSimo Sorce2010-04-122-2/+2
* 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
* sysdb: convert sysdb_cache_authSimo Sorce2010-04-121-39/+18
* sysdb: delete sysdb_delete_groupSimo Sorce2010-04-121-40/+7