summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8387604d1..c63e20675 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,15 @@
6 [auth-passwd.c] 6 [auth-passwd.c]
7 auth_usercheck(3) can return NULL, so check for that. Report from 7 auth_usercheck(3) can return NULL, so check for that. Report from
8 mpech@. ok markus@ 8 mpech@. ok markus@
9 - markus@cvs.openbsd.org 2005/07/25 11:59:40
10 [kex.c kex.h myproposal.h packet.c packet.h servconf.c session.c]
11 [sshconnect2.c sshd.c sshd_config sshd_config.5]
12 add a new compression method that delays compression until the user
13 has been authenticated successfully and set compression to 'delayed'
14 for sshd.
15 this breaks older openssh clients (< 3.5) if they insist on
16 compression, so you have to re-enable compression in sshd_config.
17 ok djm@
9 18
1020050725 1920050725
11 - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096. 20 - (dtucker) [configure.ac] Update zlib version check for CAN-2005-2096.
@@ -2870,4 +2879,4 @@
2870 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 2879 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
2871 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 2880 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
2872 2881
2873$Id: ChangeLog,v 1.3856 2005/07/26 11:54:11 djm Exp $ 2882$Id: ChangeLog,v 1.3857 2005/07/26 11:54:56 djm Exp $