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