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