aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Be careful not to re-initialise `struct stat' while it still hasBrian Somers1999-12-033-26/+42
* Change the way we transfer links (again). The previousBrian Somers1999-11-303-43/+88
* depricated -> deprecated + mention the -alias flag status in README.changesBrian Somers1999-11-292-4/+7
* Don't try to do a DIALOUT in -direct mode or if there's no phoneBrian Somers1999-11-281-5/+12
* Make -foreground a proper option (allowing ``allow mode foreground'',Brian Somers1999-11-286-11/+16
* Allow extended pap success messages by believing in the PAP headersBrian Somers1999-11-261-4/+27
* Change ``set cd'' so that its default value is device specific. TheBrian Somers1999-11-2615-76/+173
* Rewrite the link descriptor transfer code in MP mode.Brian Somers1999-11-2512-134/+205
* Don't setuid() 'till we've called ID0setproctitle()Brian Somers1999-11-231-1/+1
* Call MkSockNode() as uid 0Brian Somers1999-11-213-1/+22
* Don't compile NETGRAPH out of ppp for the release crunchBrian Somers1999-11-201-3/+3
* Update the time delta of the first item in TimerList beforeBrian Somers1999-11-191-1/+8
* Fix ``set proctitle'' by using setproctitle().Brian Somers1999-11-176-20/+34
* Remove some extraneous ifdefs, and don't try to put the socket inBrian Somers1999-11-161-21/+1
* Use modfind() to check if a kld is already loaded.Brian Somers1999-11-164-24/+14
* Don't insist on 4 digit umasks in ``set server''.Brian Somers1999-11-133-20/+12
* Make the meaning of the provider part of the PPPoE device spec clearer.Brian Somers1999-11-132-8/+6
* Oops, netgraph.o -> ether.o for the RELEASE build.Brian Somers1999-11-111-2/+2
* If dev->connected is already set to CARRIER_OK in ether_AwaitCarrier,Brian Somers1999-11-091-1/+1
* Don't recurse into datalink_UpdateSet() afterBrian Somers1999-11-092-4/+6
* Correct the ``-unix X'' parsing (last time I only correctedBrian Somers1999-11-091-1/+2
* Be a bit smarter when identifying a netgraph nodeBrian Somers1999-11-091-55/+9
* Don't treat -unit as a mode flag when counting mode flags.Brian Somers1999-11-091-0/+1
* Add an empty netgraph.o when building a release to keep theBrian Somers1999-11-091-2/+2
* Don't zero-pad netgraph node idsBrian Somers1999-11-071-4/+4
* Support PPPoEBrian Somers1999-11-0622-133/+1087
* Introduce ``set logout''; another chat script. This is in preparationBrian Somers1999-10-257-32/+73
* Don't (unnecessarily) parse wtmp, force ID0logout() to DTRT instead.Brian Somers1999-10-253-42/+8
* Manually create a correct(*) entry in wtmp when logging out a PPPoTCP orBrian Somers1999-10-212-4/+45
* If we're running ppp -direct over a tcp or udp connection,Brian Somers1999-10-211-1/+10
* Don't go from PHASE_NETWORK to PHASE_ESTABLISH when we want toBrian Somers1999-10-211-2/+4
* Add the -unit command line switch for specifying the tun device.Brian Somers1999-10-196-48/+120
* Correct a few diagnosticsBrian Somers1999-10-161-3/+3
* Don't ntohl() the signature before printing it... it's alreadyBrian Somers1999-10-161-1/+1
* When more than one timer is expired at once, allow for the possibilityBrian Somers1999-10-151-10/+22
* When we get the last NCP TLD, close all datalinks with CLOSE_STAYDOWNBrian Somers1999-10-151-1/+1
* Redefine CRTS_IFLOW and CCTS_OFLOW on the mac.Brian Somers1999-10-151-0/+7
* When uncompressing VJ-compressed frames, fix the ip_sum directlyBrian Somers1999-10-131-17/+13
* Revert the 1.44 -> 1.45 change. It doesn't work as expected.Brian Somers1999-10-081-1/+1
* Don't go from datalink state opening directly to lcp, go viaBrian Somers1999-10-071-5/+11
* Mention the received/expected magic for dodgy ECHO LQRs.Brian Somers1999-10-061-2/+3
* Bring links down gently when their throughput isn't enough forBrian Somers1999-10-052-2/+2
* Support GRE packetsBrian Somers1999-09-303-1/+49
* Support ``set cd off'' to tell ppp not to even look for carrier on theBrian Somers1999-09-266-27/+57
* TypoBrian Somers1999-09-242-2/+2
* Allow ``make -DNOKLDLOAD''Brian Somers1999-09-221-0/+4
* Do a kldload() if we get ENXIO trying to open /dev/tun0Brian Somers1999-09-223-1/+50
* Back out the bogus #ifdef __NetBSD__ #include <signal.h> lines.Brian Somers1999-09-2120-60/+0
* Fix the ``lt'' comparison in ``set filter''Brian Somers1999-09-211-1/+1
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-202-2/+2