]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.sbin/ppp
Restore documented tgetstr() behavior.
[FreeBSD/FreeBSD.git] / usr.sbin / ppp /
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-09-01 markmThis commit was generated by cvs2svn to compensate...
1999-08-28 peter$Id$ -> $FreeBSD$
1999-08-27 jkhI misunderstood the failure mode - revert BINMODE to...
1999-08-27 jkhI don't know who decided that an install mode of 4544...
1999-08-26 brianRebuild the list of interface numbers to names if we...
1999-08-26 obrienThis commit was generated by cvs2svn to compensate...
1999-08-26 brianAligh mbufs to sizeof(long), not 4
1999-08-25 brianFix some mdoc(7) style inconsistences
1999-08-24 peterThis commit was generated by cvs2svn to compensate...
1999-08-23 brianCosmetic: bring closer to RELENG_3
1999-08-22 brianNOALIAS -> NONAT
1999-08-22 brianAllow authkey to be changed independently of the curren...
1999-08-19 briano Add the -foreground switch. This switch behaves...
1999-08-18 brianMention ``alias enable no'', not ``alias enable off''.
1999-08-17 brianImplement a minimum idle time value as an optional...
1999-08-17 brianSet the close-on-exec flag for all unused descriptors...
1999-08-14 obrienThis commit was generated by cvs2svn to compensate...
1999-08-10 brianIf we receive an IPCP protocol reject, bring it down.
1999-08-09 brianBack out the last patch. I'm too tired to apply patches.
1999-08-09 brianRemove CLOCAL when we're not in -dedicated mode.
1999-08-09 brianChange printf formats %q[du] -> %ll[du]
1999-08-09 brianInsist that ppp.conf and it's parent directories aren...
1999-08-08 brianSilence a warning about uninitialized variables.
1999-08-08 brianDon't includei 4b support on the alpha
1999-08-08 brianDon't log_Printf(..., buf) in case buf contains %s
1999-08-06 brianAdd ISDN support via isdnd & i4b. This requires version
1999-08-06 brianIf the clock is put back, ensure that we don't end...
1999-08-05 briano Obsolete the undocumented ``set weight'' command.
1999-08-03 brianReorganise ppp's usage to avoid some mandoc limitations.
1999-08-02 brianMention that ospf is a possible filter protocol.
1999-08-02 brian#ifdef IPPROTO_OSPFIGP before expecting it to be defined.
1999-08-02 brianFilter ospf and igmp separately.
1999-07-29 brianMention which rfc the DNS/NBNS IPCP extensions come...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 seThis commit was generated by cvs2svn to compensate...
1999-07-28 brianDon't return a garbage mbuf pointer after storing it
1999-07-28 brianFix a load of typos
1999-07-27 briano Overhaul filtering, adding facilities to jump over...
1999-07-27 brianIf we've negotiated CBCP and have also specified `...
1999-07-27 brianBe a bit more consistent with variable names.
1999-07-26 brianFix an off-by-one error and correct the man page WRT...
1999-07-24 brianWhen we fetch previously retrieved IP fragments from...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-19 rnordierThis commit was generated by cvs2svn to compensate...
1999-07-17 brianFix a typo
1999-07-15 brianDon't declare `end' if we aren't compiling radius support.
1999-07-10 obrienThis commit was generated by cvs2svn to compensate...
1999-07-10 iwasakiThis commit was generated by cvs2svn to compensate...
1999-07-10 brianOops - add a missing cast.
1999-07-10 brianLeap through one more hoop to avoid alignment problems.
1999-06-26 brianDon't bother read()ing if we ``expect'' nothing in...
1999-06-26 brianIf we run out of chat script immediately after a succes...
1999-06-23 obrienThis commit was generated by cvs2svn to compensate...
1999-06-23 brianSupport `igmp' filters.
1999-06-22 obrienThis commit was generated by cvs2svn to compensate...
1999-06-22 brianDisable TUNSLMODE when we first open the tun device.
1999-06-18 brianDon't use the ``next'' redial timer if we have no phone...
1999-06-14 brianCome up with something useful when someone searches for
1999-06-11 brianShow the correct error if we fail to open a device.
1999-06-11 brianDescribe why a ``magic'' enddisc is not always a good...
1999-06-10 brianAllow reserved substitution strings to be escaped by...
1999-06-10 brianNever bring a link back up after receiving a terminatin...
1999-06-10 brianAllow a remote IP and port range specification in the
1999-06-09 brianInitialise `mp'.
1999-06-09 brianAllow our endpoint discriminator to be enabled, disable...
1999-06-09 brianUse the correct pid when substituting PROCESSID.
1999-06-08 brianDon't use static variables if we don't have to.
1999-06-08 brianDon't drop the last character from lines in ppp.secret...
1999-06-08 brianDon't IPCP TLD if we're already doing it. This prevents
1999-06-08 brianMake the ``load'', ``dial'' and ``open'' commands a...
1999-06-05 brianCorrect the way ppp transfers links on the server side...
1999-06-03 brianFix some MP sequence number comparison bogons that...
1999-06-02 brianOops, quieten a compiler warning.
1999-06-02 brianMention physical and sync logging in the ``set log''
1999-06-02 briano Alter the mbuf type as it's processed by different...
1999-06-02 brianIntroduce the ``keep-session'' option. Refer to the man
1999-06-01 brianIncrease the length of an individual device name to...
1999-06-01 brianMake async/sync/physical/hdlc dumps prettier by showing...
1999-06-01 brianMention that using MYADDR and HISADDR with ``set filter''
1999-05-31 brianRemember if MYADDR or HISADDR is used in a filter add...
1999-05-28 brianDon't forget to free the mbufs that get processed by
1999-05-28 acheThis commit was generated by cvs2svn to compensate...
1999-05-27 brianHandle unterminated quoted strings without dup'ing...
1999-05-27 brianAdd some comments, optimise out a few strlen()s and
1999-05-27 brianCall tty_Offline() from tty_Cooked() and tty_Free(...
1999-05-27 brianMove the code for tweaking interface flags into one...
1999-05-24 rnordierThis commit was generated by cvs2svn to compensate...
1999-05-24 brianCorrect the ``ignoring sync/async'' warnings so that...
1999-05-24 brianDon't warn about ``!'' lines being unindented commands...
1999-05-18 brianMove the tty locking stuff back out to physical.c so
1999-05-16 brianMention ``show layers''
1999-05-16 brianInitialise ttydevice::Timer
1999-05-15 phkBe more non-crypto friendly at make release time.
1999-05-15 brianAdd ``show layers'' to see the protocol layering for...
1999-05-14 brianHandle LCP echo reqs properly again (broken with the
1999-05-14 brianEnsure that we're not going to overflow our ``struct...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
1999-05-14 obrienThis commit was generated by cvs2svn to compensate...
next