diff --git a/ChangeLog b/ChangeLog index 5eb830c21..ff3924a4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ +20001113 + - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to + contrib/README + 20001112 - (bal) SCO Patch to add needed libraries for configure.in. Patch by Phillips Porch - - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker + - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker + - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to failed ioctl(TIOCSCTTY) call. diff --git a/contrib/README b/contrib/README index f04ad1530..0ea2ec61c 100644 --- a/contrib/README +++ b/contrib/README @@ -1,6 +1,13 @@ Other patches and addons for OpenSSH. Please send submissions to djm@ibs.com.au +Elsewhere +--------- + +http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows +ProxyCommand which allows OpenSSH to make connections through a SOCKS5 +or http proxy which supports the CONNECT method (eg. Squid). + In this directory -----------------