clean up some compiler errors
[l2tpns.git] / ppp.c
2011-09-12 Brendan O'Deaclean up some compiler errors
2011-01-27 Brendan O'DeaImport to git from cvs. Remove keywords.
2009-12-08 Brendan O'DeaApply MLPPP patch from Muhammad Tayseer Alquoatli,...
2007-01-25 Brendan O'Deasimplify throttle logic
2006-08-02 Brendan O'Deacleanup clash between timeout and session_timout
2006-06-03 Brendan O'Deakludge around problem with Netgear DM602 authentication
2006-04-27 Brendan O'Deaadd Multilink support from Khaled Al Hamwi
2006-04-18 Brendan O'Deadon't shutdown on TerminateReq, wait for CDN
2006-04-13 Brendan O'Deaadd Acct-Terminate-Cause to RADIUS stop records
2006-03-27 Brendan O'Deafix IPCP length test to allow Terminate-Request (4...
2006-02-17 Brendan O'Deaadditional length checks in processlcp
2006-02-17 Brendan O'Deaavoid endless loop in processipcp, processipv6cp
2006-01-19 Brendan O'Deaensure session changes from LCP ConfigReq/ConfigNak...
2006-01-19 Brendan O'Deareturn on failed lcp
2006-01-19 Brendan O'Deahandle LCP NAK of magic-number
2005-12-15 Brendan O'Deabreak LCP configure loop with shutdown
2005-12-15 Brendan O'Deareduce logging of LCP EchoReply packets
2005-12-14 Brendan O'Deadrop backtrace
2005-12-07 Brendan O'Dea- Reject unknown/unconfigured protocols on the
2005-12-04 Brendan O'Deafix IPCP negotiation of secondary DNS server
2005-11-17 Brendan O'Deaensure MRU is sane
2005-11-04 Brendan O'Dea- Reset restart counters correctly.
2005-09-16 Brendan O'Deabyte ordering
2005-09-16 Brendan O'Dea*** empty log message ***
2005-09-16 Brendan O'Dea- Add l2tp_mtu configuration option, used to define...
2005-09-15 Brendan O'Deamake MRU configurable, NAK config requests for larger...
2005-09-13 Brendan O'Deafix code-reject/protocol-reject
2005-08-31 Brendan O'Deaincrease size of PPP buffers to MAXETHER
2005-08-31 Brendan O'Deaavoid Code-Reject loop
2005-08-29 Brendan O'Deahandle rejection of MRU negotiation by peer
2005-08-29 Brendan O'Deafix parsing of protocol rej
2005-08-24 Brendan O'Deadrop level of "Unexpected CHAP message" log
2005-08-17 Brendan O'Deafail IPCP negotiation only on ConfigRej of IP-Address
2005-08-12 Brendan O'Deafix nak increment
2005-08-12 Brendan O'Deadon't allocate radius for PAP if ip set
2005-08-11 Brendan O'Dea*** empty log message ***
2005-08-11 Brendan O'Dealogging
2005-08-11 Brendan O'Dealcp logging
2005-08-10 Brendan O'Deanormalise session, tunnel args
2005-08-10 Brendan O'Dealogging
2005-08-10 Brendan O'Deatidy up logging, RADIUS allocation
2005-07-31 Brendan O'Dea- Replace flags used for LCP/IPCP with state machine.
2005-06-24 Brendan O'DeaIgnore duplicate ACKs for IPCP
2005-06-24 Brendan O'Deacomment typo
2005-06-02 Brendan O'Deamerge in changes from 2.0 branch; fix byte counters...
2005-05-13 Brendan O'Deait seems that some clients regularly attempt to reauth...
2005-05-10 Brendan O'Deacheck all suggested auth mechanisms
2005-05-10 Jonathan McDowellFix processing of ConfigNak responses to LCP.
2005-05-10 Brendan O'Dea*** empty log message ***
2005-05-10 Brendan O'Deasendchap on ConfigAck
2005-05-10 Brendan O'Deaset length properly
2005-05-10 Brendan O'Deareset length of lcp packets
2005-05-10 Brendan O'Deamissed length
2005-05-08 Brendan O'Deamore chap
2005-05-07 Brendan O'Deamore lcp auth changes
2005-05-07 Brendan O'Deaconfigure MRU in initlcp
2005-05-07 Brendan O'Dea*** empty log message ***
2005-05-07 Brendan O'Deamore CHAP changes
2005-05-05 Brendan O'DeaAdd interim accounting support from Vladislav Bjelic
2005-04-27 Brendan O'Deaconsistent messages
2005-03-10 Brendan O'Deaadd result/error codes to CDN; use "try another" on...
2005-03-10 Brendan O'Deaallow username to be set when ungardening
2005-02-14 Brendan O'Deamerge back 2.0 branch changes
2005-01-25 Brendan O'Deadon't send 4 byte header when snooping v6 packets
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/
next