summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-02-26 18:58:06 +1100
committerDamien Miller <djm@mindrot.org>2013-02-26 18:58:06 +1100
commit1e657d592d1afa169ffb0a7a1a407b4fe5c97686 (patch)
tree9998f58c059c11680dae82ef6e9824bb02b2a727 /ChangeLog
parent03978c61f32935b31337844aa25d87dc0edd39d2 (diff)
- djm@cvs.openbsd.org 2013/02/20 08:27:50
[integrity.sh] Add an option to modpipe that warns if the modification offset it not reached in it's stream and turn it on for t-integrity. This should catch cases where the session is not fuzzed for being too short (cf. my last "oops" commit)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d0340f8f..076aca702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
120130226
2 - OpenBSD CVS Sync
3 - djm@cvs.openbsd.org 2013/02/20 08:27:50
4 [integrity.sh]
5 Add an option to modpipe that warns if the modification offset it not
6 reached in it's stream and turn it on for t-integrity. This should catch
7 cases where the session is not fuzzed for being too short (cf. my last
8 "oops" commit)
9
120130225 1020130225
2 - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed 11 - (dtucker) [configure.ac ssh-gss.h] bz#2073: additional #includes needed
3 to use Solaris native GSS libs. Patch from Pierre Ossman. 12 to use Solaris native GSS libs. Patch from Pierre Ossman.