Age | Commit message (Expand) | Author |
2002-11-25 | repair decide_address_family | Henning Brauer |
2002-11-25 | for loN and link1 translate the iface into address properly; henning@ ok | Michael Shalayeff |
2002-11-25 | 1Kb = 1000b, not 1024; as discussed with kjc@ and theo | Henning Brauer |
2002-11-25 | KNF | Henning Brauer |
2002-11-25 | Mention the net.inet.tcp.ecn sysctl. | Wilbern Cobb |
2002-11-24 | KNF while beeing here | Henning Brauer |
2002-11-24 | KNF | Henning Brauer |
2002-11-24 | KNF | Henning Brauer |
2002-11-24 | missed one about ordering in the ruleset-file | Philipp Buehler |
2002-11-24 | modifiers for -F/-s in the same order as it is required in pf.conf(5) | Philipp Buehler |
2002-11-24 | consistency: use sin6 as variable name for sockaddr_in6, not sin | Henning Brauer |
2002-11-24 | enforce that queue comes right before filtering | Philipp Buehler |
2002-11-24 | Fix an error message and remove 'S' from getopt, it's not used. | Daniel Hartmeier |
2002-11-24 | Same fix for nat and rdr. Now all regress tests pass with malloc.conf J | Daniel Hartmeier |
2002-11-24 | Don't memcpy() structures that contain TAILQs. If you need a copy, you have | Daniel Hartmeier |
2002-11-24 | Cosmetics and removal of a redundant code block. | Daniel Hartmeier |
2002-11-23 | -I${.CURDIR} makes no sense now that we don't look at the tables/ directory. | Miod Vallat |
2002-11-23 | Now that wskbd layouts for sparc are done, I don't need to keep these files | Miod Vallat |
2002-11-23 | sigh | Theo de Raadt |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | better error checking in expand_queue | Henning Brauer |
2002-11-23 | easier | Henning Brauer |
2002-11-23 | Daniel's diff to untangle my mess with ifa_pick_ips like so: | Ryan Thomas McBride |
2002-11-23 | better error checking, round 1 | Henning Brauer |
2002-11-23 | KNF | Henning Brauer |
2002-11-23 | typo (in #ifdef'd out code, but well...); Michal Ludvig <michal at logix.cz> | Henning Brauer |
2002-11-23 | Cosmetic fixes for print_*() functions, so they match the old regress | Daniel Hartmeier |
2002-11-23 | fix parens "(" ")" when printing | Ryan Thomas McBride |
2002-11-23 | KNF | Theo de Raadt |
2002-11-23 | $$->ifname is NULL, leave it NULL, don't $$->ifname[0] = 0; | Daniel Hartmeier |
2002-11-23 | Fix brokenness in parse.y, clean up: | Ryan Thomas McBride |
2002-11-23 | Missing {} | Daniel Hartmeier |
2002-11-23 | check to make sure a list item exists before checking to see if the next | Ryan Thomas McBride |
2002-11-23 | don't try to do ioctl with pfctl -n | Ryan Thomas McBride |
2002-11-23 | missing prototype, remember to use sa_family_t for af | Ryan Thomas McBride |
2002-11-23 | code to support loading of pf rules with multiple redirection addresses | Ryan Thomas McBride |
2002-11-22 | print altq and queue lines in the pfctl -v case including the child queue | Henning Brauer |
2002-11-22 | kill dead code | Henning Brauer |
2002-11-22 | dsetination -> destination; from Yasholomew Yashinski. | Federico G. Schwindt |
2002-11-21 | Add 'rawkey' to FEATURES. | Hakan Olsson |
2002-11-21 | -Wshadow nits. | Hakan Olsson |
2002-11-21 | hmac_init and prf_alloc should use unsigned lengths. Problem pointed out by P... | Hakan Olsson |
2002-11-20 | wow, a format string bug in a Makefile. Not surprised we missed this | Theo de Raadt |
2002-11-20 | document the relevant queue options | Philipp Buehler |
2002-11-19 | minor cosmetics, space after "label %s", in case both label and queue are | Daniel Hartmeier |
2002-11-19 | only take cbq opts from schedtype if type=CBQ | Henning Brauer |
2002-11-19 | pfctl -sq prettier | Henning Brauer |
2002-11-19 | altq ifspec is always level 0 | Henning Brauer |
2002-11-19 | altq interface spec should be printed as altq interface spec, not queue | Henning Brauer |
2002-11-19 | repair queuespec syntax glitch, theo agrees | Henning Brauer |