diff --git a/CHANGES b/CHANGES index 53fe59b..42a136f 100755 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes to proxytunnel version 1.6.0 -- Mon Feb 6 17:00:00 CET 2006 +Changes to proxytunnel version 1.6.0 -- Tue Feb 21 22:17:16 CET 2006 - Replaced -g/-G (proxy host and port) with -p proxy:post shorthand - Replaced -d/-D (dest host and port) with -d host:post shorthand diff --git a/INSTALL b/INSTALL index c24cdca..77e4f13 100644 --- a/INSTALL +++ b/INSTALL @@ -16,12 +16,15 @@ and optionally the manual-page from the debian-subdirectory to your manpath --------------------------------------------------------------------------------- Cygwin: -Currently cygwin's openssl isn't in a compilable state, change md4.h and md5.h in /usr/include +Currently cygwin's openssl isn't in a compilable state, change md4.h and +md5.h in /usr/include and replace 'size_t' with 'unsigned long' + To link the final executable: gcc -o proxytunnel *.o /lib/libcrypto.dll.a /lib/libssl.dll.a -To run, copy the required dll's from the cygwin-bin dir to the windows system dir, -or the proxytunnel directory (cygcrypto-0.9.8.dll, cygssl-0.9.8.dll, cygwin1.dll ) +To run, copy the required dll's from the cygwin-bin dir to the windows +system dir, or the proxytunnel directory (cygcrypto-0.9.8.dll, +cygssl-0.9.8.dll, cygwin1.dll ) Setproctitle doesn't work on cygwin (afaik) diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 8135f2f..a631837 100644 --- a/KNOWN_ISSUES +++ b/KNOWN_ISSUES @@ -5,3 +5,5 @@ Version 1.6 the proxy password doesn't work. Entering the password on the command- line works, as does putting it in a environment variable and telling proxytunnel about it with -S VARNAME + - The setproctitle code doesn't work (correctly) on all platforms. + This needs looking at. diff --git a/README b/README index e0b0e60..10965af 100755 --- a/README +++ b/README @@ -3,7 +3,7 @@ proxytunnel ----------- Author: Jos Visser , Mark Janssen -Date: Mon Feb 6 11:58:17 CET 2006 +Date: Tue Feb 21 22:18:38 CET 2006 Version: 1.6.0 Hi all,