normalise session, tunnel args
[l2tpns.git] / ppp.c
2005-08-10 bodeanormalise session, tunnel args
2005-08-10 bodealogging
2005-08-10 bodeatidy up logging, RADIUS allocation
2005-07-31 bodea- Replace flags used for LCP/IPCP with state machine.
2005-06-24 bodeaIgnore duplicate ACKs for IPCP
2005-06-24 bodeacomment typo
2005-06-02 bodeamerge in changes from 2.0 branch; fix byte counters...
2005-05-13 bodeait seems that some clients regularly attempt to reauth...
2005-05-10 bodeacheck all suggested auth mechanisms
2005-05-10 jonmcdFix processing of ConfigNak responses to LCP.
2005-05-10 bodea*** empty log message ***
2005-05-10 bodeasendchap on ConfigAck
2005-05-10 bodeaset length properly
2005-05-10 bodeareset length of lcp packets
2005-05-10 bodeamissed length
2005-05-08 bodeamore chap
2005-05-07 bodeamore lcp auth changes
2005-05-07 bodeaconfigure MRU in initlcp
2005-05-07 bodea*** empty log message ***
2005-05-07 bodeamore CHAP changes
2005-05-05 bodeaAdd interim accounting support from Vladislav Bjelic
2005-04-27 bodeaconsistent messages
2005-03-10 bodeaadd result/error codes to CDN; use "try another" on...
2005-03-10 bodeaallow username to be set when ungardening
2005-02-14 bodeamerge back 2.0 branch changes
2005-01-25 bodeadon't send 4 byte header when snooping v6 packets
2005-01-25 bodeafinish incorporating ipv6 patches
2005-01-13 bodearename sess_count to sess_local, fiddle with packet_lim...
2005-01-05 bodeause bounds-checking lookup functions for string constants
2004-12-16 bodeause standard uintN_t types for portability
2004-11-30 bodea*cough*
2004-11-30 bodeafix byte ordering in log
2004-11-30 bodea*** empty log message ***
2004-11-30 bodea*** empty log message ***
2004-11-30 bodeacopy identifier from request for ConfigNak, ConfigRej...
2004-11-29 bodeamake "established" a different tcp flag match
2004-11-28 bodeaadd filtering
2004-11-27 bodea- Revise CCP, send ConfigReq once only.
2004-11-25 bodeaoop
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-18 bodeaAllow LCP re-negotiation after connection completes
2004-11-16 bodea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-09 bodea*** empty log message ***
2004-11-09 bodea*** empty log message ***
2004-11-09 bodeaFix intercepts: don't double-snoop throttled customers...
2004-11-05 bodeaNak asyncmap (unless == 0)
2004-11-05 bodeause LOG for logging macro
2004-11-05 bodeause constants
2004-11-04 bodeasend snooped packets before adding the tun header
2004-11-03 bodeacleanup packet length handling
2004-10-29 bodeatypo
2004-09-23 fred_nerk- Renegotiate MRU - Yuri
2004-09-19 fred_nerkAdd support for Hidden AVPs and chap-response
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-13 fred_nerkAdd renegotiation patch from Yuri (ppp-aug10-patch)
2004-08-02 fred_nerkAllow cli session changes to happen if the session...
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-11 bodea- TerminateAck fix from Yuri
2004-07-08 bodea- s/tap/tun/
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_nerkUse multiple radius sockets to allow more concurrent...
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