Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
changes in the security patch. Bump version to 2.6nb2.
|
|
the OpenFortress project by Rick van Rein <rick@openfortress.nl>
in private mail.
|
|
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically
pick up a INSTALL/DEINSTALL script in the package directory and assume that
you want it for the corresponding *_EXTRA_TMPL variable.
|
|
|
|
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)
|
|
|
|
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES". This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile. Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
|
|
have been converted to USE_BUILDLINK2.
|
|
ver 2.5:
New config option to keep tun device always open
iproute support
Fixes to support both Linux TUN/TAP drivers.
ver 2.5b1:
Encryption fixes: improved challenge generation, padding check.
Config parser fixes. Don't allow empty passwords.
New config option to specify syslog logging facility.
Support for new Linux TUN/TAP driver.
IO (read_n/write_n) cancellation.
Signal handling and other minor fixes.
Makefile improvement.
Documentation update.
|
|
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.
|
|
|
|
expression for substituting in DEINSTALL/INSTALL scripts. Use "${CMP} -s"
instead of "diff -q" since the former is more portable across OSes.
|
|
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
|
|
place it in /etc using VTUN_SYSCONFDIR.
|
|
|
|
|
|
|
|
ver 2.4:
Configurable keep-alive. Fix for 0 compression level.
RPM package and documentation update.
ver 2.4b2:
TCP driver fixes. Modules and frame handling optimizations.
Configure options to disable LZO, ZLIB, OpenSSL and Shaper support.
Cleanups. Documentation update.
ver 2.4b1:
Numerous stability fixes. TCP driver fixes.
Improved TUN driver support for Solaris 8.
Fixed incorrect error handling in read_n/write_n.
Signal handling fix. Persist mode fixes.
Memory handling fixes. New config options.
Command path parsing fix.
Documentation update and spelling fixes.
|
|
crypto distribution.
|
|
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.
|
|
ver 2.2:
Added support for new OpenBSD tun driver. Fixes for generic tun
driver support. Configure extensions and fixes. Small cleanups.
Documentation update.
ver 2.1:
Final stable 2.1 release.
Small cleanups.
ver 2.1b5:
Fixed local address substitution for TCP connection.
Fast, optimized udp_read function.
Scripts update.
ver 2.1b4:
Bind UDP socket to the same address:port used for TCP connection.
Fixed NOBUFS error handling for UDP sockets.
Updated FreeBSD tun device support.
Removed host name size limitation.
Parser and Makefile fixes.
CVS source tree access.
ver 2.1b3:
Locking code rewrite, should fix race conditions.
Support for inetd and tcp wrapper. Several cleanups.
Updated RPM spec. Initialization fixes.
ver 2.1b2:
Improved parser. New substitutions for command parameters
(%a - local address, %A - remote address,...) allow to handle
dynamic IPs more easily. Correct handling of single quotes and
escaping '\'. Added 'reroute' script for Linux.
Configure fixes. Documentation update.
ver 2.1b1:
Correct closing of unsuccessfully connected sockets. UDP session
initialization fixes.
New option 'multi', allows to gracefully handle multiple connections
with the same host.
New option 'srcaddr', allows to specify source address in form of
interface, host_name and port.
Unified interface for network device drivers and protocols.
Solaris TUN/TAP driver support. SOCKS support.
Several cleanups and optimizations. Improved Makefile and Configure.
Configure automatically searches for headers and libraries.
Documentation update.
Binary package now linked with latest OpenSSL and LZO libraries.
Updated packages for RedHat, OpenBSD, NetBSD, FreeBSD, Solaris.
|
|
|
|
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.
|