ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/NEWS
(Generate patch)

Comparing gvpe/NEWS (file contents):
Revision 1.8 by pcg, Thu Oct 16 20:35:14 2003 UTC vs.
Revision 1.25 by pcg, Fri Jun 11 15:56:02 2004 UTC

11.1 11.7
2 - tincd kernel interface code imported, more supported platforms 2 - new per-mode option "max-retry".
3 (native/linux (2.4), tincd/linux (2.2 and 2.4), tincd/freebsd, 3 - started to gnuify vpe.
4 native/cygwin). 4 - asymmetric rekeying behaviour, so hosts don't rekey simultaneously.
5 - added primitive ethernet emulation (ipv4 only), which allows 5 - new configure option --enable-static-daemon.
6 the following platforms that only have tun drivers to work: 6 - fix configure --help output.
7 /* none yet tested */
8 - portability workarounds, especially for unfriendly freebsd
9 - very minor bugfixes
10 - warnings when choosing insecure ciphers/hashes
11 - reduced default hmac length to 8.
12 - cvs now contains configure, Makefile.in and other generated files.
13 7
141.0 81.6.1 Wed May 12 14:48:20 CEST 2004
15 - tweaked various timeouts to help very slow (486) class 9 - fix -c switch that has been broken due to a last-minute fix
16 machines or nets with many hosts. 10 to option and config file parsing.
17 - tweaked rate-limiting to be more forgiving for hosts
18 connecting through routers (not a fix)
19 11
121.6 Mon May 10 20:55:10 CEST 2004
13 - protocol version 0.1, compatible with older releases.
14 - do not RESET on out-of-sequence packets (good for wireless).
15 - various non-security-related bugfixes.
16 - c++ify (at least make it compile with g++-3.4, which should make
17 it a little bit more standard c++).
18
191.5 Fri Jan 30 00:50:04 CET 2004
20 - protocol version 0.1, compatible with older releases.
21 - vped will refuse to start when hostkey and public key do not match.
22 - updated lzf code to version 1.2.
23 - better error reporting for "unusual" conditions, like failing
24 to allocate memory, that should not normally happen and
25 will otherwise result in spurious other error messages. Also
26 adds paranoid checks in case openssl's API changes in a bad way.
27 - fix a bug where queued vpn packets were cleared to zero. while
28 this doesn't affect security, it did cause warning messages and
29 unnecessary connectivity delays.
30
311.4 Sat Jan 17 15:49:21 CET 2004
32 - protocol version 0.1, compatible with older releases.
33 - better retry behaviour on key mismatch.
34 - use select-based io_manager instead of poll-based one.
35 - share io manager between rxvt-unicode and vpe.
36 - sooo many *BSD workarounds because no BSD I could find is even
37 remotely POSIX-compatible.
38
391.2 Fri Oct 17 03:44:44 CEST 2003
40 - protocol version 0.1.
41 - tincd kernel interface code imported, more supported platforms
42 (native/linux (2.4), tincd/linux (2.2 and 2.4), tincd/freebsd,
43 native/cygwin).
44 - added primitive ethernet emulation (ipv4 only), which allows
45 the following platforms that only have tun drivers to work:
46 /* none yet tested */
47 - portability workarounds, especially for unfriendly freebsd
48 - very minor bugfixes
49 - warnings when choosing insecure ciphers/hashes
50 - reduced default hmac length to 8.
51 - cvs now contains configure, Makefile.in and other generated files.
52 - added doc/complex-example to the distribution.
53
541.0 distant past
55 - protocol version 0.1.
56 - tweaked various timeouts to help very slow (486) class
57 machines or nets with many hosts.
58 - tweaked rate-limiting to be more forgiving for hosts
59 connecting through routers (not a fix).
60

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines