summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 784ddeb8f..8e1b4677d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,12 @@
42 [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h 42 [auth2.c authfd.c authfd.h authfile.c kexdh.c kexgex.c key.c key.h
43 ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c] 43 ssh-dss.c ssh-dss.h ssh-keygen.c ssh-rsa.c ssh-rsa.h sshconnect2.c]
44 signed vs. unsigned: make size arguments u_int, ok stevesk@ 44 signed vs. unsigned: make size arguments u_int, ok stevesk@
45 - stevesk@cvs.openbsd.org 2002/02/24 19:59:42
46 [channels.c misc.c]
47 disable Nagle in connect_to() and channel_post_port_listener() (port
48 forwarding endpoints). the intention is to preserve the on-the-wire
49 appearance to applications at either end; the applications can then
50 enable TCP_NODELAY according to their requirements. ok markus@
45 51
4620020225 5220020225
47 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() 53 - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext()
@@ -7715,4 +7721,4 @@
7715 - Wrote replacements for strlcpy and mkdtemp 7721 - Wrote replacements for strlcpy and mkdtemp
7716 - Released 1.0pre1 7722 - Released 1.0pre1
7717 7723
7718$Id: ChangeLog,v 1.1885 2002/02/26 18:09:42 mouring Exp $ 7724$Id: ChangeLog,v 1.1886 2002/02/26 18:12:51 mouring Exp $