aboutsummaryrefslogtreecommitdiff
path: root/sys/kgssapi/gss_impl.c
Commit message (Expand)AuthorAgeFilesLines
* kgssapi: Remove broken MOD_UNLOAD codeEd Maste2025-12-091-0/+4
* nfscl/kgssapi: Fix Kerberized NFS mounts to pNFS serversRick Macklem2023-12-241-0/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* kgssapi: Add macros so that gssd(8) can run in vnet prisonRick Macklem2023-02-151-6/+17
* kgssapi: Increase timeout for kernel to gssd(8) upcallsRick Macklem2023-01-111-0/+10
* State kgssapi dependency on xdr.Konstantin Belousov2020-09-171-0/+1
* * Handle SIGPIPE in gssdSean Eric Fagan2019-02-211-0/+9
* kgssapi: Remove trivial deadcodeConrad Meyer2018-02-141-2/+0
* Use syscall_helper_register(9) rather than syscall_register().Brooks Davis2018-02-111-18/+17
* sys/kgssapi: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* kgssapi(4): Don't allow user-provided arguments to overrun stack bufferConrad Meyer2016-04-201-1/+3
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Unset the gss kernel state when gssd exitsJosh Paetzel2016-01-011-8/+11
* Avoid dynamic syscall overhead for statically compiled modules.Mateusz Guzik2014-10-261-1/+1
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-091-0/+1
* Piete.Brooks at cl.cam.ac.uk reported via email a crash which wasRick Macklem2012-12-181-4/+33
* In order to maximize the re-usability of kernel code in user space thisKip Macy2011-09-161-1/+1
* Add a small comment about unloading the kgsappi module.Zack Kirsch2011-07-161-1/+5
* Fix the kgssapi so that it can be loaded as a module. CurrentlyRick Macklem2011-06-191-2/+35
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+266