summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-04-25omit RC5Theo de Raadt
2000-04-24clean up bogus .Nm ""Jakob Schlyter
2000-04-24default to non-verbose (previously undefined)Jakob Schlyter
2000-04-24include cleanupJakob Schlyter
2000-04-24use _PATH_MASTERPASSWD & _PATH_GROUPJakob Schlyter
2000-04-24initJakob Schlyter
2000-04-24fix usage when building with EXTENSIONSJakob Schlyter
2000-04-24is_number() is needed even without EXTENSIONS definedJakob Schlyter
2000-04-24remove lint stuff. remove unneeded strlcpy.Jakob Schlyter
2000-04-24id-tagsJakob Schlyter
2000-04-24Initial import of user/group management tools from NetBSD.Jakob Schlyter
2000-04-22another misnumberingTheo de Raadt
2000-04-22misnumbered web pages; patch sent to beckTheo de Raadt
2000-04-20Document /etc/resolv.conf.tailAngelos D. Keromytis
2000-04-20Change -b to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20Change the flag to -f, similar to Solaris.Angelos D. Keromytis
2000-04-20If /etc/resolv.conf.tail exists, append to newly-constructedAngelos D. Keromytis
/etc/resolv.conf
2000-04-20Yet more typos...I should quit while I'm ahead.Angelos D. Keromytis
2000-04-20Also forgot to update usage()Angelos D. Keromytis
2000-04-20Forgot trailing newline in message.Angelos D. Keromytis
2000-04-20Same as the traceroute commit just now; add an option for skippingAngelos D. Keromytis
nodes at the beginning of the trace.
2000-04-20Add a "minimum ttl" option (starting point). Useful for skipping overAngelos D. Keromytis
local-ISP routers that don't generate ICMP time exceeded.
2000-04-19cvs missed removing these beforeTodd C. Miller
2000-04-18strip htdigest and htpasswd before installing.Federico G. Schwindt
2000-04-18accesses /etc/aliases instead of /etc/mail/aliases. (ok millert)Christopher Turan
2000-04-18Print a parenthesis in front of security flags.Angelos D. Keromytis
2000-04-18remove sendmail 8.9.3Todd C. Miller
2000-04-17revisit in6_ifattach(). (1) make it more persistent about initializaing anJun-ichiro itojun Hagino
interface (2) cleanup interface id selection. run NUD on p2p interface (required by spec for bidir p2p interface). add "ndp -i interface" (can tweak per-interface ND flag). (sync with more recent kame)
2000-04-17Move some misplaced periods outside of the parentheses.Aaron Campbell
2000-04-16Fix package conflict for flavors:Marc Espie
try to find the last dash followed by a digit in word. If not applicable, then still use the last dash. e.g., kterm-6.2.0-xaw3d -> kterm- as a stem, not kterm-6.2.0
2000-04-16More formatting repairs.Aaron Campbell
2000-04-16for the Nth time, the damn syslog socket is requiredTheo de Raadt
2000-04-15- `coexist', not `co-exist'; it's not hyphenated.Aaron Campbell
- Correct some .Nm usage.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15OpenSSL 0.9.5a merge - fixes DSA cert generation problemBob Beck
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-14use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.Jun-ichiro itojun Hagino
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
correctly say "OpenBSD 2.7".
2000-04-11Fix HISTORY section; ian@darwinsys.comAaron Campbell
2000-04-11ignore routing messages for interfaces that route6d does not care.Jun-ichiro itojun Hagino
do not advertise blackhole/reject static routes.
2000-04-11avoid complex alignment constraint in SIOCGIFCONF,Jun-ichiro itojun Hagino
by using getifaddrs(3).
2000-04-10Speed up simple pkg_info: don't retrieve information we don't use.Marc Espie
Improve pkg list display slightly, insert space between pkg name and info always (requested by aaron@).
2000-04-09Add a missing ``break''brian
2000-04-07When running ppp -background, show comfort messages showingbrian
when we're redialing/reconnecting. While we're here, log redial, reconnect and phone number announcements to LogCHAT, and reduce some other logging to LogDEBUG.
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-04-06I didn't get this right the last time....brian
When an NCP reaches TLF, *ONLY* datalink_Close() links that are in DATALINK_OPEN. When the last link reaches TLD, DOWN all NCPs (as we used to in the links TLF (which was the wrong place anyway)), as the NCPs aren't now going to datalink_Close() us unexpectedly, we get to continue doing what we were told to do in the first place. The result: When we lose a link, the IPCP layer goes down and we actually call the stuff in ppp.linkdown !
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-05Fix bogus error message. Not a dir can mean *nothing* at all.Marc Espie
Reviewed by aaron@... ;-)
2000-04-04Register PLIST_SRC before dependencies and conflicts so that theMarc Espie
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel.