mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-07-28 13:33:51 +00:00
Preperations for 1.6.0-final release
git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@116 bc163920-b10d-0410-b2c5-a5491ca2ceef
This commit is contained in:
parent
2f0fc9063f
commit
b5ddfb3591
4 changed files with 10 additions and 5 deletions
2
CHANGES
2
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
|
||||
|
|
|
|||
9
INSTALL
9
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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -3,7 +3,7 @@ proxytunnel
|
|||
-----------
|
||||
|
||||
Author: Jos Visser <josv@osp.nl>, Mark Janssen <maniac@maniac.nl>
|
||||
Date: Mon Feb 6 11:58:17 CET 2006
|
||||
Date: Tue Feb 21 22:18:38 CET 2006
|
||||
Version: 1.6.0
|
||||
|
||||
Hi all,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue