diff options
author | Damien Miller <djm@mindrot.org> | 2005-12-13 19:33:19 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2005-12-13 19:33:19 +1100 |
commit | 7b58e800364870d05630514945687d2f26e3c065 (patch) | |
tree | f8b436c13a767fcb014125513fe53b6bc0bde9a2 /ChangeLog | |
parent | 957d4e430ed40265cffc483abdc5b0e6a58c69ed (diff) |
- reyk@cvs.openbsd.org 2005/12/08 18:34:11
[auth-options.c includes.h misc.c misc.h readconf.c servconf.c]
[serverloop.c ssh.c ssh_config.5 sshd_config.5 configure.ac]
two changes to the new ssh tunnel support. this breaks compatibility
with the initial commit but is required for a portable approach.
- make the tunnel id u_int and platform friendly, use predefined types.
- support configuration of layer 2 (ethernet) or layer 3
(point-to-point, default) modes. configuration is done using the
Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and
restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option
in sshd_config(5).
ok djm@, man page bits by jmc@
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -36,6 +36,18 @@ | |||
36 | - jmc@cvs.openbsd.org 2005/12/08 15:06:29 | 36 | - jmc@cvs.openbsd.org 2005/12/08 15:06:29 |
37 | [ssh_config.5] | 37 | [ssh_config.5] |
38 | keep options in order; | 38 | keep options in order; |
39 | - reyk@cvs.openbsd.org 2005/12/08 18:34:11 | ||
40 | [auth-options.c includes.h misc.c misc.h readconf.c servconf.c] | ||
41 | [serverloop.c ssh.c ssh_config.5 sshd_config.5 configure.ac] | ||
42 | two changes to the new ssh tunnel support. this breaks compatibility | ||
43 | with the initial commit but is required for a portable approach. | ||
44 | - make the tunnel id u_int and platform friendly, use predefined types. | ||
45 | - support configuration of layer 2 (ethernet) or layer 3 | ||
46 | (point-to-point, default) modes. configuration is done using the | ||
47 | Tunnel (yes|point-to-point|ethernet|no) option is ssh_config(5) and | ||
48 | restricted by the PermitTunnel (yes|point-to-point|ethernet|no) option | ||
49 | in sshd_config(5). | ||
50 | ok djm@, man page bits by jmc@ | ||
39 | 51 | ||
40 | 20051201 | 52 | 20051201 |
41 | - (djm) [envpass.sh] Remove regress script that was accidentally committed | 53 | - (djm) [envpass.sh] Remove regress script that was accidentally committed |
@@ -3428,4 +3440,4 @@ | |||
3428 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM | 3440 | - (djm) Trim deprecated options from INSTALL. Mention UsePAM |
3429 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu | 3441 | - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu |
3430 | 3442 | ||
3431 | $Id: ChangeLog,v 1.4023 2005/12/13 08:30:45 djm Exp $ | 3443 | $Id: ChangeLog,v 1.4024 2005/12/13 08:33:19 djm Exp $ |