summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-09Move CRC-CCITT table and helper into separate fileMarcel Holtmann1-60/+5
2010-04-08ppp: Fix make some functions const correctDenis Kenzior1-1/+1
2010-04-07ppp: Remove lcp_protocol_rejectDenis Kenzior1-1/+1
2010-04-06ppp: Use auth->proto, not ppp->protoDenis Kenzior1-2/+1
2010-04-06Fix: Allow setting of tx ACCMDenis Kenzior1-3/+3
2010-04-06ppp: Implement receive ACCMDenis Kenzior1-2/+8
2010-04-05Make pppcp_event_type enum a private structureMarcel Holtmann1-1/+1
2010-04-03Move PPP constants where they are usedMarcel Holtmann1-1/+17
2010-04-03Make GAtPPP fields really privateMarcel Holtmann1-0/+50
2010-04-02Move frame NULL checks into the unstuffing functionMarcel Holtmann1-8/+5
2010-04-02Also the default case should have a break statementMarcel Holtmann1-1/+2
2010-04-02Refactor: Get rid of packet handler registrationsDenis Kenzior1-30/+19
2010-04-02Fix tabs vs. whitespace coding style violationMarcel Holtmann1-1/+1
2010-04-02Add more missing break statementsMarcel Holtmann1-0/+1
2010-04-02ppp: use queue to transmitKristen Carlson Accardi1-43/+90
2010-04-02Split out ipcp protocol into ppp_ipcp.cDenis Kenzior1-3/+6
2010-04-02ppp: fix event generation on closeKristen Carlson Accardi1-3/+1
2010-04-01Remove obfuscation for some of the event handlingMarcel Holtmann1-40/+13
2010-04-01Move functions from ppp.c into gatppp.cMarcel Holtmann1-0/+501
2010-04-01Remove PPP event_queue handling and process events directlyMarcel Holtmann1-3/+0
2010-04-01Remove PPP recv_queue handling and process frames directlyMarcel Holtmann1-1/+0
2010-04-01Add support for recording PPP sessions in pppdump formatMarcel Holtmann1-1/+22
2010-04-01Implement g_at_ppp_set_debug supportMarcel Holtmann1-3/+12
2010-03-31Refactor: Use GAtDisconnectFunc for ppp disconnectDenis Kenzior1-4/+6
2010-03-31Refactor: GAtPPP connect callbackDenis Kenzior1-3/+6
2010-03-25separate memory cleanup from PPP shutdownKristen Carlson Accardi1-18/+7
2010-03-22IP support for PPPKristen Carlson Accardi1-0/+1
2010-03-22CHAP with MD5 authentication supportKristen Carlson Accardi1-1/+10
2010-03-22PPP LCP supportKristen Carlson Accardi1-1/+5
2010-03-22Basic PPP protocol supportKristen Carlson Accardi1-0/+133