aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove an extraneous ".kbd" that crept in for the Swiss GermanJoerg Wunsch1997-11-262-4/+4
* Display connect time as 0 if we've never beenBrian Somers1997-11-261-3/+3
* - Don't worry about the previous state of the card (insert/removed), andNate Williams1997-11-251-2/+4
* Fix the help command (broken when I re-prototypedBrian Somers1997-11-231-20/+33
* Up the version number to 1.5.Brian Somers1997-11-221-3/+3
* Understand how to derive the names of interfacesBrian Somers1997-11-221-34/+28
* Fix prototypes.Brian Somers1997-11-2262-752/+823
* - Renamed log_1s() to logmsg().Nate Williams1997-11-194-26/+26
* - Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recentlyNate Williams1997-11-1810-20/+20
* Allow zero args to "cvs log".Brian Somers1997-11-181-2/+2
* Fix interactive mode so that it doesn't require a passwd (again!).Brian Somers1997-11-181-1/+4
* Add throughput logging (disabled by default).Brian Somers1997-11-1812-234/+329
* Remove the outq error in "show modem".Brian Somers1997-11-181-2/+2
* DropClient() when read() returns 0 (as it did before).Brian Somers1997-11-181-2/+2
* Fix: too many arguments passed to fprintf().John Polstra1997-11-181-2/+2
* Fix incorrect format string detected by "-Wformat".John Polstra1997-11-181-2/+2
* Add missing argument detected by "-Wformat".John Polstra1997-11-181-2/+3
* Fix two missing arguments detected by "-Wformat".John Polstra1997-11-181-2/+4
* Add Id string.Brian Somers1997-11-181-0/+4
* Notice that ppp has closed the connection properly.Brian Somers1997-11-182-69/+47
* Add and use a DropClient() function for closing the diagnostic port.Brian Somers1997-11-184-35/+30
* Don't SetLabel() 'till we've done the SelectSystem(). ThisBrian Somers1997-11-171-13/+17
* Add id strings to tun.[ch].Brian Somers1997-11-176-18/+43
* Abstract data read from and written to the tun device,Brian Somers1997-11-168-55/+130
* Some touchups courtesy of Philippe Charnier.Bill Paul1997-11-162-13/+18
* Interpret AF_LINK sockaddrs correctly in show/delete route.Brian Somers1997-11-151-171/+226
* uucplock is in section 3 not section 8 !Brian Somers1997-11-142-8/+6
* Update the cftypes arrays according to rfc1700.Brian Somers1997-11-144-39/+89
* Allow blank lines in config entries (they aren't terminators).Brian Somers1997-11-141-2/+2
* MF22: Revert part of -p handling.Jordan K. Hubbard1997-11-141-1/+4
* Use seteuid() instead of setreuid().Brian Somers1997-11-131-5/+5
* Don't run if ppp.conf is writable.Brian Somers1997-11-131-1/+17
* Log a warning when a -direct invocation is denied.Brian Somers1997-11-131-1/+9
* Fix command logging (broken with the "allow" command).Brian Somers1997-11-134-23/+33
* Null commit: The last commit made some warning messages clearer.Brian Somers1997-11-131-1/+1
* Don't delete interface routes when we do an LcpDown.Brian Somers1997-11-132-6/+6
* The prefix override code was bogus. The original idea was soundJordan K. Hubbard1997-11-131-6/+1
* Whine when a depended package can't be found at all, vs being foundJordan K. Hubbard1997-11-131-1/+7
* Use htonl() rather than htons().Brian Somers1997-11-131-1/+1
* Submitted by: Archie@Whistle.com (Archie Cobbs)Julian Elischer1997-11-133-66/+154
* Understand networks in the filter rules. We don'tBrian Somers1997-11-121-3/+5
* Log whether or not IP packets are bloked due toBrian Somers1997-11-121-5/+7
* Return correct value from "set loopback".Brian Somers1997-11-122-5/+15
* Don't attempt to dial if "dial label" has specifiedBrian Somers1997-11-122-6/+7
* Pass a missing arg to LogPrintf().Brian Somers1997-11-121-2/+2
* Reviewed by: various.Julian Elischer1997-11-121-1/+3
* Output the estimated battery lifetime as "hh:mm:ss" along withJohn Polstra1997-11-122-6/+33
* Don't warn that we're waiting for the command to complete ifBrian Somers1997-11-121-3/+2
* Don't moan about unexpected config req's when in ST_STOPPING.Brian Somers1997-11-111-2/+2
* Finish the security improvements:Brian Somers1997-11-1115-374/+698