diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:16:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:16:44 +0000 |
commit | 4116b82a4050c7faf4ace09d00f44e69215412d2 (patch) | |
tree | c74ed8f81f57ec5d4672977a4c6354f77e16a595 /security/ssh2/files/patch-ah | |
parent | Update to version 0.1.32. (diff) |
Update to version 2.1.0pl2.
PR: 18620
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=28875
Diffstat (limited to 'security/ssh2/files/patch-ah')
-rw-r--r-- | security/ssh2/files/patch-ah | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh2/files/patch-ah b/security/ssh2/files/patch-ah index 4ed580779bd0..e968267ef800 100644 --- a/security/ssh2/files/patch-ah +++ b/security/ssh2/files/patch-ah @@ -1,6 +1,6 @@ ---- apps/ssh/sshchsession.c.orig Fri May 7 20:02:03 1999 -+++ apps/ssh/sshchsession.c Sat Jun 19 03:51:31 1999 -@@ -81,6 +81,11 @@ +--- apps/ssh/sshchsession.c.orig Wed May 17 18:01:34 2000 ++++ apps/ssh/sshchsession.c Wed May 17 18:11:14 2000 +@@ -77,6 +77,11 @@ #include <ulimit.h> #endif /* ULIMIT_H */ @@ -12,7 +12,7 @@ #define SSH_DEBUG_MODULE "Ssh2ChannelSession" #define SSH_SESSION_INTERACTIVE_WINDOW 10000 -@@ -406,6 +411,67 @@ +@@ -483,6 +488,67 @@ if (getenv("TZ")) ssh_child_set_env(envp, envsizep, "TZ", getenv("TZ")); @@ -80,7 +80,7 @@ /* Set SSH_CLIENT. */ snprintf(buf, sizeof(buf), "%s %s %s %s", session->common->remote_ip, session->common->remote_port, -@@ -633,12 +699,20 @@ +@@ -710,12 +776,20 @@ char buff[100], *time_string; /* Check /etc/nologin. */ @@ -101,7 +101,7 @@ while (fgets(buf, sizeof(buf), f)) fputs(buf, stderr); fclose(f); -@@ -789,7 +863,11 @@ +@@ -878,7 +952,11 @@ { struct stat mailbuf; if (stat(mailbox, &mailbuf) == -1 || mailbuf.st_size == 0) |