Date: Mon, 20 Nov 1995 20:30:38 -0800 From: Peter Wemm <peter> To: CVS-commiters, cvs-ports Subject: cvs commit: ports/security/ssh/patches patch-ac patch-ad Message-ID: <199511210430.UAA24694@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 95/11/20 20:30:36 Added: security/ssh/patches patch-ac patch-ad Log: two minor adjustments to ssh for freebsd specific issues: patch-ac: call setsid() before setlogin() in the child (when emulating rsh) otherwise the setlogin() will fail when/if the proposed setlogin() changes go in. Otherwise it silently fails and may leave the login name of the user session as "root" (depending on how sshd was started). Without the proposed kernel change, it harmlessly sets the login name of the user's session. patch-ad: patch the #ifdef botch that stopped a ssh login from using and updating the lastlog file. This is because we have struct lastlog defined inside utmp.h rather than a lastlog.h include file like it was expecting.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511210430.UAA24694>