summaryrefslogtreecommitdiff
path: root/sys/kgssapi
AgeCommit message (Expand)Author
2025-11-27kgssapi: Remove broken MOD_UNLOAD codeEd Maste
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
2025-02-01kgssapi: use netlink RPC client to talk to gssd(8)Gleb Smirnoff
2025-01-08kgssapi: remove the debug moduleGleb Smirnoff
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-10-23nfscl/kgssapi: Fix Kerberized NFS mounts to pNFS serversRick Macklem
2023-10-23kgssapi: Add a new file with a function for a future commitRick Macklem
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c comment 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
2023-02-18nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem
2023-02-15kgssapi: Add macros so that gssd(8) can run in vnet prisonRick Macklem
2023-01-11kgssapi: Increase timeout for kernel to gssd(8) upcallsRick Macklem
2022-04-06kgssapi krb5: Remove unused variables.John Baldwin
2021-02-08opencrypto: Introduce crypto_dispatch_async()Mark Johnston
2020-09-17State kgssapi dependency on xdr.Konstantin Belousov
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
2019-02-21* Handle SIGPIPE in gssdSean Eric Fagan
2018-07-18OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer
2018-07-16OCF: Convert consumers to the session id typedefConrad Meyer
2018-02-14kgssapi: Remove trivial deadcodeConrad Meyer
2018-02-11Use syscall_helper_register(9) rather than syscall_register().Brooks Davis
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-26kgssapi: Don't leak memory in error casesConrad Meyer
2016-04-26sys: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-20kgssapi(4): Don't allow user-provided arguments to overrun stack bufferConrad Meyer
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-02-02kcrypto_aes: Use separate sessions for AES and SHA1Conrad Meyer
2016-01-01Unset the gss kernel state when gssd exitsJosh Paetzel
2014-10-26Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik
2013-07-09Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem
2013-05-01Isilon reported that sec=krb5p NFS mounts had a problem when m_len == 0Rick Macklem
2012-12-18Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasRick Macklem
2011-10-10Add missing break statement to make sure all 3DES etypes really are treatedChristian Brueffer
2011-09-16In order to maximize the re-usability of kernel code in user space thisKip Macy
2011-07-16Add a small comment about unloading the kgsappi module.Zack Kirsch