diff options
author | Damien Miller <djm@mindrot.org> | 2010-07-16 13:56:23 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-07-16 13:56:23 +1000 |
commit | 1f25ab43f4b374f920120b93ae3ed2f8521472c5 (patch) | |
tree | c372ceb46961e97697b0c0f84e95178b945e918b /ChangeLog | |
parent | 9308fc7743d485f7ddf6dfd7c2e222588f7623df (diff) |
- djm@cvs.openbsd.org 2010/07/12 22:38:52
[ssh.c]
Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f")
for protocol 2. ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ | |||
6 | AllowUsers "blah blah" blah | 6 | AllowUsers "blah blah" blah |
7 | was broken; report and fix in bz#1757 from bitman.zhou AT centrify.com | 7 | was broken; report and fix in bz#1757 from bitman.zhou AT centrify.com |
8 | ok dtucker; | 8 | ok dtucker; |
9 | - djm@cvs.openbsd.org 2010/07/12 22:38:52 | ||
10 | [ssh.c] | ||
11 | Make ExitOnForwardFailure work with fork-after-authentication ("ssh -f") | ||
12 | for protocol 2. ok markus@ | ||
9 | 13 | ||
10 | 20100714 | 14 | 20100714 |
11 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass | 15 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass |