chiark / gitweb /
Release 1.5.2.
[tripe] / debian / changelog
CommitLineData
44ff6556
MW
1tripe (1.5.2) experimental; urgency=medium
2
3 * tripe-wireshark: Dissector package is necessarily architecture
4 specific. Replace botched architecture-neutral version.
5
6 -- Mark Wooding <mdw@distorted.org.uk> Sun, 22 Sep 2019 16:22:19 +0100
7
a7f8e86f
MW
8tripe (1.5.1) experimental; urgency=medium
9
10 * tripe: Fix almost completely unusable AEAD support (brown paper bag
11 moment).
12 * tripe: Document the errors about unsuitable AEAD schemes.
13 * tripe: Support AEAD schemes with smaller nonce spaces (down to 40
14 bits).
15
16 -- Mark Wooding <mdw@distorted.org.uk> Sun, 22 Sep 2019 14:52:48 +0100
17
861f6222
MW
18tripe (1.5.0) experimental; urgency=medium
19
20 * Big version bump, because this really isn't a prerelease anymore. And
21 there's lots of goodies in this version.
22 * New mobile-peer protocol `knock' is much faster and no longer requires
23 complex SSH setup.
24 * Support transport over IPv6.
25 * Support Catacomb AEAD schemes for bulk crypto.
26 * python-tripe: Fixed `TripeCommandDispatcher.eping' to send the correct
27 command.
28 * tripe-peer-services (connect): Report on connectivity statistics.
29 * tripe-wireshark: Replaced the old dissector with a new one written in
30 Lua, which understands the modern protocol. It's unfortunately
31 slower, but actually works and isn't a nightmare to maintain.
32 * tripe-ethereal: Deleted this ancient transition package.
33
34 -- Mark Wooding <mdw@distorted.org.uk> Sun, 22 Sep 2019 01:49:03 +0100
35
1d7e0455
MW
36tripe (1.0.0pre19.1) experimental; urgency=medium
37
38 * Packaging fixes. (No code change.)
39
40 -- Mark Wooding <mdw@distorted.org.uk> Mon, 24 Dec 2018 15:53:35 +0000
41
045fdc20
MW
42tripe (1.0.0pre19) experimental; urgency=low
43
44 * tripe: Use Catacomb `rand_quick' to collect system-specific entropy,
45 e.g., from the x86 `rdrand' isntruction.
46 * tripe: Fix memory leak of key-data objects.
47 * tripe: Add new `naclbox' bulk-crypto transform based on Salsa20/ChaCha
48 and Poly1305.
49 * tripe: Support X25519 and X448 as key-exchange groups.
50 * tripe-keys: Support Ed25519 and Ed448 signature schemes.
51 * tripe-keys: Allow more control over key generation. In particular,
52 arbitrary attributes can now be set on master keys and key-exchange
53 keys.
54 * tripe-uslip: Clean up sockets on signal.
55 * A number of documentation fixes.
56
57 -- Mark Wooding <mdw@distorted.org.uk> Sun, 14 May 2017 18:18:17 +0100
58
6c959b6c
MW
59tripe (1.0.0pre18) experimental; urgency=low
60
61 * general: Fixed some 64-bit portability bugs.
62 * debian: Improve the Debian packaging: there are now explicit versions
63 on dependencies; the build-depependencies are correct; and there are
64 separate build-dependencies for the (rather more demanding)
65 architecture-neutral packages.
66 * tests: Fixed the server test suite to remove spurious failures.
67
68 -- Mark Wooding <mdw@distorted.org.uk> Sat, 30 Apr 2016 18:13:31 +0100
69
51ff73dc
MW
70tripe (1.0.0pre17.1) experimental; urgency=low
71
72 * tests: More warning suppressions.
73
74 -- Mark Wooding <mdw@distorted.org.uk> Mon, 11 May 2015 00:52:01 +0100
75
8e68649c
MW
76tripe (1.0.0pre17) experimental; urgency=low
77
78 * tripe-peer-services: The `tripe-newpeers' program now implements
79 multiple inheritance of configuration sections. See peers.in(5) for
80 the details.
81 * tripe-peer-services: The base configuration now has different timeouts
82 for active and passive dynamic peers. The thinking behind this is
83 explained in connect(8).
84 * tripe: The example `knock' script now works with OpenSSH forced-
85 commands, as well as custom shells.
86 * tripe: Include a configuration file for `sshsvc-mkauthkeys', to help
87 with setting up passive peers.
88 * tripe-peer-services: Fix a bug which broke the `connect' service's
89 `KICK' command.
90 * Attach a `tripe' suffix to most of the manpage names. Some of the
91 services, in particular, have rather generic names and it's only luck
92 that there haven't been conflicts yet.
93 * tripe: New `-W' option for `tripectl' to set the watch list.
94
95 -- Mark Wooding <mdw@distorted.org.uk> Fri, 08 May 2015 19:22:25 +0100
96
da475541
MW
97tripe (1.0.0pre16.2) experimental; urgency=low
98
99 * tripe-peer-services: `tripe-ifup' is now more tolerant of errors, and
100 more useful at reporting them.
101 * tripe-peer-services: `tripe-ifup' strips any explicit prefix length
102 from the remote internal address when adding routes naming it as a
103 gateway.
104 * tripe-peer-services: `tripe-ifup' explicitly forces the sysctl setting
105 `net.ipv6.conf.IFACE.disable_ipv6' off before configuring an IPv6
106 address as a workaround for some devices which try to turn IPv6 off
107 globally if they can't get a route.
108
109 -- Mark Wooding <mdw@distorted.org.uk> Sat, 14 Mar 2015 19:35:18 +0000
110
a9c69a6f
MW
111tripe (1.0.0pre16.1) experimental; urgency=low
112
113 * tripe: Diagnose a mismatch between two peers' choice of bulk crypto
114 transforms.
115
116 -- Mark Wooding <mdw@distorted.org.uk> Tue, 17 Feb 2015 21:33:47 +0000
117
472fc6bd
MW
118tripe (1.0.0pre16) experimental; urgency=low
119
120 * pathmtu: Use `IP_PMTUDISC_PROBE' rather than `..._DO' when doing
121 Linux-specific probing: this prevents inexplicable `EMSGSIZE' failures
122 from write(2).
123 * tripe: New bulk-crypto transform `iiv', which (a) reduces encryption
124 overhead and (b) is fully deterministic, closing a possible
125 kleptographic channel.
126 * tripe: Improve logging options in the client and startup scripts.
127 * tripe: Ship experimental systemd units as examples.
128 * tripe-peer-services: `conntrack' supports newer GLib bindings.
129 * tripe-peer-services: `connect' now only polls its database once a minute
130 (rather than once a second).
131 * tripemon: Support for newer Gtk bindings.
132 * tripemon: More distinctive highlighting of entry fields with invalid
133 contents.
134 * tripemon: Show per-peer crypto details in info sheet.
135 * tripemon: Support new options in `Add peer' dialogue.
136
137 -- Mark Wooding <mdw@distorted.org.uk> Sun, 20 Jul 2014 21:48:23 +0100
138
8886c0f9
MW
139tripe (1.0.0pre15) experimental; urgency=low
140
141 * Allow network masks in the `laddr' and `raddr' lists.
142
143 -- Mark Wooding <mdw@distorted.org.uk> Sat, 19 Apr 2014 14:34:22 +0100
144
cf035d96
MW
145tripe (1.0.0pre14) experimental; urgency=low
146
147 * Abolish the `watch' service. Its functionality has been absorbed into
148 `connect', and the postinst script now attempts to remove the obsolete
149 symbolic link from /etc/tripe/services.
150 * Many internal build changes.
151
152 -- Mark Wooding <mdw@distorted.org.uk> Tue, 28 Jan 2014 15:39:24 +0000
153
04ed79b8
MW
154tripe (1.0.0pre13) experimental; urgency=low
155
156 * Compare MAC tags in constant time. (Fixes a timing attack performed
157 by an adversary who can watch the timestamp on the server log.)
158
159 -- Mark Wooding <mdw@distorted.org.uk> Mon, 27 May 2013 22:58:31 +0100
160
c2f28e4b
MW
161tripe (1.0.0pre12.2) experimental; urgency=low
162
163 * New `tripe-keys' command: `check' reports on keys which will expire
164 soon, so that someone remembers to refresh them.
165
166 -- Mark Wooding <mdw@distorted.org.uk> Thu, 07 Feb 2013 10:37:01 +0000
167
b2a72eca
MW
168tripe (1.0.0pre12.1) experimental; urgency=low
169
170 * Extract Wireshark version number from `wireshark-common' rather than
171 `wireshark': the latter need not be installed.
172
173 -- Mark Wooding <mdw@distorted.org.uk> Sat, 12 Jan 2013 22:30:32 +0000
174
d3731285
MW
175tripe (1.0.0pre12) experimental; urgency=low
176
177 * tripe-peer-services: Add machinery for notifying a peer that we no
178 longer require its services.
179
180 -- Mark Wooding <mdw@distorted.org.uk> Sat, 05 Jan 2013 07:50:33 +0000
181
791a8698
MW
182tripe (1.0.0pre11.1) experimental; urgency=low
183
184 * tripe: Fix segfault from PEERINFO command.
185 * tripe: Include missing documentation of ADD command's `-priv' option.
186 * tripe: Fix warning message which didn't match documentation.
187
188 -- Mark Wooding <mdw@distorted.org.uk> Sat, 15 Dec 2012 14:14:36 +0000
189
87c06f6b 190tripe (1.0.0pre11) experimental; urgency=low
1a372224
MW
191
192 * Fix log/permissions foul-up. Move the logs to /var/log/tripe, and
193 arrange for that directory to exist with the correct permissions.
194 Don't try to open the log until after dropping privileges, so as to
195 provide a check that we can reopen them later.
8743c776
MW
196 * New peer option `mobile' can be set in peers.d files to indicate that
197 the peer's IP address and/or port are highly volatile and the server
198 should try to keep up with changes by attempting to decrypt incoming
199 packets using any available mobile keys.
87c06f6b
MW
200 * tripe: Mobile peers: track changes in remote address automatically.
201 * pathmtu: New mode uses raw sockets for portability.
202 * tripe-peer-services: Support IPv6 interface configuration. (There's
203 still no support for sending encrypted packets over IPv6.)
204 * tripe: Randomize exponential backoff for retransmission. [mdw/backoff]
205 * tripe: Support multiple private keys and cipher suites in the same
206 server.
1a372224 207
87c06f6b 208 -- Mark Wooding <mdw@distorted.org.uk> Tue, 18 Sep 2012 03:39:52 +0100
1a372224 209
550edef7
MW
210tripe (1.0.0pre10) experimental; urgency=low
211
212 * Overhaul SLIP error handling.
213 * Have conntrack tear VPN down in some networks.
214
215 -- Mark Wooding <mdw@distorted.org.uk> Fri, 22 Apr 2011 16:48:31 +0100
216
29b6a378
MW
217tripe (1.0.0pre9) experimental; urgency=low
218
219 * Make conntrack rather more robust against errors.
220 * Logically separate key tags from peer names.
221
222 -- Mark Wooding <mdw@distorted.org.uk> Mon, 17 May 2010 20:27:33 +0100
223
642bde67
MW
224tripe (1.0.0pre8.1) experimental; urgency=low
225
226 * Whoops. conntrack was almost completely broken. Fix it a lot.
227
228 -- Mark Wooding <mdw@distorted.org.uk> Sat, 15 May 2010 20:06:12 +0100
229
06007586
MW
230tripe (1.0.0pre8) experimental; urgency=low
231
232 * Many changes, enhancements and bug fixes. Like, way too many to list
233 here.
234
235 -- Mark Wooding <mdw@distorted.org.uk> Sun, 09 May 2010 15:32:30 +0100
236
d36eda2a 237tripe (1.0.0pre7) experimental; urgency=low
238
239 * Support SLIP encapsulation.
240
82c75bd9 241 -- Mark Wooding <mdw@distorted.org.uk> Sun, 4 Sep 2005 00:52:56 +0100
d36eda2a 242
ef4a1ab7 243tripe (1.0.0pre6) experimental; urgency=low
244
245 * Debianization!
52c03a2a 246 * Don't report uninteresting errors when accepting connections.
247 * Support elliptic curve keys.
c55f55af 248 * Allow user selection of symmetric crypto algorithms.
ef4a1ab7 249
c55f55af 250 -- Mark Wooding <mdw@nsict.org> Mon, 19 Apr 2004 08:44:00 +0100