Add a debian/changelog entry for version 2.2.1-1fdn3
[l2tpns.git] / l2tpns.c
2012-01-03 Benjamin CamaMerge branch 'fdn-mods'
2011-09-25 Benjamin CamaLog tunnel # while shutting down MPPP sessions.
2011-09-25 Benjamin CamaAdd a uint16_t control buffer type, as a union.
2011-09-24 Benjamin CamaFix the strange bundles' members looping use.
2011-09-23 Benjamin CamaRemove unused variables.
2011-09-22 Benjamin CamaLog the tunnel # when adding/removing routes.
2011-09-19 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-09-19 Benjamin CamaSet hostname /after/ having read the config file.
2011-09-19 Benjamin CamaLog the session # when adding IPv6 routes.
2011-09-16 Benjamin CamaMerge branch 'fdn-mods'
2011-09-16 Benjamin CamaChange the rtm_proto to some arbitrary-defined value.
2011-09-15 Benjamin CamaMerge branch 'fdn-mods'
2011-09-15 Benjamin CamaCorrectly set mp_epdis in host order.
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-20 Benjamin CamaCorrectly form the delete route/route6 request.
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-19 Benjamin CamaRemove the netlink code to get the tun if index.
2011-08-17 Benjamin CamaMerge branch 'fdn-mods'
2011-08-17 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-17 Benjamin CamaFix a stray comma, and replace existing routes.
2011-08-17 Benjamin CamaSince 7c47438 we can remove math.h.
2011-08-17 Benjamin CamaMake routset()/route6set() use netlink.
2011-08-16 Benjamin CamaSwitch from masks to CIDR globally for IPv4.
2011-08-16 Benjamin CamaSimplify route attribute appending.
2011-08-16 Benjamin CamaBetter tun device name length handling.
2011-08-16 Benjamin CamaFix wrong rta type.
2011-08-16 Benjamin Camanetlink: Better error handling.
2011-08-16 Benjamin CamaAdd netlink fd polling.
2011-08-16 Benjamin CamaRemove all acknoledgement stuff. Still doesn't work.
2011-08-16 Benjamin CamaCommiting the rework I have done until now.
2011-08-15 Benjamin CamaNetlink bugfixes.
2011-08-15 Benjamin CamaFurther netlink implementation. Not working yet.
2011-08-14 Benjamin CamaFirst netlink functions.
2011-08-08 Benjamin CamaMerge branch 'fdn-mods'
2011-08-08 Benjamin CamaCheck for expired timers even when receiving no events.
2011-08-07 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-07-29 Benjamin CamaMerge branch 'fdn-mods'
2011-07-29 Benjamin CamaMerge branch 'rfc4760' into fdn-mods
2011-07-29 Benjamin CamaAdd a config option to set the advertised BGP next...
2011-07-29 Benjamin CamaAdd an "hostname" config option.
2011-07-29 Benjamin CamaAdd a cli_bind_address configuration option.
2011-07-29 Benjamin CamaStop BGP session even when we are master
2011-07-29 Benjamin CamaAdd an option to set source address for a BGP session.
2011-07-29 Benjamin CamaRemove no more used plugin function names; fixes a...
2011-07-28 Benjamin CamaMerge branch 'upstream'
2011-07-28 Benjamin CamaCall bgp_add/del_route6() in l2tpns.c.
2011-07-28 Benjamin CamaAdd a nexthop6 config option.
2011-07-07 Benjamin CamaMerge remote-tracking branch 'upstream-repo/master... upstream/2.2.1
2011-07-07 Benjamin CamaImported Upstream version 2.1.21 upstream/2.1.21
2011-01-20 bodeaApply patch from Geoffrey D. Bennett to fix retry of...
2010-03-25 bodeaApply patch from Cyril Elkaim to fix an issue with...
2010-01-09 bodeaApply patch from Michael O to avoid sending multiple...
2009-12-08 bodeaApply MLPPP patch from Muhammad Tayseer Alquoatli,...
2006-12-18 bodeadon't send interim records before session start (Daryl...
2006-08-02 bodeacleanup clash between timeout and session_timout
2006-07-01 bodearesolve gcc 4.1 warning by changing ip_hash to a union
2006-07-01 bodeaadd radius_bind_{min,max} options
2006-06-22 bodeaset acct-disconnect-cause from result code AVP if no...
2006-06-11 bodeaadd session/idle timeouts
2006-05-16 bodeause %u when logging unsigned values
2006-05-04 bodeaupdate copyright years
2006-04-27 bodearemove non-working setuid option
2006-04-27 bodeaadd Multilink support from Khaled Al Hamwi
2006-04-23 bodeaonly poll clifd if successfully bound
2006-04-18 bodeainterpret "local" direction correctly (as LAC) in disco... release_2_1_18
2006-04-13 bodeaadd Acct-Terminate-Cause to RADIUS stop records release_2_1_17
2006-04-05 bodeaset source address for DAE responses
2006-04-05 bodeaset IP_PKTINFO on controlfd for recvfromto
2006-04-05 bodeasend nsctl responses back using the correct source...
2006-02-17 bodeavalidate source of RADIUS packets
2006-01-19 bodeacorrect addition of single IP to pool
2005-12-20 bodeasend configured magic-no in LCP EchoReq when LCP is...
2005-12-19 bodeafix session MRU, tunnel MTU
2005-12-14 bodeadrop backtrace
2005-12-07 bodea- Reject unknown/unconfigured protocols on the release_2_1_13
2005-11-17 bodeaset MTU on tunnel interface so the kernel will re-fragm...
2005-11-17 bodeafix checksum recalc
2005-11-14 bodealayer 4 info implies !frag release_2_1_11
2005-11-14 bodeafix fragment handling in ip_filter
2005-11-04 bodea- Reset restart counters correctly. release_2_1_10
2005-10-18 bodeafix LCP Echo frequency
2005-10-11 bodeaadd Cisco-AVPairs to RADIUS accounting records via... release_2_1_9
2005-10-11 bodeadon't send tunnel HELLO when there are pending control...
2005-09-19 bodeacalc Mbps correctly release_2_1_8
2005-09-19 bodeamove code from signal handlers into mainloop, avoiding...
2005-09-16 bodeabyte ordering release_2_1_7
2005-09-16 bodeafix protocol-reject
2005-09-16 bodea*** empty log message *** release_2_1_6
2005-09-16 bodea*** empty log message ***
2005-09-16 bodeaset mss, adjust checksum
2005-09-16 bodea*** empty log message ***
2005-09-16 bodea*** empty log message ***
2005-09-16 bodea- Add l2tp_mtu configuration option, used to define...
2005-09-15 bodeamake MRU configurable, NAK config requests for larger...
2005-09-13 bodea*** empty log message ***
2005-09-13 bodeafix code-reject/protocol-reject
2005-09-12 bodeaany traffic on a tunnel resets lastrec, not just contro...
2005-09-02 bodeaadd cluster_mcast_ttl option
2005-09-01 bodeabug fix
2005-08-31 bodeaincrease size of PPP buffers to MAXETHER
next