summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce a forth IP packet queue. Urgent packets withbrian1999-09-076-78/+188
* Make the ``Problem with IP header length'' error a bit more verbosebrian1999-09-062-2/+4
* $FreeBSD$ -> __DATE__brian1999-09-062-3/+1
* When logging warning messages, there are now three scenarios:brian1999-09-064-5/+24
* $Date$ -> $FreeBSD$peter1999-09-061-1/+1
* o Split the two IPCP queues into three - one for FSM databrian1999-09-0416-62/+251
* When sending radius authentication requests:brian1999-09-031-1/+46
* $Id$ -> $FreeBSD$peter1999-08-28112-113/+113
* I misunderstood the failure mode - revert BINMODE to 4554. I'm stilljkh1999-08-271-2/+2
* I don't know who decided that an install mode of 4544 was correct, butjkh1999-08-271-2/+2
* Rebuild the list of interface numbers to names if we're tryingbrian1999-08-261-3/+13
* Aligh mbufs to sizeof(long), not 4brian1999-08-261-2/+2
* Fix some mdoc(7) style inconsistencesbrian1999-08-252-16/+32
* Cosmetic: bring closer to RELENG_3brian1999-08-231-3/+3
* NOALIAS -> NONATbrian1999-08-221-4/+4
* Allow authkey to be changed independently of the current phase.brian1999-08-221-14/+5
* o Add the -foreground switch. This switch behaves like -background exceptbrian1999-08-1916-285/+358
* Mention ``alias enable no'', not ``alias enable off''.brian1999-08-182-4/+4
* Implement a minimum idle time value as an optional second argumentbrian1999-08-176-26/+79
* Set the close-on-exec flag for all unused descriptors whenbrian1999-08-174-35/+35
* If we receive an IPCP protocol reject, bring it down.brian1999-08-101-1/+8
OpenPOWER on IntegriCloud