diff options
author | Damien Miller <djm@mindrot.org> | 2013-01-09 15:56:45 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2013-01-09 15:56:45 +1100 |
commit | 441384453c7400e8b122e7368c50ab713399fd80 (patch) | |
tree | e89d7db38180bae2db4fc86fab3e6ca846fd804d /ChangeLog | |
parent | 697485d50af953d36503c11d9e549dd0db8a3287 (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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
15 | 20121217 | 20 | 20121217 |
16 | - (dtucker) [Makefile.in] Add some scaffolding so that the new regress | 21 | - (dtucker) [Makefile.in] Add some scaffolding so that the new regress |