freebsd-skq/usr.sbin/gssd
jpaetzel 7e9f675c8e MFC 293043
Unset the gss kernel state when gssd exits

When gssd exits it leaves the kernel state set by
gssd_syscall().  nfsd sees this and waits endlessly
in an unkillable state for gssd to come back.  If you
had acidentally started gssd then stopped it, then
started nfsd you'd be in a bad way until you either
restarted gssd or rebooted the system.  This change
fixes that by setting the kernel state to "" when
gssd exits.
2016-01-08 23:58:32 +00:00
..
gssd.8 Fix some Kerberos related terminology. 2013-07-08 01:47:50 +00:00
gssd.c MFC 293043 2016-01-08 23:58:32 +00:00
Makefile Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no". 2013-01-03 22:24:39 +00:00