summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-01-09 15:56:45 +1100
committerDamien Miller <djm@mindrot.org>2013-01-09 15:56:45 +1100
commit441384453c7400e8b122e7368c50ab713399fd80 (patch)
treee89d7db38180bae2db4fc86fab3e6ca846fd804d /ChangeLog
parent697485d50af953d36503c11d9e549dd0db8a3287 (diff)
- djm@cvs.openbsd.org 2013/01/03 05:49:36
[servconf.h] add a couple of ServerOptions members that should be copied to the privsep child (for consistency, in this case they happen only to be accessed in the monitor); ok dtucker@
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 35a29d51a..66cc48ba2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,11 @@
11 [PROTOCOL.agent] 11 [PROTOCOL.agent]
12 correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED 12 correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED
13 bz#2051 from david AT lechnology.com 13 bz#2051 from david AT lechnology.com
14 - djm@cvs.openbsd.org 2013/01/03 05:49:36
15 [servconf.h]
16 add a couple of ServerOptions members that should be copied to the privsep
17 child (for consistency, in this case they happen only to be accessed in
18 the monitor); ok dtucker@
14 19
1520121217 2020121217
16 - (dtucker) [Makefile.in] Add some scaffolding so that the new regress 21 - (dtucker) [Makefile.in] Add some scaffolding so that the new regress