summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-21gatchat: Fix up minor coding style issuesDenis Kenzior1-0/+2
2014-06-21gatchat: implement PAP authenticationPhilip Paeps1-2/+48
2011-10-10gatchat: Update copyright informationMarcel Holtmann1-1/+1
2011-06-29ppp: Add basic length sanity checksDenis Kenzior1-4/+5
2011-06-29gatppp: Refactor tx pathDenis Kenzior1-15/+11
2011-06-29gatppp: Refactor rx pathDenis Kenzior1-22/+32
2011-06-29gatppp: Re-format & re-word commentsDenis Kenzior1-6/+2
2011-06-29GAtPPP: Add PFC option supportGuillaume Zajac1-1/+62
2011-06-29GAtPPP: Add ACFC option supportGuillaume Zajac1-23/+73
2011-05-25gatppp: Set the suspend function in open / listenDenis Kenzior1-12/+18
2011-05-24gatppp: Refactor PPP APIDenis Kenzior1-92/+38
2011-05-24gatppp: Make sure to clean up guard_timeout_sourceDenis Kenzior1-0/+5
2011-05-24gatppp: Rename guard_timeout_src to _sourceDenis Kenzior1-5/+4
2011-05-24gatppp: Do not call disconnect func if suspendedGuillaume Zajac1-2/+3
2011-05-24gatppp: Add GAtPPP suspend APIGuillaume Zajac1-0/+40
2011-05-24gatppp: Add GAtPPP resume functionalityGuillaume Zajac1-0/+19
2011-05-24gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior1-1/+6
2011-05-24gatppp: Ensure created GAtPPP object is not nullDenis Kenzior1-1/+2
2011-05-24gatppp: Add new contructor to use external fdGuillaume Zajac1-1/+32
2011-05-24gatppp: Don't go over 80 characters / lineDenis Kenzior1-1/+1
2011-05-08gatppp: Add API for setting suspend callbackGuillaume Zajac1-0/+24
2011-02-28gatppp: Try to detect no carrier conditionsDenis Kenzior1-0/+1
2011-02-28gatppp: Delay signaling ppp_downDenis Kenzior1-2/+14
2011-02-28gatppp: Replace some left-over g_prints with DBGDenis Kenzior1-4/+4
2011-02-28gatppp: Send the final terminate ackDenis Kenzior1-10/+42
2010-11-29gatchat: explicitly compare pointers to NULLLucas De Marchi1-2/+2
2010-09-14Fix common misspellings in gatchatLucas De Marchi1-1/+1
2010-07-07gatppp: Unset disconnect function when unref PPPZhenhua Zhang1-0/+3
2010-07-06gatppp: Check ppp instance before unref itZhenhua Zhang1-0/+3
2010-06-29ppp: Refactor server-side APIDenis Kenzior1-5/+50
2010-06-29ppp: Tweak set_server_info API some moreDenis Kenzior1-5/+2
2010-06-28ppp: Tweak the set_server_info APIDenis Kenzior1-3/+14
2010-06-28gatppp: Add PPP server extensionZhenhua Zhang1-2/+9
2010-06-11gatppp: whitespace issuesDenis Kenzior1-2/+2
2010-06-11gatppp: Unref HDLC when unrefing PPPDenis Kenzior1-0/+2
2010-05-19ppp: implement ppp_packet_newKristen Carlson Accardi1-0/+15
2010-05-10ppp: Keep these defines privateDenis Kenzior1-0/+3
2010-05-10ppp: set address and control fieldKristen Carlson Accardi1-2/+7
2010-05-10ppp: transition to dead when lcp finishedKristen Carlson Accardi1-1/+4
2010-04-30ppp: Refactor connect / disconnect callbacksDenis Kenzior1-12/+20
2010-04-30ppp: get rid of ppp_enter_phaseDenis Kenzior1-41/+73
2010-04-30ppp: Add _from_io constructorDenis Kenzior1-7/+32
2010-04-29ppp: fix return of drop_packet for NETWORK phaseKristen Carlson Accardi1-1/+1
2010-04-29ppp: silently drop invalid packetsKristen Carlson Accardi1-8/+28
2010-04-29ppp: transition to dead when read io destroyedKristen Carlson Accardi1-1/+1
2010-04-28ppp: Hang set_recording off the GAtPPP objectDenis Kenzior1-3/+3
2010-04-28ppp: Re-add capability to detect io down eventsDenis Kenzior1-0/+9
2010-04-28ppp: Don't crash if the interface wasn't createdDenis Kenzior1-0/+4
2010-04-28ppp: Add getter for HDLC objectDenis Kenzior1-0/+8
2010-04-28ppp: Initial port of PPP to use GAtHDLCDenis Kenzior1-359/+41