Age | Commit message (Expand) | Author |
2002-12-11 | Minor cosmetic nits picked while reading though init.c: | Todd C. Miller |
2002-12-11 | ansi; p/o by Andrushock <andrushock@korovino.net> | Alexander Yurchenko |
2002-12-11 | ansi; modload users please test | Theo de Raadt |
2002-12-11 | ansi | Theo de Raadt |
2002-12-11 | ansi | Theo de Raadt |
2002-12-11 | Replace strncpy + ugly pointer math with sscanif for reading source-hash keys | Ryan Thomas McBride |
2002-12-11 | Wording; David Krause | Henning Brauer |
2002-12-10 | don't warnx after ioctl, use warn | Henning Brauer |
2002-12-09 | KNF | Theo de Raadt |
2002-12-09 | replace (properly guarded) strncpy using logic by a strsep & strlcpy using | Henning Brauer |
2002-12-09 | (properly guarded) strcpy() -> strlcpy() | Daniel Hartmeier |
2002-12-09 | KNF | Markus Friedl |
2002-12-09 | allow setting of ifcost with brconfig. enables selection of preferred | Markus Friedl |
2002-12-09 | do not allow redefinitions in variable option blocks; henning ok | Theo de Raadt |
2002-12-08 | strncpy is evil. | Henning Brauer |
2002-12-08 | GNU semantics say that if optstring begins with '-' then | Todd C. Miller |
2002-12-08 | allow flexible options order like Theo did for rules. | Henning Brauer |
2002-12-07 | Support parameters in anchor rules. Allows conditional evaluation, like: | Daniel Hartmeier |
2002-12-07 | more KNF | Henning Brauer |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | TAILQ_INSERT_TAIL instead of TAILQ_INSERT_HEAD. Makes addresses print | Ryan Thomas McBride |
2002-12-07 | shadow cleanup | Henning Brauer |
2002-12-07 | kill an unused param to lungetc | Henning Brauer |
2002-12-07 | KNF | Henning Brauer |
2002-12-07 | get the interface's MTU instead of assuming 1500 | Henning Brauer |
2002-12-07 | Convert the hash of a string key to network byte order. Makes regression | Ryan Thomas McBride |
2002-12-06 | Set transform from default. PR#3008 | Hakan Olsson |
2002-12-06 | fix linebreak in example; ok ho@, jason@ | Markus Friedl |
2002-12-06 | style | Henning Brauer |
2002-12-06 | Remove negated address list check again, doesn't work right yet. | Daniel Hartmeier |
2002-12-06 | let pfctl -v print out "block drop" instead of just "block" in the drop | Henning Brauer |
2002-12-06 | Section and tag comparisions should be case-insensitive. PR#3010, Mike Neuman. | Hakan Olsson |
2002-12-06 | unkown; torh@bogus.net | Theo de Raadt |
2002-12-06 | Introduce anchors and named rule sets, allowing to load additional rule | Daniel Hartmeier |
2002-12-05 | fix a small cosmetic problem. if ifa_lookup was called in LOOKUP_NET mode, | Henning Brauer |
2002-12-05 | one step further to "program output is valid program input" and the related | Henning Brauer |
2002-12-05 | -quote varset in -v output | Henning Brauer |
2002-12-05 | Replace warnx with warn on ioctls so that we get the error message associated | Ryan Thomas McBride |
2002-12-05 | correct sizeof() to memset(). sync w/kame | Jun-ichiro itojun Hagino |
2002-12-04 | bit_ffc(3) returns a -1 location for a full bitset. Problem found by | Hakan Olsson |
2002-12-04 | allow ACQUIRE with empty EXT_ADDRESS_SRC; PR 2996; ok angelos@, ho@ | Markus Friedl |
2002-12-04 | in host(), apply a given netmask to all members of the node_host list | Henning Brauer |
2002-12-04 | do not warn for unused variables except with -v -v; henning ok | Theo de Raadt |
2002-12-03 | Add -4/-6 cmdline options to select what address family (IPv4,v6) to use. | Hakan Olsson |
2002-12-03 | LOG_DBG for missing ca/, certs/, crls/ dirs, not | Hakan Olsson |
2002-12-03 | be nice and shutdown the socket after beeing done; pointed out by kenjiro | Henning Brauer |
2002-12-02 | KNF | Henning Brauer |
2002-12-02 | permit more flexible pass/block lines. the options giving at the end of | Theo de Raadt |
2002-12-02 | allow for "altq on $interface" without specifying a bandwidth. The | Henning Brauer |
2002-12-01 | deal with not-ALTQ-enabled kernels | Henning Brauer |