43b771f94a374f57eb6754d03d86126548d7478f
[secnet] / debian / changelog
1 secnet (0.3.2~~) unstable; urgency=low
2
3 * SECURITY: Properly update peer address array when it is full.
4 * Log peer addresses on key exchange timeout.
5 * When printing version (eg during startup), use value from git-describe
6 and thus include git commit id where applicable.
7 * Updates to release checklist in Makefile.in.
8 * Use C99 _Bool for bool_t.
9
10 --
11
12 secnet (0.3.1) unstable; urgency=low
13
14 * Release of 0.3.1. No code changes since 0.3.1~beta3.
15
16 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 15 May 2014 01:08:30 +0100
17
18 secnet (0.3.1~beta3) unstable; urgency=low
19
20 * Build fixes for non-i386 architectures and gcc 4.8.2.
21
22 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 08 May 2014 19:53:43 +0100
23
24 secnet (0.3.1~beta2) unstable; urgency=low
25
26 Fix relating to new fragmentation / ICMP functionality:
27 * Generate ICMP packets correctly in point-to-point configurations.
28
29 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 03 May 2014 18:58:09 +0100
30
31 secnet (0.3.1~beta1) unstable; urgency=low
32
33 Security fixes (vulnerabilities are to inside attackers only):
34 * SECURITY: Fixes to MTU and fragmentation handling.
35 * SECURITY: Correctly set "unused" ICMP header field.
36 * SECURITY: Fix IP length check not to crash on very short packets.
37
38 New feature:
39 * Make the inter-site MTU configurable, and negotiate it with the peer.
40
41 Bugfixes etc.:
42 * Fix netlink SEGV on clientless netlinks (i.e. configuration error).
43 * Fix formatting error in p-t-p startup message.
44 * Do not send ICMP errors in response to unknown incoming ICMP.
45 * Fix formatting error in secnet.8 manpage.
46 * Internal code rearrangements and improvements.
47
48 Packaging improvements:
49 * Updates to release checklist in Makefile.in.
50 * Additions to the test-example suite.
51
52 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 01 May 2014 19:02:56 +0100
53
54 secnet (0.3.0) unstable; urgency=low
55
56 * Release of 0.3.0. No code changes since 0.3.0~beta3.
57 * Update release checklist.
58
59 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 01 Sep 2013 20:27:48 +0100
60
61 secnet (0.3.0~beta3) unstable; urgency=low
62
63 * New upstream version.
64 - Stability bugfix: properly initialise site's scratch buffer.
65
66 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Mon, 05 Aug 2013 11:54:09 +0100
67
68 secnet (0.3.0~beta2) unstable; urgency=low
69
70 * New upstream version.
71 - SECURITY FIX: RSA public modulus and exponent buffer overflow.
72 - SECURITY FIX: Use constant-time memcmp for message authentication.
73 - SECURITY FIX: Provide a new transform, eax-serpent, to replace cbcmac.
74 - SECURITY FIX: No longer send NAKs for NAKs, avoiding NAK storm.
75 - SECURITY FIX: Fix site name checking when site name A is prefix of B.
76 - SECURITY FIX: Safely reject too-short IP packets.
77 - Better robustness for mobile sites (proper user of NAKs, new PROD msg).
78 - Better robustness against SLIP decoding errors.
79 - Fix bugs which caused routes to sometimes not be advertised.
80 - Protocol capability negotiation mechanism.
81 - Improvements and fixes to protocol and usage documentation.
82 - Other bugfixes and code tidying up.
83
84 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 25 Jul 2013 18:26:01 +0100
85
86 secnet (0.3.0~beta1) unstable; urgency=low
87
88 * New upstream version.
89 - SECURITY FIX: avoid crashes (or buffer overrun) on short packets.
90 - Bugfixes relating to packet loss during key exchange.
91 - Bugfixes relating to link up/down status.
92 - Bugfixes relating to logging.
93 - make-secnet-sites made more sophisticated to support two vpns on chiark.
94 - Documentation improvements.
95 - Build system improvements.
96 * Debian packaging improvements:
97 - Native package.
98 - Maintainer / uploaders.
99 - init script requires $remove_fs since we're in /usr.
100
101 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Thu, 12 Jul 2012 20:18:16 +0100
102
103 secnet (0.2.1-1) unstable; urgency=low
104
105 * New upstream version. (authbind endianness fix)
106
107 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sun, 11 Dec 2011 13:14:57 +0000
108
109 secnet (0.2.0-1) unstable; urgency=low
110
111 * New upstream version.
112
113 -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 10 Dec 2011 22:44:41 +0000
114
115 secnet (0.1.18-1) unstable; urgency=low
116
117 * New upstream version.
118
119 -- Stephen Early <steve@greenend.org.uk> Tue, 18 Mar 2008 17:45:00 +0000