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