aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/gssd/gssd.c
Commit message (Expand)AuthorAgeFilesLines
* 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