- Replace flags used for LCP/IPCP with state machine.
[l2tpns.git] / radius.c
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