chiark / gitweb /
438be85f8ee2cf7de2d7f4803e930da1d38e2fd4
[secnet.git] / debian / changelog
1 secnet (0.5.0) unstable; urgency=medium
2
3   make-secnet-sites SECURITY FIX:
4   * Do not blindly trust inputs; instead, check the syntax for sanity.
5     Previous releases can be induced to run arbitrary code as the user
6     invoking secnet (which might be root), if a secnet sites.conf is used
7     that was generated from an untrustworthy sites file.
8   * The userv invocation mode of make-secnet-sites seems to have been safe
9     in itself, but it previously allowed hazardous data to be propagated
10     into the master sites file.  This is now prevented too.
11
12   make-secnet-sites overhaul work:
13   * make-secnet-sites is now in the common subset of Python2 and Python3.
14     The #! is python3 now, but it works with Python2.7 too.
15     It will probably *not* work with old versions of Python2.
16   * We no longer depend on the obsolete `ipaddr' library.  We use
17     `ipaddress' now.  And this is onlo a Recommends in the .deb.
18   * Ad-hoc argument parser been replaced with `argparse'.
19     There should be no change to existing working invocations.
20   * Bad address syntax error does not wrongly mention IPv6 scopes.
21   * Minor refactoring to support forthcoming work.  [Mark Wooding]
22
23   other bugfixes:
24   * Correctly use the verified copy of the peer remote capabilities
25     from MSG3.  (Bug is not a vulnerability.)    [Mark Wooding]
26
27   build system etc.:
28   * Completely overhaul release checklist; drop dist target.
29   * Remove dependency on `libfl.a'.  [Mark Wooding]
30   * polypath.c: Fix missing include of <limits.h>.  [Mark Wooding]
31   * Add a Wireshark dissector `secnet-wireshark.lua'.  It is not
32     installed anywhere right now.  [Mark Wooding]
33   * Significant internal rearrangements and refactorings, to support
34     forthcoming key management work.  [Mark Wooding and Ian Jackson]
35
36   documentation:
37   * Improve documentation of capability negotiation in NOTES, secnet(8)
38     and magic.h.  [Mark Wooding]
39
40  --
41
42 secnet (0.4.5) unstable; urgency=medium
43
44   * INSTALL: Mention that rsa key generation might need ssh-keygen1.
45   * mobile: Fix negotiation bug with mixed old/new secnets and
46     simultaneous key setup attempts by each end.  [Mark Wooding]
47   * Makefile.in: Support installation from a `VPATH' build.  [Mark Wooding]
48   * Portability fixes for clang.  [Mark Wooding]
49
50  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Sep 2019 12:04:31 +0100
51
52 secnet (0.4.4) unstable; urgency=medium
53
54   Security fix:
55   * make-secnet-sites: Don't allow setting new VPN-level properties
56     when restricted.  This could allow denial of service by
57     users with delegated authorisation.  [Mark Wooding]
58
59   Bugfixes for poor network environments:
60   * polypath: cope properly with asymmetric routing, by correcting
61     the handling of late duplicated packets etc.   Protocol is now
62     incompatible with secnet prior to 0.3.0 when either end is mobile.
63   * Randomise key setup retry time.
64
65   Other bugfixes:
66   * rsa and cbcmac: Fix configuration error messages.  [Mark Wooding]
67   * Handle IPv4 addresses properly (ie, not foolishly byte-swapped),
68     when IPv6 is not available.  [Mark Wooding]
69   * Better logging (and less foolish debug), especially about whether
70     key is set up, and about crossed key setup attempts.
71   * Internal refactoring and fixes.  [Ian Jackson and Mark Wooding]
72
73   Build system and portability:
74   * configure: rerun autogen.sh with autoconf 2.69-10
75   * Avoid memset(0,0,0) wrt st->sharedsecret.  (Fixes compiler warning;
76     in theory might cause miscompilation.)  [Mark Wooding]
77
78   Documentation:
79   * README.make-secnet-sites: new documentation file.  [Mark Wooding]
80   * NOTES: Describe current allocation of capability bits.  [Mark Wooding]
81   * NOTES: tiny fix tot protocol description.
82   * secnet(8): Delete wrong information about dh groups.  [Mark Wooding]
83
84   Administrivia:
85   * Fix erroneous GPL3+ licence notices "version d or later" (!)
86   * .dir-locals.el: Settings for Python code.  [Mark Wooding]
87
88  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Sep 2019 22:53:14 +0100
89
90 secnet (0.4.3) unstable; urgency=low
91
92   Security improvement:
93   * Use `mpz_powm_sec' for modexps.
94
95   Enhancements:
96   * Implement comm-info and dedicated-interface-addr feature, for
97     benefit of hippotat.
98   * Implement `keepalive' site option, to try to keep link always up.
99
100   Build etc. fixes:
101   * #include <limits.h> (fixes the build on jessie).
102   * Tolerate building from a git checkout, but with git not installed.
103     (This can happen in chroots.)
104   * Turn off -Wsign-compare for bison output.
105   * Makefile.in: Fix `check-ipaddrset' rule to get reference from
106     $(srcdir).  (Makes out-of-tree builds work properly.)
107   * Release checklist fixes.
108   * Burn version numbers 0.4.1 and 0.4.2 due to errors in release prep.
109
110   Bugfixes:
111   * When printing messages about dropping IPv6, do not print anything
112     about ihl.  (Check the IP version field first!)
113   * When turning on debug, turn on verbose too.
114
115  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 25 Nov 2017 13:36:41 +0000
116
117 secnet (0.4.0) unstable; urgency=low
118
119   Debugging improvements:
120   * Packet-level debugging from site notes errors from transmit.
121   * Report when transport peers updated as a result of transmit.
122
123  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 28 Feb 2015 15:03:00 +0000
124
125 secnet (0.4.0~beta2) unstable; urgency=low
126
127   Polypath bugfixes:
128   * Ignore IPv6 Unique Local unicast addresses.
129   * Skip "tentative" IPv6 local addresses.
130   * Improve logging and debug output.
131
132   Portability fix:
133   * Build where size_t is not compatible with int.
134
135   Build system and packaging fixes:
136   * Makefile: support DESTDIR.
137   * debian/rules: set DESTDIR (not prefix).
138   * debian/rules: Support dpkg-buildflags.
139   * Install ipaddrset.py and secnet.8 with correct permissions.
140   * Fix check for <linux/if_tun.h> and git rid of our copy.
141   * Use -lresolv only if inet_aton is not found otherwise.
142   * Use -lnsl only if inet_ntoa is not found otherwise.
143   * debian/rules: Provide build-arch and build-indep targets.
144   * debian/rules: Do not run build for *-indep (!)
145   * Makefile.in: Putative dual (backport and not) release build process doc.
146
147   Copyright updates:
148   * Update to GPLv3.  Add missing copyright notices and credits.
149   * Get rid of old FSF street address; use URL instead.
150   * Remove obsolete LICENCE.txt (which was for snprintf reimplementation).
151   * Remove obsolete references to Cendio (for old ipaddr.py).
152
153  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 28 Dec 2014 17:14:10 +0000
154
155 secnet (0.4.0~beta1) unstable; urgency=low
156
157   New features:
158   * Support transport over IPv6.  (We do not yet carry IPv6 in the private
159     network.)  IPv6 support depends on IPv6-capable adns (adns 1.5.x).
160   * New polypath comm, which can duplicate packets so as to send them via
161     multiple routes over the public network, for increased
162     reliability/performance (but increased cost).  Currently Linux-only
163     but should be fairly easy to port.
164   * Support multiple public addresses for peers.
165   * Discard previously-received packets (by default).
166
167   Logging improvements:
168   * Report (each first) transmission and reception success and failure.
169   * Log reason for DNS reolution failure.
170   * Log unexpected kinds of death from userv.
171   * Log authbind exit status as errno value (if appropriate).
172
173   Configuration adjustments:
174   * Adjust default number of mobile peer addresses to store when a peer
175     public address is also configured.
176   * Make specifying peer public port optional.  This avoids making special
177     arrangements to bind to a port for in mobile sites with no public
178     stable address.
179
180   Bugfixes:
181   * Hackypar children will die if they get a terminating signal.
182   * Fix signal dispositions inherited by secnet's child processes.
183   * Fix off-by-one error which prevented setting transport-peers-max to 5.
184
185   Test, build and internal improvements:
186   * Use conventional IP address handling library ipaddr.py.
187   * Provide a fuzzer for the slip decoder.
188   * Build system improvements.
189   * Many source code cleanups.
190
191  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 26 Oct 2014 15:28:31 +0000
192
193 secnet (0.3.4) unstable; urgency=low
194
195   SECURITY FIX:
196   * The previous security fix to buffer handling was entirely wrong.  This
197     one is better.  Thanks to Simon Tatham for the report and the patch.
198
199  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 22 Sep 2014 16:16:11 +0100
200
201 secnet (0.3.3) unstable; urgency=high
202
203   SECURITY FIXES:
204   * Pass correct size argument to recvfrom.  This is a serious security
205     problem which may be exploitable from outside the VPN.
206   * Fix a memory leak in some error logging.
207
208   Other related fixes:
209   * Two other latent bugs in buffer length handling found and fixed.
210   * Non-critical stylistic improvements to buffer length handling, to make
211     the code clearer and to assist audit.
212
213  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 19 Sep 2014 23:50:45 +0100
214
215 secnet (0.3.3~beta1) unstable; urgency=low
216
217   Installation compatibility fix:
218   * In make-secnet-sites, always use our own ipaddr.py even if the
219     incompatible modern ipaddr.py is installed (eg via python-ipaddr.deb).
220     (Future versions of secnet are going to need that Python module to be
221     installed.)
222
223   For links involving mobile sites:
224   * Use source of NAK packets as hint for peer transport address.
225   * When initiating rekey, make use of data transport peer addresses.
226
227   Build fix:
228   * Provide clean target in test-example/Makefile.
229
230  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 19 Sep 2014 00:11:44 +0100
231
232 secnet (0.3.2) unstable; urgency=low
233
234   * Release of 0.3.2.  No code changes since 0.3.1~beta1.
235
236  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 26 Jun 2014 20:27:58 +0100
237
238 secnet (0.3.2~beta1) unstable; urgency=low
239
240   For links involving mobile sites:
241   * SECURITY: Properly update peer address array when it is full.
242   * Do name-resolution on peer-initiated key setup too, when we are mobile
243     (and other name-resolution improvements).
244
245   Other minor improvements:
246   * Log peer addresses on key exchange timeout.
247   * When printing version (eg during startup), use value from git-describe
248     and thus include git commit id where applicable.
249   * Updates to release checklist in Makefile.in.
250   * Use C99 _Bool for bool_t.
251
252  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 06 Jun 2014 01:17:54 +0100
253
254 secnet (0.3.1) unstable; urgency=low
255
256   * Release of 0.3.1.  No code changes since 0.3.1~beta3.
257
258  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 May 2014 01:08:30 +0100
259
260 secnet (0.3.1~beta3) unstable; urgency=low
261
262   * Build fixes for non-i386 architectures and gcc 4.8.2.
263
264  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 08 May 2014 19:53:43 +0100
265
266 secnet (0.3.1~beta2) unstable; urgency=low
267
268   Fix relating to new fragmentation / ICMP functionality:
269   * Generate ICMP packets correctly in point-to-point configurations.
270
271  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 03 May 2014 18:58:09 +0100
272
273 secnet (0.3.1~beta1) unstable; urgency=low
274
275   Security fixes (vulnerabilities are to inside attackers only):
276   * SECURITY: Fixes to MTU and fragmentation handling.
277   * SECURITY: Correctly set "unused" ICMP header field.
278   * SECURITY: Fix IP length check not to crash on very short packets.
279
280   New feature:
281   * Make the inter-site MTU configurable, and negotiate it with the peer.
282
283   Bugfixes etc.:
284   * Fix netlink SEGV on clientless netlinks (i.e. configuration error).
285   * Fix formatting error in p-t-p startup message.
286   * Do not send ICMP errors in response to unknown incoming ICMP.
287   * Fix formatting error in secnet.8 manpage.
288   * Internal code rearrangements and improvements.
289
290   Packaging improvements:
291   * Updates to release checklist in Makefile.in.
292   * Additions to the test-example suite.
293
294  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 01 May 2014 19:02:56 +0100
295
296 secnet (0.3.0) unstable; urgency=low
297
298   * Release of 0.3.0.  No code changes since 0.3.0~beta3.
299   * Update release checklist.
300
301  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 20:27:48 +0100
302
303 secnet (0.3.0~beta3) unstable; urgency=low
304
305   * New upstream version.
306    - Stability bugfix: properly initialise site's scratch buffer.
307
308  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 05 Aug 2013 11:54:09 +0100
309
310 secnet (0.3.0~beta2) unstable; urgency=low
311
312   * New upstream version.
313    - SECURITY FIX: RSA public modulus and exponent buffer overflow.
314    - SECURITY FIX: Use constant-time memcmp for message authentication.
315    - SECURITY FIX: Provide a new transform, eax-serpent, to replace cbcmac.
316    - SECURITY FIX: No longer send NAKs for NAKs, avoiding NAK storm.
317    - SECURITY FIX: Fix site name checking when site name A is prefix of B.
318    - SECURITY FIX: Safely reject too-short IP packets.
319    - Better robustness for mobile sites (proper user of NAKs, new PROD msg).
320    - Better robustness against SLIP decoding errors.
321    - Fix bugs which caused routes to sometimes not be advertised.
322    - Protocol capability negotiation mechanism.
323    - Improvements and fixes to protocol and usage documentation.
324    - Other bugfixes and code tidying up.
325
326  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 25 Jul 2013 18:26:01 +0100
327
328 secnet (0.3.0~beta1) unstable; urgency=low
329
330   * New upstream version.
331    - SECURITY FIX: avoid crashes (or buffer overrun) on short packets.
332    - Bugfixes relating to packet loss during key exchange.
333    - Bugfixes relating to link up/down status.
334    - Bugfixes relating to logging.
335    - make-secnet-sites made more sophisticated to support two vpns on chiark.
336    - Documentation improvements.
337    - Build system improvements.
338   * Debian packaging improvements:
339    - Native package.
340    - Maintainer / uploaders.
341    - init script requires $remove_fs since we're in /usr.
342
343  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jul 2012 20:18:16 +0100
344
345 secnet (0.2.1-1) unstable; urgency=low
346
347   * New upstream version.  (authbind endianness fix)
348
349  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 11 Dec 2011 13:14:57 +0000
350
351 secnet (0.2.0-1) unstable; urgency=low
352
353   * New upstream version.
354
355  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 10 Dec 2011 22:44:41 +0000
356
357 secnet (0.1.18-1) unstable; urgency=low
358
359   * New upstream version.
360
361  -- Stephen Early <steve@greenend.org.uk>  Tue,  18 Mar 2008 17:45:00 +0000