diff --git a/Makefile b/Makefile index db609be..35ec0da 100755 --- a/Makefile +++ b/Makefile @@ -29,5 +29,5 @@ clean: install: mkdir -p $(INSTALLPATH) $(INSTALLMANPATH) - install -g root -m755 -o root $(PROGNAME) $(INSTALLPATH)/$(PROGNAME) - install -g root -m644 -o root debian/$(PROGNAME).1 $(INSTALLMANPATH)/$(PROGNAME).1 + install -m755 $(PROGNAME) $(INSTALLPATH)/$(PROGNAME) + install -m644 debian/$(PROGNAME).1 $(INSTALLMANPATH)/$(PROGNAME).1 diff --git a/README b/README index ea87d3d..0617ac1 100755 --- a/README +++ b/README @@ -23,7 +23,7 @@ option it specifies it's command-line options. $ ./proxytunnel --help Proxytunnel 1.6.0 -Copyright 2001-2005 Proxytunnel Project +Copyright 2001-2006 Proxytunnel Project Jos Visser (Muppet) , Mark Janssen (Maniac) Purpose: @@ -101,7 +101,8 @@ If you want to have the first proxy connect to another http proxy (like one you can control, specify -r proxy2:port. The first proxy will then connect to this remote proxy, which will be asked to connect to the requested destination. Note that authentication doesn't (yet) work on -this remote proxy. +this remote proxy. For more information regarding this feature, check +out http://dag.wieers.com/howto/ssh-http-tunneling/ When all this is in place, execute an "ssh foobar" and you're in business! diff --git a/_copyright.inc b/_copyright.inc index 7083fbd..693d665 100644 --- a/_copyright.inc +++ b/_copyright.inc @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2004 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/base64.c b/base64.c index ac76893..324309b 100644 --- a/base64.c +++ b/base64.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/base64.h b/base64.h index 37ade68..2dac24f 100644 --- a/base64.h +++ b/base64.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/basicauth.c b/basicauth.c index 7bc56e6..94ba075 100644 --- a/basicauth.c +++ b/basicauth.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/basicauth.h b/basicauth.h index 12472d2..59af0b7 100644 --- a/basicauth.h +++ b/basicauth.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/cmdline.c b/cmdline.c index 16991b4..842c825 100755 --- a/cmdline.c +++ b/cmdline.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2005 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* @@ -35,7 +35,7 @@ void cmdline_parser_print_version (void) { - printf ("%s %s\nCopyright 2001-2005 Proxytunnel Project\n%s\n", PACKAGE, VERSION, AUTHORS); + printf ("%s %s\nCopyright 2001-2006 Proxytunnel Project\n%s\n", PACKAGE, VERSION, AUTHORS); } void diff --git a/cmdline.h b/cmdline.h index 396b423..430e309 100755 --- a/cmdline.h +++ b/cmdline.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/config.h b/config.h index 211d356..2be4f85 100755 --- a/config.h +++ b/config.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2004 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/http.c b/http.c index 5216def..2100e42 100644 --- a/http.c +++ b/http.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/io.c b/io.c index b4783c8..94dec78 100644 --- a/io.c +++ b/io.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/io.h b/io.h index 2079370..469f5ce 100644 --- a/io.h +++ b/io.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/messages.c b/messages.c index c6ecc28..2b83052 100644 --- a/messages.c +++ b/messages.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/ntlm.c b/ntlm.c index b2a7452..6bde629 100644 --- a/ntlm.c +++ b/ntlm.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2004 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/ntlm.h b/ntlm.h index 19f6648..8b6f92c 100644 --- a/ntlm.h +++ b/ntlm.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2004 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/proxytunnel.c b/proxytunnel.c index 00fdef2..3fe756c 100755 --- a/proxytunnel.c +++ b/proxytunnel.c @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /* diff --git a/proxytunnel.h b/proxytunnel.h index 104f20e..66db2b4 100644 --- a/proxytunnel.h +++ b/proxytunnel.h @@ -1,4 +1,4 @@ -/* Proxytunnel - (C) 2001-2002 Jos Visser / Mark Janssen */ +/* Proxytunnel - (C) 2001-2006 Jos Visser / Mark Janssen */ /* Contact: josv@osp.nl / maniac@maniac.nl */ /*