normalise session, tunnel args
[l2tpns.git] / l2tpns.h
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
2004-12-01 bodeadon't send a RADIUS start record when ungardening on... release_2_0_11
2004-11-30 bodeaversion bump
2004-11-29 bodeamake "established" a different tcp flag match
2004-11-28 bodeaadd filtering
2004-11-28 bodeaupdate filter refcounts
2004-11-27 bodea- Revise CCP, send ConfigReq once only.
2004-11-25 bodeareinstate sendccp as initccp; send only once
2004-11-25 bodea- Drop sendccp. If client sends a CCP request for...
2004-11-16 bodea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-15 bodea2.0.7 release_2_0_7
2004-11-11 bodeamake BGP keepalive/hold time configurable, revise confi...
2004-11-10 bodeabump version release_2_0_5
2004-11-09 bodeaadd a callback to allow plugins to fetch values from...
2004-11-05 bodeause LOG for logging macro
2004-11-05 bodeaadd peer_address config option
2004-11-03 bodeamake log a conditional macro for _log
2004-11-02 bodearelease 2.0.3
2004-11-02 bodea- Use 2 seperate u16 values for throttle rate in/out
2004-10-30 bodeamerge
2004-10-29 bodeamake number of throttle buckets configurable
2004-10-28 bodeafix initdata proto
2004-10-28 bodeahostname set via command line not config
2004-10-25 bodeafix command line args
2004-10-04 fred_nerkFix version 2.0.2
2004-10-04 fred_nerkMake it compile
2004-09-19 fred_nerkAdd configurable hostname
2004-09-02 fred_nerkCleanups and sync
2004-08-26 fred_nerkSet a maximum time to wait for radius to be ready on...
2004-08-02 fred_nerk- Add support for LCP Ident and CallBack (rejection...
2004-08-02 fred_nerk- Write pid file if filename is set
2004-07-26 fred_nerkMakefile fix and config radius port patches from JK
2004-07-12 bodeaadd lock_pages option
2004-07-08 bodea- s/tap/tun/
2004-07-07 bodea- set hostname in CLI prompt
2004-07-02 bodeafluff to simplify diffs
2004-06-28 fred_nerk* Update cli callbacks to work with libcli 1.6.
2004-06-23 fred_nerk* Wed Jun 23 2004 David Parrish <david@dparrish.com...
2004-05-24 fred_nerkFoo
2004-05-24 fred_nerkAdd log_backtrace
2004-04-16 fred_nerkSmall typo fixes from Paul Lampron
2004-03-05 fred_nerkDon't use configure it's a waste of time
2004-03-05 fred_nerk* Fri Mar 5 2004 David Parrish <david@dparrish.com...
2003-12-16 fred_nerkInitial revision