aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Ensure array count consistency in kadm5 RPCGreg Hudson1-3/+8
2023-04-13make regenGreg Hudson6-21/+27
2023-04-11Add PA-REDHAT-PASSKEY padata typePavel Březina1-0/+1
2023-04-10Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson5-31/+93
2023-04-10Fix indentation in x-deltat.yGreg Hudson2-5/+5
2023-03-26Fix potential memory leak in recent commitGreg Hudson1-2/+3
2023-03-24Eliminate TWRITE macros in GSS libraryGreg Hudson4-106/+43
2023-03-24Use k5-der.h in GSS libraryGreg Hudson12-1530/+474
2023-03-24Make k5buf more flexible for binary dataGreg Hudson10-30/+34
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-13Fix read overruns in SPNEGO parsingGreg Hudson1-6/+10
2023-01-24Add PAC full checksumsGreg Hudson3-173/+236
2023-01-23Don't issue session keys with deprecated enctypesGreg Hudson2-11/+30
2022-12-26Remove unused Unicode functionsGreg Hudson14-4799/+4
2022-12-26Simplify krb5_chpw_message() UTF-8 processingGreg Hudson2-6/+31
2022-12-05Fix gic_keytab crash on memory exhaustionChenChen Zhou1-8/+4
2022-12-05Fix preauth crash on memory exhaustionChenChen Zhou1-0/+4
2022-11-03Use memmove() in Unicode functionsGreg Hudson3-16/+16
2022-11-03Fix integer overflows in PAC parsingGreg Hudson2-2/+25
2022-11-03Avoid small read overrun in UTF8 normalizationGreg Hudson1-0/+6
2022-09-27Add and use ts_interval() helperGreg Hudson9-41/+30
2022-07-13Reduce SUBDIROBJLISTS repetition in makefilesGreg Hudson4-28/+7
2022-05-31Fix net-server.c when AI_NUMERICSERV is undefinedSergey Fedorov1-1/+4
2022-05-24Read GSS configuration files with mtime 0Simo Sorce1-5/+6
2022-05-18Support macOS 11 native credential cacheKen Hornstein8-7/+797
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 Hudson3-66/+0
2022-05-18Use context profile for libkadm5 configurationGreg Hudson2-22/+4
2022-04-12Fix iprop with fallbackGreg Hudson1-2/+6
2022-03-17Try harder to avoid password change replay errorsGreg Hudson3-5/+17
2022-01-27Avoid passing null for asprintf stringsGreg Hudson3-26/+22
2022-01-26Factor out PAC checksum verificationGreg Hudson1-127/+55
2022-01-12Replace AD-SIGNEDPATH with minimal PACsGreg Hudson9-746/+25
2022-01-12Add PAC ticket signature APIsIsaac Boukris7-6/+457
2022-01-01Don't fail krb5_cc_select() for no default realmIsaac Boukris1-11/+12
2021-12-29Add PA-REDHAT-IDP-OAUTH2 padata typePavel Březina1-0/+1
2021-12-29Use 14 instead of 9 for unkeyed SHA-1 checksumGreg Hudson4-4/+9
2021-12-05Fix PAC handling of authtimes after y2038Greg Hudson1-15/+5
2021-12-05Fix OpenSSL conditionals for two filesIsaac Boukris2-3/+7
2021-11-15Use OpenSSL CMAC implementation with OpenSSL 3Greg Hudson13-61/+169
2021-11-15Use the supported version of openssl 3's CTS modeRobbie Harwood2-0/+180
2021-11-15Prefer openssl's EVP_MAC interface for HMACRobbie Harwood1-6/+68
2021-11-15Use OpenSSL 3 versions of remaining KDFsRobbie Harwood9-189/+499
2021-11-10Support larger RADIUS attributes in libkradSumit Bose2-1/+14
2021-11-10More python3 fixes for t_daemon.pySumit Bose1-3/+3
2021-11-10Avoid use after free during libkrad cleanupGreg Hudson3-31/+26
2021-11-04Use OpenSSL SubjectPublicKeyInfo parsing in PKINITGreg Hudson1-12/+1