blob: 4bf1ade3518ed53bedf5ce56073c233cc2582fa0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2009.??.?? -- Version 0.3 svn??
* changed -n|--ifconfig parameter to new behavior
tun and tap devices now use the same syntax
* improved tap device handling on OpenBSD
* 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.1svn91
* 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.2svn85
* 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.1svn37
* Initial release.
* IPv4, IPv6 and Ethernet tunnel over UDP, without crypto.
* tested on Linux and OpenBSD
|