- Replace flags used for LCP/IPCP with state machine.
[l2tpns.git] / l2tpns.h
2005-07-31 Brendan O'Dea- Replace flags used for LCP/IPCP with state machine.
2005-06-28 Brendan O'Deaadd DAE support (PoD/CoA) from Vladislav Bjelic
2005-06-24 Brendan O'DeaDon't resend IPCP while still in progress
2005-06-12 Brendan O'Dea- Don't send CDN for each session when shutting down...
2005-06-08 Brendan O'Deamissing newline on backtrace log
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-06-02 Brendan O'Deaadd "allow_duplicate_users" config option
2005-05-26 Brendan O'Deamerge cluster fixes from release_2_0 branch
2005-05-20 Brendan O'Deause 1452 as MRU
2005-05-16 Brendan O'Deasupress warning
2005-05-16 Brendan O'Deaoff by one
2005-05-16 Brendan O'Deafix RADIUS indexing (should have 16K entries with 64...
2005-05-08 Brendan O'Deare-order sessiont elements to remove padding
2005-05-07 Brendan O'Deamore lcp auth changes
2005-05-07 Brendan O'Deaconfigure MRU in initlcp
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-04-18 Brendan O'Dearemove dead session fields
2005-04-18 Brendan O'Dearemove dead session fields
2005-04-18 Brendan O'Deamore state_state removal
2005-03-10 Brendan O'Dea*** empty log message ***
2005-03-10 Brendan O'Deaadd result/error codes to CDN; use "try another" on...
2005-03-10 Brendan O'Deasave state is no more
2005-03-10 Brendan O'Deaallow username to be set when ungardening
2005-02-14 Brendan O'Deamerge back 2.0 branch changes
2005-02-09 Brendan O'Deabump MAXSESSION
2005-02-09 Brendan O'Dearemove unmaintained "save_state" option
2005-01-25 Brendan O'Deafinish incorporating ipv6 patches
2005-01-13 Brendan O'Dearename sess_count to sess_local, fiddle with packet_lim...
2005-01-10 Brendan O'Deamore DoS prevention: add packet_limit option to apply...
2005-01-07 Brendan O'DeaCSTAT() adds "call_"; CHAP support
2004-12-18 Brendan O'Deastart merging Jonathan's IPv6 patches (01-defines,...
2004-12-17 Brendan O'Deacount select_called, multi_read_used and multi_read_exc...
2004-12-16 Brendan O'Deaadd counters for select_called, select_ready and select...
2004-12-16 Brendan O'Deause standard uintN_t types for portability
2004-12-13 Brendan O'Dearetain counters of shutdown sessions to dump once per...
2004-12-03 Brendan O'Deabetter cluster master collision resolution
2004-12-01 Brendan O'Dearelease 2.0.12
2004-12-01 Brendan O'Deadon't send a RADIUS start record when ungardening on...
2004-11-30 Brendan O'Deaversion bump
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-28 Brendan O'Deaadd filtering
2004-11-28 Brendan O'Deaupdate filter refcounts
2004-11-27 Brendan O'Dea- Revise CCP, send ConfigReq once only.
2004-11-25 Brendan O'Deareinstate sendccp as initccp; send only once
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-15 Brendan O'Dea2.0.7
2004-11-11 Brendan O'Deamake BGP keepalive/hold time configurable, revise confi...
2004-11-10 Brendan O'Deabump version
2004-11-09 Brendan O'Deaadd a callback to allow plugins to fetch values from...
2004-11-05 Brendan O'Deause LOG for logging macro
2004-11-05 Brendan O'Deaadd peer_address config option
2004-11-03 Brendan O'Deamake log a conditional macro for _log
2004-11-02 Brendan O'Dearelease 2.0.3
2004-11-02 Brendan O'Dea- Use 2 seperate u16 values for throttle rate in/out
2004-10-30 Brendan O'Deamerge
2004-10-29 Brendan O'Deamake number of throttle buckets configurable
2004-10-28 Brendan O'Deafix initdata proto
2004-10-28 Brendan O'Deahostname set via command line not config
2004-10-25 Brendan O'Deafix command line args
2004-10-04 David ParrishFix version 2.0.2
2004-10-04 David ParrishMake it compile
2004-09-19 David ParrishAdd configurable hostname
2004-09-02 David ParrishCleanups and sync
2004-08-26 David ParrishSet a maximum time to wait for radius to be ready on...
2004-08-02 David Parrish- Add support for LCP Ident and CallBack (rejection...
2004-08-02 David Parrish- Write pid file if filename is set
2004-07-26 David ParrishMakefile fix and config radius port patches from JK
2004-07-12 Brendan O'Deaadd lock_pages option
2004-07-08 Brendan O'Dea- s/tap/tun/
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 ParrishFoo
2004-05-24 David ParrishAdd log_backtrace
2004-04-16 David ParrishSmall typo fixes from Paul Lampron
2004-03-05 David ParrishDon't use configure it's a waste of time
2004-03-05 David Parrish* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 David ParrishInitial revision