Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-07-04 | KNF | 1 | -2/+2 | ||
2003-07-04 | cosmetic changes to keep the different code paths in sync; ok henning | 1 | -13/+16 | ||
2003-07-04 | nat pass | 1 | -8/+17 | ||
ok jmc@ | |||||
2003-07-04 | allow for a "pass" modifier on translation rules: | 2 | -49/+60 | ||
nat pass on $ext_if from $a to $b -> $ext_if when the pass modifier is given, the filter ruleset is _not_ evaluated but the packets matching this translation rule are passed unconditionally. ok dhartmei@ cedric@ markus@ | |||||
2003-07-04 | -add a "natpass" field to pf_rule | 2 | -6/+27 | ||
-if natpass is nonzero on nat/rdr/binat rules, do not evaluate the filter ruleset, but set the rulepointer to the default rule (which is a pass rule) in cooperation with daniel. ok dhartmei@ cedric@ markus@ | |||||
2003-07-04 | bad redundant copy; ok daniel | 1 | -2/+1 | ||
2003-07-04 | off byone; netbsd pr 22012 | 1 | -2/+2 | ||
2003-07-04 | Some cosmetic fixes: | 4 | -23/+16 | ||
o get rid of now-unused tempfile variable o move inifdef into diffreg.c (only used there) o correct a comment o use _PATH_DIFF, _PATH_DIFFH and _PATH_PR instead of variables set to them o get rid of hack to look for pr and diff in /bin | |||||
2003-07-04 | no more thailand. joel knight via nick@ | 1 | -3/+0 | ||
2003-07-03 | Fix setting of umaskset. Also, there is no need to use TMP3 for | 1 | -6/+5 | ||
umask detection. | |||||
2003-07-03 | use realpath() in helpers instead of doing it ourselves every time. | 16 | -83/+82 | ||
also fixes pr1662. from otto moerbeek | |||||
2003-07-03 | Bye bye atexit(), bye bye globals... | 5 | -67/+50 | ||
The pfctl.c part will probably need some further improvements. ok henning@ | |||||
2003-07-03 | ansify | 3 | -177/+61 | ||
2003-07-03 | ansify | 2 | -108/+49 | ||
2003-07-03 | clean up strn{cpy,cat}->strl{cpy,cat} | 1 | -21/+12 | ||
ok tdeval@, krw@ | |||||
2003-07-03 | Use numeric comparison operators when testing numeric values. | 2 | -8/+8 | ||
2003-07-03 | some more regress tests for __bounded__ | 8 | -0/+37 | ||
2003-07-03 | Clarify and shrink. | 1 | -21/+10 | ||
In addel(), use $* and isin to avoid a duplicated traversal of the argument list. In bsort() remove code designed to prevent a trailing space in sorted list. With the elimination of cutlast() and cutword() this is not longer necessary. The usual [] -> [[]], etc. in areas being revised. | |||||
2003-07-03 | unused global. dhartmei ok | 1 | -3/+1 | ||
2003-07-03 | This patch finally cleanup pfctl_table.c. No more global buffer, | 8 | -271/+266 | ||
and a couple of parsing functions moved to parse.y or pfctl_parser where they belong. I also took the opportunity to replace "void" functions with exit(1) or err() inside by "int" functions, with the caller checking the return value for errors (much cleaner and an old request from Theo) ok dhartmei@ henning@ | |||||
2003-07-03 | enable tests for dynamic fwd via socks (-D), uses nc(1) | 1 | -1/+2 | ||
2003-07-03 | add documentation from mount(8) that "special" device must correspond | 5 | -5/+39 | ||
to a partition in the disklabel. suggested by Phil Pennock. ok krw@ millert@ | |||||
2003-07-03 | add socks5; speedup; reformat; based on patch from dtucker@zip.com.au | 1 | -13/+22 | ||
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | 4 | -18/+20 | ||
2003-07-03 | Fix a _C_LABEL() typo. | 1 | -2/+2 | ||
2003-07-03 | We have a real setreuid(2) in OpenBSD >= 3.3 | 1 | -1/+3 | ||
2003-07-03 | protos | 1 | -4/+4 | ||
2003-07-03 | strncpy->strlcpy | 1 | -4/+4 | ||
krw@ ok | |||||
2003-07-03 | protos | 1 | -2/+2 | ||
2003-07-03 | sync | 4 | -10/+19 | ||
2003-07-03 | add mmap2 (mmap64, take your pick) and clean up some. use MAP_TRYFIXED | 3 | -21/+77 | ||
since that's the way linux works. no regressions by various ports testers, eyeballed by a few others. | |||||
2003-07-02 | no default -Werror on these | 2 | -4/+4 | ||
2003-07-02 | convert strncat -> strlcat | 3 | -12/+12 | ||
millert@ ok | |||||
2003-07-02 | [kick] fix merge error. | 1 | -2/+2 | ||
2003-07-02 | Use defines for the interrupt type, not magic numbers. | 1 | -5/+5 | ||
2003-07-02 | Add a stub where code could be added to make use of the new key on recent | 1 | -2/+10 | ||
laptop keyboards (mirror display on F7). Documents the key, no functionality. | |||||
2003-07-02 | If the fpu or vector registers are not currently associated with any | 2 | -4/+13 | ||
process, the fpuproc or vecproc are set to NULL, prevent these functions from potentially attempting to access thru a NULL pointer. | |||||
2003-07-02 | missing protos | 14 | -28/+64 | ||
2003-07-02 | fix tslot issues (need level-triggered interrupts); from miod | 1 | -1/+5 | ||
2003-07-02 | Reduce the amount of asm code in powerpc/macppc by replacing it with | 11 | -123/+190 | ||
inlined functions, helps improve readability and fix a couple of bugs. ok miod@ | |||||
2003-07-02 | make ppc_intr_(enable|disable)() inlined functions. | 2 | -29/+26 | ||
2003-07-02 | missing protos | 8 | -12/+52 | ||
2003-07-02 | protos | 21 | -69/+92 | ||
2003-07-02 | ioctlname() proto | 4 | -5/+24 | ||
2003-07-02 | nonstandard -> non-standard | 1 | -2/+2 | ||
jmc@ ok | |||||
2003-07-02 | nonstandard->non-standard | 1 | -2/+2 | ||
jmc@ ok | |||||
2003-07-02 | convert hostkeyalias to lowercase, otherwise uppercase aliases will | 1 | -1/+8 | ||
not match at all; ok henning@ | |||||
2003-07-02 | use /dev/null | 2 | -4/+4 | ||
2003-07-02 | proto | 1 | -3/+3 | ||
2003-07-02 | diffh belongs in /usr/libexec/ | 1 | -1/+1 | ||