summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable GIT_SNAPSHOT for the 4.15.0rc6 release.samba-4.15.0rc6Jule Anger2021-09-091-1/+1
* WHATSNEW: Add release notes for Samba 4.15.0rc6.Jule Anger2021-09-091-1/+31
* selftest: Add prefix to new schema attributes to avoid flapping dsdb_schema_a...Andrew Bartlett2021-09-081-3/+3
* s4-lsa: Cache sam.ldb handle in lsa_LookupSids3/LookupNames4Andrew Bartlett2021-09-081-37/+94
* selftest: Add a test for LookupSids3 and LookupNames4 in pythonAndrew Bartlett2021-09-082-0/+334
* dsdb: Be careful to avoid use of the expensive talloc_is_parent()Andrew Bartlett2021-09-081-12/+29
* selftest: Only run samba_tool_drs_showrepl test onceAndrew Bartlett2021-09-081-5/+11
* selftest: Split up targets for samba_tool_drs from samba_tool_drs_showreplAndrew Bartlett2021-09-081-5/+12
* WHATSNEW: Update with samba-tool domain backup offline fixAndrew Bartlett2021-09-081-0/+8
* WHATSNEW: Update for KDC crash fixesAndrew Bartlett2021-09-081-0/+17
* tests/krb5: Allow KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN for a missing snameAndrew Bartlett2021-09-084-12/+21
* kdc: KRB5KDC_ERR_{C,S}_PRINCIPAL_UNKNOWN if missing fieldLuke Howard2021-09-082-2/+3
* tests/krb5: Allow expected_error_mode to be a container typeJoseph Sutton2021-09-081-21/+35
* tests/krb5: Add tests for omitting sname in inner requestJoseph Sutton2021-09-083-0/+32
* tests/krb5: Allow specifying parameters specific to the inner FAST request bodyJoseph Sutton2021-09-082-0/+17
* tests/krb5: Add tests for omitting sname in requestJoseph Sutton2021-09-083-2/+88
* tests/krb5: Check PADATA-PW-SALT element in e-dataJoseph Sutton2021-09-081-0/+14
* tests/krb5: Check e-data element for TGS-REP errors without FASTJoseph Sutton2021-09-082-20/+34
* tests/krb5: Remove harmful and a-typical return in as_req testcaseAndrew Bartlett2021-09-082-18/+6
* CVE-2021-3671 tests/krb5: Add tests for omitting sname in outer requestJoseph Sutton2021-09-083-0/+43
* CVE-2021-3671 HEIMDAL kdc: validate sname in TGS-REQLuke Howard2021-09-081-0/+4
* tests/krb5: Add test for sending PA-ENCRYPTED-CHALLENGE without FASTJoseph Sutton2021-09-082-0/+16
* tests/krb5: Make cname checking less strictJoseph Sutton2021-09-082-41/+3
* tests/krb5: Make e-data checking less strictJoseph Sutton2021-09-082-343/+3
* Update common on currently supported Fedora versionsAndrew Bartlett2021-09-081-1/+1
* bootstrap: SAMBA_CI_CONTAINER_TAG is now in .gitlab-ci-main.ymlAndrew Bartlett2021-09-081-1/+1
* bootstrap: Update to get newer krb5 on Fedora 34Andrew Bartlett2021-09-083-2/+5
* mit-kdc: Remove build time support for KDB_API < 10Andrew Bartlett2021-09-083-77/+0
* build: Move minimum MIT krb5 version to 1.19 to align with what is testedAndrew Bartlett2021-09-084-27/+1
* autobuild.py: Do not build MIT builds by default (eg sn-devel)Andrew Bartlett2021-09-081-0/+11
* gitlab-ci: Move MIT builds to current Fedora so we can test against a current...Andrew Bartlett2021-09-081-0/+6
* gitlab-ci/autobuild: Add new build confirming behaviour on older MIT KerberosAndrew Bartlett2021-09-082-2/+29
* autobuild.py: Explain why each job is removed from the default setAndrew Bartlett2021-09-081-0/+12
* samba-tool domain backup: Use tdbbackup on metadata.tdbAndrew Bartlett2021-09-081-0/+3
* samba-tool: Rework transations/locks to hold a lock during mdb backupAndrew Bartlett2021-09-081-6/+32
* samba-tool domain backup offline: Use passed in samdb when backing up sam.ldbAndrew Bartlett2021-09-081-7/+8
* mit-samba: Only set the function opening bracket onceAndreas Schneider2021-09-081-2/+1
* mit-samba: Use talloc_get_type_abort() instead of castingAndreas Schneider2021-09-081-9/+6
* mit-samba: Send the logging to the kdc log facilityAndreas Schneider2021-09-081-1/+18
* mit-samba: Define debug class for kdb moduleAndreas Schneider2021-09-087-0/+21
* tests/krb5: Add FAST testsJoseph Sutton2021-09-084-173/+1585
* initial FAST testsGary Lockyer2021-09-084-0/+262
* tests/krb5: Check PADATA-FX-ERROR in replyJoseph Sutton2021-09-081-0/+14
* tests/krb5: Allow generic_check_kdc_error() to check inner FAST errorsJoseph Sutton2021-09-081-3/+9
* tests/krb5: Check PADATA-PAC-OPTIONS in replyJoseph Sutton2021-09-081-0/+9
* tests/krb5: Make generic_check_kdc_error() also work for checking TGS repliesJoseph Sutton2021-09-081-1/+11
* tests/krb5: Make check_rep_padata() also work for checking TGS repliesJoseph Sutton2021-09-081-27/+45
* tests/krb5: Check PADATA-FX-COOKIE in replyJoseph Sutton2021-09-081-0/+15
* tests/krb5: Check PADATA-ENCRYPTED-CHALLENGE in replyJoseph Sutton2021-09-081-0/+54
* tests/krb5: Adjust reply padata checking depending on whether FAST was sentJoseph Sutton2021-09-081-7/+55