summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2000-08-11If ``set title'' is given a `-' as the first character of thebrian
2000-08-10Mention that pppoe requires netgraph(4) and without it, an externalbrian
2000-08-10Import ipf 3.3.18. Fixes more problems with the in-kernel FTP proxy,Kjell Wooding
2000-08-09Allow leading ``!'' characters in authkeys and chat scripts tobrian
2000-08-08permit changing flagsTheo de Raadt
2000-08-03fd == 0 is perfectly valid (and likely); spotted by Steve Williams <steve@gen...Jason Wright
2000-08-03udp source validation: drop v4 mapped altogether.Jun-ichiro itojun Hagino
2000-08-02update other obsoleted rfcsNiels Provos
2000-08-02$HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zeroTodd C. Miller
2000-08-01unused variableJun-ichiro itojun Hagino
2000-08-01be more paranoid about UDP-based echo services validation. namely,Jun-ichiro itojun Hagino
2000-08-01for datagram services, support IPv6.Jun-ichiro itojun Hagino
2000-07-31before, we blocked non-root from changing mappings pointed at reserved ports.Theo de Raadt
2000-07-31KNFTheo de Raadt
2000-07-31prettyJason Wright
2000-07-21Mod_SSL 2.6.5 - from brad@, thanks.Bob Beck
2000-07-21Deal with a bunch of dhcp issues, ok fries@:Bob Beck
2000-07-20Don't mis-interpret sockaddr_in6 structures as sockaddr_in structuresbrian
2000-07-20add openbsd tag, fix cpp warning about SSIZE redefinitionJason Wright
2000-07-20Move ws* command man pages to arch-dependent subdirs.Marc Espie
2000-07-19Support link identification from rfc1570brian
2000-07-18Summarily explain about the playpen and PKG_TMPDIR, so that guysMarc Espie
2000-07-15When modifying users and not specifying a new GID, don't arbitrarilyHakan Olsson
2000-07-15sync with latest kame.Jun-ichiro itojun Hagino
2000-07-12Permit multiple ``allow user'' lines in any given sectionbrian
2000-07-12Correct ``set filter'' usagebrian
2000-07-12Fix a rather nasty latency problem that occurs with single tcp sessionsbrian
2000-07-11Allow a ``timeout secs'' filter option to let specific packet typesbrian
2000-07-11Fix -auto breakage introduced with the last commitbrian
2000-07-09When a null password has been entered, default to ``no'' instead of ``yes''Aaron Campbell
2000-07-08handle IPv6 address in first element.Jun-ichiro itojun Hagino
2000-07-07document timezone command, as in boot_config(8)Theo de Raadt
2000-07-07pass CFLAGS to build process, so that optimization happens; js3guj@gold.ocn.n...Theo de Raadt
2000-07-07o Log the (payload/size) of all packet types, not just TCP packetsbrian
2000-07-06remove mobile-ip option description, merged in by mitsakeJun-ichiro itojun Hagino
2000-07-06sync with router renumber struct decl change.Jun-ichiro itojun Hagino
2000-07-06Don't write password lines longer than 1023 chars.Hakan Olsson
2000-07-06Insert missing .El directives.Aaron Campbell