diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 19:59:08 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-06-05 19:59:08 +0000 |
commit | 1bda4c835e2fb1c8a9088f9d1011ae404ab8cd85 (patch) | |
tree | 8324d761b353f64cc150e28c51e96b27c351c0ed /ChangeLog | |
parent | bd0e2de8e59b4588a45a27c168e70bba95db9969 (diff) |
- stevesk@cvs.openbsd.org 2001/05/19 19:43:57
[misc.c misc.h servconf.c sshd.8 sshd.c]
sshd command-line arguments and configuration file options that
specify time may be expressed using a sequence of the form:
time[qualifier], where time is a positive integer value and qualifier
is one of the following:
<none>,s,m,h,d,w
Examples:
600 600 seconds (10 minutes)
10m 10 minutes
1h30m 1 hour 30 minutes (90 minutes)
ok markus@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -27,6 +27,18 @@ | |||
27 | - markus@cvs.openbsd.org 2001/05/19 16:46:19 | 27 | - markus@cvs.openbsd.org 2001/05/19 16:46:19 |
28 | [ssh.1 sshd.8] | 28 | [ssh.1 sshd.8] |
29 | document MACs defaults with .Dq | 29 | document MACs defaults with .Dq |
30 | - stevesk@cvs.openbsd.org 2001/05/19 19:43:57 | ||
31 | [misc.c misc.h servconf.c sshd.8 sshd.c] | ||
32 | sshd command-line arguments and configuration file options that | ||
33 | specify time may be expressed using a sequence of the form: | ||
34 | time[qualifier], where time is a positive integer value and qualifier | ||
35 | is one of the following: | ||
36 | <none>,s,m,h,d,w | ||
37 | Examples: | ||
38 | 600 600 seconds (10 minutes) | ||
39 | 10m 10 minutes | ||
40 | 1h30m 1 hour 30 minutes (90 minutes) | ||
41 | ok markus@ | ||
30 | 42 | ||
31 | 20010528 | 43 | 20010528 |
32 | - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c | 44 | - (tim) [conifgure.in] add setvbuf test needed for sftp-int.c |
@@ -5457,4 +5469,4 @@ | |||
5457 | - Wrote replacements for strlcpy and mkdtemp | 5469 | - Wrote replacements for strlcpy and mkdtemp |
5458 | - Released 1.0pre1 | 5470 | - Released 1.0pre1 |
5459 | 5471 | ||
5460 | $Id: ChangeLog,v 1.1233 2001/06/05 19:52:52 mouring Exp $ | 5472 | $Id: ChangeLog,v 1.1234 2001/06/05 19:59:08 mouring Exp $ |