chiark / gitweb /
server/tests.at (AWAIT_KXDONE): More warning suppressions.
[tripe] / debian / changelog
CommitLineData
8e68649c
MW
1tripe (1.0.0pre17) experimental; urgency=low
2
3 * tripe-peer-services: The `tripe-newpeers' program now implements
4 multiple inheritance of configuration sections. See peers.in(5) for
5 the details.
6 * tripe-peer-services: The base configuration now has different timeouts
7 for active and passive dynamic peers. The thinking behind this is
8 explained in connect(8).
9 * tripe: The example `knock' script now works with OpenSSH forced-
10 commands, as well as custom shells.
11 * tripe: Include a configuration file for `sshsvc-mkauthkeys', to help
12 with setting up passive peers.
13 * tripe-peer-services: Fix a bug which broke the `connect' service's
14 `KICK' command.
15 * Attach a `tripe' suffix to most of the manpage names. Some of the
16 services, in particular, have rather generic names and it's only luck
17 that there haven't been conflicts yet.
18 * tripe: New `-W' option for `tripectl' to set the watch list.
19
20 -- Mark Wooding <mdw@distorted.org.uk> Fri, 08 May 2015 19:22:25 +0100
21
da475541
MW
22tripe (1.0.0pre16.2) experimental; urgency=low
23
24 * tripe-peer-services: `tripe-ifup' is now more tolerant of errors, and
25 more useful at reporting them.
26 * tripe-peer-services: `tripe-ifup' strips any explicit prefix length
27 from the remote internal address when adding routes naming it as a
28 gateway.
29 * tripe-peer-services: `tripe-ifup' explicitly forces the sysctl setting
30 `net.ipv6.conf.IFACE.disable_ipv6' off before configuring an IPv6
31 address as a workaround for some devices which try to turn IPv6 off
32 globally if they can't get a route.
33
34 -- Mark Wooding <mdw@distorted.org.uk> Sat, 14 Mar 2015 19:35:18 +0000
35
a9c69a6f
MW
36tripe (1.0.0pre16.1) experimental; urgency=low
37
38 * tripe: Diagnose a mismatch between two peers' choice of bulk crypto
39 transforms.
40
41 -- Mark Wooding <mdw@distorted.org.uk> Tue, 17 Feb 2015 21:33:47 +0000
42
472fc6bd
MW
43tripe (1.0.0pre16) experimental; urgency=low
44
45 * pathmtu: Use `IP_PMTUDISC_PROBE' rather than `..._DO' when doing
46 Linux-specific probing: this prevents inexplicable `EMSGSIZE' failures
47 from write(2).
48 * tripe: New bulk-crypto transform `iiv', which (a) reduces encryption
49 overhead and (b) is fully deterministic, closing a possible
50 kleptographic channel.
51 * tripe: Improve logging options in the client and startup scripts.
52 * tripe: Ship experimental systemd units as examples.
53 * tripe-peer-services: `conntrack' supports newer GLib bindings.
54 * tripe-peer-services: `connect' now only polls its database once a minute
55 (rather than once a second).
56 * tripemon: Support for newer Gtk bindings.
57 * tripemon: More distinctive highlighting of entry fields with invalid
58 contents.
59 * tripemon: Show per-peer crypto details in info sheet.
60 * tripemon: Support new options in `Add peer' dialogue.
61
62 -- Mark Wooding <mdw@distorted.org.uk> Sun, 20 Jul 2014 21:48:23 +0100
63
8886c0f9
MW
64tripe (1.0.0pre15) experimental; urgency=low
65
66 * Allow network masks in the `laddr' and `raddr' lists.
67
68 -- Mark Wooding <mdw@distorted.org.uk> Sat, 19 Apr 2014 14:34:22 +0100
69
cf035d96
MW
70tripe (1.0.0pre14) experimental; urgency=low
71
72 * Abolish the `watch' service. Its functionality has been absorbed into
73 `connect', and the postinst script now attempts to remove the obsolete
74 symbolic link from /etc/tripe/services.
75 * Many internal build changes.
76
77 -- Mark Wooding <mdw@distorted.org.uk> Tue, 28 Jan 2014 15:39:24 +0000
78
04ed79b8
MW
79tripe (1.0.0pre13) experimental; urgency=low
80
81 * Compare MAC tags in constant time. (Fixes a timing attack performed
82 by an adversary who can watch the timestamp on the server log.)
83
84 -- Mark Wooding <mdw@distorted.org.uk> Mon, 27 May 2013 22:58:31 +0100
85
c2f28e4b
MW
86tripe (1.0.0pre12.2) experimental; urgency=low
87
88 * New `tripe-keys' command: `check' reports on keys which will expire
89 soon, so that someone remembers to refresh them.
90
91 -- Mark Wooding <mdw@distorted.org.uk> Thu, 07 Feb 2013 10:37:01 +0000
92
b2a72eca
MW
93tripe (1.0.0pre12.1) experimental; urgency=low
94
95 * Extract Wireshark version number from `wireshark-common' rather than
96 `wireshark': the latter need not be installed.
97
98 -- Mark Wooding <mdw@distorted.org.uk> Sat, 12 Jan 2013 22:30:32 +0000
99
d3731285
MW
100tripe (1.0.0pre12) experimental; urgency=low
101
102 * tripe-peer-services: Add machinery for notifying a peer that we no
103 longer require its services.
104
105 -- Mark Wooding <mdw@distorted.org.uk> Sat, 05 Jan 2013 07:50:33 +0000
106
791a8698
MW
107tripe (1.0.0pre11.1) experimental; urgency=low
108
109 * tripe: Fix segfault from PEERINFO command.
110 * tripe: Include missing documentation of ADD command's `-priv' option.
111 * tripe: Fix warning message which didn't match documentation.
112
113 -- Mark Wooding <mdw@distorted.org.uk> Sat, 15 Dec 2012 14:14:36 +0000
114
87c06f6b 115tripe (1.0.0pre11) experimental; urgency=low
1a372224
MW
116
117 * Fix log/permissions foul-up. Move the logs to /var/log/tripe, and
118 arrange for that directory to exist with the correct permissions.
119 Don't try to open the log until after dropping privileges, so as to
120 provide a check that we can reopen them later.
8743c776
MW
121 * New peer option `mobile' can be set in peers.d files to indicate that
122 the peer's IP address and/or port are highly volatile and the server
123 should try to keep up with changes by attempting to decrypt incoming
124 packets using any available mobile keys.
87c06f6b
MW
125 * tripe: Mobile peers: track changes in remote address automatically.
126 * pathmtu: New mode uses raw sockets for portability.
127 * tripe-peer-services: Support IPv6 interface configuration. (There's
128 still no support for sending encrypted packets over IPv6.)
129 * tripe: Randomize exponential backoff for retransmission. [mdw/backoff]
130 * tripe: Support multiple private keys and cipher suites in the same
131 server.
1a372224 132
87c06f6b 133 -- Mark Wooding <mdw@distorted.org.uk> Tue, 18 Sep 2012 03:39:52 +0100
1a372224 134
550edef7
MW
135tripe (1.0.0pre10) experimental; urgency=low
136
137 * Overhaul SLIP error handling.
138 * Have conntrack tear VPN down in some networks.
139
140 -- Mark Wooding <mdw@distorted.org.uk> Fri, 22 Apr 2011 16:48:31 +0100
141
29b6a378
MW
142tripe (1.0.0pre9) experimental; urgency=low
143
144 * Make conntrack rather more robust against errors.
145 * Logically separate key tags from peer names.
146
147 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 May 2010 20:27:33 +0100
148
642bde67
MW
149tripe (1.0.0pre8.1) experimental; urgency=low
150
151 * Whoops. conntrack was almost completely broken. Fix it a lot.
152
153 -- Mark Wooding <mdw@distorted.org.uk> Sat, 15 May 2010 20:06:12 +0100
154
06007586
MW
155tripe (1.0.0pre8) experimental; urgency=low
156
157 * Many changes, enhancements and bug fixes. Like, way too many to list
158 here.
159
160 -- Mark Wooding <mdw@distorted.org.uk> Sun, 09 May 2010 15:32:30 +0100
161
d36eda2a 162tripe (1.0.0pre7) experimental; urgency=low
163
164 * Support SLIP encapsulation.
165
82c75bd9 166 -- Mark Wooding <mdw@distorted.org.uk> Sun, 4 Sep 2005 00:52:56 +0100
d36eda2a 167
ef4a1ab7 168tripe (1.0.0pre6) experimental; urgency=low
169
170 * Debianization!
52c03a2a 171 * Don't report uninteresting errors when accepting connections.
172 * Support elliptic curve keys.
c55f55af 173 * Allow user selection of symmetric crypto algorithms.
ef4a1ab7 174
c55f55af 175 -- Mark Wooding <mdw@nsict.org> Mon, 19 Apr 2004 08:44:00 +0100