summaryrefslogtreecommitdiff
path: root/gatchat/gatppp.c
Commit message (Expand)AuthorAgeFilesLines
* ppp: using RX ACCM = 0 by defaultSergei Golubtsov2021-01-071-0/+5
* gatchat: support for auth NONEGiacinto Cifelli2018-10-031-1/+2
* gatchat: Removed unused GAtPPP fieldSlava Monich2017-10-261-3/+0
* gatchat: Fix up minor coding style issuesDenis Kenzior2014-06-211-0/+2
* gatchat: implement PAP authenticationPhilip Paeps2014-06-211-2/+48
* gatchat: Update copyright informationMarcel Holtmann2011-10-101-1/+1
* ppp: Add basic length sanity checksDenis Kenzior2011-06-291-4/+5
* gatppp: Refactor tx pathDenis Kenzior2011-06-291-15/+11
* gatppp: Refactor rx pathDenis Kenzior2011-06-291-22/+32
* gatppp: Re-format & re-word commentsDenis Kenzior2011-06-291-6/+2
* GAtPPP: Add PFC option supportGuillaume Zajac2011-06-291-1/+62
* GAtPPP: Add ACFC option supportGuillaume Zajac2011-06-291-23/+73
* gatppp: Set the suspend function in open / listenDenis Kenzior2011-05-251-12/+18
* gatppp: Refactor PPP APIDenis Kenzior2011-05-241-92/+38
* gatppp: Make sure to clean up guard_timeout_sourceDenis Kenzior2011-05-241-0/+5
* gatppp: Rename guard_timeout_src to _sourceDenis Kenzior2011-05-241-5/+4
* gatppp: Do not call disconnect func if suspendedGuillaume Zajac2011-05-241-2/+3
* gatppp: Add GAtPPP suspend APIGuillaume Zajac2011-05-241-0/+40
* gatppp: Add GAtPPP resume functionalityGuillaume Zajac2011-05-241-0/+19
* gatppp: Make ppp->fd handling a bit easier to grokDenis Kenzior2011-05-241-1/+6
* gatppp: Ensure created GAtPPP object is not nullDenis Kenzior2011-05-241-1/+2
* gatppp: Add new contructor to use external fdGuillaume Zajac2011-05-241-1/+32
* gatppp: Don't go over 80 characters / lineDenis Kenzior2011-05-241-1/+1
* gatppp: Add API for setting suspend callbackGuillaume Zajac2011-05-081-0/+24
* gatppp: Try to detect no carrier conditionsDenis Kenzior2011-02-281-0/+1
* gatppp: Delay signaling ppp_downDenis Kenzior2011-02-281-2/+14
* gatppp: Replace some left-over g_prints with DBGDenis Kenzior2011-02-281-4/+4
* gatppp: Send the final terminate ackDenis Kenzior2011-02-281-10/+42
* gatchat: explicitly compare pointers to NULLLucas De Marchi2010-11-291-2/+2
* Fix common misspellings in gatchatLucas De Marchi2010-09-141-1/+1
* gatppp: Unset disconnect function when unref PPPZhenhua Zhang2010-07-071-0/+3
* gatppp: Check ppp instance before unref itZhenhua Zhang2010-07-061-0/+3
* ppp: Refactor server-side APIDenis Kenzior2010-06-291-5/+50
* ppp: Tweak set_server_info API some moreDenis Kenzior2010-06-291-5/+2
* ppp: Tweak the set_server_info APIDenis Kenzior2010-06-281-3/+14
* gatppp: Add PPP server extensionZhenhua Zhang2010-06-281-2/+9
* gatppp: whitespace issuesDenis Kenzior2010-06-111-2/+2
* gatppp: Unref HDLC when unrefing PPPDenis Kenzior2010-06-111-0/+2
* ppp: implement ppp_packet_newKristen Carlson Accardi2010-05-191-0/+15
* ppp: Keep these defines privateDenis Kenzior2010-05-101-0/+3
* ppp: set address and control fieldKristen Carlson Accardi2010-05-101-2/+7
* ppp: transition to dead when lcp finishedKristen Carlson Accardi2010-05-101-1/+4
* ppp: Refactor connect / disconnect callbacksDenis Kenzior2010-04-301-12/+20
* ppp: get rid of ppp_enter_phaseDenis Kenzior2010-04-301-41/+73
* ppp: Add _from_io constructorDenis Kenzior2010-04-301-7/+32
* ppp: fix return of drop_packet for NETWORK phaseKristen Carlson Accardi2010-04-291-1/+1
* ppp: silently drop invalid packetsKristen Carlson Accardi2010-04-291-8/+28
* ppp: transition to dead when read io destroyedKristen Carlson Accardi2010-04-291-1/+1
* ppp: Hang set_recording off the GAtPPP objectDenis Kenzior2010-04-281-3/+3
* ppp: Re-add capability to detect io down eventsDenis Kenzior2010-04-281-0/+9