summaryrefslogtreecommitdiffstats
path: root/gatchat
AgeCommit message (Expand)AuthorFilesLines
2010-04-26ppp: use default ACCM when sending LCP codes 1-7Kristen Carlson Accardi3-0/+20
2010-04-26ppp: discard non-LCP packets in ESTABLISHMENT phaseKristen Carlson Accardi1-0/+7
2010-04-24Fix broken HDLC flag handlingMarcel Holtmann1-2/+13
2010-04-24Fix wrong escape character check in HDLC transmitMarcel Holtmann1-2/+2
2010-04-24Allow real wrapping around of HDLC transmit ring bufferMarcel Holtmann1-2/+2
2010-04-24Add offset parameter to ring_buffer_write_ptr() functionMarcel Holtmann5-10/+12
2010-04-24Add support for wrapping of HDLC transmit ring bufferMarcel Holtmann1-30/+57
2010-04-23Use HDLC_FCS helper where possibleMarcel Holtmann1-1/+1
2010-04-23Use HDLC constants instead of magic numbersMarcel Holtmann1-4/+4
2010-04-23Add support for wrapping of HDLC receive ring bufferMarcel Holtmann1-21/+34
2010-04-22ppp: Fix trivial style errorDenis Kenzior1-1/+1
2010-04-22ppp: change MTU on TUN device when MRU option receivedKristen Carlson Accardi3-5/+23
2010-04-22ppp: Request MRU if we ever get NAKed with itDenis Kenzior1-3/+45
2010-04-22ppp: Fix trivial copy paste errorDenis Kenzior1-1/+1
2010-04-22ppp: Shut off IPCP when entering TERMINATING phaseDenis Kenzior1-0/+2
2010-04-22ppp: implement MRU optionKristen Carlson Accardi4-2/+33
2010-04-15No to check for NULL pointers with g_freeMarcel Holtmann1-4/+2
2010-04-14ppp: nak unknown auth protocolKristen Carlson Accardi3-4/+38
2010-04-14Fix: GAtMux channels should return EAGAINDenis Kenzior1-0/+3
2010-04-13ppp: Refing the channel is actually not necessaryDenis Kenzior1-3/+2
2010-04-13Fix: Don't try to set channel flags if they're 0Denis Kenzior1-6/+7
2010-04-13ppp: TUN channel should not be opened NONBLOCKINGDenis Kenzior1-1/+1
2010-04-13ppp: Cleanup function definitions in ppp.hDenis Kenzior1-11/+16
2010-04-13ppp: remove pfc and acfcKristen Carlson Accardi3-35/+1
2010-04-13ppp: remove references to magic numberKristen Carlson Accardi2-6/+8
2010-04-13ppp: Get rid of net_open and net_closeDenis Kenzior3-63/+50
2010-04-13ppp: Introduce ppp_net_down_notifyDenis Kenzior3-0/+7
2010-04-13ppp: Introduce ppp_net_up_notify and use itDenis Kenzior3-16/+17
2010-04-13ppp: Hide ppp_net definition in ppp_net.cDenis Kenzior3-37/+45
2010-04-13ppp: Use chap functions directly, instead of authDenis Kenzior1-11/+9
2010-04-13ppp: Remove auth_ functions from ppp_auth.cDenis Kenzior2-110/+33
2010-04-13ppp: introduce ppp_auth_notifyDenis Kenzior2-0/+9
2010-04-13ppp: Add set / get password & usernameDenis Kenzior2-6/+34
2010-04-13ppp: Transition the phase directlyDenis Kenzior3-76/+33
2010-04-13ppp: Refactor how tls/tlu/tld/tlf are usedDenis Kenzior1-13/+6
2010-04-13ppp: Let the upper layer handle open / up eventsDenis Kenzior3-19/+2
2010-04-13Merge: make linkDenis Kenzior1-2/+2
2010-04-13ppp: Reset the options whenever the layer is downDenis Kenzior2-11/+32
2010-04-13ppp: Rename data to pppcpDenis Kenzior1-6/+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: Add pppcp_signal_downDenis Kenzior2-0/+6
2010-04-13ppp: Use pppcp_signal functions directlyDenis Kenzior3-35/+6
2010-04-13ppp: Keep track when read watcher diesDenis Kenzior1-4/+11
2010-04-13ppp: Remove unused defineDenis Kenzior1-1/+0
2010-04-12Fix: busy loop in atserverDenis Kenzior1-1/+1
2010-04-12Reindent the handler registration inside AT serverMarcel Holtmann1-18/+19
2010-04-12Use ppp_debug() for PPP CP event debug statementsMarcel Holtmann1-13/+20
2010-04-12Remove useless debug in PPP transmit destroy callbackMarcel Holtmann1-2/+1
2010-04-12Remove various GDestroyNotify function castingMarcel Holtmann3-16/+30