summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update for krb5-1.20.1-postreleasekrb5-1.20Greg Hudson2022-11-131-2/+2
* Update for krb5-1.20.1krb5-1.20.1-finalGreg Hudson2022-11-1129-31/+56
* make regenGreg Hudson2022-11-111-32/+32
* Fix null deref in KDC when decoding invalid NDRGreg Hudson2022-11-052-10/+36
* Fix integer overflows in PAC parsingGreg Hudson2022-11-052-2/+25
* Fix PKCS11 module path searchsashan2022-11-041-4/+7
* Fix uncommon PKINIT memory leaksashan2022-11-041-1/+8
* Free verto context later in KDC cleanupGreg Hudson2022-11-041-1/+1
* Fix memory leak in OTP kdcpreauth moduleGreg Hudson2022-11-041-2/+4
* Fix net-server.c when AI_NUMERICSERV is undefinedSergey Fedorov2022-11-041-1/+4
* Fix memory leak in SPAKE kdcpreauth modulesashan2022-11-041-0/+1
* Update for krb5-1.20-postreleaseGreg Hudson2022-05-261-2/+2
* Update for krb5-1.20krb5-1.20-finalGreg Hudson2022-05-253-6/+8
* Read GSS configuration files with mtime 0Simo Sorce2022-05-241-5/+6
* Fix iprop with fallbackGreg Hudson2022-05-241-2/+6
* Update for krb5-1.20-beta1-postreleaseGreg Hudson2022-03-251-2/+2
* Update for krb5-1.20-beta1krb5-1.20-beta1Greg Hudson2022-03-242-4/+4
* Update README for krb5-1.20Greg Hudson2022-03-231-4/+130
* Update config.guess, config.subGreg Hudson2022-03-232-630/+723
* Update features list for 1.20Greg Hudson2022-03-231-2/+51
* make regenGreg Hudson2022-03-1828-475/+507
* Try harder to avoid password change replay errorsGreg Hudson2022-03-173-5/+17
* Use SHA-256 instead of SHA-1 for PKINIT CMS digestJulien Rische2022-03-171-17/+21
* Make kprop work for dump files larger than 4GBJulien Rische2022-03-075-28/+130
* Replace macros with typedefs in gssrpc types.hTianjiao Yin2022-03-021-2/+2
* Clarify certauth interface documentationGreg Hudson2022-03-022-15/+24
* In k5test, look for lldb if gdb is not foundGreg Hudson2022-02-231-3/+11
* Update copyright years to 2022Greg Hudson2022-02-238-8/+8
* Run Windows CI on windows-2019 image for nowGreg Hudson2022-02-231-1/+1
* Remove unneeded SPAKE free_modreq methodGreg Hudson2022-01-281-9/+0
* Avoid passing null for asprintf stringsGreg Hudson2022-01-274-28/+26
* Pass client flag to KDB for client preauth matchGreg Hudson2022-01-271-1/+1
* Implement replaced_reply_key input to issue_pac()Greg Hudson2022-01-278-64/+105
* Add replace_reply_key kdcpreauth callbackGreg Hudson2022-01-277-81/+92
* Add k5test.py facilities for PKINITGreg Hudson2022-01-274-90/+76
* Remove unimplemented GSSRPC symbolsGreg Hudson2022-01-273-15/+0
* Factor out PAC checksum verificationGreg Hudson2022-01-261-127/+55
* Replace AD-SIGNEDPATH with minimal PACsGreg Hudson2022-01-1235-2325/+957
* Add minimal KDC MS-RPCE (NDR) encoder/decoderGreg Hudson2022-01-125-2/+516
* Add PAC ticket signature APIsIsaac Boukris2022-01-1211-41/+534
* Correct CKSUMTYPE_SHA1 value and commentGreg Hudson2022-01-071-1/+1
* Don't fail krb5_cc_select() for no default realmIsaac Boukris2022-01-012-11/+21
* Add PA-REDHAT-IDP-OAUTH2 padata typePavel Březina2021-12-293-0/+3
* Remove unnecessary flag in macOS buildNikhil Benesch2021-12-291-4/+0
* Use 14 instead of 9 for unkeyed SHA-1 checksumGreg Hudson2021-12-299-16/+21
* Fix PAC handling of authtimes after y2038Greg Hudson2021-12-051-15/+5
* Fix OpenSSL conditionals for two filesIsaac Boukris2021-12-052-3/+7
* Issue an error from KDC on S4U2Self failuresAndreas Schneider2021-12-051-3/+2
* Use OpenSSL CMAC implementation with OpenSSL 3Greg Hudson2021-11-1513-61/+169
* Update PKINIT for OpenSSL 3Robbie Harwood2021-11-152-36/+165