[openssh-commits] CVS: fuyu.mindrot.org: openssh

Damien Miller djm at mindrot.org
Tue Dec 13 19:33:21 EST 2005


CVSROOT:	/var/cvs
Module name:	openssh
Changes by:	djm at fuyu.mindrot.org	2005/12/13 19:33:20

Modified files:
	.              : ChangeLog auth-options.c configure.ac 
	                 includes.h misc.c misc.h readconf.c servconf.c 
	                 serverloop.c ssh.c ssh_config.5 sshd_config.5 

Log message:
- reyk at 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@

cvs -n rdiff -u -r1.4023 -r1.4024 openssh/ChangeLog
cvs -n rdiff -u -r1.30 -r1.31 openssh/auth-options.c
cvs -n rdiff -u -r1.312 -r1.313 openssh/configure.ac
cvs -n rdiff -u -r1.79 -r1.80 openssh/includes.h
cvs -n rdiff -u -r1.51 -r1.52 openssh/misc.c
cvs -n rdiff -u -r1.30 -r1.31 openssh/misc.h
cvs -n rdiff -u -r1.119 -r1.120 openssh/readconf.c
cvs -n rdiff -u -r1.135 -r1.136 openssh/servconf.c
cvs -n rdiff -u -r1.123 -r1.124 openssh/serverloop.c
cvs -n rdiff -u -r1.241 -r1.242 openssh/ssh.c
cvs -n rdiff -u -r1.67 -r1.68 openssh/ssh_config.5
cvs -n rdiff -u -r1.51 -r1.52 openssh/sshd_config.5




More information about the openssh-commits mailing list