summaryrefslogtreecommitdiff
path: root/net/vtun/patches
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03Provide patch to make vtun compile on Openssl>=1.1 platforms.kardel1-0/+284
2015-01-19add patch to help configure find blowfish headers from opensslwiedi1-0/+14
2014-04-20Changes 3.0.3:adam2-8/+20
- Delayed UDP connection - makefile ignores LDFLAGS - mem leak in config parser - vtun3 server should offer vtun2-compatible encryption - Parallel make Makefile.in race condition - link timeout in UDP mode Minor fixes in lfd_lzo.c to ensure correct type casting Add description of "keepalive timeout:count;" syntax to man page and vtund.conf sample. Remove doubled if(send_a_file){...} block in linkfd.c. - reduce connection chatter - improve linking on rebuilds
2011-03-18Changes 3.0.2:adam3-31/+23
* vtun3 client should parse vtun2 server encr directives * cfg_file.y bugs * build on c5 still fails Changes 3.0.1: * fix build for lzo2 * new debian rc scripts Changes 3.0.0: * Configure looks for liblzo2 when available
2006-05-12Fix build with newer OpenSSL.joerg1-4/+12
2004-09-06Bugfix: a sprintf format string in the distribution patches was incorrect.cjs1-0/+13
2003-07-12Update vtun package to 2.6.taca1-5/+17
ver 2.6: No changes; just renumber. ver 2.5.3: $DESTDIR in makefile for packaging glee (PLD) Tighter code in generic/pty_dev.c where available (PLD) Various spec file improvements from (PLD) ver 2.5.2: Configure fixes, to ensure vtun will build under Mac OS/X (Kurt Werle) exclude <rand.h> #inclusion under OS/X ver 2.5.1: Cleanups, reformat code, Automake improvements (Greg) Improvement of Special SuSE init files (Willems Luc) Spec file improvements and testing under SuSE (Willems Luc) PLD build patch from Arkadiusz Miskiewicz re-execute up-commands on re-up under persist-keep (David Kimdon, Leo Bergolth) prevent reentering syslog in signal handlers (Leo Bergolth) fd leak in tunnel.c (David Kimdon, Leo Bergolth) fix configure wrt openSSL and SASL to pick correct MD5.h (Leo Bergolth) prevent closing non-existant stat file (Edan Ayal) minor packaging improvements (Bishop Clark)
2001-12-21Buildlink'ify and use the generic INSTALL scripts. Also move the lockjlam2-16/+45
directory to /var/run/vtund. This mirrors where samba installs its lock files (/var/run/samba). Lastly, make the vtund.8 manpage reflect where everything is really located.
2000-06-06Update to vtun-2.3; besides a vtund.conf(5) manual page, changes include:kleink1-8/+8
ver 2.3: Fixed incorrect error handling in UDP and TCP drivers. Makefile improvements. RPM package fixes. Persist mode fixes. Fixed a couple of memory and file descriptor leaks. Correct closing of Solaris TUN device. Added man page for the configuration file. Documentation update. Team members list update.
2000-02-07Import vtun-2.0:hubertf1-0/+21
VTun provides the method for creating Virtual Tunnels over TCP/IP networks and allows to shape, compress, encrypt traffic in that tunnels. Supported type of tunnels are: PPP, IP, Ethernet and most of other serial protocols and programs. VTun is easily and highly configurable, it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts.