]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/ppp/datalink.c
Decouple pap & chap output routines from the corresponding
[FreeBSD/FreeBSD.git] / usr.sbin / ppp / datalink.c
1999-02-06 brianDecouple pap & chap output routines from the corresponding
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-03 semenuThis commit was generated by cvs2svn to compensate...
1999-02-02 brianReimplement the previous fix (no response to PAP requests)
1999-02-01 brianIf we receive no answer from the server when sending PAP
1999-01-28 brianInitial RADIUS support (using libradius). See the...
1999-01-24 peterThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-21 wollmanThis commit was generated by cvs2svn to compensate...
1999-01-20 brianRecurse when we've switched state via LoginDone()....
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-20 fennerThis commit was generated by cvs2svn to compensate...
1999-01-18 simokawaThis commit was generated by cvs2svn to compensate...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-12 brianIf we've configured CBCP *and* another not-so-important
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-08 brianDon't use the next phone number after the ``|'' if the
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-15 brianFix a rather bad latency problem (uncovered by the...
1998-12-10 brianBoy, this was tricky to find:
1998-12-02 julianThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-17 brianExplain what the ``*'' means for a CBCP phone number
1998-10-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-10-05 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-25 rvbThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-16 grogThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-15 fennerThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-12 rnordierThis commit was generated by cvs2svn to compensate...
1998-09-09 markmThis commit was generated by cvs2svn to compensate...
1998-09-06 jdpThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-09-03 nsouchThis commit was generated by cvs2svn to compensate...
1998-08-29 rvbThis commit was generated by cvs2svn to compensate...
1998-08-27 abialThis commit was generated by cvs2svn to compensate...
1998-08-23 obrienThis commit was generated by cvs2svn to compensate...
1998-08-21 msmithThis commit was generated by cvs2svn to compensate...
1998-08-20 msmithThis commit was generated by cvs2svn to compensate...
1998-08-18 brianDestroy any existing chat timeouts in datalink_ComeDown()
1998-08-09 brianWhen entering ``term'' mode, don't output any messages...
1998-08-07 briano Support callback types NONE, E.164, AUTH and CBCP.
1998-08-03 peterThis commit was generated by cvs2svn to compensate...
1998-07-09 desThis commit was generated by cvs2svn to compensate...
1998-07-08 dtThis commit was generated by cvs2svn to compensate...
1998-07-06 rnordierThis commit was generated by cvs2svn to compensate...
1998-07-03 brianOnly start checking carrier when the datalink state...
1998-06-30 brianThe CCP layer now behaves as follows:
1998-06-27 brianRemove redundant includes
1998-06-25 brianAdd ``ipcp'' as an optional argument to ``open'', and...
1998-06-24 briano If we come out of select() with only write descriptor...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 peterThis commit was generated by cvs2svn to compensate...
1998-06-20 brianCreate & use fsm2initial(), a function to bring a
1998-06-16 brianOnly set the datalink::stayonline flag if we
1998-06-15 brianMake `close lcp' just close the LCP layer and not hangu...
1998-06-12 briano Maintain a link-type mask for open datalinks as well as
1998-06-11 peterThis commit was generated by cvs2svn to compensate...
1998-05-29 briano Make modes consistent throughout ppp. The same strin...
1998-05-28 briano Don't forget to close our transfer socket if we cannot
1998-05-25 briano Don't try to transfer tty device descriptors as there...
1998-05-23 briano Move our prompt descriptor list outside of the bundle.
1998-05-23 briano If all CCPs are disabled & denied, don't send a REQ...
1998-05-21 brianMFMP: Make ppp multilink capable.