summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Allow extended pap success messages by believing in the PAP headersbrian1999-11-261-4/+27
* Change ``set cd'' so that its default value is device specific. Thebrian1999-11-2615-76/+173
* Rewrite the link descriptor transfer code in MP mode.brian1999-11-2512-134/+205
* Don't setuid() 'till we've called ID0setproctitle()brian1999-11-231-1/+1
* Call MkSockNode() as uid 0brian1999-11-213-1/+22
* Don't compile NETGRAPH out of ppp for the release crunchbrian1999-11-201-3/+3
* Update the time delta of the first item in TimerList beforebrian1999-11-191-1/+8
* Fix ``set proctitle'' by using setproctitle().brian1999-11-176-20/+34
* Remove some extraneous ifdefs, and don't try to put the socket inbrian1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.brian1999-11-164-24/+14
* Don't insist on 4 digit umasks in ``set server''.brian1999-11-133-20/+12
* Make the meaning of the provider part of the PPPoE device spec clearer.brian1999-11-132-8/+6
* Oops, netgraph.o -> ether.o for the RELEASE build.brian1999-11-111-2/+2
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,brian1999-11-091-1/+1
* Don't recurse into datalink_UpdateSet() afterbrian1999-11-092-4/+6
* Correct the ``-unix X'' parsing (last time I only correctedbrian1999-11-091-1/+2
* Be a bit smarter when identifying a netgraph nodebrian1999-11-091-55/+9
* Don't treat -unit as a mode flag when counting mode flags.brian1999-11-091-0/+1
* Add an empty netgraph.o when building a release to keep thebrian1999-11-091-2/+2
* Don't zero-pad netgraph node idsbrian1999-11-071-4/+4
* Support PPPoEbrian1999-11-0622-133/+1087
* Introduce ``set logout''; another chat script. This is in preparationbrian1999-10-257-32/+73
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.brian1999-10-253-42/+8
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orbrian1999-10-212-4/+45
* If we're running ppp -direct over a tcp or udp connection,brian1999-10-211-1/+10
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want tobrian1999-10-211-2/+4
* Add the -unit command line switch for specifying the tun device.brian1999-10-196-48/+120
* Correct a few diagnosticsbrian1999-10-161-3/+3
* Don't ntohl() the signature before printing it... it's alreadybrian1999-10-161-1/+1
* When more than one timer is expired at once, allow for the possibilitybrian1999-10-151-10/+22
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNbrian1999-10-151-1/+1
* Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.brian1999-10-151-0/+7
* When uncompressing VJ-compressed frames, fix the ip_sum directlybrian1999-10-131-17/+13
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.brian1999-10-081-1/+1
* Don't go from datalink state opening directly to lcp, go viabrian1999-10-071-5/+11
* Mention the received/expected magic for dodgy ECHO LQRs.brian1999-10-061-2/+3
* Bring links down gently when their throughput isn't enough forbrian1999-10-052-2/+2
* Support GRE packetsbrian1999-09-303-1/+49
* Support ``set cd off'' to tell ppp not to even look for carrier on thebrian1999-09-266-27/+57
* Typobrian1999-09-242-2/+2
* Allow ``make -DNOKLDLOAD''brian1999-09-221-0/+4
* Do a kldload() if we get ENXIO trying to open /dev/tun0brian1999-09-223-1/+50
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.brian1999-09-2120-60/+0
* Fix the ``lt'' comparison in ``set filter''brian1999-09-211-1/+1
* Correct spelling : ascii -> ASCIIphantom1999-09-202-2/+2
* NetBSD has moved ``extern int errno;'' to signal.h :-/brian1999-09-2020-0/+60
* NetBSD requires net/if.h for the IFF_* defines (as well as OpenBSD) !brian1999-09-201-1/+1
* Correct the return from FilterCheck for fragmentsbrian1999-09-161-1/+1
* Cosmetic:brian1999-09-087-456/+7
* We don't need a queue for *CP data - these are IP-only queues.brian1999-09-071-1/+1
OpenPOWER on IntegriCloud