summaryrefslogtreecommitdiff
path: root/gatchat/gatppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ppp: Don't crash if the interface wasn't createdDenis Kenzior2010-04-281-0/+4
* ppp: Add getter for HDLC objectDenis Kenzior2010-04-281-0/+8
* ppp: Initial port of PPP to use GAtHDLCDenis Kenzior2010-04-281-359/+41
* ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi2010-04-261-0/+10
* ppp: discard non-LCP packets in ESTABLISHMENT phaseKristen Carlson Accardi2010-04-261-0/+7
* ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi2010-04-221-1/+2
* ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior2010-04-221-0/+2
* ppp: implement MRU optionKristen Carlson Accardi2010-04-221-0/+16
* ppp: Refing the channel is actually not necessaryDenis Kenzior2010-04-131-3/+2
* ppp: remove pfc and acfcKristen Carlson Accardi2010-04-131-26/+0
* ppp: Get rid of net_open and net_closeDenis Kenzior2010-04-131-11/+16
* ppp: Introduce ppp_net_down_notifyDenis Kenzior2010-04-131-0/+5
* ppp: Introduce ppp_net_up_notify and use itDenis Kenzior2010-04-131-12/+14
* ppp: Hide ppp_net definition in ppp_net.cDenis Kenzior2010-04-131-2/+2
* ppp: Use chap functions directly, instead of authDenis Kenzior2010-04-131-11/+9
* ppp: introduce ppp_auth_notifyDenis Kenzior2010-04-131-0/+8
* ppp: Add set / get password & usernameDenis Kenzior2010-04-131-5/+30
* ppp: Transition the phase directlyDenis Kenzior2010-04-131-65/+23
* ppp: Let the upper layer handle open / up eventsDenis Kenzior2010-04-131-0/+2
* ppp: unref should mean a hard shutdownDenis Kenzior2010-04-131-27/+20
* ppp: Signal Down & Close when socket is closedDenis Kenzior2010-04-131-0/+2
* ppp: Use pppcp_signal functions directlyDenis Kenzior2010-04-131-5/+6
* ppp: Keep track when read watcher diesDenis Kenzior2010-04-131-4/+11
* ppp: Remove unused defineDenis Kenzior2010-04-131-1/+0