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