summaryrefslogtreecommitdiff
path: root/sys/kgssapi/gss_impl.c
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-02-01kgssapi: use netlink RPC client to talk to gssd(8)Gleb 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-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
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
2020-09-17State kgssapi dependency on xdr.Konstantin Belousov
2019-02-21* Handle SIGPIPE in gssdSean Eric Fagan
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-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-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
2012-12-18Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasRick Macklem
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
2011-06-19Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem
2008-11-03Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson