summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2009-11-20 15:16:35 +1100
committerDamien Miller <djm@mindrot.org>2009-11-20 15:16:35 +1100
commit409661f0d99bf9bc82543eb7bab1f502c9170281 (patch)
tree32f6b39f9c828f3697825f02dd755fb6546f1b15 /ChangeLog
parent2191e04549839502631f3f97ededd301a1498cd0 (diff)
- (djm) [ssh-rand-helper.c] Print error and usage() when passed command-
line arguments as none are supported. Exit when passed unrecognised commandline flags. bz#1568 from gson AT araneus.fi
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 566167053..e477a8fc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
120091107 120091120
2 - (djm) [ssh-rand-helper.c] Print error and usage() when passed command-
3 line arguments as none are supported. Exit when passed unrecognised
4 commandline flags. bz#1568 from gson AT araneus.fi
5
620091118
2 - (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to 7 - (djm) [channels.c misc.c misc.h sshd.c] add missing setsockopt() to
3 set IPV6_V6ONLY for local forwarding with GatwayPorts=yes. Unify 8 set IPV6_V6ONLY for local forwarding with GatwayPorts=yes. Unify
4 setting IPV6_V6ONLY behind a new function misc.c:sock_set_v6only() 9 setting IPV6_V6ONLY behind a new function misc.c:sock_set_v6only()