summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add throughput logging (disabled by default).brian1997-11-1812-234/+329
* Remove the outq error in "show modem".brian1997-11-181-2/+2
* DropClient() when read() returns 0 (as it did before).brian1997-11-181-2/+2
* Fix: too many arguments passed to fprintf().jdp1997-11-181-2/+2
* Fix incorrect format string detected by "-Wformat".jdp1997-11-181-2/+2
* Add missing argument detected by "-Wformat".jdp1997-11-181-2/+3
* Fix two missing arguments detected by "-Wformat".jdp1997-11-181-2/+4
* Add Id string.brian1997-11-181-0/+4
* Notice that ppp has closed the connection properly.brian1997-11-182-69/+47
* Add and use a DropClient() function for closing the diagnostic port.brian1997-11-184-35/+30
* Don't SetLabel() 'till we've done the SelectSystem(). Thisbrian1997-11-171-13/+17
* Add id strings to tun.[ch].brian1997-11-176-18/+43
* Abstract data read from and written to the tun device,brian1997-11-168-55/+130
* Some touchups courtesy of Philippe Charnier.wpaul1997-11-162-13/+18
* Interpret AF_LINK sockaddrs correctly in show/delete route.brian1997-11-151-175/+230
* uucplock is in section 3 not section 8 !brian1997-11-142-8/+6
* Update the cftypes arrays according to rfc1700.brian1997-11-144-39/+89
* Allow blank lines in config entries (they aren't terminators).brian1997-11-141-2/+2
* MF22: Revert part of -p handling.jkh1997-11-141-1/+4
* Use seteuid() instead of setreuid().brian1997-11-131-5/+5
* Don't run if ppp.conf is writable.brian1997-11-131-1/+17
* Log a warning when a -direct invocation is denied.brian1997-11-131-1/+9
* Fix command logging (broken with the "allow" command).brian1997-11-134-23/+33
* Null commit: The last commit made some warning messages clearer.brian1997-11-131-1/+1
* Don't delete interface routes when we do an LcpDown.brian1997-11-132-6/+6
* The prefix override code was bogus. The original idea was soundjkh1997-11-131-6/+1
* Whine when a depended package can't be found at all, vs being foundjkh1997-11-131-1/+7
* Use htonl() rather than htons().brian1997-11-131-1/+1
* Submitted by: Archie@Whistle.com (Archie Cobbs)julian1997-11-133-66/+154
* Understand networks in the filter rules. We don'tbrian1997-11-121-3/+5
* Log whether or not IP packets are bloked due tobrian1997-11-121-5/+7
* Return correct value from "set loopback".brian1997-11-122-5/+15
* Don't attempt to dial if "dial label" has specifiedbrian1997-11-122-6/+7
* Pass a missing arg to LogPrintf().brian1997-11-121-2/+2
* Reviewed by: various.julian1997-11-121-1/+3
* Output the estimated battery lifetime as "hh:mm:ss" along withjdp1997-11-122-6/+33
* Don't warn that we're waiting for the command to complete ifbrian1997-11-121-3/+2
* Don't moan about unexpected config req's when in ST_STOPPING.brian1997-11-111-2/+2
* Finish the security improvements:brian1997-11-1115-374/+698
* Use select() instead of poll() for portabilities sake.brian1997-11-111-6/+8
* Fix typo that causes CHAP RESPONSEs to *always*brian1997-11-111-2/+2
* Poll the socket descriptor while in el_gets()brian1997-11-111-1/+36
* Flush the output stream when doing local logging.brian1997-11-111-1/+2
* Add a ypinit script and man page (script lifted from OpenBSD and haquedwpaul1997-11-104-14/+673
* remove #include <login_cap.h>, this is included as needed elsewhere now.peter1997-11-101-1/+0
* setusercontext() came into the 2.2 branch just before 2.2.2-release.peter1997-11-101-3/+3
* Merge sendmail 8.8.8 changes onto mainline. (For all of CVS's warts, whenpeter1997-11-1018-164/+256
* This commit was generated by cvs2svn to compensate for changes in r31087,peter1997-11-1012-131/+329
|\
| * Import sendmail-8.8.8peter1997-11-1030-296/+586
* | Don't Cleanup() in background mode whenbrian1997-11-091-3/+1
OpenPOWER on IntegriCloud