2009.05.01 -- Version 0.3 * updated to new protocol specification (extended label and crypto role) Mind that due this protocol changes this version is incompatible to older version of anytun and uanytun * the auth tag length can now be configured * added extended logging support (syslog, file, stdout and stderr) * changed -n|--ifconfig parameter to new behavior tun and tap devices now use the same syntax * improved tap device handling on OpenBSD * fixed name resolution bug * fixed ipv6 addrlen bug * fixed packet length errors * fixed device type detection bug * dropping privileges is now possible wihtout chroot * some code cleanup 2009.01.14 -- Version 0.2.1 * fixed bug which prevents the daemon from using the right cipher key when using a key derivation rate other than 1 2009.01.11 -- Version 0.2 * added crypto support using libgcrypt or openssl * added new passphrase option to generate master key and or salt * cleaned up and improved build system * some code cleanup 2008.12.31 -- Version 0.1 * Initial release. * IPv4, IPv6 and Ethernet tunnel over UDP, without crypto. * tested on Linux and OpenBSD