1 l2tpns (2.2.1-2fdn3.9) unstable; urgency=low
3 * Adding the possibility to set multiple hostname.
5 -- Fernando Alves <fernando.alves@sameswireless.fr> Thu, 23 May 2013 23:58:23 +0200
7 l2tpns (2.2.1-2fdn3.8) unstable; urgency=low
9 * Fix: send SCCCN requested challenge response.
10 * add accounting parameter account_all_origin.
11 * Fix service_name management and add pppoe_only_equal_svc_name parameter.
13 -- Fernando Alves <fernando.alves@sameswireless.fr> Tue, 30 Apr 2013 16:02:33 +0200
15 l2tpns (2.2.1-2fdn3.7) unstable; urgency=low
17 * Adding the possibility to listening multiple IP L2TP Tunnels
20 -- Fernando Alves <fernando.alves@sameswireless.fr> Thu, 28 Mar 2013 10:50:00 +0100
22 l2tpns (2.2.1-2fdn3.6) unstable; urgency=low
24 * Fix Warning: dereferencing type-punned pointer will break strict...
25 * Fix: Tunnel creation does not work when the length of the hostname is odd. (revert fix: Add a uint16_t control buffer type, as a union)
27 -- Fernando Alves <fernando.alves@sameswireless.fr> Tue, 26 Feb 2013 09:07:16 +0100
29 l2tpns (2.2.1-2fdn3.5) unstable; urgency=low
31 * Update debian/changelog
33 -- Fernando Alves <fernando.alves@sameswireless.fr> Sun, 10 Feb 2013 23:39:56 +0100
35 l2tpns (2.2.1-2fdn3.4) unstable; urgency=low
37 * Add parameter to disable the send of the L2TP HELLO message (Apple compatibility).
39 -- Fernando Alves <fernando.alves@sameswireless.fr> Tue, 15 Jan 2013 15:17:22 +0100
41 l2tpns (2.2.1-2fdn3.3) unstable; urgency=low
43 * pppoe server functionality
45 -- Fernando Alves <fernando.alves@sameswireless.fr> Thu, 27 Dec 2012 22:54:02 +0100
47 l2tpns (2.2.1-2fdn3.2) unstable; urgency=low
49 * Authorize to change the source IP of the tunnels l2tp.
51 -- Fernando Alves <fernando.alves@sameswireless.fr> Wed, 26 Dec 2012 10:57:10 +0100
53 l2tpns (2.2.1-2fdn3.1) unstable; urgency=low
55 * Add tundevicename configuration option
56 * Fix: last_packet no updated in cluster mode
58 -- Fernando Alves <fernando.alves@sameswireless.fr> Fri, 21 Dec 2012 11:41:42 +0100
60 l2tpns (2.2.1-2fdn3) unstable; urgency=low
62 * LAC functionality merged from dev-lac branch.
64 -- Fernando Alves <fernando.alves@sameswireless.fr> Sat, 18 Dec 2012 19:25:32 +0100
66 l2tpns (2.2.1-2fdn2.2) unstable; urgency=low
68 * Add LAC functionality
70 -- Fernando Alves <fernando.alves@sameswireless.fr> Sat, 15 Dec 2012 01:10:32 +0100
72 l2tpns (2.2.1-2fdn2.1) unstable; urgency=low
74 * Fix the inverted "delete/add" of the routes, in cluster mode.
76 -- Fernando Alves <fernando.alves@sameswireless.fr> Sun, 18 Nov 2012 15:59:44 +0100
78 l2tpns (2.2.1-2fdn2) unstable; urgency=low
80 * merge from branch fendo-mods, MLPPP developments
82 -- Fernando Alves <fernando.alves@sameswireless.fr> Sat, 17 Nov 2012 14:15:07 +0100
84 l2tpns (2.2.1-2fdn1.5) unstable; urgency=low
86 * MLPPP not working in cluster mode.
88 -- Fernando Alves <fernando.alves@sameswireless.fr> Wed, 09 May 2012 17:25:05 +0200
90 l2tpns (2.2.1-2fdn1.4) unstable; urgency=low
92 * Add a echo_timeout configuration option.
93 * Add a idle_echo_timeout configuration option.
95 -- Fernando Alves <fernando.alves@sameswireless.fr> Mon, 20 Feb 2012 20:47:52 +0100
97 l2tpns (2.2.1-2fdn1.3) unstable; urgency=low
99 * Fix: Sends small packets in the MPPPP frame (for reorder).
100 * Fix: Calculates jitter and jitter traces for analysis.
102 -- Fernando Alves <fernando.alves@sameswireless.fr> Wed, 15 Feb 2012 14:15:59 +0100
104 l2tpns (2.2.1-2fdn1.2) unstable; urgency=low
106 * Fix: MLPPP improvments.
108 -- Fernando Alves <fernando.alves@sameswireless.fr> Sun, 12 Feb 2012 13:53:13 +0100
110 l2tpns (2.2.1-2fdn1.1) unstable; urgency=low
112 * Fix MLPPP functionality
113 * Fix warning compilation on ppp.c
115 -- Fernando Alves <fernando.alves@sameswireless.fr> Fri, 03 Feb 2012 16:16:56 +0100
117 l2tpns (2.2.1-2fdn1) unstable; urgency=low
119 * Fix binding the CLI to a specific address
120 * Merge latest upstream version (hence the version bump)
122 -- Benjamin Cama <benoar@dolka.fr> Thu, 02 Feb 2012 02:30:06 +0100
124 l2tpns (2.2.1-1fdn3) unstable; urgency=low
126 * Change the rtm_proto to some arbitrary-defined value.
127 * Set hostname /after/ having read the config file.
128 * Fix logging of the tunnel number in different places.
131 -- Benjamin Cama <benoar@dolka.fr> Tue, 03 Jan 2012 20:28:20 +0100
133 l2tpns (2.2.1-1fdn2) unstable; urgency=low
135 * Add netlink support. Replace most ioctl().
136 * Use netlink to set up tun device.
137 * Make routset()/route6set() use netlink.
138 * Switch from masks to CIDR globally for IPv4.
139 * Use the source IP we use as BGP router identifier.
140 * Check for expired timers even when receiving no events.
141 * Better error handling on CLI initialization.
142 * Correctly set mp_epdis in host order.
144 -- Benjamin Cama <benoar@dolka.fr> Thu, 15 Sep 2011 23:57:05 +0200
146 l2tpns (2.2.1-1fdn1) unstable; urgency=low
148 * Version for FDN with features listed below
149 * Add RFC 4760 support
150 * Display session's remainging time in CLI.
151 * Remove no more used plugin function names; fixes a crash.
152 * Add an option to set source address for a BGP session.
153 * Wait before retrying on CEASE.
154 * Stop BGP session even when we are master
155 * Add a cli_bind_address configuration option.
156 * Add an "hostname" config option.
157 * Kill sessions receiving a ConfReq while closing.
158 * Add a config option to set the advertised BGP next hop.
160 -- Benjamin Cama <benoar@dolka.fr> Fri, 29 Jul 2011 14:58:11 +0200
162 l2tpns (2.2.1-1) unstable; urgency=low
164 * Updated to latest CVS to date (marked 2.2.x, after a 2.2.0 release, hence
165 this version number).
167 -- Benjamin Cama <benoar@dolka.fr> Thu, 28 Jul 2011 18:16:54 +0200
169 l2tpns (2.1.21-1.1) unstable; urgency=low
171 * Non-maintainer upload.
172 * Added LSB formatted dependency info in init.d script (closes: #468889)
174 -- Peter Eisentraut <petere@debian.org> Wed, 02 Apr 2008 01:58:55 +0200
176 l2tpns (2.1.21-1) unstable; urgency=high
178 * New upstream release.
179 * Fixes potential remote code execution; hence urgency=high
181 -- Jonathan McDowell <noodles@earth.li> Tue, 05 Dec 2006 16:52:54 +0000
183 l2tpns (2.1.19-1) unstable; urgency=low
185 * New upstream release.
186 * Add debian/watch file.
187 * Bump Standards-Version to 3.7.2.0 (no changes).
189 -- Jonathan McDowell <noodles@earth.li> Sat, 22 Jul 2006 14:11:14 +0100
191 l2tpns (2.1.16-1) unstable; urgency=low
193 * New upstream release.
195 -- Jonathan McDowell <noodles@earth.li> Tue, 21 Mar 2006 10:43:11 +0000
197 l2tpns (2.1.15-1) unstable; urgency=low
199 * New upstream release.
201 -- Jonathan McDowell <noodles@earth.li> Tue, 20 Dec 2005 11:00:23 +0000
203 l2tpns (2.1.10-1) unstable; urgency=low
205 * New upstream release.
207 -- Jonathan McDowell <noodles@earth.li> Sun, 13 Nov 2005 17:49:49 +0000
209 l2tpns (2.1.8-1) unstable; urgency=low
211 * New upstream release.
212 * Update Standards-Version to 3.6.2.0 (no changes).
214 -- Jonathan McDowell <noodles@earth.li> Tue, 27 Sep 2005 17:20:19 +0100
216 l2tpns (2.1.3-1) unstable; urgency=low
218 * New upstream release.
220 -- Jonathan McDowell <noodles@earth.li> Wed, 24 Aug 2005 13:05:42 +0100
222 l2tpns (2.0.22-1) unstable; urgency=low
224 * New upstream release; last of the 2.0 releases as I plan to upload
225 2.1.1 once I've tested it in production myself.
227 -- Jonathan McDowell <noodles@earth.li> Thu, 23 Jun 2005 13:41:57 +0100
229 l2tpns (2.0.14-1) unstable; urgency=low
231 * New upstream release.
232 * Tidy up spelling in Description.
233 * Make lintian happy by lowering case of Layer 2.
235 -- Jonathan McDowell <noodles@earth.li> Thu, 06 Jan 2005 14:22:33 +0000
237 l2tpns (2.0.8-1) unstable; urgency=low
239 * Initial Debian upload. (closes: #280675)
241 -- Jonathan McDowell <noodles@earth.li> Fri, 26 Nov 2004 10:27:01 +0000