summaryrefslogtreecommitdiff
path: root/source4/heimdal
AgeCommit message (Expand)AuthorFilesLines
2019-03-18heimdal: Fix "assuming signed overflow doesnt occur" errorVolker Lendecke1-4/+4
2018-09-27PY3: fix "TabError: inconsistent use of tabs and spaces"Noel Power1-1/+1
2018-09-19PY3: make sure print stmt is enclosed by '(' & ')'Noel Power5-9/+9
2018-09-16PY3: xrange->rangeNoel Power1-1/+1
2018-09-16PY3: string.upper not in PY3Noel Power1-1/+1
2018-09-16PY3: string.translate string.upper don't exist in PY3Noel Power1-1/+1
2018-09-16PY3: bytes.maketrans, string.maketrans is a PY2 only functionNoel Power1-1/+6
2018-09-16PY3: dict_keys doesn't have a sort methodNoel Power1-2/+1
2018-09-16PY3: dict doesn't have has_keyNoel Power1-1/+1
2018-09-16PY3: iterkeys -> keysNoel Power1-1/+1
2018-09-16PY3: iterkeys -> keysNoel Power1-1/+1
2018-09-16PY3: dict has no iterkeys methodNoel Power1-2/+2
2018-09-05heimdal: Change KDC to respect HDB server name type if f.canonicalize is setAndrew Bartlett1-2/+5
2018-09-05Revert "s4/heimdal: allow SPNs in AS-REQ"Andrew Bartlett1-3/+3
2018-06-25auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2-0/+6
2018-06-20heimdal: remove include/includedir directives for krb5.confBjörn Baumbach2-98/+3
2018-06-18heimdal: Add include/includedir directives for krb5.confNicolas Williams2-3/+98
2018-06-18heimdal: small code adaption to cherry-pick heimdal commitBjörn Baumbach1-11/+6
2018-06-18heimdal: lib/krb5: do not fail set_config_files due to parse errorJeffrey Altman2-3/+4
2018-06-08s4-heimdal: Fix the format-truncation errors.Günther Deschner1-3/+3
2018-05-12Bulk: enclose .keys() method with list where list (from python2) expectedNoel Power1-1/+1
2018-04-03heimdal: Fix size types and array accessAndreas Schneider2-13/+18
2018-03-20heimdal: Fix size typesAndreas Schneider5-6/+7
2017-12-06HEIMDAL:kdc: fix dh->q allocation check in get_dh_param()Stefan Metzmacher1-1/+1
2017-08-28HEIMDAL: don't bother seeing q if not sentLove Hornquist Astrand1-3/+6
2017-08-28HEIMDAL: allow optional q in DH DomainParametersLove Hornquist Astrand3-3/+8
2017-08-11heimdal: Fix printing a short int into a stringAndreas Schneider1-2/+2
2017-07-12CVE-2017-11103: Orpheus' Lyre KDC-REP service name validationJeffrey Altman1-2/+2
2017-06-13strerror_r: provide XSI-compliant strerror_rGary Lockyer1-84/+0
2017-03-29heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2-6/+44
2017-03-27heimdal: Add initializer for stack pointersAndrew Bartlett1-2/+2
2017-03-10HEIMDAL:kdc: make it possible to disable the principal based referral detectionStefan Metzmacher3-1/+6
2017-02-22Correct "updateing" typos.Chris Lamb1-1/+1
2017-02-22Correct "unavaible" typos.Chris Lamb1-1/+1
2017-02-22Correct "allignment" typos.Chris Lamb1-1/+1
2017-02-22Correct "paramaters" typos.Chris Lamb1-1/+1
2017-02-22Correct "explicity" typos.Chris Lamb1-2/+2
2017-02-22Correct "encyption" typos.Chris Lamb1-2/+2
2017-02-22Correct "relase" typos.Chris Lamb1-1/+1
2017-02-22Correct "existence" typos.Chris Lamb2-2/+2
2017-02-22Correct "extention" typos.Chris Lamb2-3/+3
2017-02-22Correct "doesnt" typos.Chris Lamb1-1/+1
2016-12-20HEIMDAL:lib/krb5: Harden _krb5_derive_key()Volker Lendecke1-3/+12
2016-12-20HEIMDAL:lib/krb5: Harden ARCFOUR_sub{en,de}crypt()Volker Lendecke1-0/+8
2016-12-20HEIMDAL:lib/krb5: use krb5_verify_checksum() in krb5_c_verify_checksum()Stefan Metzmacher1-8/+9
2016-12-20HEIMDAL:lib/krb5: move checksum vs. enctype checks into get_checksum_key()Stefan Metzmacher1-31/+20
2016-10-12HEIMDAL:lib/krb5: destroy a memory ccache on reinitStefan Metzmacher1-17/+35
2016-10-03heimdal: revert 1f90983324b9f5804dc57f87c5f7695b0e53db8dUri Simchoni1-4/+7
2016-10-03heimdal-lib/krb5: keep a copy of config etypes in the contextUri Simchoni2-0/+30
2016-09-11heimdal: Fix reauthentication after password changeAndreas Schneider1-3/+4