diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -20,11 +20,15 @@ | |||
20 | except that it depends on the tun(4) network interface on both ends of | 20 | except that it depends on the tun(4) network interface on both ends of |
21 | the connection for layer 2 or layer 3 tunneling. This diff also adds | 21 | the connection for layer 2 or layer 3 tunneling. This diff also adds |
22 | support for LocalCommand in the ssh(1) client. | 22 | support for LocalCommand in the ssh(1) client. |
23 | |||
24 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others | 23 | ok djm@, markus@, jmc@ (manpages), tested and discussed with others |
25 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 | 24 | - djm@cvs.openbsd.org 2005/12/07 03:52:22 |
26 | [clientloop.c] | 25 | [clientloop.c] |
27 | reyk forgot to compile with -Werror (missing header) | 26 | reyk forgot to compile with -Werror (missing header) |
27 | - jmc@cvs.openbsd.org 2005/12/07 10:52:13 | ||
28 | [ssh.1] | ||
29 | - avoid line split in SYNOPSIS | ||
30 | - add args to -w | ||
31 | - kill trailing whitespace | ||
28 | 32 | ||
29 | 20051201 | 33 | 20051201 |
30 | - (djm) [envpass.sh] Remove regress script that was accidentally committed | 34 | - (djm) [envpass.sh] Remove regress script that was accidentally committed |
@@ -3417,4 +3421,4 @@ | |||
3417 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3421 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3418 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3422 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3419 | 3423 | ||
3420 | $Id: ChangeLog,v 1.4020 2005/12/13 08:29:36 djm Exp $ | 3424 | $Id: ChangeLog,v 1.4021 2005/12/13 08:30:05 djm Exp $ |