aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gssd/gssd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* gssd: Improve failure message when running in a jailRick Macklem2023-05-281-2/+24
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Revert "gssd: Fix handling of the gssname=<name> NFS mount option"Rick Macklem2023-01-121-1/+1
* gssd: Fix handling of the gssname=<name> NFS mount optionRick Macklem2023-01-071-1/+1
* Remove the -o option from gssd(8).John Baldwin2020-04-101-51/+1
* * Handle SIGPIPE in gssdSean Eric Fagan2019-02-211-0/+1
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* usr.sbin: minor spelling fixes on comments.Pedro F. Giffuni2016-05-011-1/+1
* Unset the gss kernel state when gssd exitsJosh Paetzel2016-01-011-0/+2
* Increase group limit for kerberized NFSv4Josh Paetzel2015-09-261-2/+2
* Check for an error from daemon(3), and correct the check for an error fromMark Johnston2015-02-131-2/+3
* Oops, initialize the krb5 ret values correctly (to anything non-zero).Rick Macklem2013-07-081-1/+1
* Make sure the krb5 status variables are correctly initialized.Rick Macklem2013-07-081-0/+1
* Add a new "-h" option to the gssd daemon that enables support forRick Macklem2013-07-081-13/+140
* Add a new "-o" option to the gssd which forces gss_init_sec_context()Rick Macklem2013-06-241-3/+136
* Fix r251444 so that gssd.c still builds for WITHOUT_KERBEROS.Rick Macklem2013-06-061-0/+1
* Add a "-v" (verbose) option to the gssd daemon, to helpRick Macklem2013-06-051-2/+78
* Fix the getpwuid_r() call in the gssd daemon so that it handlesRick Macklem2013-05-021-2/+25
* Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no".Rick Macklem2013-01-031-0/+11
* It was reported via email that some sshds create kerberosRick Macklem2012-12-221-11/+295
* Fix the gssd daemon so that it uses syslog() to reportRick Macklem2012-12-171-0/+23
* Implement support for RPCSEC_GSS authentication to both the NFS clientDoug Rabson2008-11-031-0/+610