summaryrefslogtreecommitdiffstats
path: root/gatchat/ppp_ipcp.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-07gatchat: Minor style fixupDenis Kenzior1-0/+1
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-02-28ppp: Remove some g_printsDenis Kenzior1-8/+0
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-2/+2
2010-07-09ppp: Add MAX_IPCP_FAILURE to avoid timeout quicklyZhenhua Zhang1-1/+9
2010-06-29ppp: Don't accept 0 ip-addr/dns1/dns2Denis Kenzior1-3/+4
2010-06-29ppp: Refactor server-side APIDenis Kenzior1-4/+11
2010-06-29ppp: Tweak set_server_info API some moreDenis Kenzior1-7/+1
2010-06-28ppp: Refactor server RCR actionDenis Kenzior1-40/+40
2010-06-28ppp: Refactor client RCR actionDenis Kenzior1-29/+27
2010-06-28ppp: Simplify the logic by re-using codeDenis Kenzior1-6/+1
2010-06-28ppp: Minor style tweaksDenis Kenzior1-9/+9
2010-06-28gatppp: Add PPP server extensionZhenhua Zhang1-32/+207
2010-06-23ppp: Fix incorrect packet length for little-endianZhenhua Zhang1-1/+1
2010-04-30ppp: get rid of ppp_enter_phaseDenis Kenzior1-2/+3
2010-04-13ppp: Introduce ppp_net_down_notifyDenis Kenzior1-0/+1
2010-04-13ppp: Introduce ppp_net_up_notify and use itDenis Kenzior1-2/+1
2010-04-13ppp: Let the upper layer handle open / up eventsDenis Kenzior1-9/+0
2010-04-13ppp: Reset the options whenever the layer is downDenis Kenzior1-6/+19
2010-04-13ppp: Rename data to pppcpDenis Kenzior1-6/+2
2010-04-09ppp: Use flags not booleans for ipcp optionsDenis Kenzior1-25/+30
2010-04-08ppp: Rip out the now unused option string stuffDenis Kenzior1-12/+0
2010-04-08ppp: port IPCP to the new option frameworkDenis Kenzior1-62/+160
2010-04-08ppp: Move some one-time setters to the protoDenis Kenzior1-15/+15
2010-04-07ppp: Add rca callbackDenis Kenzior1-3/+21
2010-04-07ppp: Cleanup ipcp.cDenis Kenzior1-8/+6
2010-04-05Refactor: Make struct pppcp declaration privateDenis Kenzior1-4/+1
2010-04-05Refactor: add pppcp_set_prefixDenis Kenzior1-1/+1
2010-04-05Refactor: add pppcp_get_pppDenis Kenzior1-1/+1
2010-04-05Refactor: add pppcp_set_option_stringsDenis Kenzior1-1/+1
2010-04-05Refactor: Move valid code selection to ipcp/lcpDenis Kenzior1-0/+9
2010-04-05Refactor: Make option_scan more type safeDenis Kenzior1-1/+2
2010-04-05Refactor: Make option_process more typesafeDenis Kenzior1-3/+2
2010-04-05Refactor: Add pppcp_set_data & pppcp_get_dataDenis Kenzior1-7/+6
2010-04-05Make pppcp_code enum a private structureMarcel Holtmann1-9/+1
2010-04-05Make pppcp_event_type enum a private structureMarcel Holtmann1-1/+1
2010-04-03Make GAtPPP fields really privateMarcel Holtmann1-10/+4
2010-04-02Fix coding style with callback structuresMarcel Holtmann1-6/+6
2010-04-02Refactor: Get rid of (now) pointless commentsDenis Kenzior1-2/+0
2010-04-02Refactor: Get rid of packet handler registrationsDenis Kenzior1-8/+0
2010-04-02Split out ipcp protocol into ppp_ipcp.cDenis Kenzior1-0/+243