Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-18 | copyrights added; | Jason McIntyre | |
bootpef(8), pppd(8): Carnegie Mellon map-mbone(8), mrinfo(8): Xerox pdisk(8): Apple awk(1): Lucent sectok(3): University of Michigan | |||
2003-02-18 | copyrights added; | Jason McIntyre | |
these are all Regents of the University of California | |||
2003-02-17 | pfctl_clear_pool doesn't need to be prototyped twice either | Henning Brauer | |
2003-02-17 | no need to prototype pfctl_add_pool twice | Henning Brauer | |
2003-02-17 | "optarg" was a bad pick for the variable name in pfctl_cmdline_symset, it | Henning Brauer | |
shadows a global. rename. | |||
2003-02-17 | typos; | Jason McIntyre | |
2003-02-17 | We want err() after failed ioctl() here too. | Mike Pechkin | |
mcbride@, dhartmei@ ok | |||
2003-02-17 | -#include <sys/ioctl.h> | Mike Pechkin | |
mcbride@, dhartmei@ ok | |||
2003-02-16 | unneeded {} | Henning Brauer | |
2003-02-16 | throw a syntax error if the portunary operator in varset is no '=' | Henning Brauer | |
extif>"whatever" should not be the same as extif="whatever" but a syntax error. | |||
2003-02-16 | cosmetics | Henning Brauer | |
2003-02-16 | Provide a wskbd type for gsc keyboards, make gsckbd use it, and take advantage | Miod Vallat | |
of it in kbd(8) to work correctly with such a keyboard. Reminded by maja some time ago. | |||
2003-02-15 | skeleton support for LZS compression | Jason Wright | |
2003-02-14 | remove explicit table creation ( -T create ), it's useless. | Henning Brauer | |
ok pb@ mcbride@ deraadt@ | |||
2003-02-14 | Allow route-to loopback interfaces again, since Ryan fixed the loops that | Daniel Hartmeier | |
might have occured before. | |||
2003-02-14 | English and mdoc fixes thanks to jmc@ | Cedric Berger | |
2003-02-14 | Better and more consistent error message. | Cedric Berger | |
Ok dhartmei@ | |||
2003-02-14 | tweak | Henning Brauer | |
2003-02-14 | Document verbose mode with tables (statistics). | Cedric Berger | |
2003-02-14 | and one more tweaking round by krause, thanks! | Henning Brauer | |
2003-02-14 | more good tweaks by krause | Henning Brauer | |
2003-02-13 | when complaining about an illegal netmask print the value we're complaining | Henning Brauer | |
about | |||
2003-02-13 | ease the yacc a bit by using a "not" rule instead of having two rules w/ and | Henning Brauer | |
without '!' everywhere ok dhartmei@ | |||
2003-02-13 | when talking about the order requirement, mention all 7 sections we have now. | Henning Brauer | |
from krause with minor tweaks by me grammar ok jmc@ | |||
2003-02-13 | typos; | Jason McIntyre | |
setextattr(8): example markus@ spamd(8): someone else found some of these on bugs/misc, but for the life of me i can't find out who pf.conf(5): from openbsd@davidkrause.com raidctl(8): from ian@darwinsys.com | |||
2003-02-13 | add support for printing disklabels in units other than sectors from | Ted Unangst | |
the cmdline based on a patch by mho at mho.nu ok and input by millert@ | |||
2003-02-12 | better error checking on bind(); from Alexander_Bluhm at genua.de; ok ho@ | Markus Friedl | |
2003-02-12 | KNF after ryan | Henning Brauer | |
2003-02-12 | Simplify the code and make the parser handle the different rule types | Ryan Thomas McBride | |
more consistently. - Merge expand_nat and expand_rdr into expand_rule - Merge rdrrule token into natrule ok concept henning@ ok dhartmei@ | |||
2003-02-12 | Add support for WSKBD_TYPE_HIL. -moj ok miod@ | Mats O Jansson | |
2003-02-12 | Define a wsmouse type for HIL mice. | Miod Vallat | |
2003-02-11 | document pfctl -D macro=value | Henning Brauer | |
2003-02-11 | allow macro definition on the command line: | Henning Brauer | |
pfctl -Dextif=wi0 -f /etc/pf.conf command line macro definitions override the ones made in the file (idea theo), very handy if your notebook has another NIC at some conference, as well as for debugging etc. idea rezine@mistrusted.net via pb@ hacked live at FOSDEM ok pb@ dhartmei@ cedric@ | |||
2003-02-11 | Define an HIL wscons keyboard type. | Miod Vallat | |
2003-02-11 | typos; | Jason McIntyre | |
raidctl(8) ok millert@ mknetid(8) help maja@ | |||
2003-02-09 | more live code from FOSDEM: | Henning Brauer | |
make pass in proto tcp to port 80 work. -allow to omit the "any" if you're specifying a port -allow to omit the from or to part if you want "any" for the other ok dhartmei@ pb@ | |||
2003-02-09 | KNF | Henning Brauer | |
2003-02-09 | Fix a few warnings and remove unnecessary check and cast. | Camiel Dobbelaar | |
ok dhartmei henning | |||
2003-02-09 | typos; | Jason McIntyre | |
2003-02-08 | Add scrub option 'random-id', which replaces IP IDs with random values | Daniel Hartmeier | |
for outgoing packets that are not fragmented (after reassembly), to compensate for predictable IDs generated by some hosts, and defeat fingerprinting and NAT detection as described in the Bellovin paper http://www.research.att.com/~smb/papers/fnat.pdf. ok theo@ | |||
2003-02-08 | Add an example of "pfctl -a anchor -s rules" usage, and make it clear | Daniel Hartmeier | |
that -a -s is needed for this, not -sa. | |||
2003-02-07 | typos; | Jason McIntyre | |
2003-02-05 | grok sti type wsdisplay | Michael Shalayeff | |
2003-02-05 | WORKAROUND: use a volatile to get around a compiler or fp emulation bug | Theo de Raadt | |
(jason says he will look into this later) | |||
2003-02-05 | Fix "pass out dup-to (tun0 1.1.1.1) inet6 all" error message | Cedric Berger | |
Allow "pass out dup-to tun0 all" ok mcbride@ henning@ | |||
2003-02-05 | Simplify more. | Cedric Berger | |
2003-02-05 | typos; isakmpd(8) ok niklas@, mailwrapper(8) help kjell@ | Jason McIntyre | |
2003-02-05 | Simplify. | Cedric Berger | |
2003-02-05 | Do not scare ppl too much. | Cedric Berger | |
Suggested by camield@ | |||
2003-02-05 | Set the network mask to all 1's if no address is specified for a | Ryan Thomas McBride | |
route-to/dup-to/reply-to rule. Keeps round-robin from incrementing through the entire address space. ok dhartmei@ |