summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb: Release ldb 2.2.1ldb-2.2.2Andrew Bartlett2021-10-283-1/+287
* pyldb: Make ldb.Message containment testing consistent with indexingJoseph Sutton2021-10-282-4/+21
* pyldb: Add tests for ldb.Message containment testingJoseph Sutton2021-10-282-0/+27
* pyldb: Raise TypeError for an invalid ldb.Message indexJoseph Sutton2021-10-282-16/+7
* pyldb: Add test for an invalid ldb.Message index typeJoseph Sutton2021-10-282-0/+7
* s4/torture/drs/python: Fix attribute existence checkJoseph Sutton2021-10-281-1/+1
* pyldb: Fix deleting an ldb.Control critical flagJoseph Sutton2021-10-282-1/+4
* pytest:segfault: Add test for deleting an ldb.Control critical flagJoseph Sutton2021-10-282-0/+8
* pyldb: Fix deleting an ldb.Message dnJoseph Sutton2021-10-282-1/+6
* pytest:segfault: Add test for deleting an ldb.Message dnJoseph Sutton2021-10-282-0/+6
* Fix Python docstringsJoseph Sutton2021-10-284-4/+4
* pyldb: Avoid use-after-free in msg_diff()Joseph Sutton2021-10-282-3/+16
* ldb_msg: Don't fail in ldb_msg_copy() if source DN is NULLJoseph Sutton2021-10-281-2/+4
* pytest:segfault: Add test for ldb.msg_diff()Joseph Sutton2021-10-282-0/+12
* lib/krb5_wrap: Fix missing error check in new salt codeAndrew Bartlett2021-10-271-3/+3
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-276-66/+195
* tests/krb5: Add tests for account salt calculationJoseph Sutton2021-10-276-0/+466
* tests/krb5: Fix account salt calculation to match WindowsJoseph Sutton2021-10-271-2/+11
* tests/krb5: Allow specifying the UPN for test accountsJoseph Sutton2021-10-272-0/+11
* tests/krb5: Allow creating machine accounts without a trailing dollarJoseph Sutton2021-10-271-4/+8
* tests/krb5: Allow specifying prefix or suffix for test account namesJoseph Sutton2021-10-271-0/+8
* tests/krb5: Decrease length of test account prefixJoseph Sutton2021-10-271-1/+1
* selftest/Samba3: replace (winbindd => "yes", skip_wait => 1) with (winbindd =...Stefan Metzmacher2021-10-271-4/+8
* selftest/Samba3: remove unused close(USERMAP); callsStefan Metzmacher2021-10-271-4/+0
* waf: Allow building with MIT KRB5 >= 1.20Andreas Schneider2021-10-271-0/+1
* selftest: Improve error handling and perl style when setting up users in Samb...Andrew Bartlett2021-10-271-19/+53
* selftest: Remove duplicate setup of $base_dn and $ldbmodifyAndrew Bartlett2021-10-271-4/+0
* selftest: krb5 account creation: clarify account type as an enumJoseph Sutton2021-10-277-63/+100
* pytest: dynamic tests optionally add __doc__Douglas Bagnall2021-10-271-1/+2
* selftest: Increase account lockout windows to make test more realiableJoseph Sutton2021-10-271-2/+2
* pytest/rodc_rwdc: try to avoid race.Douglas Bagnall2021-10-271-0/+4
* HEIMDAL:kdc: Fix transit path validation CVE-2017-6594Viktor Dukhovni2021-10-271-3/+10
* tests/krb5: Add tests for constrained delegation to NO_AUTH_DATA_REQUIRED ser...Joseph Sutton2021-10-272-2/+113
* tests/krb5: Ensure PAC is not present if expect_pac is falseJoseph Sutton2021-10-271-7/+7
* kdc: Correctly strip PAC, rather than error on UF_NO_AUTH_DATA_REQUIRED for s...Andrew Bartlett2021-10-272-16/+26
* kdc: Remove UF_NO_AUTH_DATA_REQUIRED from client principalsAndrew Bartlett2021-10-274-14/+0
* tests/krb5: Add tests for requesting a service ticket without a PACJoseph Sutton2021-10-273-0/+129
* tests/krb5: Add method to get the PAC from a ticketJoseph Sutton2021-10-271-0/+9
* tests/krb5: Allow specifying whether to expect a PAC with _test_as_exchange()Joseph Sutton2021-10-271-0/+2
* tests/krb5: Allow get_tgt() to request including or omitting a PACJoseph Sutton2021-10-271-4/+5
* heimdal:kdc: Fix ticket signing without a PACJoseph Sutton2021-10-271-2/+4
* selftest/dbcheck: Fix up RODC one-way links (use correct dbcheck rule)Andrew Bartlett2021-10-271-2/+2
* krb5: Fix PAC signature leak affecting KDCNicolas Williams2021-10-271-75/+61
* s4:kdc: Check ticket signatureJoseph Sutton2021-10-272-64/+215
* heimdal: Make _krb5_pac_get_kdc_checksum_info() into a global functionJoseph Sutton2021-10-272-5/+5
* s4/heimdal/lib/krb5/pac.c: Align PAC buffers to match WindowsJoseph Sutton2021-10-272-1/+14
* kdc: correctly generate PAC TGS signatureLuke Howard2021-10-271-1/+48
* kdc: use ticket client name when signing PACLuke Howard2021-10-271-1/+11
* kdc: only set HDB_F_GET_KRBTGT when requesting TGS principalLuke Howard2021-10-271-1/+4
* krb5: return KRB5KRB_AP_ERR_INAPP_CKSUM if PAC checksum failsLuke Howard2021-10-271-2/+2