summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-04-10Add initial implementation for QCDM test utilityMarcel Holtmann1-0/+174
2010-04-10Add abstraction for HDLC stream handlingMarcel Holtmann2-0/+332
2010-04-10Add utility helper for debugging binary blobsMarcel Holtmann2-2/+28
2010-04-10Add generic receive function definitionMarcel Holtmann1-0/+4
2010-04-10Check for PIN status to see details in debug outputMarcel Holtmann1-0/+1
2010-04-10Add skeleton for QCDM test programMarcel Holtmann1-0/+29
2010-04-09Remove one empty line and add another oneMarcel Holtmann2-1/+1
2010-04-09Move CRC-CCITT table and helper into separate fileMarcel Holtmann3-60/+99
2010-04-09ppp: Trivial style fixDenis Kenzior1-2/+2
2010-04-09ppp: Use flags not booleans for ipcp optionsDenis Kenzior1-25/+30
2010-04-09ppp: Use flags instead of booleans for lcp optionsDenis Kenzior1-3/+5
2010-04-08ppp: Stop the timer when re-startingDenis Kenzior1-10/+9
2010-04-08ppp: Rip out the now unused option string stuffDenis Kenzior3-31/+0
2010-04-08ppp: Port LCP to the new option frameworkDenis Kenzior1-73/+99
2010-04-08ppp: port IPCP to the new option frameworkDenis Kenzior1-62/+160
2010-04-08ppp: Rip out the old option processingDenis Kenzior2-464/+129
2010-04-08ppp: Fix make some functions const correctDenis Kenzior2-4/+4
2010-04-08ppp: Make iterators work all the timeDenis Kenzior1-1/+1
2010-04-08ppp: Move some one-time setters to the protoDenis Kenzior4-87/+52
2010-04-07ppp: Add rca callbackDenis Kenzior4-40/+71
2010-04-07ppp: Add pppcp option iteratorsDenis Kenzior2-0/+63
2010-04-07ppp: Remove lcp_protocol_rejectDenis Kenzior2-6/+1
2010-04-07ppp: Move pppcp_timer_data privateDenis Kenzior2-8/+8
2010-04-07ppp: Cleanup ipcp.cDenis Kenzior1-8/+6
2010-04-07ppp: Hide away the magic_number in ppp_lcp.cDenis Kenzior3-22/+19
2010-04-06ppp: Use auth->proto, not ppp->protoDenis Kenzior1-2/+1
2010-04-06Fix: Allow setting of tx ACCMDenis Kenzior2-4/+4
2010-04-06ppp: Remove OPTION_ERR, treat errors as rejectDenis Kenzior2-6/+2
2010-04-06ppp: Verify magic number is not zeroDenis Kenzior1-1/+10
2010-04-06ppp: Move up the look up table definitionDenis Kenzior1-15/+15
2010-04-06ppp: Implement receive ACCMDenis Kenzior1-2/+8
2010-04-05Refactor: Make struct pppcp declaration privateDenis Kenzior4-42/+39
2010-04-05Refactor: add pppcp_set/get_magic_numberDenis Kenzior3-2/+15
2010-04-05Refactor: add pppcp_set_prefixDenis Kenzior4-2/+8
2010-04-05Refactor: add pppcp_get_pppDenis Kenzior4-5/+12
2010-04-05Refactor: add pppcp_set_option_stringsDenis Kenzior4-2/+9
2010-04-05Refactor: Move valid code selection to ipcp/lcpDenis Kenzior4-58/+50
2010-04-05Refactor: Move packet_ops to a static look-upDenis Kenzior2-18/+16
2010-04-05Refactor: Make option_scan more type safeDenis Kenzior4-6/+8
2010-04-05Refactor: Make option_process more typesafeDenis Kenzior4-10/+12
2010-04-05Refactor: Add pppcp_set_data & pppcp_get_dataDenis Kenzior4-11/+22
2010-04-05Make pppcp_code enum a private structureMarcel Holtmann4-37/+51
2010-04-05Make pppcp_event_type enum a private structureMarcel Holtmann5-28/+47
2010-04-05Refactor: Move to a transition state tableDenis Kenzior2-544/+121
2010-04-05Refactor: Make the enum assignments explicitDenis Kenzior1-16/+16
2010-04-05Refactor: Move the state definition to ppp_cp.cDenis Kenzior2-18/+18
2010-04-05ppp: implement Max-Failure counterKristen Carlson Accardi2-0/+23
2010-04-03Move PPP constants where they are usedMarcel Holtmann4-19/+21
2010-04-03Make GAtPPP fields really privateMarcel Holtmann4-56/+64
2010-04-02Hide internals of ring buffer structureMarcel Holtmann2-6/+8