summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-04-01 04:17:21 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-04-01 04:17:21 +0000
commitf742a35be3c9630c2ddf9cdc1e376cce2bddb9ff (patch)
tree421d7061bccf50a0f8bc0c64db2b95ecc012f671 /security/ssh
parentGenerate host key in /etc to match the port (diff)
Fix argument parsing loop in ssh-agent (original 1.2.18 bug)
Notes
Notes: svn path=/head/; revision=6082
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/files/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/ssh/files/patch-ad b/security/ssh/files/patch-ad
new file mode 100644
index 000000000000..536cf9cf642a
--- /dev/null
+++ b/security/ssh/files/patch-ad
@@ -0,0 +1,13 @@
+*** ssh-agent.c.bak Thu Mar 27 09:04:12 1997
+--- ssh-agent.c Tue Apr 1 08:08:06 1997
+***************
+*** 586,591 ****
+--- 586,593 ----
+ av++;
+ ac--;
+ }
++ else
++ break;
+ }
+ if (erflg)
+ {