summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 201aa4283..a09e11f5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,15 @@
15 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05 15 - deraadt@cvs.openbsd.org 2000/12/13 06:36:05
16 [pty.c] 16 [pty.c]
17 KNF 17 KNF
18 - markus@cvs.openbsd.org 2000/12/12 14:45:21
19 [sshd.c]
20 source port < 1024 is no longer required for rhosts-rsa since it
21 adds no additional security.
22 - markus@cvs.openbsd.org 2000/12/12 16:11:49
23 [ssh.1 ssh.c]
24 rhosts-rsa is no longer automagically disabled if ssh is not privileged.
25 UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers.
26 these changes should not change the visible default behaviour of the ssh client.
18 27
1920001213 2820001213
20 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report 29 - (djm) Make sure we reset the SIGPIPE disposition after we fork. Report