Merge branch 'fdn-mods'
[l2tpns.git] / l2tpns.h
2012-01-03 Benjamin CamaMerge branch 'fdn-mods'
2011-09-25 Benjamin CamaAdd a uint16_t control buffer type, as a union.
2011-09-19 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-09-19 Benjamin CamaSet hostname /after/ having read the config file.
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-20 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-17 Benjamin CamaMerge branch 'fdn-mods'
2011-08-17 Benjamin CamaMerge branch 'use-netlink' into fdn-mods
2011-08-16 Benjamin CamaSwitch from masks to CIDR globally for IPv4.
2011-08-16 Benjamin CamaBetter tun device name length handling.
2011-08-16 Benjamin CamaAdd netlink fd polling.
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 CamaAdd an option to set source address for a BGP session.
2011-07-28 Benjamin CamaMerge branch 'upstream'
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
2009-12-08 bodeaApply MLPPP patch from Muhammad Tayseer Alquoatli,...
2006-10-23 bodeafix comment
2006-08-02 bodeacleanup clash between timeout and session_timout
2006-07-01 bodeaadd radius_bind_{min,max} options
2006-06-11 bodeaadd session/idle timeouts
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 bodeadon't shutdown on TerminateReq, wait for CDN
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-03-27 bodeafix IPCP length test to allow Terminate-Request (4...
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-09 bodearun PLUGIN_RADIUS_ACCOUNT for Start records release_2_1_14
2005-12-07 bodea- Reject unknown/unconfigured protocols on the release_2_1_13
2005-12-06 bodeaboring: spacing change
2005-12-06 bodearemove unused MAC config type
2005-12-05 bodeaunused: sessiont.{ns,nr}
2005-12-05 bodeaindicate spare (struct padding) bytes
2005-11-25 bodeaadd test/ping-sweep
2005-11-17 bodeaset MTU on tunnel interface so the kernel will re-fragm...
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-12 bodeaadd intercept-capture script
2005-10-11 bodeadon't send tunnel HELLO when there are pending control...
2005-09-30 bodeafix Calling-Station-Id in RADIUS accounting records
2005-09-19 bodeamove code from signal handlers into mainloop, avoiding...
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 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-08-31 bodeaavoid Code-Reject loop
2005-08-29 bodeahandle rejection of MRU negotiation by peer
2005-08-24 bodeadrop level of "Unexpected CHAP message" log
2005-08-17 bodeafail IPCP negotiation only on ConfigRej of IP-Address release_2_1_3
2005-08-10 bodeanormalise session, tunnel args
2005-07-31 bodea- Replace flags used for LCP/IPCP with state machine.
2005-06-28 bodeaadd DAE support (PoD/CoA) from Vladislav Bjelic
2005-06-24 bodeaDon't resend IPCP while still in progress
2005-06-12 bodea- Don't send CDN for each session when shutting down...
2005-06-08 bodeamissing newline on backtrace log
2005-06-04 bodeaInclude endpoint address in accounting dump files.
2005-06-02 bodeamerge in changes from 2.0 branch; fix byte counters...
2005-06-02 bodeaadd "allow_duplicate_users" config option
2005-05-26 bodeamerge cluster fixes from release_2_0 branch
2005-05-20 bodeause 1452 as MRU
2005-05-16 bodeasupress warning
2005-05-16 bodeaoff by one
2005-05-16 bodeafix RADIUS indexing (should have 16K entries with 64...
2005-05-08 bodeare-order sessiont elements to remove padding
2005-05-07 bodeamore lcp auth changes
2005-05-07 bodeaconfigure MRU in initlcp
2005-05-05 bodeaAdd interim accounting support from Vladislav Bjelic
2005-04-18 bodearemove dead session fields
2005-04-18 bodearemove dead session fields
2005-04-18 bodeamore state_state removal
2005-03-10 bodea*** empty log message ***
2005-03-10 bodeaadd result/error codes to CDN; use "try another" on...
2005-03-10 bodeasave state is no more
2005-03-10 bodeaallow username to be set when ungardening
2005-02-14 bodeamerge back 2.0 branch changes
2005-02-09 bodeabump MAXSESSION
2005-02-09 bodearemove unmaintained "save_state" option
2005-01-25 bodeafinish incorporating ipv6 patches
2005-01-13 bodearename sess_count to sess_local, fiddle with packet_lim...
2005-01-10 bodeamore DoS prevention: add packet_limit option to apply...
2005-01-07 bodeaCSTAT() adds "call_"; CHAP support
2004-12-18 bodeastart merging Jonathan's IPv6 patches (01-defines,...
2004-12-17 bodeacount select_called, multi_read_used and multi_read_exc... release_2_0_13
2004-12-16 bodeaadd counters for select_called, select_ready and select...
2004-12-16 bodeause standard uintN_t types for portability
2004-12-13 bodearetain counters of shutdown sessions to dump once per...
2004-12-03 bodeabetter cluster master collision resolution
2004-12-01 bodearelease 2.0.12
next