summaryrefslogtreecommitdiff
path: root/security/zebedee
AgeCommit message (Collapse)AuthorFilesLines
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam1-6/+7
have been converted to USE_BUILDLINK2.
2002-07-24Change explicit build dependencies on perl into "USE_PERL5=build". Thisjlam1-3/+2
makes these packages build correctly on Darwin where perl>=5.8.0 is required.
2002-05-12prdownloads.sourceforge.net is no longer any use.abs1-2/+2
Switch to MASTER_SITE_SOURCEFORGE.
2002-03-25Fix typo in BUILD_DEPENDS linejmc1-2/+2
2002-03-20Update zebedee package to 2.3.1.taca3-35/+45
- USE_GMAKE. - use tcl's buildlink.mk. * Release 2.3.1 (2002/03/15) Changed any potentially unsafe sprintf/vsprintf instances to snprintf/vsnprintf. There should never have been a remote exploit possible, this just eliminates any theoretical local ones in case someone has a reason to run this as root ... (Note that use of these functions may be an issue on some platforms although they do appear in the UNIX98 spec and exist on Windows). Allowed CIDR address specifications for target (and server name in listenmode). Added IP address checking with the "checkaddress" keyword. Finally caved in and added "httpproxy" to allow connection via a web proxy server using "CONNECT". Added "transparent" keyword to attempt to act as a transparent proxy and forward on the client IP address. It may work on Linux 2.0/2.2. But then again, it might not ... * Release 2.3.0 (2002/03/07) New functionality (at last!). Added "listenip" and -b option to set listening address. Added "tcptimeout" and "idletimeout" to allow inactive TCP tunnels to be closed. Added "ipmode" and -U option to support mixed traffic mode for a single client or server. Makefile changes for Irix and HPUX from Kyle Dent. Others to use latest version of mingw gcc and force use of "native" perl. Note that Zebedee will now be linked with MSVCRT.DLL. That should only be a problem on an old Win95 machine. Japanese documentation NOT YET updated.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-15Pass LDFLAGS through to link step so that zebedee gets the right rpathjlam3-29/+22
for systems where the dependent libraries aren't part of the base system. Don't include tcl/buildlink.mk as the libraries aren't required for the build -- only the tclsh binary is required at run-time. Also honor CFLAGS passed in from environment during the build.
2001-07-15Utilize buildlink.mk methodology and make it work on NetBSD 1.5.1.taca3-9/+14
2001-06-24Importing zebedee 2.2.2. Quoting from README.txt is here.taca6-0/+186
Zebedee Secure Tunnel ===================== Zebedee is a simple program to establish an encrypted, compressed "tunnel" for TCP/IP or UDP traffic between two systems. This allows data from, for example, telnet, ftp and X sessions to be protected from snooping. You can also use compression, either with or without data encryption, to gain performance over low-bandwidth networks. The main goals for Zebedee are to: * Provide client and server functionality under both UNIX and Windows 95/98/NT. * Be easy to install, use and maintain with little or no configuration required. * Have a small footprint, low wire protocol overhead and give significant traffic reduction by the use of compression. * Use only algorithms that are either unpatented or for which the patent has expired. * Be entirely free for commercial or non-commercial use and distributed under the term of the GNU General Public Licence (see LICENCE.txt for details). For further information on how to use Zebedee see the file zebedee.html in the distribution (or the manual page for zebedee(1) under UNIX -- it is basically the same text). Example configuration files are also provided.