summaryrefslogtreecommitdiff
path: root/sys/kgssapi/krb5
AgeCommit message (Expand)Author
2025-08-07kgssapi: Fix the kgssapi so that it can use MIT KerberosRick Macklem
2025-08-06Revert "kgssapi: Fix the kgssapi so that it can use MIT Kerberos"Rick Macklem
2025-08-06kgssapi: Fix the kgssapi so that it can use MIT KerberosRick Macklem
2025-05-09crypto: Remove uses of CRYPTO_F_DONEMark Johnston
2025-05-09krb5: Fix handling of transient crypto request failuresMark Johnston
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-04-06kgssapi krb5: Remove unused variables.John Baldwin
2021-02-08opencrypto: Introduce crypto_dispatch_async()Mark Johnston
2020-09-01kgssapi: clean up empty lines in .c and .h filesMateusz Guzik
2020-05-25Add support for optional separate output buffers to in-kernel crypto.John Baldwin
2020-04-10Remove support for Kernel GSS algorithms deprecated in r348875.John Baldwin
2020-04-01Set crp_ilen for crypto requests.John Baldwin
2020-03-27Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin
2019-08-26Stop using des_cblock * for arguments to DES functions.John Baldwin
2019-06-11Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin
2019-06-10Add warnings for Kerberos GSS algorithms deprecated in RFCs 6649 and 8429.John Baldwin
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-16OCF: Convert consumers to the session id typedefConrad Meyer
2017-11-27sys/kgssapi: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-03kgssapi: insignificant spelling fix.Pedro F. Giffuni
2016-04-26sys: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-02-02kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer
2013-05-01Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem
2011-10-10Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer
2009-06-14When the KOBJMETHOD() macro was updated, it resulted in theRick Macklem
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson