aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-13Avoid strict-prototype compiler errorsSteffen Kieß21-28/+28
2024-01-12Remove klist's defname global variableJulien Rische1-4/+4
2024-01-12Fix memory leak in macOS 11 ccache clientAnthony Sottile1-1/+1
2023-12-12Refactor PKINIT KDF internal interfacesGreg Hudson6-132/+70
2023-11-30Remove PKINIT RSA supportGreg Hudson9-878/+131
2023-11-30In PKINIT, check for null PKCS7 enveloped fieldsGreg Hudson1-1/+3
2023-10-30Make def-check.pl work with Windows git-bash perlunknown1-6/+6
2023-10-30Wait indefinitely on KDC TCP connectionsGreg Hudson1-24/+26
2023-10-30Add request_timeout configuration parameterGreg Hudson3-18/+49
2023-10-30End connection on KDC_ERR_SVC_UNAVAILABLEGreg Hudson1-1/+4
2023-10-09Fix unimportant memory leaksSteve Grubb19-672/+517
2023-10-03Properly mirror child exit status in ksuGreg Hudson2-4/+6
2023-10-02Add ksu test scriptGreg Hudson2-0/+279
2023-09-20Work around Doxygen 1.9.7 changeGreg Hudson2-62/+32
2023-09-02Fix krb5_cccol_have_content() bad pointer freeIlya Gladyshev1-0/+1
2023-08-22Add missing dependenciesGreg Hudson18-51/+234
2023-08-22Get rid of pkinit_crypto_openssl.hGreg Hudson3-125/+83
2023-08-22Eliminate sim_client include of getopt.hMichael Osipov1-3/+0
2023-08-22Properly quote command strings in k5test.pyGreg Hudson1-4/+3
2023-08-07Fix double-free in KDC TGS processingAndreas Schneider1-2/+3
2023-07-27Replace ssl.wrap_socket() for testsJulien Rische2-6/+7
2023-07-24Add ecdsa-with-sha512/256 to supportedCMSTypesJulien Rische1-0/+38
2023-07-24Eliminate old-style function declarationsKen Hornstein256-2747/+1390
2023-07-17PKINIT ECDH supportGreg Hudson10-178/+396
2023-07-16Defer primary KDC lookupsGreg Hudson14-160/+329
2023-07-05Ensure array count consistency in kadm5 RPCGreg Hudson1-3/+8
2023-06-02Enable PKINIT if at least one group is availableGreg Hudson5-35/+51
2023-05-18Get arm64-windows builds workingGerald Combs4-5/+5
2023-04-14Updates for krb5-1.22-prereleaseGreg Hudson1-1/+1
2023-04-13make regenGreg Hudson33-300/+332
2023-04-13Update config.guess, config.subGreg Hudson2-22/+59
2023-04-11Convey realm names to certauth modulesGreg Hudson2-10/+23
2023-04-11Add PA-REDHAT-PASSKEY padata typePavel Březina2-0/+2
2023-04-10Add GSS_C_INQ_ODBC_SESSION_KEYGreg Hudson5-31/+93
2023-04-10Update ax-pthread.m4 from autoconf archiveGreg Hudson2-108/+145
2023-04-10Squash unused variable warnings in kdb5_ldap_utilGreg Hudson1-24/+16
2023-04-10Squash a Berkeley DB warningGreg Hudson1-27/+1
2023-04-10Fix indentation in x-deltat.yGreg Hudson2-5/+5
2023-04-10Fix maintainer-mode build for binutils 2.37Greg Hudson1-0/+1
2023-03-27Add pac_privsvr_enctype string attributeGreg Hudson6-15/+96
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-24Add a simple DER support headerGreg Hudson1-0/+149
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