Apply patch from Geoffrey D. Bennett to fix handle RADIUS Class attribute.
[l2tpns.git] / radius.c
2011-09-11 Brendan O'DeaApply patch from Geoffrey D. Bennett to fix handle...
2011-01-27 Brendan O'DeaImport to git from cvs. Remove keywords.
2009-12-08 Brendan O'DeaApply MLPPP patch from Muhammad Tayseer Alquoatli,...
2006-08-02 Brendan O'Deaallow DNS servers to be specified using either old...
2006-08-02 Brendan O'Deacleanup clash between timeout and session_timout
2006-08-02 Brendan O'Deafix sign problem with reporting of unknown RADIUS VSAs
2006-07-01 Brendan O'Deaadd radius_bind_{min,max} options
2006-06-11 Brendan O'Deaadd session/idle timeouts
2006-04-27 Brendan O'Deaadd Multilink support from Khaled Al Hamwi
2006-04-13 Brendan O'Deaadd Acct-Terminate-Cause to RADIUS stop records
2006-04-05 Brendan O'Deaset source address for DAE responses
2005-12-19 Brendan O'Deaadd service-type/framed-protocol to RADIUS records
2005-12-09 Brendan O'Dearun PLUGIN_RADIUS_ACCOUNT for Start records
2005-10-19 Brendan O'Deaadd Framed-Route entries to RADIUS records
2005-10-11 Brendan O'Deaadd Cisco-AVPairs to RADIUS accounting records via...
2005-10-11 Michael ChapmanFix RADIUS authentication on DAE responses.
2005-09-30 Brendan O'Deafix Calling-Station-Id in RADIUS accounting records
2005-08-31 Brendan O'Deaincrease size of PPP buffers to MAXETHER
2005-08-12 Brendan O'Deare-instate local md5.[ch]
2005-08-10 Brendan O'Deanormalise session, tunnel args
2005-07-31 Brendan O'Deainclude Acct-Session-Time in interim records
2005-07-31 Brendan O'Dea- Replace flags used for LCP/IPCP with state machine.
2005-06-30 Brendan O'Deaalways call filter_session on CoA
2005-06-30 Brendan O'DeaDon't restrict DAE requests to the configured RADIUS...
2005-06-28 Brendan O'Deaadd DAE support (PoD/CoA) from Vladislav Bjelic
2005-06-04 Brendan O'DeaInclude endpoint address in accounting dump files.
2005-06-02 Brendan O'Deamerge in changes from 2.0 branch; fix byte counters...
2005-05-16 Brendan O'Deafix RADIUS indexing (should have 16K entries with 64...
2005-05-07 Brendan O'Deamore CHAP changes
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-05-03 Brendan O'DeaAdd a Cisco-Avpair with intercept details to RADIUS...
2005-04-27 Brendan O'Deaconsistent messages
2005-04-18 Brendan O'Dearemove dead session fields
2005-03-10 Brendan O'Deaadd result/error codes to CDN; use "try another" on...
2005-02-14 Brendan O'Deamerge back 2.0 branch changes
2005-01-25 Brendan O'Deafinish incorporating ipv6 patches
2005-01-05 Brendan O'Deacomment
2005-01-05 Brendan O'Deause bounds-checking lookup functions for string constants
2004-12-16 Brendan O'Deause standard uintN_t types for portability
2004-11-30 Brendan O'Deamore paranoid length checking for RADIUS replies
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-28 Brendan O'Deaupdate filter refcounts
2004-11-27 Brendan O'Deafilters
2004-11-27 Brendan O'Deaparse Filter-Id attributes
2004-11-27 Brendan O'Dea- Revise CCP, send ConfigReq once only.
2004-11-25 Brendan O'Dea- Drop sendccp. If client sends a CCP request for...
2004-11-16 Brendan O'Dea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-05 Brendan O'Deause LOG for logging macro
2004-09-02 David ParrishCleanups and sync
2004-07-26 David ParrishMakefile fix and config radius port patches from JK
2004-07-11 Brendan O'Dea- TerminateAck fix from Yuri
2004-07-07 Brendan O'Dea- set hostname in CLI prompt
2004-07-02 Brendan O'Deafluff to simplify diffs
2004-06-28 David Parrish* Update cli callbacks to work with libcli 1.6.
2004-06-23 David Parrish* Wed Jun 23 2004 David Parrish <david@dparrish.com...
2004-05-24 David ParrishUse multiple radius sockets to allow more concurrent...
2004-03-05 David Parrish* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 David ParrishInitial revision