summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-04-23 12:06:35 +1000
committerDamien Miller <djm@mindrot.org>2006-04-23 12:06:35 +1000
commit58ca98bfe12b65f4d445dc05b422f672c51caa4b (patch)
treece42acb4be05592c9aef3c0a1d8c396a28095f46 /ChangeLog
parent6aa139c41ff22f9c91a934a73013265ea0a64afc (diff)
- djm@cvs.openbsd.org 2006/04/16 00:54:10
[sftp-client.c] avoid making a tiny 4-byte write to send the packet length of sftp commands, which would result in a separate tiny packet on the wire by using atomiciov(writev, ...) to write the length and the command in one pass; ok deraadt@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 812312bd9..0a597a4fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -31,6 +31,12 @@
31 introduce atomiciov() function that wraps readv/writev to retry 31 introduce atomiciov() function that wraps readv/writev to retry
32 interrupted transfers like atomicio() does for read/write; 32 interrupted transfers like atomicio() does for read/write;
33 feedback deraadt@ dtucker@ stevesk@ ok deraadt@ 33 feedback deraadt@ dtucker@ stevesk@ ok deraadt@
34 - djm@cvs.openbsd.org 2006/04/16 00:54:10
35 [sftp-client.c]
36 avoid making a tiny 4-byte write to send the packet length of sftp
37 commands, which would result in a separate tiny packet on the wire by
38 using atomiciov(writev, ...) to write the length and the command in one
39 pass; ok deraadt@
34 40
3520060421 4120060421
36 - (djm) [Makefile.in configure.ac session.c sshpty.c] 42 - (djm) [Makefile.in configure.ac session.c sshpty.c]
@@ -4542,4 +4548,4 @@
4542 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4548 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4543 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4549 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4544 4550
4545$Id: ChangeLog,v 1.4308 2006/04/23 02:06:20 djm Exp $ 4551$Id: ChangeLog,v 1.4309 2006/04/23 02:06:35 djm Exp $