summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Reflect realitybrian1998-09-091-11/+5
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian1998-09-091-2/+4
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-045-53/+134
* Sort cross references.wosch1998-08-312-28/+28
* Remove OpenBSD build support - let the Makefile vary perbrian1998-08-311-13/+1
* Add OpenBSD build supportbrian1998-08-301-1/+7
* Don't use ``-width 20'', it's misleading. Use ``-width XX''brian1998-08-292-20/+20
* Don't claim that the alias library isn't loaded untilbrian1998-08-292-14/+6
* Add the following word substitutions when running a shellbrian1998-08-293-35/+109
* Allow the use of HISADDR, MYADDR and INTERFACE as wordsbrian1998-08-291-15/+78
* Mention ``cbcp'' in ``set log ?''brian1998-08-291-4/+4
* Fix some OpenBSD/alpha warningsbrian1998-08-267-11/+16
* Remove redundant include file.brian1998-08-261-2/+1
* Put the IP buffer queues into struct ipcp.brian1998-08-2614-57/+62
* The protocol must be in network byte order (OpenBSD only).brian1998-08-261-3/+3
* Mention what ``set authname'' does in -direct mode.brian1998-08-252-2/+16
* If we've got a full output buffer queue and cannot sendbrian1998-08-2515-17/+180
* Consolidate the two malloc()s that are done when allocatingbrian1998-08-213-20/+13
* Make ``show mem'' display the number of packets allocated as well as thebrian1998-08-211-11/+15
* Destroy any existing chat timeouts in datalink_ComeDown()brian1998-08-181-1/+2
* Don't lose an allocated pointer if realloc() fails.brian1998-08-171-4/+9
* Be careful about using ``.Bd -literal'' as groff sometimes keepsbrian1998-08-112-36/+36
* `dns' option defaults to disabled, not enabled.brian1998-08-092-4/+4
* Add missing .Elbrian1998-08-092-2/+4
* /var/run/tunX.pid is created regardless of ppps mode.brian1998-08-092-14/+4
* Use IFT_PPP from net/if_types.h rather than hard-coding it.brian1998-08-091-2/+3
* When entering ``term'' mode, don't output any messages untilbrian1998-08-096-19/+29
* Don't forget to call PacketAliasInit().brian1998-08-091-1/+7
* Missed these...brian1998-08-072-0/+757
* o Support callback types NONE, E.164, AUTH and CBCP.brian1998-08-0735-123/+841
* PR: 7469brian1998-08-023-4/+11
* On receipt of a sig 15, do a full bundle_Close() even ifbrian1998-08-022-7/+3
* When we receive an LCP config REQ in Opened state,brian1998-08-011-6/+8
* Cosmetic: Diagnostic wording (Unknown -> Unexpected)brian1998-08-011-4/+14
* Always dial immediately on ``open'', ``dial'' and ``call''.brian1998-07-313-31/+12
* Allow an optional ``!'' in the open, dial & call commands.brian1998-07-295-59/+109
* Use tcsetattr TCSANOW instead of TCSADRAIN so that dedicated mode doesn'tbrian1998-07-291-2/+3
* Silence ``Network unreachable'' warnings when usingbrian1998-07-284-19/+20
* o Tidy up PAP and CHAP diagnostics. They're now all logged as PHASEbrian1998-07-282-21/+31
* Add missing braces - without them, the IP & label were mis-selectedbrian1998-07-191-7/+4
* Correct enable/disable handling (broken when ironing outbrian1998-07-121-3/+3
* Check the ``alive'' filter for a packet *before* thebrian1998-07-111-2/+2
* Change MIN_LQRPERIOD from 5 to 2.brian1998-07-111-3/+3
* Don't disable ^D in interactive mode.brian1998-07-041-2/+4
* Don't require context when there's only one linkbrian1998-07-041-6/+8
* Version 2.0-beta becomes 2.0 :-)brian1998-07-041-3/+3
* Only start checking carrier when the datalink state machinebrian1998-07-032-12/+12
* The CCP layer now behaves as follows:brian1998-06-305-15/+41
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-2722-209/+261
* More u_long -> u_int32_tbrian1998-06-271-3/+3
OpenPOWER on IntegriCloud