aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-11-03Use memmove() in Unicode functionsGreg Hudson3-16/+16
2022-11-03Fix integer overflows in PAC parsingGreg Hudson2-2/+25
2022-11-03Fix null deref in KDC when decoding invalid NDRGreg Hudson2-10/+36
2022-11-03Avoid small read overrun in UTF8 normalizationGreg Hudson1-0/+6
2022-11-02Fix typo in TRACE_FAST_ARMOR_CCACHE_KEY messageRichard E. Silverman1-1/+1
2022-10-03Refactor KDC TGS processing codeGreg Hudson8-824/+872
2022-09-27Add and use ts_interval() helperGreg Hudson10-41/+39
2022-08-18Update error checking for OpenSSL CMS_verifyJulien Rische1-3/+6
2022-08-12Avoid protocol error constants in KDC codeGreg Hudson5-126/+103
2022-07-21Fix k5test.py exit handlerGreg Hudson1-1/+2
2022-07-20Remove kdc_context, tgs_server macros in KDCGreg Hudson10-581/+495
2022-07-20Remove include_certchain parameter in PKINITGreg Hudson4-51/+40
2022-07-13Reduce SUBDIROBJLISTS repetition in makefilesGreg Hudson4-28/+7
2022-07-13Remove pre-CMS PKINIT compatibility codeGreg Hudson3-43/+6
2022-07-07Set reasonable supportedCMSTypes in PKINITJulien Rische3-26/+60
2022-06-29Simplify plugin loading codeGreg Hudson1-357/+150
2022-06-29Fix PKCS11 module path searchsashan1-4/+7
2022-06-29Fix build with -DDEBUG optionsashan1-2/+0
2022-06-08Improve k5test daemon checkingGreg Hudson1-46/+40
2022-06-08Free verto context later in KDC cleanupGreg Hudson1-1/+1
2022-06-08Fix memory leak in OTP kdcpreauth moduleGreg Hudson1-2/+4
2022-06-08Fix uncommon PKINIT memory leaksashan1-1/+8
2022-05-31Fix net-server.c when AI_NUMERICSERV is undefinedSergey Fedorov1-1/+4
2022-05-31Fix leaks in KDB test modulesashan1-1/+4
2022-05-31Fix memory leak in SPAKE kdcpreauth modulesashan1-0/+1
2022-05-24Read GSS configuration files with mtime 0Simo Sorce1-5/+6
2022-05-18Support macOS 11 native credential cacheKen Hornstein11-25/+892
2022-05-18Refactor and move CCAPI utility functionsGreg Hudson9-575/+500
2022-05-18Remove unused CCAPI libkrb5 codeGreg Hudson9-1379/+7
2022-05-18Remove krb5_aprof_init() and krb5_aprof_finish()Greg Hudson5-104/+32
2022-05-18Use context profile for libkadm5 configurationGreg Hudson3-23/+5
2022-05-18Omit LDFLAGS from krb5-config --libs outputGreg Hudson1-2/+1
2022-04-29Add configure variable for default PKCS#11 moduleJulien Rische9-16/+34
2022-04-28Update Windows CI and installer configGreg Hudson2-3/+9
2022-04-26make regenGreg Hudson27-28/+28
2022-04-12Fix iprop with fallbackGreg Hudson1-2/+6
2022-04-11Include time.h in kdb.hGreg Hudson1-0/+1
2022-03-24Updates for krb5-1.21-prereleaseGreg Hudson2-8/+39
2022-03-23Update config.guess, config.subGreg Hudson2-630/+723
2022-03-23Update features list for 1.20Greg Hudson1-2/+51
2022-03-18make regenGreg Hudson28-475/+507
2022-03-17Try harder to avoid password change replay errorsGreg Hudson3-5/+17
2022-03-17Use SHA-256 instead of SHA-1 for PKINIT CMS digestJulien Rische1-17/+21
2022-03-07Make kprop work for dump files larger than 4GBJulien Rische5-28/+130
2022-03-02Replace macros with typedefs in gssrpc types.hTianjiao Yin1-2/+2
2022-03-02Clarify certauth interface documentationGreg Hudson2-15/+24
2022-02-23In k5test, look for lldb if gdb is not foundGreg Hudson1-3/+11
2022-02-23Update copyright years to 2022Greg Hudson8-8/+8
2022-02-23Run Windows CI on windows-2019 image for nowGreg Hudson1-1/+1
2022-01-28Remove unneeded SPAKE free_modreq methodGreg Hudson1-9/+0