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