summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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()