diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 | ||
19 | 20001213 | 28 | 20001213 |
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 |