summaryrefslogtreecommitdiff
path: root/selftest
Commit message (Expand)AuthorAgeFilesLines
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-10-261-4/+0
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-10-261-0/+4
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-10-261-1/+0
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-10-261-0/+1
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-10-261-1/+0
* pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton2021-10-261-0/+1
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-10-261-1/+2
* pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton2021-10-261-0/+1
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-261-11/+0
* tests/krb5: Add tests for account salt calculationJoseph Sutton2021-10-262-0/+120
* selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd =...Stefan Metzmacher2021-10-261-4/+8
* selftest/Samba3: remove unused close(USERMAP); callsStefan Metzmacher2021-10-261-4/+0
* selftest: Improve error handling and perl style when setting up users in Samb...Andrew Bartlett2021-10-261-19/+53
* selftest: Remove duplicate setup of $base_dn and $ldbmodifyAndrew Bartlett2021-10-261-4/+0
* tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton2021-10-261-1/+7
* kdc: Correctly strip PAC, rather than error on UF_NO_AUTH_DATA_REQUIRED for s...Andrew Bartlett2021-10-261-4/+0
* kdc: Remove UF_NO_AUTH_DATA_REQUIRED from client principalsAndrew Bartlett2021-10-262-2/+0
* tests/krb5: Add tests for requesting a service ticket without a PACJoseph Sutton2021-10-262-0/+9
* s4:kdc: Check ticket signatureJoseph Sutton2021-10-261-9/+0
* s4/heimdal/lib/krb5/pac.c: Align PAC buffers to match WindowsJoseph Sutton2021-10-261-0/+1
* kdc: sign ticket using Windows PACIsaac Boukris2021-10-261-53/+1
* kdc: remove KRB5SignedPath, to be replaced with PACIsaac Boukris2021-10-261-0/+6
* s4/torture: Expect ticket checksum PAC bufferJoseph Sutton2021-10-262-0/+82
* tests/krb5: Add constrained delegation testsJoseph Sutton2021-10-261-0/+29
* tests/krb5: Check padata types when STRICT_CHECKING=0Joseph Sutton2021-10-261-0/+9
* tests/krb5: Add compatability tests for ticket checksumsJoseph Sutton2021-10-261-1/+5
* s3: smbd: Ensure when we change security context we delete any $cwd cache.Jeremy Allison2021-10-181-1/+0
* s3: selftest: Add regression test to show the $cwd cache is misbehaving when ...Jeremy Allison2021-10-181-0/+1
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-09-291-1/+0
* pytest:segfault: Add test for ldb.msg_diff()Joseph Sutton2021-09-291-0/+1
* tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing snameAndrew Bartlett2021-09-161-3/+0
* kdc: KRB5KDC_ERR_{C,S}_PRINCIPAL_UNKNOWN if missing fieldLuke Howard2021-09-161-0/+1
* tests/krb5: Add tests for omitting sname in requestJoseph Sutton2021-09-162-0/+7
* tests/krb5: Remove harmful and a-typical return in as_req testcaseAndrew Bartlett2021-09-161-10/+0
* CVE-2021-3671 tests/krb5: Add tests for omitting sname in outer requestJoseph Sutton2021-09-162-0/+4
* tests/krb5: Make cname checking less strictJoseph Sutton2021-09-161-35/+0
* tests/krb5: Make e-data checking less strictJoseph Sutton2021-09-163-395/+57
* selftest: Remove knownfail for no_etypes FAST testsAndrew Bartlett2021-09-161-3/+0
* tests/krb5: Add FAST testsJoseph Sutton2021-09-162-6/+101
* initial FAST testsGary Lockyer2021-09-161-0/+8
* tests/krb5: Make checking less strictJoseph Sutton2021-09-161-42/+0
* selftest: Add support for setting ENV variables in plantestsuite()Andreas Schneider2021-09-161-6/+19
* selftest: Add support for setting ENV variables in plansmbtorture4testsuite()Andreas Schneider2021-09-161-2/+3
* selftest: Re-format long lines in selftesthelpers.pyAndreas Schneider2021-09-161-5/+13
* selftest: add space after --list in output of selftesthelpers.pyAndrew Bartlett2021-09-161-1/+1
* s4:torture/krb5/kdc-heimdal: Automatically determine AS-REP enctype to check ...Joseph Sutton2021-09-162-5/+7
* tests/krb5/as_req_tests.py: add simple test_as_req_enc_timestamp testStefan Metzmacher2021-09-161-0/+5
* tests/krb5/as_req_tests.py: Automatically obtain credentialsJoseph Sutton2021-09-164-227/+0
* selftest: run new as_req_tests against fl2008r2dc and fl2003dcStefan Metzmacher2021-09-164-2/+670
* tests python krb5: MS-KILE client principal look-upGary Lockyer2021-09-162-0/+28