diff options
author | Darren Tucker <dtucker@zip.com.au> | 2008-01-01 20:36:56 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2008-01-01 20:36:56 +1100 |
commit | 15f94271be59bc78e92992aae3a21ac6a9c42cfd (patch) | |
tree | 68d2e24dd81ff7c134b21e95f61e1fc38f912c6b /ChangeLog | |
parent | 4629f93b128e3cdc71dc05e5709c106b4dd8eae4 (diff) |
- dtucker@cvs.openbsd.org 2008/01/01 09:27:33
[sshd_config.5 servconf.c]
Allow PermitRootLogin in a Match block. Allows for, eg, permitting root
only from the local network. ok markus@, man page bit ok jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,6 +19,10 @@ | |||
19 | If scp -p encounters a pre-epoch timestamp, use the epoch which is | 19 | If scp -p encounters a pre-epoch timestamp, use the epoch which is |
20 | as close as we can get given that it's used unsigned. Add a little | 20 | as close as we can get given that it's used unsigned. Add a little |
21 | debugging while there. bz #828, ok djm@ | 21 | debugging while there. bz #828, ok djm@ |
22 | - dtucker@cvs.openbsd.org 2008/01/01 09:27:33 | ||
23 | [sshd_config.5 servconf.c] | ||
24 | Allow PermitRootLogin in a Match block. Allows for, eg, permitting root | ||
25 | only from the local network. ok markus@, man page bit ok jmc@ | ||
22 | 26 | ||
23 | 20071231 | 27 | 20071231 |
24 | - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of | 28 | - (dtucker) [configure.ac openbsd-compat/glob.{c,h}] Bug #1407: force use of |
@@ -3509,4 +3513,4 @@ | |||
3509 | OpenServer 6 and add osr5bigcrypt support so when someone migrates | 3513 | OpenServer 6 and add osr5bigcrypt support so when someone migrates |
3510 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ | 3514 | passwords between UnixWare and OpenServer they will still work. OK dtucker@ |
3511 | 3515 | ||
3512 | $Id: ChangeLog,v 1.4814 2008/01/01 09:36:25 dtucker Exp $ | 3516 | $Id: ChangeLog,v 1.4815 2008/01/01 09:36:56 dtucker Exp $ |