aboutsummaryrefslogtreecommitdiff
path: root/sys/rpc/rpcsec_gss
Commit message (Expand)AuthorAgeFilesLines
* nfs, rpc: Ensure kernel credentials have at least one groupOlivier Certner2024-11-151-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-235-10/+0
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-231-1/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-252-2/+2
* svc_rpcsec_gss.c: Separate out the non-vnet initializationRick Macklem2023-05-181-11/+24
* nfsd: Add VNET_SYSUNINIT() macros for vnet cleanupRick Macklem2023-05-181-1/+14
* nfsd: Enable the NFSD_VNET vnet front end macrosRick Macklem2023-05-181-1/+1
* kgssapi: Add macros so that gssd(8) can run in vnet prisonRick Macklem2023-05-171-35/+56
* rpc: Make function tables constMark Johnston2021-08-212-5/+5
* rpcsec_gss: Use a designated initializer for rpc_gss_opsMark Johnston2021-06-021-5/+5
* 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: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-272-0/+4
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-204-0/+9
* 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
* Add support for host-based (Kerberos 5 service principal) initiatorRick Macklem2013-07-091-10/+101
* Improve error handling when unwrapping received data.George V. Neville-Neil2013-04-041-1/+16
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-2/+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-082-8/+11
* (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
* When unmounting an NFS mount using sec=krb5[ip], the umount systemRick Macklem2009-07-011-0/+14
* If the initial attempt to refresh credentials in the RPCSEC_GSS clientRick Macklem2009-06-241-3/+15
* 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-036-0/+3218