summaryrefslogtreecommitdiff
path: root/security/ssh2/files/patch-al
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-04-25 05:01:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-04-25 05:01:06 +0000
commit25c2756dd915624a8150b4bc591cad97450be717 (patch)
tree812b9d2987b23cae54cc136d1401528831fee326 /security/ssh2/files/patch-al
parent#include <sys/types.h> before <utmp.h> if __FreeBSD__ >= 3. Note there (diff)
Update from ssh-1.2.19 to ssh-1.2.20. All patches applied still, I just
regenerated them to fix the line numbers. Also, I added two commented out options in Makefile, one to tell sshd that a group writeable homedir is OK because all users are in their own group, and the other is to allow an unencrypted connection (which is dangerous since it can lead to compromise of keys), but on a secure network it's damn useful for backups etc.
Notes
Notes: svn path=/head/; revision=6293
Diffstat (limited to '')
-rw-r--r--security/ssh2/files/patch-al12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/ssh2/files/patch-al b/security/ssh2/files/patch-al
index 9b8ef9f85303..1da799c26ac5 100644
--- a/security/ssh2/files/patch-al
+++ b/security/ssh2/files/patch-al
@@ -1,8 +1,8 @@
-*** sshconnect.c.orig Sun Apr 6 03:57:04 1997
---- sshconnect.c Wed Apr 16 23:04:17 1997
+*** sshconnect.c.orig Wed Apr 23 08:40:11 1997
+--- sshconnect.c Fri Apr 25 12:41:59 1997
***************
-*** 302,307 ****
---- 302,313 ----
+*** 311,316 ****
+--- 311,322 ----
{
struct sockaddr_in sin;
int p;
@@ -16,8 +16,8 @@
{
sock = socket(AF_INET, SOCK_STREAM, 0);
***************
-*** 329,334 ****
---- 335,341 ----
+*** 338,343 ****
+--- 344,350 ----
}
fatal("bind: %.100s", strerror(errno));
}