aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-03-24Make k5buf more flexible for binary dataGreg Hudson25-87/+101
2023-03-24Update copyright years to 2023Greg Hudson3-3/+3
2023-03-13Use control flow guard flag in Windows buildsgakamath1-1/+1
2023-03-05Modernize PAC codeGreg Hudson3-465/+362
2023-03-01Modernize default key data encryption functionsGreg Hudson2-136/+111
2023-03-01Fix possible double-free during KDB creationJulien Rische1-0/+2
2023-02-27Avoid using internal APIs in sim_clientGreg Hudson1-20/+9
2023-02-27Fix meridian type in getdate.yJulien Rische1-1/+2
2023-02-13Fix read overruns in SPNEGO parsingGreg Hudson1-6/+10
2023-02-01Add margin to expired tickets in test suiteGreg Hudson2-2/+2
2023-01-27Fix t_ndr to return a define value from main()Greg Hudson1-0/+1
2023-01-24Add PAC full checksumsGreg Hudson5-175/+239
2023-01-23Don't issue session keys with deprecated enctypesGreg Hudson8-17/+75
2023-01-23In KDC, assume all services support aes256-sha1Greg Hudson2-3/+7
2023-01-13Fix PKINIT CMS error checking for older OpenSSLGreg Hudson1-11/+3
2023-01-04Fix policy DB fallback error handlingGreg Hudson1-10/+5
2023-01-04Fix kpropd crash with unrecognized optionabushwang1-0/+1
2022-12-26Remove unused Unicode functionsGreg Hudson19-5249/+7
2022-12-26Simplify krb5_chpw_message() UTF-8 processingGreg Hudson3-6/+33
2022-12-06Remove line continuations in et_c.awkgakamath2-20/+11
2022-12-05Fix gic_keytab crash on memory exhaustionChenChen Zhou1-8/+4
2022-12-05Fix preauth crash on memory exhaustionChenChen Zhou1-0/+4
2022-12-05Fix profile crash on memory exhaustionChenChen Zhou1-1/+1
2022-11-18Fix aclocal.m4 syntax error for autoconf 2.72Julien Rische1-2/+2
2022-11-17Add Georgian translationNorwayFun2-2/+9189
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