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