summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-31 23:10:31 +1100
committerDamien Miller <djm@mindrot.org>2006-03-31 23:10:31 +1100
commit2b5a0de9034a0f5943be129039dc56caee23fd94 (patch)
tree6069aac6a3b40bc032627bbd5cad831e109a9cc2 /ChangeLog
parent5a73c1a34d7ed75295da703c835464746474d297 (diff)
- djm@cvs.openbsd.org 2006/03/27 23:15:46
[sftp.c] always use a format string for addargs; spotted by mouring@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6cfa9b84f..e3894ffc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
7 - deraadt@cvs.openbsd.org 2006/03/27 13:03:54 7 - deraadt@cvs.openbsd.org 2006/03/27 13:03:54
8 [dh.c] 8 [dh.c]
9 use strtonum() instead of atoi(), limit dhg size to 64k; ok djm 9 use strtonum() instead of atoi(), limit dhg size to 64k; ok djm
10 - djm@cvs.openbsd.org 2006/03/27 23:15:46
11 [sftp.c]
12 always use a format string for addargs; spotted by mouring@
10 13
1120060326 1420060326
12 - OpenBSD CVS Sync 15 - OpenBSD CVS Sync
@@ -4456,4 +4459,4 @@
4456 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4459 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4457 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4460 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4458 4461
4459$Id: ChangeLog,v 1.4289 2006/03/31 12:09:41 djm Exp $ 4462$Id: ChangeLog,v 1.4290 2006/03/31 12:10:31 djm Exp $