Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-15 | Document splassert. | Artur Grabowski | |
2002-05-15 | Some drivers are just nofn to write documentation for. | Jason Wright | |
2002-05-15 | uimove(9) from NetBSD with minor changes for OpenBSD. We should | Todd C. Miller | |
consider changing the size parameter to uiomove() from int to size_t. | |||
2002-05-15 | splvm, not splimp | Artur Grabowski | |
2002-05-15 | more stuff from the weissman dude | Michael Shalayeff | |
2002-05-13 | add lebuffer blurb and an mlink from for lebuffer to le | Jason Wright | |
2002-05-13 | Document ${SITE:=subdir/}, say goodbye to MASTER_SITE_SUBDIR | Marc Espie | |
Nifty idea, taken from NetBSD | |||
2002-05-12 | Explain that user/group 'unknown' can only be used with operators = and != | Daniel Hartmeier | |
and refuse other constructs in the parser. Also note that 'user >= 0' does not match forwarded packets with unknown user ID. | |||
2002-05-12 | Add gid based filtering, reduce to one (effective) uid, rename parser | Daniel Hartmeier | |
keywords to 'user' and 'group'. | |||
2002-05-10 | lofn registers to support modexp | Jason Wright | |
2002-05-09 | Add a max-mss option to the scrub rule which will enforce a maximum mss | jasoni | |
by lowering it to the given value. - ok dhartmei@, provos@ | |||
2002-05-09 | Introduce user based filtering. Rules can specify ruid and euid (real and | Daniel Hartmeier | |
effective user ID) much like ports. The user of a packet is either the user that opens an outgoing connection, the one that listens on a socket, or 'unknown' if the firewall is not a connection endpoint (for forwarded connections). Socket uid lookup code from jwk@bug.it. | |||
2002-05-09 | Update usb hid manpages to reflect new changes | Nathan Binkert | |
From NetBSD | |||
2002-05-09 | add support for SoundForte Theatre X-treme 5.1 SF256-PCS; from jumbo@ | Michael Shalayeff | |
2002-05-09 | Another device supported by url(4) | Nathan Binkert | |
2002-05-09 | - compat_linux is only supported on the i386 | jasoni | |
- mention use of elf2olf to fix binaries detected as svr4 - ok mpech@ | |||
2002-05-09 | Reference xl(4) not ex(4) | Nathan Binkert | |
2002-05-08 | Add http://www.openbsd.org/checklist.html to SEE ALSO; espie@ OK | Todd C. Miller | |
2002-05-08 | move route grammar to a more logical place, suggested by malachi@vaned.net | jasoni | |
- ok dhartmei@ | |||
2002-05-07 | manpage for urlphy(4) | Nathan Binkert | |
2002-05-07 | The beginnings of a compat_osf1(8) manual page, borrowed from NetBSD then | Miod Vallat | |
adapted to our current situation. | |||
2002-05-07 | Correct COMPAT_ULTRIX description. | Miod Vallat | |
2002-05-06 | Kill/adjust r(login|exec)d? references now that those are no longer in | Todd C. Miller | |
the tree. | |||
2002-05-06 | spelling | Theo de Raadt | |
2002-05-06 | add url(4) | Nathan Binkert | |
2002-05-06 | changes for the radio at fms; from jumbo@ und mickey@ | Michael Shalayeff | |
2002-05-03 | a few fix ups based on patch from PR 2539. | Brad Smith | |
-- Ok'd by: millert@ | |||
2002-05-03 | Add Dlink DWL650 and add Spectrum24 in the NAME section; from Warner | Todd C. Miller | |
2002-05-03 | md5 -> distinfo rename. | Marc Espie | |
Noticed by Christian Edward Gruber. | |||
2002-05-03 | cross-reference atactl(8); ok miod@, fgsch@, espie@ | Christian Weisgerber | |
2002-04-30 | typo: form -> from. From form@ | Mike Pechkin | |
2002-04-29 | grammar fix; ok millert@ | Jason Peel | |
2002-04-28 | ip6 corrections; pb@sysfive.com | Theo de Raadt | |
2002-04-26 | add missing `entry' parameter to LIST_NEXT() in the list freeing example. | Wilbern Cobb | |
ok espie. | |||
2002-04-25 | Intel PRO/Wireless 2011 is Symbol, not Intersil | Todd C. Miller | |
2002-04-25 | Modernize wording (remove ancient reference), and move invocation | Ian Darwin | |
before details of usage. | |||
2002-04-25 | manual for the sfr; from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
2002-04-24 | Document special rule for build dependencies. More complicated to explain, | Marc Espie | |
simpler to use. | |||
2002-04-24 | Add dynamic (in-kernel) interface name -> address translation. Instead of | Daniel Hartmeier | |
using just the interface name instead of an address and reloading the rule set whenever the interface changes its address, the interface name can be put in parentheses, and the kernel will keep track of changes and update rules. There is no additional cost for evaluating rules (per packet), the cost occurs when an interface changes address (and the rules are traversed and updated where necessary). | |||
2002-04-23 | Dlink DWL520 confirmed working. | Todd C. Miller | |
2002-04-23 | document the keying operations | Theo de Raadt | |
2002-04-23 | Allow explicit filtering of fragments when they are not reassembled. | Daniel Hartmeier | |
Document fragment handling in the man page. Short version: if you're scrubbing everything (as is recommended, in general), nothing changes. If you want to deal with fragments manually, read the man page. ok frantzen. | |||
2002-04-22 | fix example showing how to properly free a tree; pointed out by dugsong@ | Niels Provos | |
2002-04-22 | rolex fpu is in 725/50 | Michael Shalayeff | |
2002-04-21 | few tweaks | Theo de Raadt | |
2002-04-20 | more meat and fixens from the weissman dude | Michael Shalayeff | |
2002-04-18 | add conexant lanfinity | Jason Wright | |
2002-04-17 | 50'000 -> 50000 (50,000 is equally wrong ;), from David Krause | Daniel Hartmeier | |
2002-04-17 | Document bulk package building. | Marc Espie | |
Stress important conditions that should be met for bugs to be avoided. | |||
2002-04-17 | make this look nice | Theo de Raadt | |