diff options
author | Damien Miller <djm@mindrot.org> | 2010-07-16 13:56:01 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2010-07-16 13:56:01 +1000 |
commit | 9308fc7743d485f7ddf6dfd7c2e222588f7623df (patch) | |
tree | 44f0299c7f7e8894a54e7bff6af13626167bd8a3 /ChangeLog | |
parent | cfbdc28ffe06de99d582ddff43f9f0be7dccc608 (diff) |
- djm@cvs.openbsd.org 2010/07/02 04:32:44
[misc.c]
unbreak strdelim() skipping past quoted strings, e.g.
AllowUsers "blah blah" blah
was broken; report and fix in bz#1757 from bitman.zhou AT centrify.com
ok dtucker;
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ | |||
1 | 20100716 | ||
2 | - (djm) OpenBSD CVS Sync | ||
3 | - djm@cvs.openbsd.org 2010/07/02 04:32:44 | ||
4 | [misc.c] | ||
5 | unbreak strdelim() skipping past quoted strings, e.g. | ||
6 | AllowUsers "blah blah" blah | ||
7 | was broken; report and fix in bz#1757 from bitman.zhou AT centrify.com | ||
8 | ok dtucker; | ||
9 | |||
1 | 20100714 | 10 | 20100714 |
2 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass | 11 | - (tim) [contrib/redhat/openssh.spec] Bug 1796: Test for skip_x11_askpass |
3 | (line 77) should have been for no_x11_askpass. | 12 | (line 77) should have been for no_x11_askpass. |