chiark / gitweb /
ff47b7a319fffe4427c5f1db3fe68e0aa22bd06a
[secnet.git] / debian / changelog
1 secnet (0.6.7) unstable; urgency=medium
2
3   * Upstream release of changes since 0.6.2.
4     (Versions 0.6.5 and 0.6.6 were Debian-only; 0.6.3 and 0.6.4
5     were not properly released at all and should be disregarded.)
6
7   Packaging bugfix:
8   * Update VERSION in Makefile.
9
10  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 09 Jan 2023 00:15:21 +0000
11
12 secnet (0.6.6) unstable; urgency=medium
13
14   Bugfix:
15   * polypath: Do not separately log xmit failures.
16
17   Tests:
18   * stest: Fix debugging output about spawning secnet
19
20   Packaging:
21   * Add missing build-dependency on netbase.  Closes: #1028102.
22   * Copyright notices and LICENCE (aka debian/copyright) fixes
23     and improvements.  [Requested by Debian ftpmaster]
24   * Add Debian upload step to release checklist.
25
26  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Jan 2023 18:20:09 +0000
27
28 secnet (0.6.5) unstable; urgency=medium
29
30   Copyright and source code notices:
31   * Include notices and licences of all included elements in LICENCE,
32     not just in the files themselvves.
33   * Tidy up a handful of notices to the most recent facts.
34   * Do not claim CC-BY-SA 4.0 is GPL3+ compatible - only GPL3.
35   * Add a README.source.
36   * Update my own copyright year.
37
38   * Versions 0.6.3 and 0.6.4 burned due to failed uploads.
39     (See dgit bug #944855.)
40
41  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 12 Nov 2022 18:58:02 +0000
42
43 secnet (0.6.2) unstable; urgency=medium
44
45   Bugfixes to code and build system:
46   * site: promote creation of st->scratch, allowing new pubkey scheme
47     to work even when secnet is restarting.
48   * comm-common.h: Remove unused `notify' variable.  [Colin Watson]
49   * Dir.sd.mk: Prevent builtin make rule overwriting conffile.c.
50
51   Documentation:
52   * configure: Correct bug reporting address.  Report from Colin Watson.
53   * example.conf improvements:
54       - Comment out some tuning overrides
55       - Improve syntax by deleting one of the two map examples
56       - Add a commented-out mobile site setting
57       - Add mtu-target
58   * OLD-NEWS, OLD-BUGS: Rename from NEWS and BUGS, and don't ship OLD-BUGS.
59
60   Debian packaging changes:
61   * debian/rules: Use dh sequencer.  Resulting changes:
62       - We now provide debug symbols in the new Debian way.
63       - The way the prerm stops secnet accords with modern practice.
64   * init script: source /lib/lsb/init-functions.
65   * init script: make "restart" work if secnet is not running.
66   * Expand Description.
67   * debhelper compat: bump to 12 (stretch-backports).
68   * debian/rules: Use dh_prep instead of deprecated dh_clean -k.
69   * Adjust Priority (as per modern policy and lintian).
70   * Add some lintian overrides.
71   * Add missing Pre-Depends on init-system-helpers.
72
73   Credits and legal documentation improvements:
74   * Add missing credits for base91 and python argparse extension.
75     ensure some packaging credits exist in all the places they should be.
76   * Add copyright/credits notices to many files which were missing them.
77   * Move and centralise legal information into its own file, LICENCE.
78
79   Testing improvements:
80   * comprehensive-test: Actually allow OLD_SECNET_DIR set to ''
81   * test-example/common.conf: Fix a reference to the sites file.
82   * test-example/null-fake-userv: New test utility script.
83
84  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 30 Dec 2021 15:10:12 +0000
85
86 secnet (0.6.1) unstable; urgency=medium
87
88   Logging bugfixes:
89   * Fix completely broken startup logging.  Config errors would not
90     be repoorted other than via the exit status!  (Broken in 0.6.0.)
91   * Suppress various uninteresting messages during startup, to
92     avoid noise during successful startup.
93   * Move "starting" message earlier.
94   
95   make-secnet-sites bugfixes:
96   * Fix error handling if caller is in wrong group.
97   * Fix regressions in handling of delegated sites file fragments
98     (especially wrt the optional group parameter to `location').
99     Broken since security fixes in 0.5.0.
100
101   Fixes to example config file:
102   * Use new name-prefixed format for map(site...) runes.  Old runes
103     were desupported by make-secnet-sites security fix (in 0.5.0).
104   * Fix "transform" syntax (broken since 0.3.0).
105
106   Other bugfixes and improvements:
107   * rsa: Do not crash if private key file is not accessible when
108     running --just-check-config.  (Broken since 0.6.0.)
109   * rsa: Print errno value if we fail to open key file.
110   * config parsing: When closure is of wrong type, give details.
111   * Use CLOCK_MONOTONIC for all our timing needs (but only when
112     built against an as-yet-unpublished adns feature).
113
114   Supporting changes:
115   * Tests for some of the changes.
116   * Minor internal refactorings and improvements.
117   * Merge subdirmk 1.0.
118
119  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 24 May 2020 22:14:26 +0100
120
121 secnet (0.6.0) unstable; urgency=medium
122
123   Bugfixes:
124   * mobile sites: Do not ever expire peer addresses.  In practice
125     this fixes transitions between IPv6-only and IPv4-only networks.
126   * make-secnet-sites: Tainted: Fix a lot of bad return values
127     (which would result in assertions rather than nice error messages).
128   * Fix hash algo confusion in mixed sha1/md5 configurations (see below).
129
130   Incompatible changes:
131   * site: Always advertise all capabilities, even in MSG1.  This is
132     incompatible with secnets earlier than 0.3.0 (September 2013), which
133     are all quite badly broken and should have been upgraded long ago.
134   * Drop support for using the same loaded rsa key with multiple different
135     hash algorithms (which was broken in 0.5.0).  Right now we support
136     only `sha1' and `md5' so everyone should be using `sha1'.
137     Installations which specified `md5' anywhere may need config changes.
138
139   Major new featureset (use of which is not adviseable yet):
140   * New facilities for negotiating about the signing keys to use for
141     authentication during key setup, and selecting and using the
142     appropriate keys.  (``key-cache'/`privcache' and `peer-keys').
143     Using these new facilities for keyrollover now is in principle
144     possible but rather complex.  Further machinery is planned;
145     for now, retain your existing config which should keep working.
146     In summary:
147        - secnet: new `privcache' closure;
148        - secnet: `key-cache' and `peer-keys' keys on site closures;
149        - secnet: new file format for peer public keysets;
150        - secnet: new `make-public' config operator;
151        - make-secnet-sites `pub', `pkg', `serial', etc. keywords;
152        - make-secnet-sites --filter, --pubkeys-*, --output-version.
153
154   More minor (logging) improvements:
155   * Make stderr line buffered and log to it by default.
156   * Do not log differently with --nodetach.
157   * New `prefix' option to `logfile' closure.
158   * Tidy and simplify some messages.
159
160   Supporting changes:
161   * Many substantial internal refactorings in secnet.
162   * Many substantial internal refactorings in make-secnet-sites.
163   * make-secnet-sites option parsing totally replaced.
164   * Imported subtrees for base91-c and base91-python.
165   * New portablity code, etc.: osdep.[ch], fmemopen reimplementation.
166   * Explicitly define oddly-rotated dh padding arrangement (write_mpbin).
167
168   Build system and packaging:
169   * Do not fail to build from git when HEAD refers to a packed ref.
170   * Update to subdirmk 0.3.
171   * Many makefile fixes (esp. to clean and cdeps).
172   * configure.ac: Drop or suppress some very obsolete checks.
173   * autogen.sh: Write a comment about need for autoheader.
174   * dir-locals: Provide python-indent-offset too.
175
176   Test suite bugfixes:
177   * stest: Use stderr, not tty, for logging.
178   * stest/udp-preload.c: Fix error handling of sun_prep.
179   * stest: Fix breakage if nproc is not installed.
180
181   Test suite improvements:
182   * New tests, including tests for new features.
183   * Existing tests (especially stest) generally made more thorough.
184   * New comprehensive-test and pretest-to-tested convenience scripts.
185   * Arrangements for testing with (user-provided) old secnet.
186   * parallel-test.*: scripts to help with parallelised bisection.
187   * stest: Print a lot more output about what we are doing.
188   * stest: Better support for cwd with longish pathname.
189   * stest: More flexibility, env var hooks, etc.
190
191  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 16 Feb 2020 12:48:13 +0000
192
193 secnet (0.5.1) unstable; urgency=medium
194
195   POTENTIALLY INCOMPATIBLE CHANGE.  Some security implications.
196
197   * make-secnet-sites: Prefix names when writing secnet sites.conf file.
198
199     make-secnet-sites must copy names (vpn, location and site names) from
200     the input sites file (which is not wholly trusted) to the secnet
201     config file.  Prior to this release, naming a location or site the
202     same as a secnet predefined name could generate a broken sites.conf
203     which secnet would reject.  (With the existing featureset,
204     malfunctions other than rejection, eg privilege escalation, are not
205     possible.)
206
207     make-secnet-sites now adds a prefix to these names when writing
208     sites.conf.  This will not affect configurations which use the
209     make-secnet-sites-provided `all-sites' key, as is usual.  Other
210     configurations will break unless the references in the static part of
211     the config are adjusted.
212
213     Previous behaviour can be restored with the --no-conf-key-prefix
214     option.  (Planned future enhancements to secnet are likely to make use
215     of that option, with untrusted input, dangerously insecure.)
216
217   other changes to make-secnet-sites:
218   * Fix argument parsing.  Fixes a regression affecting -P in 0.5.0,
219     and also fixes new facilities introduced in 0.5.0.
220   * Sort the properties on output (and adjust the test case expected
221     outputs).  Tests now pass on (at least) Python 2.7.13, 3.5.3, 3.7.5.
222   * Delete some unused code.
223
224   secnet:
225   * Change one idiom to avoid a warning from GCC9.  No functional change.
226
227   build system - MAJOR CHANGES:
228   * Fix out-of-tree builds.  (Broken in 0.5.0)
229   * Replace recursive make with use of the new subdirmk system.
230     This represents a fairly comprehensive overhaul of the makefiles.
231     Several bugs (esp. involving dependencies between files in different
232     directories) are fixed.
233   * Drop `make check' from `make all'.  (Otherwise there is no way
234     to ask for `all' without `check'.)
235   * Suppress two unhelpful new compiler warnings from GCC9.
236   * Release checklist update.
237
238   documentation:
239   * Credit Mark Wooding properly in CREDITS.
240   * Include DEVELOPER-CERTIFICATE.
241
242   tests:
243   * Locations now have different names to sites.
244   * Somewhat better debugging output from mtest.
245   * Do not run msgcode-test except with `make fullcheck'.
246   * Other minor bugfixes and improvments.
247   * stest: Suppress unhelpful -Wno-unused-result (needed for stretch).
248
249  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 22 Nov 2019 23:13:14 +0000
250
251 secnet (0.5.0) unstable; urgency=medium
252
253   make-secnet-sites SECURITY FIX:
254   * Do not blindly trust inputs; instead, check the syntax for sanity.
255     Previous releases can be induced to run arbitrary code as the user
256     invoking secnet (which might be root), if a secnet sites.conf is used
257     that was generated from an untrustworthy sites file.
258   * The userv invocation mode of make-secnet-sites seems to have been safe
259     in itself, but it previously allowed hazardous data to be propagated
260     into the master sites file.  This is now prevented too.
261
262   make-secnet-sites overhaul work:
263   * make-secnet-sites is now in the common subset of Python2 and Python3.
264     The #! is python3 now, but it works with Python2.7 too.
265     It will probably *not* work with old versions of Python2.
266   * We no longer depend on the obsolete `ipaddr' library.  We use
267     `ipaddress' now.  And this is onlo a Recommends in the .deb.
268   * Ad-hoc argument parser been replaced with `argparse'.
269     There should be no change to existing working invocations.
270   * Bad address syntax error does not wrongly mention IPv6 scopes.
271   * Minor refactoring to support forthcoming work.  [Mark Wooding]
272
273   other bugfixes, improvements and changes to secnet itself:
274   * Better logging of why we are sending NAK messages.
275   * Correctly use the verified copy of the peer remote capabilities
276     from MSG3.  (Bug is not a vulnerability.)    [Mark Wooding]
277   * Significant internal rearrangements and refactorings, to support
278     forthcoming key management work.  [Mark Wooding and Ian Jackson]
279
280   build system etc.:
281   * Completely overhaul release checklist; drop dist target.
282   * Remove dependency on `libfl.a'.  [Mark Wooding]
283   * polypath.c: Fix missing include of <limits.h>.  [Mark Wooding]
284   * Add a Wireshark dissector `secnet-wireshark.lua'.  It is not
285     installed anywhere right now.  [Mark Wooding]
286
287   documentation:
288   * Improve documentation of capability negotiation in NOTES, secnet(8)
289     and magic.h.  [Mark Wooding]
290
291  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 24 Oct 2019 19:11:54 +0100
292
293 secnet (0.4.5) unstable; urgency=medium
294
295   * INSTALL: Mention that rsa key generation might need ssh-keygen1.
296   * mobile: Fix negotiation bug with mixed old/new secnets and
297     simultaneous key setup attempts by each end.  [Mark Wooding]
298   * Makefile.in: Support installation from a `VPATH' build.  [Mark Wooding]
299   * Portability fixes for clang.  [Mark Wooding]
300
301  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 21 Sep 2019 12:04:31 +0100
302
303 secnet (0.4.4) unstable; urgency=medium
304
305   Security fix:
306   * make-secnet-sites: Don't allow setting new VPN-level properties
307     when restricted.  This could allow denial of service by
308     users with delegated authorisation.  [Mark Wooding]
309
310   Bugfixes for poor network environments:
311   * polypath: cope properly with asymmetric routing, by correcting
312     the handling of late duplicated packets etc.   Protocol is now
313     incompatible with secnet prior to 0.3.0 when either end is mobile.
314   * Randomise key setup retry time.
315
316   Other bugfixes:
317   * rsa and cbcmac: Fix configuration error messages.  [Mark Wooding]
318   * Handle IPv4 addresses properly (ie, not foolishly byte-swapped),
319     when IPv6 is not available.  [Mark Wooding]
320   * Better logging (and less foolish debug), especially about whether
321     key is set up, and about crossed key setup attempts.
322   * Internal refactoring and fixes.  [Ian Jackson and Mark Wooding]
323
324   Build system and portability:
325   * configure: rerun autogen.sh with autoconf 2.69-10
326   * Avoid memset(0,0,0) wrt st->sharedsecret.  (Fixes compiler warning;
327     in theory might cause miscompilation.)  [Mark Wooding]
328
329   Documentation:
330   * README.make-secnet-sites: new documentation file.  [Mark Wooding]
331   * NOTES: Describe current allocation of capability bits.  [Mark Wooding]
332   * NOTES: tiny fix tot protocol description.
333   * secnet(8): Delete wrong information about dh groups.  [Mark Wooding]
334
335   Administrivia:
336   * Fix erroneous GPL3+ licence notices "version d or later" (!)
337   * .dir-locals.el: Settings for Python code.  [Mark Wooding]
338
339  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 08 Sep 2019 22:53:14 +0100
340
341 secnet (0.4.3) unstable; urgency=low
342
343   Security improvement:
344   * Use `mpz_powm_sec' for modexps.
345
346   Enhancements:
347   * Implement comm-info and dedicated-interface-addr feature, for
348     benefit of hippotat.
349   * Implement `keepalive' site option, to try to keep link always up.
350
351   Build etc. fixes:
352   * #include <limits.h> (fixes the build on jessie).
353   * Tolerate building from a git checkout, but with git not installed.
354     (This can happen in chroots.)
355   * Turn off -Wsign-compare for bison output.
356   * Makefile.in: Fix `check-ipaddrset' rule to get reference from
357     $(srcdir).  (Makes out-of-tree builds work properly.)
358   * Release checklist fixes.
359   * Burn version numbers 0.4.1 and 0.4.2 due to errors in release prep.
360
361   Bugfixes:
362   * When printing messages about dropping IPv6, do not print anything
363     about ihl.  (Check the IP version field first!)
364   * When turning on debug, turn on verbose too.
365
366  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 25 Nov 2017 13:36:41 +0000
367
368 secnet (0.4.0) unstable; urgency=low
369
370   Debugging improvements:
371   * Packet-level debugging from site notes errors from transmit.
372   * Report when transport peers updated as a result of transmit.
373
374  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 28 Feb 2015 15:03:00 +0000
375
376 secnet (0.4.0~beta2) unstable; urgency=low
377
378   Polypath bugfixes:
379   * Ignore IPv6 Unique Local unicast addresses.
380   * Skip "tentative" IPv6 local addresses.
381   * Improve logging and debug output.
382
383   Portability fix:
384   * Build where size_t is not compatible with int.
385
386   Build system and packaging fixes:
387   * Makefile: support DESTDIR.
388   * debian/rules: set DESTDIR (not prefix).
389   * debian/rules: Support dpkg-buildflags.
390   * Install ipaddrset.py and secnet.8 with correct permissions.
391   * Fix check for <linux/if_tun.h> and git rid of our copy.
392   * Use -lresolv only if inet_aton is not found otherwise.
393   * Use -lnsl only if inet_ntoa is not found otherwise.
394   * debian/rules: Provide build-arch and build-indep targets.
395   * debian/rules: Do not run build for *-indep (!)
396   * Makefile.in: Putative dual (backport and not) release build process doc.
397
398   Copyright updates:
399   * Update to GPLv3.  Add missing copyright notices and credits.
400   * Get rid of old FSF street address; use URL instead.
401   * Remove obsolete LICENCE.txt (which was for snprintf reimplementation).
402   * Remove obsolete references to Cendio (for old ipaddr.py).
403
404  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 28 Dec 2014 17:14:10 +0000
405
406 secnet (0.4.0~beta1) unstable; urgency=low
407
408   New features:
409   * Support transport over IPv6.  (We do not yet carry IPv6 in the private
410     network.)  IPv6 support depends on IPv6-capable adns (adns 1.5.x).
411   * New polypath comm, which can duplicate packets so as to send them via
412     multiple routes over the public network, for increased
413     reliability/performance (but increased cost).  Currently Linux-only
414     but should be fairly easy to port.
415   * Support multiple public addresses for peers.
416   * Discard previously-received packets (by default).
417
418   Logging improvements:
419   * Report (each first) transmission and reception success and failure.
420   * Log reason for DNS reolution failure.
421   * Log unexpected kinds of death from userv.
422   * Log authbind exit status as errno value (if appropriate).
423
424   Configuration adjustments:
425   * Adjust default number of mobile peer addresses to store when a peer
426     public address is also configured.
427   * Make specifying peer public port optional.  This avoids making special
428     arrangements to bind to a port for in mobile sites with no public
429     stable address.
430
431   Bugfixes:
432   * Hackypar children will die if they get a terminating signal.
433   * Fix signal dispositions inherited by secnet's child processes.
434   * Fix off-by-one error which prevented setting transport-peers-max to 5.
435
436   Test, build and internal improvements:
437   * Use conventional IP address handling library ipaddr.py.
438   * Provide a fuzzer for the slip decoder.
439   * Build system improvements.
440   * Many source code cleanups.
441
442  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 26 Oct 2014 15:28:31 +0000
443
444 secnet (0.3.4) unstable; urgency=low
445
446   SECURITY FIX:
447   * The previous security fix to buffer handling was entirely wrong.  This
448     one is better.  Thanks to Simon Tatham for the report and the patch.
449
450  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 22 Sep 2014 16:16:11 +0100
451
452 secnet (0.3.3) unstable; urgency=high
453
454   SECURITY FIXES:
455   * Pass correct size argument to recvfrom.  This is a serious security
456     problem which may be exploitable from outside the VPN.
457   * Fix a memory leak in some error logging.
458
459   Other related fixes:
460   * Two other latent bugs in buffer length handling found and fixed.
461   * Non-critical stylistic improvements to buffer length handling, to make
462     the code clearer and to assist audit.
463
464  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 19 Sep 2014 23:50:45 +0100
465
466 secnet (0.3.3~beta1) unstable; urgency=low
467
468   Installation compatibility fix:
469   * In make-secnet-sites, always use our own ipaddr.py even if the
470     incompatible modern ipaddr.py is installed (eg via python-ipaddr.deb).
471     (Future versions of secnet are going to need that Python module to be
472     installed.)
473
474   For links involving mobile sites:
475   * Use source of NAK packets as hint for peer transport address.
476   * When initiating rekey, make use of data transport peer addresses.
477
478   Build fix:
479   * Provide clean target in test-example/Makefile.
480
481  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 19 Sep 2014 00:11:44 +0100
482
483 secnet (0.3.2) unstable; urgency=low
484
485   * Release of 0.3.2.  No code changes since 0.3.1~beta1.
486
487  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 26 Jun 2014 20:27:58 +0100
488
489 secnet (0.3.2~beta1) unstable; urgency=low
490
491   For links involving mobile sites:
492   * SECURITY: Properly update peer address array when it is full.
493   * Do name-resolution on peer-initiated key setup too, when we are mobile
494     (and other name-resolution improvements).
495
496   Other minor improvements:
497   * Log peer addresses on key exchange timeout.
498   * When printing version (eg during startup), use value from git-describe
499     and thus include git commit id where applicable.
500   * Updates to release checklist in Makefile.in.
501   * Use C99 _Bool for bool_t.
502
503  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Fri, 06 Jun 2014 01:17:54 +0100
504
505 secnet (0.3.1) unstable; urgency=low
506
507   * Release of 0.3.1.  No code changes since 0.3.1~beta3.
508
509  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 15 May 2014 01:08:30 +0100
510
511 secnet (0.3.1~beta3) unstable; urgency=low
512
513   * Build fixes for non-i386 architectures and gcc 4.8.2.
514
515  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 08 May 2014 19:53:43 +0100
516
517 secnet (0.3.1~beta2) unstable; urgency=low
518
519   Fix relating to new fragmentation / ICMP functionality:
520   * Generate ICMP packets correctly in point-to-point configurations.
521
522  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 03 May 2014 18:58:09 +0100
523
524 secnet (0.3.1~beta1) unstable; urgency=low
525
526   Security fixes (vulnerabilities are to inside attackers only):
527   * SECURITY: Fixes to MTU and fragmentation handling.
528   * SECURITY: Correctly set "unused" ICMP header field.
529   * SECURITY: Fix IP length check not to crash on very short packets.
530
531   New feature:
532   * Make the inter-site MTU configurable, and negotiate it with the peer.
533
534   Bugfixes etc.:
535   * Fix netlink SEGV on clientless netlinks (i.e. configuration error).
536   * Fix formatting error in p-t-p startup message.
537   * Do not send ICMP errors in response to unknown incoming ICMP.
538   * Fix formatting error in secnet.8 manpage.
539   * Internal code rearrangements and improvements.
540
541   Packaging improvements:
542   * Updates to release checklist in Makefile.in.
543   * Additions to the test-example suite.
544
545  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 01 May 2014 19:02:56 +0100
546
547 secnet (0.3.0) unstable; urgency=low
548
549   * Release of 0.3.0.  No code changes since 0.3.0~beta3.
550   * Update release checklist.
551
552  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 01 Sep 2013 20:27:48 +0100
553
554 secnet (0.3.0~beta3) unstable; urgency=low
555
556   * New upstream version.
557    - Stability bugfix: properly initialise site's scratch buffer.
558
559  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Mon, 05 Aug 2013 11:54:09 +0100
560
561 secnet (0.3.0~beta2) unstable; urgency=low
562
563   * New upstream version.
564    - SECURITY FIX: RSA public modulus and exponent buffer overflow.
565    - SECURITY FIX: Use constant-time memcmp for message authentication.
566    - SECURITY FIX: Provide a new transform, eax-serpent, to replace cbcmac.
567    - SECURITY FIX: No longer send NAKs for NAKs, avoiding NAK storm.
568    - SECURITY FIX: Fix site name checking when site name A is prefix of B.
569    - SECURITY FIX: Safely reject too-short IP packets.
570    - Better robustness for mobile sites (proper user of NAKs, new PROD msg).
571    - Better robustness against SLIP decoding errors.
572    - Fix bugs which caused routes to sometimes not be advertised.
573    - Protocol capability negotiation mechanism.
574    - Improvements and fixes to protocol and usage documentation.
575    - Other bugfixes and code tidying up.
576
577  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 25 Jul 2013 18:26:01 +0100
578
579 secnet (0.3.0~beta1) unstable; urgency=low
580
581   * New upstream version.
582    - SECURITY FIX: avoid crashes (or buffer overrun) on short packets.
583    - Bugfixes relating to packet loss during key exchange.
584    - Bugfixes relating to link up/down status.
585    - Bugfixes relating to logging.
586    - make-secnet-sites made more sophisticated to support two vpns on chiark.
587    - Documentation improvements.
588    - Build system improvements.
589   * Debian packaging improvements:
590    - Native package.
591    - Maintainer / uploaders.
592    - init script requires $remove_fs since we're in /usr.
593
594  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Thu, 12 Jul 2012 20:18:16 +0100
595
596 secnet (0.2.1-1) unstable; urgency=low
597
598   * New upstream version.  (authbind endianness fix)
599
600  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sun, 11 Dec 2011 13:14:57 +0000
601
602 secnet (0.2.0-1) unstable; urgency=low
603
604   * New upstream version.
605
606  -- Ian Jackson <ijackson@chiark.greenend.org.uk>  Sat, 10 Dec 2011 22:44:41 +0000
607
608 secnet (0.1.18-1) unstable; urgency=low
609
610   * New upstream version.
611
612  -- Stephen Early <steve@greenend.org.uk>  Tue,  18 Mar 2008 17:45:00 +0000