summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2011-07-08Provide python bindings for the HBAC evaluator libraryJakub Hrozek1-0/+468
2011-07-08Add HBAC evaluator and testsStephen Gallagher1-0/+618
2011-06-16Test NULL server hostname in fail over testsJakub Hrozek1-8/+16
2011-06-15Switch resolver to using resolv_hostent and honor TTLJakub Hrozek2-43/+85
2011-06-15Unit test for parge_argsJakub Hrozek1-0/+58
2011-06-02Non-posix group processing - sysdb changesJan Zeleny1-4/+6
2011-04-27Require openssl-devel is libcrypto backend is selectedJakub Hrozek1-5/+14
2011-04-25Case insensitive originalDN testJakub Hrozek1-0/+47
2011-03-23Add originalDN to fake groupsJakub Hrozek1-2/+2
2011-02-28Use realm for basedn instead of IPA domainJakub Hrozek1-0/+1
2011-02-11Clear up -Wunused-but-set-variable warningsStephen Gallagher1-1/+1
2011-01-21Delete attributes that are removed from LDAPStephen Gallagher1-1/+1
2011-01-11Validate user supplied size of data itemsSumit Bose1-0/+14
2010-12-20Add sysdb_has_enumerated and sysdb_set_enumerated helper functionsStephen Gallagher1-0/+40
2010-12-17Fix unchecked return value in test_sysdb_attrs_to_listStephen Gallagher1-3/+6
2010-12-15Fix uninitialized value error in main() in stress-tests.cSumit Bose1-0/+1
2010-12-14Fix uninitialized value error in setup_test in fail_over-tests.cSumit Bose1-0/+1
2010-12-13Add group support to the simple access providerStephen Gallagher1-2/+2
2010-12-08Bye, bye, ipa_timerulesSumit Bose1-582/+0
2010-11-15Fix const cast warnings in testsStephen Gallagher2-2/+2
2010-11-15Fix const cast warning for sysdb_update_membersStephen Gallagher1-4/+4
2010-11-15Add unit tests for users and groups with odd charactersStephen Gallagher1-0/+145
2010-11-15Add utility function to sanitize LDAP/LDB filtersStephen Gallagher1-0/+68
2010-10-26Always use uint32_t for UID/GID numbersJakub Hrozek1-10/+10
2010-10-18Modify sysdb_[add|remove]_group_member to accept users and groupsStephen Gallagher1-5/+10
2010-10-15sysdb interface for adding incomplete groupsJakub Hrozek1-0/+40
2010-10-13Also return member groups to the clientSumit Bose1-44/+44
2010-10-13netgroup testsStephen Gallagher1-0/+516
2010-10-13Use POPT_TABLEEND to close option tableSumit Bose7-8/+8
2010-09-28Suppress some 'unchecked return value' warningsSumit Bose1-6/+13
2010-09-28Suppress some 'may be used uninitialized' warningsSumit Bose1-1/+1
2010-09-22Initialize debug_level to zero in crypto testsStephen Gallagher1-1/+1
2010-09-22Fix sysdb_group_dn_nameJakub Hrozek1-0/+35
2010-09-15Add parameter to skip cleanup in sysdb testJakub Hrozek1-1/+4
2010-09-08Password obfuscation utility functionsJakub Hrozek1-0/+139
2010-08-03Add sysdb_update_members functionStephen Gallagher1-0/+56
2010-08-03Add diff_string_lists utility functionStephen Gallagher1-0/+227
2010-08-03Add sysdb_attrs_to_list() utility functionStephen Gallagher1-0/+31
2010-06-16Standardize on correct spelling of "principal" for krb5Stephen Gallagher1-4/+4
2010-06-14Print correct return codeJakub Hrozek1-1/+1
2010-05-26Add support for delayed kinit if offlineSumit Bose1-2/+2
2010-04-30Sort SRV replies according to RFC 2782Jakub Hrozek1-0/+88
2010-04-14Fix warning in sysdb-tests.cStephen Gallagher1-8/+0
2010-04-12sysydb: Finally stop using a common event contextSimo Sorce2-2/+2
2010-04-12sysdb: remove remaining traces of sysdb_handleSimo Sorce1-1/+0
2010-04-12sysdb: convert sysdb_enumgrentSimo Sorce1-32/+7
2010-04-12sysdb: convert sysdb_enumpwentSimo Sorce1-32/+5
2010-04-12sysdb: convert sysdb_get_user_attrSimo Sorce1-46/+16
2010-04-12sysdb: convert sysdb_getgrgidSimo Sorce1-48/+17
2010-04-12sysdb: convert sysdb_getgrnamSimo Sorce1-52/+27