summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-03-31Add the ``nat target'' command.brian
2000-03-31install inetd.conf(5) here insteadTheo de Raadt
2000-03-30Correct address parsingbrian
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-29you missed a bunch of thingsTheo de Raadt
2000-03-29vos.1 -> vos.8Hans Insulander
2000-03-29Add manpage vos(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage pts(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage fs(1)Hans Insulander
2000-03-29addr(8) goes away, no man page, and uselessTheo de Raadt
2000-03-29Log information about packets being dropped (probably due tobrian
``nat deny_incoming yes'') by libalias.
2000-03-29Allow the use of hostnames instead of (and as well as) IPbrian
numbers in all commands. If people use hostnames and have dodgy resolvers or try to resolve the hostname before the link is up, they get what they deserve.... Requested by: ru
2000-03-29no adduser_proc(8) anymoreTheo de Raadt
2000-03-29Mention the value of the unexpected return code in nat_LayerPull()brian
2000-03-28Remove duplicate word occurrences.Aaron Campbell
2000-03-28don't treat # specially if PARSE_NOHASH is passedbrian
2000-03-28Don't treat # specially herebrian
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-27Document -s, indicate the existence of @option, remove fixed bug fromMarc Espie
description.
2000-03-26correct usage() return valueEric Jackson
2000-03-25pccon gets turn off. totally machine specific, no man pageTheo de Raadt
2000-03-24Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignoreMarc Espie
the PLIST_CWD in creating the tar pipe. This takes care of pkg_create -p PREFIX -s FAKE where PREFIX does not exist at pkg creation time.
2000-03-24Disallow pkg_delete when the pkg_prefix is on a read-only file-system.Marc Espie
This avoids erasing /var/db/info while keeping the package and issuing hundreds of warnings...
2000-03-24Handle expansion sequences in @exec better (let the expander decide whetherMarc Espie
it needs a file name instead of assuming we always need one). Sent to *quite a few* people, comments by drahn@... guys, wake up !!!
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-23Fix some formatting problems I missed before.Aaron Campbell
2000-03-22Correct Xr'efs; brad@Aaron Campbell
2000-03-22queuing -> queueing; chuck@home.snew.comTodd C. Miller
2000-03-19Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some otherAaron Campbell
cleanup along the way.
2000-03-19Add some diagnostics to prove that incoming IP fragments arebrian
being dealt with correctly.
2000-03-19cleanupBob Beck
2000-03-19apache 1.3.12 + mod_ssl 2.6.2 mergeBob Beck
2000-03-19new minty 0.9.5 opensslBob Beck
2000-03-19Allow environment variables on command/config lines; markk@knigma.orgbrian
Add the ``resolv'' command so that when ``enable dns'' is used, it's possible to restore the file.
2000-03-18fix parsing of commands after @ keywords and hourly bitmap handling;Theo de Raadt
sheldonh@uunet.co.za
2000-03-18delete generated files (again (*&@#$Theo de Raadt
2000-03-15Repair mdoc botch.Aaron Campbell
2000-03-14Suffix "i.e." and "e.g." with a comma. Just another really picky man pageAaron Campbell
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
2000-03-14support DESTDIR include fetching; dmTheo de Raadt
2000-03-13Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailedKjell Wooding
changelog. Documentation changes are now way behind. Volunteers?
2000-03-13bring in latest rtadvd source from kame.Jun-ichiro itojun Hagino
this fixes unclosed file descriptor in router renumbering case.
2000-03-12improve SECURITY section. sync with kame.Jun-ichiro itojun Hagino
2000-03-12correct use of perror(). improve src addr selection. (sync with kame)Jun-ichiro itojun Hagino
2000-03-07Use ETHERTYPE_8021QChris Cappuccio
2000-03-07Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.orgChris Cappuccio
also, make extracted_ethertype not extern
2000-03-06Do not leave `(' characters dangling at the end of lines; instead, use theAaron Campbell
appropriate mdoc macros to handle these cases.
2000-03-05Finish standardizing options list introduction.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
2000-03-04Try to standardize the options list introduction; it should read "The optionsAaron Campbell
are as follows:", except in special cases.
2000-03-04Refresh the NAT IP pointer after a potential mbuf reallocation. Thisbrian
caused frequent lock-ups for individual sessions over a NAT'd ppp link when MTU sizes ended up more or less exactly wrong.
2000-03-04handle corrupt inetd.conf files better; sdb@ssr.comTheo de Raadt