summaryrefslogtreecommitdiff
path: root/third_party/heimdal
AgeCommit message (Expand)AuthorFilesLines
2023-11-30third_party/heimdal: import lorikeet-heimdal-202311290849 (commit 84fb4579594...Andrew Bartlett29-149/+157
2023-11-29third_party/heimdal: Provide krb5_init_creds_opt_set_fast_ccache() and krb5_i...Andrew Bartlett9-51/+163
2023-11-10third_party/heimdal: krb5: Try to decode e-data as KERB-ERROR-DATA (falling b...Joseph Sutton2-16/+51
2023-11-09third_party/heimdal: Import lorikeet-heimdal-202311082119 (commit 844610f06ba...Joseph Sutton11-46/+409
2023-11-03third_party/heimdal: Import lorikeet-heimdal-202311030123 (commit 2346a67fe25...Joseph Sutton18-53/+108
2023-11-02third_party/heimdal: Import lorikeet-heimdal-202311012221 (commit 87159bd3214...Joseph Sutton19-34/+39
2023-11-01third_party/heimdal: Import lorikeet-heimdal-202310310018 (commit 3a433861903...Joseph Sutton8-38/+32
2023-10-26third_party/heimdal: Import lorikeet-heimdal-202309250010 (commit b73ae22b9b1...Joseph Sutton7-17/+39
2023-10-16third_party/heimdal kdc: introduce HDB_F_USER2USER_PRINCIPAL (import lorikeet...Stefan Metzmacher2-1/+7
2023-10-12third_party/heimdal: import lorikeet-heimdal-202310092248 (commit cd12cddd805...Andrew Bartlett9-64/+110
2023-10-12third_party/heimdal: Fix PKINIT freshness token memory handling (Import lorik...Joseph Sutton1-1/+4
2023-08-03third_party/heimdal: Import lorikeet-heimdal-202308030152 (commit 2a036a6fd80...Joseph Sutton1-2/+2
2023-07-19third_party/heimdal: Import lorikeet-heimdal-202307050413 (commit e0597fe1d01...Joseph Sutton4-3/+13
2023-07-19third_party/heimdal: Import lorikeet-heimdal-202307040259 (commit 33d117b8a9c...Joseph Sutton68-240/+750
2023-06-27third_party/heimdal: Import lorikeet-heimdal-202306200407 (commit fc2894beeaa...Joseph Sutton2-5/+87
2023-06-26third_party/heimdal: Import lorikeet-heimdal-202306192129 (commit 0096f9c1dc1...Joseph Sutton17-158/+262
2023-06-21third_party/heimdal: Import lorikeet-heimdal-202306112240 (commit c7f4ffe1a6e...Joseph Sutton5-17/+81
2023-06-10third_party/heimdal: Import lorikeet-heimdal-202306091507 (commit 7d8afc9d7e3...Stefan Metzmacher41-297/+873
2023-05-18third_party/heimdal: Import lorikeet-heimdal-202305172147 (commit dedb12e3db6...Joseph Sutton3-2/+7
2023-05-18third_party/heimdal: Import lorikeet-heimdal-202305170245 (commit 9c903d03c31...Joseph Sutton8-27/+113
2023-05-18third_party/heimdal: Import lorikeet-heimdal-202305160500 (commit 8836d64dee7...Joseph Sutton6-18/+29
2023-03-31third_party/heimdal: Import lorikeet-heimdal-202303200103 (commit 2ee541b5e96...Joseph Sutton235-2188/+5973
2022-12-13CVE-2022-37966 kdc: Implement new Kerberos session key behaviour since ENC_HM...Andrew Bartlett4-10/+47
2022-12-13CVE-2022-37966 third_party/heimdal: Fix error message typoJoseph Sutton1-1/+1
2022-12-13CVE-2022-37967 Add new PAC checksumJoseph Sutton3-29/+143
2022-12-13CVE-2022-37966 HEIMDAL: Look up the server keys to combine with clients etype...Andrew Bartlett1-1/+1
2022-12-06CVE-2022-44640 HEIMDAL: asn1: invalid free in ASN.1 codecNicolas Williams5-6/+15
2022-11-24CVE-2022-42898: HEIMDAL: lib/krb5: fix _krb5_get_int64 on systems where 'unsi...Stefan Metzmacher1-1/+1
2022-11-15CVE-2022-42898 third_party/heimdal: PAC parse integer overflowsJoseph Sutton2-218/+444
2022-11-02third_party/heimdal: import lorikeet-heimdal-202210310104 (commit 0fc20ff4144...Andrew Bartlett154-1751/+6672
2022-11-02heimdal: Fix the 32-bit build on FreeBSDVolker Lendecke5-7/+7
2022-11-02third_party/heimdal: Introduce macro for common plugin structure elementsJoseph Sutton17-62/+57
2022-10-25CVE-2022-3437 third_party/heimdal: Pass correct length to _gssapi_verify_pad()Joseph Sutton1-2/+2
2022-10-25CVE-2022-3437 third_party/heimdal: Check for overflow in _gsskrb5_get_mech()Joseph Sutton1-0/+2
2022-10-25CVE-2022-3437 third_party/heimdal: Check buffer length against overflow for D...Joseph Sutton1-0/+14
2022-10-25CVE-2022-3437 third_party/heimdal: Check the result of _gsskrb5_get_mech()Joseph Sutton1-0/+4
2022-10-25CVE-2022-3437 third_party/heimdal: Avoid undefined behaviour in _gssapi_verif...Joseph Sutton1-3/+3
2022-10-25CVE-2022-3437 third_party/heimdal: Don't pass NULL pointers to memcpy() in DE...Joseph Sutton1-6/+8
2022-10-25CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() in unwrap_des3()Joseph Sutton1-1/+1
2022-10-25CVE-2022-3437 third_party/heimdal: Use constant-time memcmp() for arcfour unwrapJoseph Sutton1-7/+7
2022-10-25CVE-2022-3437 third_party/heimdal: Remove __func__ compatibility workaroundJoseph Sutton1-4/+0
2022-07-27CVE-2022-2031 third_party/heimdal: Add function to get current KDC timeJoseph Sutton3-0/+8
2022-07-27CVE-2022-2031 third_party/heimdal: Check generate_pac() return codeJoseph Sutton1-1/+3
2022-03-11third_party/heimdal: import lorikeet-heimdal-202203101710 (commit df8d8015441...Stefan Metzmacher3-41/+134
2022-03-11third_party/heimdal: import lorikeet-heimdal-202203101709 (commit 47863866da2...Stefan Metzmacher13-10/+590
2022-03-06third_party/heimdal: import lorikeet-heimdal-202203031927 (commit 7abc451ddd7...Stefan Metzmacher16-45/+189
2022-03-01third_party/heimdal: import lorikeet-heimdal-202203010107 (commit 0e7a12404c3...Joseph Sutton428-7392/+14519
2022-01-19HEIMDAL: move code from source4/heimdal* to third_party/heimdal*Stefan Metzmacher2638-0/+1259893