Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-31 | Add the ``nat target'' command. | brian | |
2000-03-31 | install inetd.conf(5) here instead | Theo de Raadt | |
2000-03-30 | Correct address parsing | brian | |
Pointed out by: Maxim Sobolev <sobomax@altavista.net> | |||
2000-03-29 | you missed a bunch of things | Theo de Raadt | |
2000-03-29 | vos.1 -> vos.8 | Hans Insulander | |
2000-03-29 | Add manpage vos(1). (ok deraadt@) | Hans Insulander | |
2000-03-29 | Add manpage pts(1). (ok deraadt@) | Hans Insulander | |
2000-03-29 | Add manpage fs(1) | Hans Insulander | |
2000-03-29 | addr(8) goes away, no man page, and useless | Theo de Raadt | |
2000-03-29 | Log information about packets being dropped (probably due to | brian | |
``nat deny_incoming yes'') by libalias. | |||
2000-03-29 | Allow the use of hostnames instead of (and as well as) IP | brian | |
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-29 | no adduser_proc(8) anymore | Theo de Raadt | |
2000-03-29 | Mention the value of the unexpected return code in nat_LayerPull() | brian | |
2000-03-28 | Remove duplicate word occurrences. | Aaron Campbell | |
2000-03-28 | don't treat # specially if PARSE_NOHASH is passed | brian | |
2000-03-28 | Don't treat # specially here | brian | |
2000-03-27 | Add and document option no-default-conflict. | Marc Espie | |
2000-03-27 | Document -s, indicate the existence of @option, remove fixed bug from | Marc Espie | |
description. | |||
2000-03-26 | correct usage() return value | Eric Jackson | |
2000-03-25 | pccon gets turn off. totally machine specific, no man page | Theo de Raadt | |
2000-03-24 | Fake buglet fix: if PLIST_SRC directly follows PLIST_CWD, ignore | Marc 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-24 | Disallow 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-24 | Handle expansion sequences in @exec better (let the expander decide whether | Marc 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-23 | More pedantic man page formatting insanity, lalala | Aaron Campbell | |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell | |
2000-03-22 | Correct Xr'efs; brad@ | Aaron Campbell | |
2000-03-22 | queuing -> queueing; chuck@home.snew.com | Todd C. Miller | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-03-19 | Add some diagnostics to prove that incoming IP fragments are | brian | |
being dealt with correctly. | |||
2000-03-19 | cleanup | Bob Beck | |
2000-03-19 | apache 1.3.12 + mod_ssl 2.6.2 merge | Bob Beck | |
2000-03-19 | new minty 0.9.5 openssl | Bob Beck | |
2000-03-19 | Allow environment variables on command/config lines; markk@knigma.org | brian | |
Add the ``resolv'' command so that when ``enable dns'' is used, it's possible to restore the file. | |||
2000-03-18 | fix parsing of commands after @ keywords and hourly bitmap handling; | Theo de Raadt | |
sheldonh@uunet.co.za | |||
2000-03-18 | delete generated files (again (*&@#$ | Theo de Raadt | |
2000-03-15 | Repair mdoc botch. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-03-14 | support DESTDIR include fetching; dm | Theo de Raadt | |
2000-03-13 | Import of Darren Reed's IPFilter 3.3.11. See sbin/ipf/HISTORY for detailed | Kjell Wooding | |
changelog. Documentation changes are now way behind. Volunteers? | |||
2000-03-13 | bring in latest rtadvd source from kame. | Jun-ichiro itojun Hagino | |
this fixes unclosed file descriptor in router renumbering case. | |||
2000-03-12 | improve SECURITY section. sync with kame. | Jun-ichiro itojun Hagino | |
2000-03-12 | correct use of perror(). improve src addr selection. (sync with kame) | Jun-ichiro itojun Hagino | |
2000-03-07 | Use ETHERTYPE_8021Q | Chris Cappuccio | |
2000-03-07 | Add 802.1Q from kuznet@ms2.inr.ac.ru via tcpdump.org | Chris Cappuccio | |
also, make extracted_ethertype not extern | |||
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell | |
appropriate mdoc macros to handle these cases. | |||
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell | |
least, this is the impression I get from looking at a lot of Perl docs. | |||
2000-03-04 | Try to standardize the options list introduction; it should read "The options | Aaron Campbell | |
are as follows:", except in special cases. | |||
2000-03-04 | Refresh the NAT IP pointer after a potential mbuf reallocation. This | brian | |
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-04 | handle corrupt inetd.conf files better; sdb@ssr.com | Theo de Raadt | |