summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2000-09-01repair a routine to grab interface MTU information.Jun-ichiro itojun Hagino
2000-08-31Use arc4random() instead of random()brian
2000-08-30Don't treat two or more whitespace followed by a comment asbrian
2000-08-30Complain about invalid arguments passed to ``set ifaddr''brian
2000-08-29Fix LogMAX; Mark Hannon <markhannon@one.net.au>brian
2000-08-29Use srandom(); Matt Behrens <matt@megaweapon.zigg.com>brian
2000-08-28Add LogFILTER logging to log packets allowed by the dial filter andbrian
2000-08-28Support radius accounting, and add a packet count to throughputbrian
2000-08-28indentTheo de Raadt
2000-08-25document -s option with -D; PR#1374Jakob Schlyter
2000-08-24more fixes in that area; dholland@eecs.harvard.eduTheo de Raadt
2000-08-24only loop through real groups; reported by dholland@eecs.harvard.eduTheo de Raadt
2000-08-23fix options; im done nowEric Jackson
2000-08-23little cleanerEric Jackson
2000-08-23mdoc'ifyEric Jackson
2000-08-22If a user is specified in inetd.conf, set the LOGIN_SETGROUP flag tooTodd C. Miller
2000-08-21snprintf sprinkles; solar@false.com & ITheo de Raadt
2000-08-21correct tmp file path; solar@false.comTheo de Raadt
2000-08-21swap_uids_back; solar@false.comTheo de Raadt
2000-08-21closelog, and check for various child setup failures; solar@false.comTheo de Raadt
2000-08-21prototype repairTheo de Raadt
2000-08-21strncpy not safe on overlapping stringsTheo de Raadt
2000-08-21save errno in handlerTheo de Raadt
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-19cleanupBob Beck
2000-08-19Bypass key generation if no SSL is not enabled in any (virtual) servers.Bob Beck
2000-08-19valid characters mismatch, PR#1362; Marty CombsJakob Schlyter
2000-08-18/etc/namedb/tmp -> /var/named/namedbBrad Smith
2000-08-18spellingTheo de Raadt
2000-08-18alot of fleshing out... more to comeJason Wright
2000-08-18Fix obviously bad XrefNiklas Hallqvist
2000-08-18correct postfix example; PR#1366; loict@bougon.netJakob Schlyter
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
2000-08-18Make -DNOSUID (or -DPPP_NOSUID) possible to build ppp without SUIDbrian
2000-08-18Warn that the ``alias'' command is depricated.brian
2000-08-17do the save_errno thing, but other races still exist in hereTheo de Raadt
2000-08-17openbsd rcsdidsMichael Shalayeff
2000-08-17If we're in MP mode with a single open link, MP link level compressionbrian
2000-08-16ISDN B channels have a bandwidth of 64000, not 65536brian
2000-08-16If the -p option is used, use setproctitle() to hide it's argumentbrian
2000-08-16setproctitle() doesn't need to be called with root privs, so movebrian
2000-08-16Default the bandwidth of an ISDN B channel to 65536bpsbrian
2000-08-15merge mod_ssl 2.6.6Brad Smith
2000-08-15SIGSEGV fix for FW_PUNCH code (not used in OpenBSD); FreeBSDbrian
2000-08-15Maintain input and output throughput averages and choose the highestbrian
2000-08-15Calculate the average link throughput using a counter based on thebrian
2000-08-13Add forgotten filebrian
2000-08-13Add support for streaming media; FreeBSDbrian
2000-08-13add "rtsol -a" (automatically lookup outgoign interface).Jun-ichiro itojun Hagino
2000-08-13unbroken -A (workaround). repair LP64 problem. (sync with kame)Jun-ichiro itojun Hagino