aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp
Commit message (Expand)AuthorAgeFilesLines
* Introduce [local] to "set log [local] ...". This spitsBrian Somers1997-11-048-70/+191
* o Bump version to 1.3 to reflect major changesBrian Somers1997-10-2911-93/+97
* Cosmetic:Brian Somers1997-10-2617-36/+46
* Cosmetic (no functional changes):Brian Somers1997-10-2674-1295/+1238
* sleep => nointr_sleepBrian Somers1997-10-246-22/+20
* Restore back non-interruptable sleep/usleep just redefine them to notAndrey A. Chernov1997-10-232-2/+72
* Remove private sleep/usleep hacksAndrey A. Chernov1997-10-231-63/+1
* Fix various filter problemsBrian Somers1997-10-231-11/+12
* Fix HDLC logging (actually LogDumpBp()). It was onlyBrian Somers1997-10-221-2/+27
* Ask for VJ slot id compression by default.Brian Somers1997-10-171-2/+2
* cosmetic:Brian Somers1997-10-162-3/+8
* Initialise LCP, IPCP and CCP as soon as LCP is down.Brian Somers1997-10-151-1/+4
* Un-spam ip_sum (arrgh - I don't know how this madeBrian Somers1997-10-121-4/+3
* Cosmetic: Mention that ppp is suspending beforeBrian Somers1997-10-121-2/+7
* Support VJ maximum slot identifiers != 15.Brian Somers1997-10-075-21/+24
* Change things around a bit when bringing down the layers.Brian Somers1997-10-051-3/+12
* Refer a bit to pppctl.Brian Somers1997-10-052-28/+54
* Cosmetic: Be specific about using TABs in syslog.conf.Brian Somers1997-10-052-4/+10
* Cosmetic: Log a strerror(errno) when failing to write toBrian Somers1997-10-041-4/+16
* If "set mtu" is used, *and* the mtu is less than theBrian Somers1997-09-291-4/+7
* Test for the existence of ../../secure ratherBrian Somers1997-09-281-2/+2
* Don't depend on time.h including sys/types.hBrian Somers1997-09-271-1/+2
* Don't login twice when using passwdauthBrian Somers1997-09-274-130/+13
* #define RECON_ENVOKED as 4 (not 3, like RECON_UNKNOWN)Brian Somers1997-09-261-2/+2
* Do the MSChap encryption.Brian Somers1997-09-252-0/+142
* Allow Microsoft CHAP authentication.Brian Somers1997-09-259-61/+145
* Don't luse uu_lock in -direct mode. It conflicts w/Brian Somers1997-09-231-4/+5
* Undo botched commit (local changes got in)Brian Somers1997-09-231-4/+3
* Don't allow accept/deny when it's not appropriate.Brian Somers1997-09-228-57/+155
* Don't pause for one second before starting LCPBrian Somers1997-09-221-4/+12
* Use the correct device name in "show modem"Brian Somers1997-09-221-8/+2
* Correct the way the uucp lock file and the ttyXX.if lockBrian Somers1997-09-224-61/+108
* Sleep for a second before sending the first LCPBrian Somers1997-09-211-1/+3
* It turns out that the following:Brian Somers1997-09-212-17/+5
* Typo policeBrian Somers1997-09-212-6/+6
* Add a pppctl(8) xref.Brian Somers1997-09-212-4/+6
* Don't close(1) in direct mode and then proceed toBrian Somers1997-09-182-5/+6
* Support CHAP using MD4Brian Somers1997-09-176-15/+63
* o Fix two unlikely descriptor leaks.Brian Somers1997-09-164-41/+73
* Get rid of missing-prototype-warningBrian Somers1997-09-101-1/+2
* PRED1 => TY_PRED1 (oops)Brian Somers1997-09-101-2/+2
* o Initialize the PRED1 input queue when weBrian Somers1997-09-103-7/+10
* Cosmetic: Remove unused variables and build on OpenBSD.Brian Somers1997-09-107-42/+44
* Allow dial to work in non-interactive mode.Brian Somers1997-09-091-3/+1
* Print errors correctly (don't adjustBrian Somers1997-09-091-2/+2
* Don't start an interactive shell from aBrian Somers1997-09-091-1/+5
* Correct ppp authentication defaults in interactiveBrian Somers1997-09-092-3/+19
* Document the use of PAP/CHAP properly.Brian Somers1997-09-092-56/+112
* Disable LQR by default. It causes too many problemsBrian Somers1997-09-073-7/+7
* Use __libalias_version to derive the name toBrian Somers1997-09-061-1/+2