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

Comparing gvpe/NEWS (file contents):
Revision 1.20 by pcg, Mon May 10 18:56:56 2004 UTC vs.
Revision 1.52 by pcg, Sat Mar 26 03:16:23 2005 UTC

11.9
2 - WARNING: this version checks the return value of if-up etc.
3 scripts and exits on failure.
4 - IMPORTANT: run if-up/node-up etc. scripts via /bin/sh.
5 - IMPORTANT: interface initialization (MAC, MTU) is now done
6 automatically in most configurations.
7 - make some DNS transport values configurable and document them.
8 - improved OS specific information in gvpe.osdep(5).
9 - new tap device type "native/darwin", that supports the tap
10 driver available for darwin (thanks to matthew mead who tested
11 it out with me in a long session). tincd/darwin is still available.
12 - new device type "tincd/bsd", which is a newer version of the
13 *bsd-drivers taken from tinc.
14 - fixed a bug in relying on the order of global construction
15 when tcp transport was enabled. The fix makes it use no
16 cpu time unless it is in use, too.
17 - information about other nodes is now available to if-up etc. scripts.
18 - the value of the config variable if-up-data is passed to the if-up
19 etc. scripts.
20 - skip unparsable config lines with a warning instead of stopping
21 parsing and continuing with a certainly unusable config.
22
231.8 Fri Mar 18 00:58:55 CET 2005
24 - enable-udp = yes is now default only when no other protocols
25 are enabled. otherwise it is disabled unless explicitly enabled.
26 - implemented dns tunneling (experimental now and in the future).
27 - remove support for pre-release version protocol.
28 - updated tincd drivers (rev 1433), added uml_socket driver, documented
29 tincd drivers a bit better.
30 - document icmp configuration values.
31 - document transport protocols in gvpe.protocol(7).
32 - remove unused ChangeLog file.
33 - created a mailinglist at gvpe@lists.schmorp.de.
34 - added an exemption to allow distribution of binaries linked against
35 OpenSSL, as suggested by Guus Sliepen (author of tinc). No
36 GNUTLS conversion in sight.
37 - some portability fixes with respect to --disable-nls.
38
391.7 Tue Feb 22 23:58:59 CET 2005
40 - protocol version 0.1, compatible with older releases.
41 - first gnu release.
42 - documented the special value 1 for router-priority.
43 - renamed vped => gvpe and vpectrl => gvpectrl, as well as
44 vped.conf => gvpe.conf.
45 - new per-node option "max-retry".
46 - asymmetric rekeying behaviour, so hosts don't rekey simultaneously.
47 - new configure option --enable-static-daemon.
48 - fix configure --help output.
49 - many documentation layout fixes.
50 - synced iom.[Ch] from rxvt-unicode.
51 - try to cope with some non-monotonic time changes.
52 - revert to locale.h - a usual, clocale is nonfunctioning on macosx.
53 - considerably improved pod2texi and the resulting texi doc.
54
551.6.1 Wed May 12 14:48:20 CEST 2004
56 - protocol version 0.1, compatible with older releases.
57 - fix -c switch that has been broken due to a last-minute fix
58 to option and config file parsing.
59
11.6 Mon May 10 20:55:10 CEST 2004 601.6 Mon May 10 20:55:10 CEST 2004
2 - protocol version 0.1, compatible with older releases. 61 - protocol version 0.1, compatible with older releases.
3 - do not RESET on out-of-sequence packets (good for wireless). 62 - do not RESET on out-of-sequence packets (good for wireless).
4 - various non-security-related bugfixes. 63 - various non-security-related bugfixes.
5 - c++ify (at least make it compile with g++-3.4, which should make 64 - c++ify (at least make it compile with g++-3.4, which should make
6 it a little bit more standard c++). 65 it a little bit more standard c++).
7 66
81.5 Fri Jan 30 00:50:04 CET 2004 671.5 Fri Jan 30 00:50:04 CET 2004
9 - protocol version 0.1, compatible with older releases. 68 - protocol version 0.1, compatible with older releases.
10 - vped will refuse to start when hostkey and public key do not match. 69 - vped will refuse to start when hostkey and public key do not match.
11 - updated lzf code to version 1.2. 70 - updated lzf code to version 1.2.
12 - better error reporting for "unusual" conditions, like failing 71 - better error reporting for "unusual" conditions, like failing
13 to allocate memory, that should not normally happen and 72 to allocate memory, that should not normally happen and
14 will otherwise result in spurious other error messages. Also 73 will otherwise result in spurious other error messages. Also
15 adds paranoid checks in case openssl's API changes in a bad way. 74 adds paranoid checks in case openssl's API changes in a bad way.
16 - fix a bug where queued vpn packets were cleared to zero. while 75 - fix a bug where queued vpn packets were cleared to zero. while
17 this doesn't affect security, it did cause warning messages and 76 this doesn't affect security, it did cause warning messages and
18 unnecessary connectivity delays. 77 unnecessary connectivity delays.
19 78
201.4 Sat Jan 17 15:49:21 CET 2004 791.4 Sat Jan 17 15:49:21 CET 2004
21 - protocol version 0.1, compatible with older releases. 80 - protocol version 0.1, compatible with older releases.
22 - better retry behaviour on key mismatch. 81 - better retry behaviour on key mismatch.
23 - use select-based io_manager instead of poll-based one. 82 - use select-based io_manager instead of poll-based one.
24 - share io manager between rxvt-unicode and vpe. 83 - share io manager between rxvt-unicode and vpe.
25 - sooo many *BSD workarounds because no BSD I could find is even 84 - sooo many *BSD workarounds because no BSD I could find is even
26 remotely POSIX-compatible. 85 remotely POSIX-compatible.
27 86
281.2 Fri Oct 17 03:44:44 CEST 2003 871.2 Fri Oct 17 03:44:44 CEST 2003
29 - protocol version 0.1. 88 - protocol version 0.1.
30 - tincd kernel interface code imported, more supported platforms 89 - tincd kernel interface code imported, more supported platforms
31 (native/linux (2.4), tincd/linux (2.2 and 2.4), tincd/freebsd, 90 (native/linux (2.4), tincd/linux (2.2 and 2.4), tincd/freebsd,
32 native/cygwin). 91 native/cygwin).
33 - added primitive ethernet emulation (ipv4 only), which allows 92 - added primitive ethernet emulation (ipv4 only), which allows
34 the following platforms that only have tun drivers to work: 93 the following platforms that only have tun drivers to work:
35 /* none yet tested */ 94 /* none yet tested */
36 - portability workarounds, especially for unfriendly freebsd 95 - portability workarounds, especially for unfriendly freebsd
37 - very minor bugfixes 96 - very minor bugfixes
38 - warnings when choosing insecure ciphers/hashes 97 - warnings when choosing insecure ciphers/hashes
39 - reduced default hmac length to 8. 98 - reduced default hmac length to 8.
40 - cvs now contains configure, Makefile.in and other generated files. 99 - cvs now contains configure, Makefile.in and other generated files.
41 - added doc/complex-example to the distribution. 100 - added doc/complex-example to the distribution.
42 101
431.0 1021.0 distant past
44 - protocol version 0.1. 103 - protocol version 0.1.
45 - tweaked various timeouts to help very slow (486) class 104 - tweaked various timeouts to help very slow (486) class
46 machines or nets with many hosts. 105 machines or nets with many hosts.
47 - tweaked rate-limiting to be more forgiving for hosts 106 - tweaked rate-limiting to be more forgiving for hosts
48 connecting through routers (not a fix). 107 connecting through routers (not a fix).
49 108

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines