summaryrefslogtreecommitdiff
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* make regenGreg Hudson2023-04-136-21/+27
* Add PA-REDHAT-PASSKEY padata typePavel Březina2023-04-111-0/+1
* Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson2023-04-105-31/+93
* Fix indentation in x-deltat.yGreg Hudson2023-04-102-5/+5
* Fix potential memory leak in recent commitGreg Hudson2023-03-261-2/+3
* Eliminate TWRITE macros in GSS libraryGreg Hudson2023-03-244-106/+43
* Use k5-der.h in GSS libraryGreg Hudson2023-03-2412-1530/+474
* Make k5buf more flexible for binary dataGreg Hudson2023-03-2410-30/+34
* Modernize PAC codeGreg Hudson2023-03-053-465/+362
* Modernize default key data encryption functionsGreg Hudson2023-03-012-136/+111
* Fix possible double-free during KDB creationJulien Rische2023-03-011-0/+2
* Fix read overruns in SPNEGO parsingGreg Hudson2023-02-131-6/+10
* Add PAC full checksumsGreg Hudson2023-01-243-173/+236
* Don't issue session keys with deprecated enctypesGreg Hudson2023-01-232-11/+30
* Remove unused Unicode functionsGreg Hudson2022-12-2614-4799/+4
* Simplify krb5_chpw_message() UTF-8 processingGreg Hudson2022-12-262-6/+31
* Fix gic_keytab crash on memory exhaustionChenChen Zhou2022-12-051-8/+4
* Fix preauth crash on memory exhaustionChenChen Zhou2022-12-051-0/+4
* Use memmove() in Unicode functionsGreg Hudson2022-11-033-16/+16
* Fix integer overflows in PAC parsingGreg Hudson2022-11-032-2/+25
* Avoid small read overrun in UTF8 normalizationGreg Hudson2022-11-031-0/+6
* Add and use ts_interval() helperGreg Hudson2022-09-279-41/+30
* Reduce SUBDIROBJLISTS repetition in makefilesGreg Hudson2022-07-134-28/+7
* Fix net-server.c when AI_NUMERICSERV is undefinedSergey Fedorov2022-05-311-1/+4
* Read GSS configuration files with mtime 0Simo Sorce2022-05-241-5/+6
* Support macOS 11 native credential cacheKen Hornstein2022-05-188-7/+797
* Refactor and move CCAPI utility functionsGreg Hudson2022-05-189-575/+500
* Remove unused CCAPI libkrb5 codeGreg Hudson2022-05-189-1379/+7
* Remove krb5_aprof_init() and krb5_aprof_finish()Greg Hudson2022-05-183-66/+0
* Use context profile for libkadm5 configurationGreg Hudson2022-05-182-22/+4
* Fix iprop with fallbackGreg Hudson2022-04-121-2/+6
* Try harder to avoid password change replay errorsGreg Hudson2022-03-173-5/+17
* Avoid passing null for asprintf stringsGreg Hudson2022-01-273-26/+22
* Factor out PAC checksum verificationGreg Hudson2022-01-261-127/+55
* Replace AD-SIGNEDPATH with minimal PACsGreg Hudson2022-01-129-746/+25
* Add PAC ticket signature APIsIsaac Boukris2022-01-127-6/+457
* Don't fail krb5_cc_select() for no default realmIsaac Boukris2022-01-011-11/+12
* Add PA-REDHAT-IDP-OAUTH2 padata typePavel Březina2021-12-291-0/+1
* Use 14 instead of 9 for unkeyed SHA-1 checksumGreg Hudson2021-12-294-4/+9
* Fix PAC handling of authtimes after y2038Greg Hudson2021-12-051-15/+5
* Fix OpenSSL conditionals for two filesIsaac Boukris2021-12-052-3/+7
* Use OpenSSL CMAC implementation with OpenSSL 3Greg Hudson2021-11-1513-61/+169
* Use the supported version of openssl 3's CTS modeRobbie Harwood2021-11-152-0/+180
* Prefer openssl's EVP_MAC interface for HMACRobbie Harwood2021-11-151-6/+68
* Use OpenSSL 3 versions of remaining KDFsRobbie Harwood2021-11-159-189/+499
* Support larger RADIUS attributes in libkradSumit Bose2021-11-102-1/+14
* More python3 fixes for t_daemon.pySumit Bose2021-11-101-3/+3
* Avoid use after free during libkrad cleanupGreg Hudson2021-11-103-31/+26
* Use OpenSSL SubjectPublicKeyInfo parsing in PKINITGreg Hudson2021-11-041-12/+1
* Support KRB5_CERTAUTH_HWAUTH_PASS in certauthKen Hornstein2021-10-281-0/+1