Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-01-16 | Just tested a Eumitcom WL11000P in the guise of a Belkin F5D6000. | Todd C. Miller | |
2002-01-13 | add spif | Jason Wright | |
2002-01-13 | clean up spif entries and add it to intro | Jason Wright | |
2002-01-12 | +magma | Jason Wright | |
2002-01-12 | magma man pages (wholly stolen from sparc) | Jason Wright | |
2002-01-12 | o Don't use register except in conjunction with assembler | Todd C. Miller | |
o use volatile to avoid clobbering by longjmp or vfork o variables to be modified in signal handlers should be volatile sig_atomic_t | |||
2002-01-12 | Xr intro 4 intead of special 8. | Jason Wright | |
2002-01-11 | Reorganize a little, pull in instructions on certifcate generation | Todd C. Miller | |
from ssl(8) and provide step-by-step instructions on how to edit the .mc files, install the new .cf files, restart sendmail and test. Should now be idiot-proof until science builds us a better idiot. | |||
2002-01-09 | Add labels to rules. These are arbitrary names (not to be confused with | Daniel Hartmeier | |
tags that will be used to tag packets later on). Add pfctl -z to clear per-rule counters. Add pfctl -s labels to output per-rule counters in terse format and only for rules that have labels. Suggested by Henning Brauer. | |||
2002-01-08 | Clean up hifn/ubsec entries (and add new stuff) | Jason Wright | |
2002-01-08 | 7811 support | Jason Wright | |
2002-01-08 | ah yes,... cvs rm first. | Jason Wright | |
2002-01-08 | Remove nofn stuff | Jason Wright | |
2002-01-08 | s;Hi/fn;Hifn; and add 7951 | Jason Wright | |
2002-01-08 | "no" is optional, of course, fix BNF. | Daniel Hartmeier | |
2002-01-08 | Add "no nat/rdr/binat" to nat.conf. The first matching rule applies. | Daniel Hartmeier | |
If it is a "no" rule, no translation occurs. Useful to exclude certain packets from translation. Suggested by Henning Brauer. | |||
2002-01-07 | nofn for me today... | Jason Wright | |
2002-01-07 | man page for hifn 7811 driver 'nofn'. I should also thank GTGI(powercrypt) | Jason Wright | |
for the donation of a 7811 board for development. | |||
2002-01-07 | update w/ chipset descriptions and config flags vs option; from Vladimir ↵ | Michael Shalayeff | |
Popov <jumbo@narod.ru> | |||
2002-01-05 | Documentation update. Adapted from NetBSD. | Thierry Deval | |
2002-01-04 | Fix byte order: 0x55AA -> 0xAA55 | Kjell Wooding | |
2002-01-04 | use An/Aq for the name/email and xr radio(9) too | Michael Shalayeff | |
2002-01-04 | ericsson now | Michael Shalayeff | |
2002-01-04 | update from Vladimir Popov <jumbo@narod.ru> and some from me | Michael Shalayeff | |
2002-01-04 | another patch; sams@moo.cus.org.uk | Theo de Raadt | |
2002-01-04 | better english; sams@sebastian.ath.cx | Theo de Raadt | |
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin | |
2001-12-30 | update man page references to usbhid(3) | Peter Valchev | |
2001-12-29 | md5 -> distinfo | Anil Madhavapeddy | |
espie@ ok | |||
2001-12-29 | missd one pair of angles | Michael Shalayeff | |
2001-12-29 | fix the history and tag the names proper | Michael Shalayeff | |
2001-12-29 | proper history | Michael Shalayeff | |
2001-12-28 | Use lpd as an example, not sendmail. This has been sitting in my | Todd C. Miller | |
tree for some time and I don't recall whether it is home-grown or came from someone else. | |||
2001-12-28 | do not reference plot; from rogier@quaak.org; closes pr/2276 | Niels Provos | |
2001-12-25 | checkflist is a sh script now. | Miod Vallat | |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin | |
2001-12-18 | fix Cisco ISL VLAN protocol URL | Brad Smith | |
2001-12-17 | Grrr. Unbreak. | Mike Pechkin | |
2001-12-17 | a few more manuals | Theo de Raadt | |
2001-12-16 | KNF the code block | Theo de Raadt | |
2001-12-15 | add support for creating span ports so that one can snoop a bridge | Jason Wright | |
from another interface/machine/network. | |||
2001-12-15 | support LXT-961; hostmaster@bsws.de | Theo de Raadt | |
2001-12-15 | Clarify description of the vnode life cycle and locks | Constantine Sapuntzakis | |
2001-12-14 | decice -> device. Spotted by cruz@openbsd.ru | Mike Pechkin | |
2001-12-14 | document 0x20000 flag | Michael Shalayeff | |
2001-12-14 | GENERIC allocates 64 ptys, not 32; Keoki Seu | Todd C. Miller | |
2001-12-13 | Don't use sendmail as an example as its current invocation is too | Todd C. Miller | |
complicated for a simple example; biorn AT chips.chalmers.se | |||
2001-12-11 | PDC20268 | Chris Cappuccio | |
2001-12-10 | Grrr, drug induced haze. Thanks Theo. | Tobias Weingartner | |
2001-12-10 | pf.4: Grammar & xref | Tobias Weingartner | |
pflog.4: New, thanks to frantzen for feedback. Ok deraadt@ |