summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-26ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi1-0/+10
2010-04-26ppp: discard non-LCP packets in ESTABLISHMENT phaseKristen Carlson Accardi1-0/+7
2010-04-22ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi1-1/+2
2010-04-22ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior1-0/+2
2010-04-22ppp: implement MRU optionKristen Carlson Accardi1-0/+16
2010-04-13ppp: Refing the channel is actually not necessaryDenis Kenzior1-3/+2
2010-04-13ppp: remove pfc and acfcKristen Carlson Accardi1-26/+0
2010-04-13ppp: Get rid of net_open and net_closeDenis Kenzior1-11/+16
2010-04-13ppp: Introduce ppp_net_down_notifyDenis Kenzior1-0/+5
2010-04-13ppp: Introduce ppp_net_up_notify and use itDenis Kenzior1-12/+14
2010-04-13ppp: Hide ppp_net definition in ppp_net.cDenis Kenzior1-2/+2
2010-04-13ppp: Use chap functions directly, instead of authDenis Kenzior1-11/+9
2010-04-13ppp: introduce ppp_auth_notifyDenis Kenzior1-0/+8
2010-04-13ppp: Add set / get password & usernameDenis Kenzior1-5/+30
2010-04-13ppp: Transition the phase directlyDenis Kenzior1-65/+23
2010-04-13ppp: Let the upper layer handle open / up eventsDenis Kenzior1-0/+2
2010-04-13ppp: unref should mean a hard shutdownDenis Kenzior1-27/+20
2010-04-13ppp: Signal Down & Close when socket is closedDenis Kenzior1-0/+2
2010-04-13ppp: Use pppcp_signal functions directlyDenis Kenzior1-5/+6
2010-04-13ppp: Keep track when read watcher diesDenis Kenzior1-4/+11
2010-04-13ppp: Remove unused defineDenis Kenzior1-1/+0
2010-04-12Remove useless debug in PPP transmit destroy callbackMarcel Holtmann1-2/+1
2010-04-12Fix file descriptor leakage when closing PPP recordingMarcel Holtmann1-1/+3
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