tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
pfctl
/
at
trash-bin2
13 files
Makefile
Revert change that benno apparently commited by mistake and breaks build on gcc architectures. ok florian@
8 years ago
parse.y
- pfctl $nr incorrect macro expansion
4 years ago
pf_print_state.c
Show the routing address selected by "route-to" in "pfctl -s states".
7 years ago
pfctl.8
Mention hostid and checksum
5 years ago
pfctl.c
add tests to cover DIOCCHANGERULE ioctl(2)
4 years ago
pfctl.h
Do the actual pfr_strerror() to pf_strerror() rename
6 years ago
pfctl_optimize.c
When it's the possessive of 'it', it's spelled "its", without the apostrophe.
4 years ago
pfctl_osfp.c
Enable pfctl(8) to recursively flush rules and tables from PF driver. The recursive operation ("pfctl -a '*' ...") works for '-s' option already. This change enables the same thing for '-F' option, so "pfctl -a '*' -Fa" will flush everything from PF driver.
6 years ago
pfctl_parser.c
change route-to so it sends packets to IPs instead of interfaces.
5 years ago
pfctl_parser.h
- pfctl $nr incorrect macro expansion
4 years ago
pfctl_queue.c
When system calls indicate an error they return -1, not some arbitrary value < 0. errno is only updated in this case. Change all (most?) callers of syscalls to follow this better, and let's see if this strictness helps us in the future.
6 years ago
pfctl_radix.c
Unify error message for nonexisting anchors
6 years ago
pfctl_table.c
Do the actual pfr_strerror() to pf_strerror() rename
6 years ago