summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Change pam data auth tokens.Simo Sorce1-5/+8
2013-01-10Code can only check for cached passwordsSimo Sorce1-4/+2
2013-01-08Remove dead netgroup functionsSimo Sorce1-264/+0
2013-01-08Refactor gid handling in the PAC responderSumit Bose1-21/+36
2013-01-08Add tests for get_gids_from_pac()Sumit Bose1-0/+256
2013-01-08Add find_domain_by_id()Sumit Bose1-0/+49
2013-01-08Use struct pac_grp instead of gid_t for groups from PACSumit Bose1-8/+11
2013-01-06Remove unused headerSimo Sorce1-1/+0
2013-01-02failover: Protect against empty host namesMichal Zidek1-0/+91
2012-12-05MEMBEROF: Keep inherited ghost users around on modify operationJakub Hrozek1-0/+248
2012-12-05MEMBEROF: Implement the modify operation for ghost usersJakub Hrozek1-0/+480
2012-12-05MEMBEROF: Implement delete operation for ghost usersJakub Hrozek1-1/+106
2012-11-26TESTS: Test ghosts users in the RFC2307 schemaJakub Hrozek1-0/+248
2012-11-26MEMBEROF: Do not add the ghost attribute to selfJakub Hrozek1-2/+86
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-6/+7
2012-11-19Fix compare_principal_realm() checkSumit Bose1-0/+6
2012-11-14Add string_in_list() and add_string_to_list() with testsSumit Bose1-0/+83
2012-11-13TESTS: Fix a couple of debug-level settersJakub Hrozek3-3/+3
2012-11-10Add diff_gid_lists() with testSumit Bose1-2/+107
2012-10-29Include talloc log in our debug facilityMichal Zidek14-14/+14
2012-10-26Use find_or_guess_upn() where neededSumit Bose2-2/+3
2012-10-26krb5_auth: check if principal belongs to a different realmSumit Bose1-0/+45
2012-10-05SSH: Refactor sysdb and related codeJan Cholasta1-36/+11
2012-09-24SYSDB: Remove unnecessary domain parameter from several sysdb callsJakub Hrozek1-8/+7
2012-09-24AUTOFS: Use both key and value in entry RDNJakub Hrozek1-1/+1
2012-09-24AUTOFS: Add entry objects below map objectsJakub Hrozek1-31/+17
2012-09-24AUTOFS: Add sysdb testsJakub Hrozek1-0/+249
2012-09-10SYSDB: NULL-terminate the output of sysdb_get_{ranges,subdomains}Jakub Hrozek1-2/+2
2012-09-05SYSDB: Abort unit test if sysdb_getpwnam failsJakub Hrozek1-0/+3
2012-08-15Add python bindings for murmurhash3Sumit Bose1-0/+100
2012-08-15Duplicate detection in fail over did not work.Michal Zidek1-5/+5
2012-08-01Change refreshing of subdomainsSimo Sorce1-16/+20
2012-08-01Add realm paramter to subdomain listSimo Sorce1-3/+3
2012-08-01tests: Remove useless constsSimo Sorce1-27/+15
2012-08-01Change subdomain_infoSimo Sorce1-16/+22
2012-08-01Added unit test for sysdb_ssh.cMichal Zidek1-0/+447
2012-08-01Primary server support: basic support in failover codeJan Zeleny1-6/+7
2012-07-27tests: allow changing cwd in all testsPavel Březina3-0/+9
2012-07-18Fixed: Uninitialized value in krb5_child-test if ccname was specified.Michal Zidek1-1/+1
2012-07-18Fixed: Unchecked return value from dp_opt_set_int.Michal Zidek1-1/+5
2012-07-10Cast uid_t to unsigned long long in DEBUG messagesJakub Hrozek2-5/+6
2012-07-10pac responder: limit access by checking UIDsSumit Bose1-0/+178
2012-07-09Add missing return value checkStephen Gallagher1-1/+1
2012-07-09Avoid NULL-dereference in error-handlingStephen Gallagher1-1/+3
2012-07-09Fix uninitialized value returnStephen Gallagher1-1/+1
2012-07-09Fix incorrect return value in testsStephen Gallagher1-0/+2
2012-07-09heimdal: fix compile error in krb5-child-testRambaldi1-0/+4
2012-07-06AD: Add AD identity providerStephen Gallagher1-0/+109
2012-06-29TESTS: Print messages when LDAP options do not matchStephen Gallagher1-2/+10
2012-06-26libcrypto fully implementedGeorge McCollister1-6/+40