finish incorporating ipv6 patches
[l2tpns.git] / ppp.c
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-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'Dea*cough*
2004-11-30 Brendan O'Deafix byte ordering in log
2004-11-30 Brendan O'Dea*** empty log message ***
2004-11-30 Brendan O'Dea*** empty log message ***
2004-11-30 Brendan O'Deacopy identifier from request for ConfigNak, ConfigRej...
2004-11-29 Brendan O'Deamake "established" a different tcp flag match
2004-11-28 Brendan O'Deaadd filtering
2004-11-27 Brendan O'Dea- Revise CCP, send ConfigReq once only.
2004-11-25 Brendan O'Deaoop
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-18 Brendan O'DeaAllow LCP re-negotiation after connection completes
2004-11-16 Brendan O'Dea- Ignore gateway address in Framed-Route (from Jonathan...
2004-11-09 Brendan O'Dea*** empty log message ***
2004-11-09 Brendan O'Dea*** empty log message ***
2004-11-09 Brendan O'DeaFix intercepts: don't double-snoop throttled customers...
2004-11-05 Brendan O'DeaNak asyncmap (unless == 0)
2004-11-05 Brendan O'Deause LOG for logging macro
2004-11-05 Brendan O'Deause constants
2004-11-04 Brendan O'Deasend snooped packets before adding the tun header
2004-11-03 Brendan O'Deacleanup packet length handling
2004-10-29 Brendan O'Deatypo
2004-09-23 David Parrish- Renegotiate MRU - Yuri
2004-09-19 David ParrishAdd support for Hidden AVPs and chap-response
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-13 David ParrishAdd renegotiation patch from Yuri (ppp-aug10-patch)
2004-08-02 David ParrishAllow cli session changes to happen if the session...
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-11 Brendan O'Dea- TerminateAck fix from Yuri
2004-07-08 Brendan O'Dea- s/tap/tun/
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 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