summaryrefslogtreecommitdiff
path: root/security/openssh/files/patch-ak
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-06-08 08:03:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-06-08 08:03:26 +0000
commit152bebfc5c11696e27e8888b15c88231c17de8f6 (patch)
tree5ae42a021bb250161557470661927c397d63ef39 /security/openssh/files/patch-ak
parentUpdate to pan 0.9.7 "Just Another Victim of the Ambient Morality" (diff)
- Update from OpenSSH 2.2.0 to OpenSSH 2.9
- Features: Possible use of sftp/sftp-server with older FreeBSD releases. Use a newer version independently from the Base system. Easier to test and fix possible security bugs. - Bugs: build of pam_ssm.so isn't be supported any more Any file named "cookie" can be deleted by this and any older "sshd" with X11 Forwarding.
Notes
Notes: svn path=/head/; revision=43631
Diffstat (limited to 'security/openssh/files/patch-ak')
-rw-r--r--security/openssh/files/patch-ak18
1 files changed, 3 insertions, 15 deletions
diff --git a/security/openssh/files/patch-ak b/security/openssh/files/patch-ak
index d139441788fd..a55517683cfa 100644
--- a/security/openssh/files/patch-ak
+++ b/security/openssh/files/patch-ak
@@ -1,6 +1,6 @@
---- ssh.c.orig Tue May 30 23:36:40 2000
-+++ ssh.c Tue Jun 20 16:15:29 2000
-@@ -156,6 +156,9 @@
+--- ssh.c.orig Tue Apr 17 14:55:04 2001
++++ ssh.c Sat May 26 15:05:28 2001
+@@ -199,6 +199,9 @@
log("Using rsh. WARNING: Connection will not be encrypted.");
/* Build argument list for rsh. */
i = 0;
@@ -10,15 +10,3 @@
args[i++] = _PATH_RSH;
/* host may have to come after user on some systems */
args[i++] = host;
-@@ -482,6 +485,11 @@
- pwcopy.pw_gid = pw->pw_gid;
- pwcopy.pw_dir = xstrdup(pw->pw_dir);
- pwcopy.pw_shell = xstrdup(pw->pw_shell);
-+#ifdef __FreeBSD__
-+ pwcopy.pw_class = xstrdup(pw->pw_class);
-+ pwcopy.pw_expire = pw->pw_expire;
-+ pwcopy.pw_change = pw->pw_change;
-+#endif /* __FreeBSD__ */
- pw = &pwcopy;
-
- /* Initialize "log" output. Since we are the client all output