aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpcsec_gss/svc_rpcsec_gss.c
Commit message (Expand)AuthorAgeFilesLines
* svc_rpcsec_gss.c: Separate out the non-vnet initializationRick Macklem2023-03-011-11/+24
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-02-201-1/+14
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-02-181-1/+1
* kgssapi: Add macros so that gssd(8) can run in vnet prisonRick Macklem2023-02-151-40/+54
* krpc: Allow mountd/nfsd to optionally run in a jailRick Macklem2022-12-181-1/+6
* sys/rpc: Use C99 fixed-width integer types.John Baldwin2021-12-281-1/+1
* rpc: Make function tables constMark Johnston2021-08-141-4/+4
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+4
* Change r355157 to make svc_rpc_gss_lifetime_max a static.Rick Macklem2019-11-281-1/+1
* Add a cap on credential lifetime for Kerberized NFS.Rick Macklem2019-11-281-1/+13
* Fix malloc stats for the RPCSEC_GSS server code when DEBUG is enabled.Rick Macklem2019-04-041-1/+1
* Add a comment to the r345818 patch to explain why cl_refs is initialized to 2.Rick Macklem2019-04-031-0/+5
* Fix a race in the RPCSEC_GSS server code that caused crashes.Rick Macklem2019-04-021-8/+7
* Bump the default kern.rpc.gss.client_max from 128 to 1024.Edward Tomasz Napierala2019-02-191-1/+1
* Add kern.rpc.gss.client_hash tunable, to make it possible to bumpEdward Tomasz Napierala2019-02-191-6/+12
* Add kern.rpc.gss.client_max, to make it possible to bump it easily.Edward Tomasz Napierala2018-12-151-2/+15
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+3
* Hide the boottime and bootimebin globals, provide the getboottime(9)Konstantin Belousov2016-07-271-0/+4
* kgssapi(4): Fix string overrun in Kerberos principal constructionConrad Meyer2016-04-201-1/+1
* Increase group limit for kerberized NFSv4Josh Paetzel2015-09-261-5/+2
* Modify the comment to take out the names and URL.Rick Macklem2012-10-251-6/+3
* Add a comment describing why r241097 was done.Rick Macklem2012-10-151-0/+11
* Attila Bogar and Herbert Poeckl both reported similar problemsRick Macklem2012-10-011-3/+4
* Remove an extraneous "already" from a comment introduced by r226081.Rick Macklem2011-10-071-1/+1
* A crash reported on freebsd-fs@ on Sep. 23, 2011 under the subjectRick Macklem2011-10-071-10/+48
* Make options KGSSAPI build and add it to NOTES.Brooks Davis2010-01-081-3/+6
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-2/+2
* Set the prison in NFS anon and GSS SVC creds (as I indended to in r197581).Jamie Gritton2009-09-281-0/+2
* Back out r197581, which replaced this file witk sys/kern/vfs_export.c.Jamie Gritton2009-09-281-369/+1363
* Set the prison in NFS anon and GSS SVC creds.Jamie Gritton2009-09-281-1363/+369
* Delete the declaration of an unused variable so that it will build.Rick Macklem2009-06-201-1/+0
* Rework the credential code to support larger values of NGROUPS andBrooks Davis2009-06-191-5/+1
* Replace the global references to "hostid" in svc_rpcsec_gss.c to localRick Macklem2009-06-151-1/+7
* When a Solaris10 client does an NFS mount using krb5i or krb5p, theRick Macklem2009-06-131-1/+1
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+1485