Fix: remove old IPV6 routes on master
[l2tpns.git] / Changes
2005-05-09 Brendan O'Dea"show running-config" output contains clear-text shared...
2005-05-08 bodeamore chap
2005-05-08 Brendan O'Deamore chap
2005-05-07 bodeaDon't process C_LASTSEEN unless we're a master (otherwi...
2005-05-07 Brendan O'DeaDon't process C_LASTSEEN unless we're a master (otherwi...
2005-05-05 bodeaAdd interim accounting support from Vladislav Bjelic
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-05-05 bodea- Don't use LOG() macro in initdata() until the config...
2005-05-05 Brendan O'Dea- Don't use LOG() macro in initdata() until the config...
2005-05-03 bodeaAdd a Cisco-Avpair with intercept details to RADIUS...
2005-05-03 Brendan O'DeaAdd a Cisco-Avpair with intercept details to RADIUS...
2005-05-02 bodeause cli_error() for error messages and help
2005-05-02 Brendan O'Deause cli_error() for error messages and help
2005-05-02 bodeaUpdate .last_packet in cluster_handle_bytes only when...
2005-05-02 Brendan O'DeaUpdate .last_packet in cluster_handle_bytes only when...
2005-04-01 bodeareset .die on master takeover
2005-04-01 Brendan O'Deareset .die on master takeover
2005-04-01 bodeaonly send RADIUS stop in sessionshutdown if there's...
2005-04-01 Brendan O'Deaonly send RADIUS stop in sessionshutdown if there's...
2005-03-10 bodeaadd result/error codes to CDN; use "try another" on...
2005-03-10 Brendan O'Deaadd result/error codes to CDN; use "try another" on...
2005-03-10 bodeaadd result/error codes to StopCCN
2005-03-10 Brendan O'Deaadd result/error codes to StopCCN
2005-03-10 bodeaallow username to be set when ungardening
2005-03-10 Brendan O'Deaallow username to be set when ungardening
2005-03-10 bodeasimplify AVP unhiding code
2005-03-10 Brendan O'Deasimplify AVP unhiding code
2005-02-14 bodeamerge back 2.0 branch changes
2005-02-14 Brendan O'Deamerge back 2.0 branch changes
2005-02-09 bodeabump MAXSESSION
2005-02-09 Brendan O'Deabump MAXSESSION
2005-02-09 bodearemove unmaintained "save_state" option
2005-02-09 Brendan O'Dearemove unmaintained "save_state" option
2005-01-25 bodeafinish incorporating ipv6 patches
2005-01-25 Brendan O'Deafinish incorporating ipv6 patches
2005-01-13 bodealog CLI connections at 4 from localhost; show last...
2005-01-13 Brendan O'Dealog CLI connections at 4 from localhost; show last...
2005-01-10 bodeafix "clear counters"
2005-01-10 Brendan O'Deafix "clear counters"
2005-01-10 bodeamore DoS prevention: add packet_limit option to apply...
2005-01-10 Brendan O'Deamore DoS prevention: add packet_limit option to apply...
2005-01-07 bodeaCHAP support from Jordan Hrycaj (work in progress)
2005-01-07 Brendan O'DeaCHAP support from Jordan Hrycaj (work in progress)
2004-12-20 bodeasanity check that cluster_send_session is not called...
2004-12-20 Brendan O'Deasanity check that cluster_send_session is not called...
2004-12-18 bodeastart merging Jonathan's IPv6 patches (01-defines,...
2004-12-18 Brendan O'Deastart 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-17 Brendan O'Deacount select_called, multi_read_used and multi_read_exc...
2004-12-16 bodeaadd counters for select_called, select_ready and select...
2004-12-16 Brendan O'Deaadd counters for select_called, select_ready and select...
2004-12-16 bodeause standard uintN_t types for portability
2004-12-16 Brendan O'Deause standard uintN_t types for portability
2004-12-13 bodearetain counters of shutdown sessions to dump once per...
2004-12-13 Brendan O'Dearetain counters of shutdown sessions to dump once per...
2004-12-09 bodeacompress logs
2004-12-09 Brendan O'Deacompress logs
2004-12-09 bodea- Use gzip --best for man pages, include pid_file in...
2004-12-09 Brendan O'Dea- Use gzip --best for man pages, include pid_file in...
2004-12-05 bodeadrop "Session N is closing" message level to 4; don...
2004-12-05 Brendan O'Deadrop "Session N is closing" message level to 4; don...
2004-12-03 bodeaskip newlines in ringbuffer messages
2004-12-03 Brendan O'Deaskip newlines in ringbuffer messages
2004-12-03 bodeabetter cluster master collision resolution
2004-12-03 Brendan O'Deabetter cluster master collision resolution
2004-12-01 bodea2.0.12 redux
2004-12-01 Brendan O'Dea2.0.12 redux
2004-12-01 bodearelease 2.0.12
2004-12-01 Brendan O'Dearelease 2.0.12
2004-12-01 bodeadon't send a RADIUS start record when ungardening on... release_2_0_11
2004-12-01 Brendan O'Deadon't send a RADIUS start record when ungardening on...
2004-11-30 bodeadropping packets; increase ip_conntrack_max release_2_0_10
2004-11-30 Brendan O'Deadropping packets; increase ip_conntrack_max
2004-11-30 bodeaversion bump
2004-11-30 Brendan O'Deaversion bump
2004-11-30 bodeaadd THANKS
2004-11-30 Brendan O'Deaadd THANKS
2004-11-30 bodea2.0.9 (again)
2004-11-30 Brendan O'Dea2.0.9 (again)
2004-11-29 bodeamake "established" a different tcp flag match
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-28 bodeaadd filtering
2004-11-28 Brendan O'Deaadd filtering
2004-11-27 bodea- Revise CCP, send ConfigReq once only.
2004-11-27 Brendan O'Dea- Revise CCP, send ConfigReq once only.
2004-11-25 bodeareinstate sendccp as initccp; send only once
2004-11-25 Brendan O'Deareinstate sendccp as initccp; send only once
2004-11-25 bodea- Drop sendccp. If client sends a CCP request for...
2004-11-25 Brendan O'Dea- Drop sendccp. If client sends a CCP request for...
2004-11-19 bodeaprepare 2.0.8
2004-11-19 Brendan O'Deaprepare 2.0.8
2004-11-18 bodeaAllow LCP re-negotiation after connection completes
2004-11-18 Brendan O'DeaAllow LCP re-negotiation after connection completes
2004-11-18 bodeadon't route Framed-IP-Address if contained in a Framed...
2004-11-18 Brendan O'Deadon't route Framed-IP-Address if contained in a Framed...
2004-11-18 bodeaFix deletion from linked list.
2004-11-18 Brendan O'DeaFix deletion from linked list.
2004-11-17 bodea- Add startup-config(5) manpage.
2004-11-17 Brendan O'Dea- Add startup-config(5) manpage.
2004-11-17 bodea- Add startup-config(5) manpage [FIXME].
next