summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-08 18:30:26 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-08 18:30:26 +0000
commit3bb4f9da7382e62dc08eb72ba8307c28d4ccc566 (patch)
tree543bfbb95923d8b21e28086d1d60641a8d4f8f28 /ChangeLog
parent3fcf1a22b52ed8e66d2cf548d5d4528f67377af9 (diff)
- markus@cvs.openbsd.org 2001/04/07 08:55:18
[buffer.c channels.c channels.h readconf.c ssh.c] allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me. thanks to Dan for this great patch: use 'ssh -D 1080 host' and make netscape use localhost:1080 as a socks proxy.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 943f146b6..c54b07cae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,12 @@
15 do gid/groups-swap in addition to uid-swap, should help if /home/group 15 do gid/groups-swap in addition to uid-swap, should help if /home/group
16 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks 16 is chmod 750 + chgrp grp /home/group/, work be deraadt and me, thanks
17 to olar@openwall.com is comments. we had many requests for this. 17 to olar@openwall.com is comments. we had many requests for this.
18 - markus@cvs.openbsd.org 2001/04/07 08:55:18
19 [buffer.c channels.c channels.h readconf.c ssh.c]
20 allow the ssh client act as a SOCKS4 proxy (dynamic local
21 portforwarding). work by Dan Kaminsky <dankamin@cisco.com> and me.
22 thanks to Dan for this great patch: use 'ssh -D 1080 host' and make
23 netscape use localhost:1080 as a socks proxy.
18 24
1920010408 2520010408
20 - OpenBSD CVS Sync 26 - OpenBSD CVS Sync
@@ -4955,4 +4961,4 @@
4955 - Wrote replacements for strlcpy and mkdtemp 4961 - Wrote replacements for strlcpy and mkdtemp
4956 - Released 1.0pre1 4962 - Released 1.0pre1
4957 4963
4958$Id: ChangeLog,v 1.1083 2001/04/08 18:26:59 mouring Exp $ 4964$Id: ChangeLog,v 1.1084 2001/04/08 18:30:26 mouring Exp $