From 9c495e36d38af44c17f69a9b4fd2d068b30ee082 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Tue, 14 Feb 2006 12:26:28 +0000 Subject: [PATCH] Added known issues file Added cygwin-getpass issue git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@114 bc163920-b10d-0410-b2c5-a5491ca2ceef --- KNOWN_ISSUES | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 KNOWN_ISSUES diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES new file mode 100644 index 0000000..8135f2f --- /dev/null +++ b/KNOWN_ISSUES @@ -0,0 +1,7 @@ +Known Issues with proxytunnel + +Version 1.6 + - Cygwin version doesn't correctly work with getpass(). So asking for + 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 +