summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-05-15 14:33:43 +1000
committerDamien Miller <djm@mindrot.org>2014-05-15 14:33:43 +1000
commit05e82c3b963c33048128baf72a6f6b3a1c10b4c1 (patch)
treecb238452459af2f8311d54ca509722497e799517 /ChangeLog
parent380948180f847a26f2d0c85b4dad3dca2ed2fd8b (diff)
- djm@cvs.openbsd.org 2014/04/30 05:29:56
[bufaux.c bufbn.c bufec.c buffer.c buffer.h sshbuf-getput-basic.c] [sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c] [ssherr.h] New buffer API; the first installment of the conversion/replacement of OpenSSH's internals to make them usable as a standalone library. This includes a set of wrappers to make it compatible with the existing buffer API so replacement can occur incrementally. With and ok markus@ Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew Dempsky and Ron Bowes for a detailed review.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50c83e64b..5ffe464e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -52,6 +52,20 @@
52 Don't attempt to append a nul quote char to the filename. Should prevent 52 Don't attempt to append a nul quote char to the filename. Should prevent
53 fatal'ing with "el_insertstr failed" when there's a single quote char 53 fatal'ing with "el_insertstr failed" when there's a single quote char
54 somewhere in the string. bz#2238, ok markus@ 54 somewhere in the string. bz#2238, ok markus@
55 - djm@cvs.openbsd.org 2014/04/30 05:29:56
56 [bufaux.c bufbn.c bufec.c buffer.c buffer.h sshbuf-getput-basic.c]
57 [sshbuf-getput-crypto.c sshbuf-misc.c sshbuf.c sshbuf.h ssherr.c]
58 [ssherr.h]
59 New buffer API; the first installment of the conversion/replacement
60 of OpenSSH's internals to make them usable as a standalone library.
61
62 This includes a set of wrappers to make it compatible with the
63 existing buffer API so replacement can occur incrementally.
64
65 With and ok markus@
66
67 Thanks also to Ben Hawkes, David Tomaschik, Ivan Fratric, Matthew
68 Dempsky and Ron Bowes for a detailed review.
55 69
5620140430 7020140430
57 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already 71 - (dtucker) [defines.h] Define __GNUC_PREREQ__ macro if we don't already