summaryrefslogtreecommitdiff
path: root/gatchat/ppp_cp.h
Commit message (Expand)AuthorAgeFilesLines
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* ppp: Add basic length sanity checksDenis Kenzior2011-06-291-1/+1
* ppp: Add MAX_IPCP_FAILURE to avoid timeout quicklyZhenhua Zhang2010-07-091-1/+1
* ppp: Refactor server-side APIDenis Kenzior2010-06-291-1/+2
* ppp: Make pppcp functions const correctDenis Kenzior2010-04-281-2/+2
* ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi2010-04-261-0/+2
* ppp: Add pppcp_signal_downDenis Kenzior2010-04-131-0/+1
* ppp: Rip out the now unused option string stuffDenis Kenzior2010-04-081-1/+0
* ppp: Rip out the old option processingDenis Kenzior2010-04-081-11/+27
* ppp: Move some one-time setters to the protoDenis Kenzior2010-04-081-7/+6
* ppp: Add rca callbackDenis Kenzior2010-04-071-7/+9
* ppp: Add pppcp option iteratorsDenis Kenzior2010-04-071-0/+17
* ppp: Move pppcp_timer_data privateDenis Kenzior2010-04-071-8/+0
* ppp: Hide away the magic_number in ppp_lcp.cDenis Kenzior2010-04-071-3/+0
* ppp: Remove OPTION_ERR, treat errors as rejectDenis Kenzior2010-04-061-1/+0
* Refactor: Make struct pppcp declaration privateDenis Kenzior2010-04-051-26/+2
* Refactor: add pppcp_set/get_magic_numberDenis Kenzior2010-04-051-0/+3
* Refactor: add pppcp_set_prefixDenis Kenzior2010-04-051-0/+1
* Refactor: add pppcp_get_pppDenis Kenzior2010-04-051-0/+2
* Refactor: add pppcp_set_option_stringsDenis Kenzior2010-04-051-0/+2
* Refactor: Move valid code selection to ipcp/lcpDenis Kenzior2010-04-051-0/+14
* Refactor: Move packet_ops to a static look-upDenis Kenzior2010-04-051-2/+0
* Refactor: Make option_scan more type safeDenis Kenzior2010-04-051-2/+2
* Refactor: Make option_process more typesafeDenis Kenzior2010-04-051-1/+2
* Refactor: Add pppcp_set_data & pppcp_get_dataDenis Kenzior2010-04-051-0/+4
* Make pppcp_code enum a private structureMarcel Holtmann2010-04-051-14/+0
* Make pppcp_event_type enum a private structureMarcel Holtmann2010-04-051-22/+3
* Refactor: Move to a transition state tableDenis Kenzior2010-04-051-3/+1
* Refactor: Make the enum assignments explicitDenis Kenzior2010-04-051-16/+16
* Refactor: Move the state definition to ppp_cp.cDenis Kenzior2010-04-051-14/+1
* ppp: implement Max-Failure counterKristen Carlson Accardi2010-04-051-0/+1
* Remove PPP CP event_queue handling and process events directlyMarcel Holtmann2010-04-011-1/+0
* Remove useless pppcp_protocol_data structureMarcel Holtmann2010-04-011-10/+2
* Add debugging for PPP LCP and IPCP optionsMarcel Holtmann2010-04-011-0/+2
* ppp: send Protocol-RejectKristen Carlson Accardi2010-03-261-0/+2
* ppp: change debug output to include control protocol prefixKristen Carlson Accardi2010-03-251-1/+9
* use separate timers for PPP config and terminateKristen Carlson Accardi2010-03-241-5/+10
* Generic PPP control protocol supportKristen Carlson Accardi2010-03-221-0/+139