index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
pfctl
/
pfctl_osfp.c
Age
Commit message (
Expand
)
Author
2020-01-15
Enable pfctl(8) to recursively flush rules and tables from PF driver. The
Alexandr Nedvedicky
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2017-05-28
print_ioctl() is unused if not debugging. Found with clang, after
Michal Mazurek
2017-05-27
Move includes.
Michal Mazurek
2015-12-10
Remove NULL-checks before free(). ok tb@
mmcc
2015-01-21
Include <netinet/in.h> before <net/pfvar.h>. In a future change when
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-25
Remove unnecessary netinet/in_systm.h include.
Lawrence Teo
2013-11-22
Whole bunch of (unsigned char) casts carefully added for ctype calls.
Theo de Raadt
2010-10-18
Revert non-compatible and undocumented bullshit commited by 3 developers
Theo de Raadt
2010-10-17
Add quirks support to operating system fingerprinting. tcpdump part
Joel Sing
2009-12-24
spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h
Igor Sobrado
2006-12-13
IPv6 passive OS fingerprinting.
Jun-ichiro itojun Hagino
2006-04-08
Plug simple memory leak. ``Don't forget to free tcpopts when you
Ray Lai
2005-11-12
return; at end of function is dorky
Theo de Raadt
2005-02-17
Fix indentation as to not mislead the code reader. No functional change.
Aaron Campbell
2004-12-29
Make sure that fingerprint_count gets reset to 0 correctly when we flush
Ryan Thomas McBride
2004-12-19
use strchr instead of index
Theo de Raadt
2004-04-09
Do not try to load directories. found+ok mpech@
Cedric Berger
2004-02-27
make pfctl -s all a bit more useful again by not printing a lllooooooottttt of
Henning Brauer
2004-02-10
KNF
Daniel Hartmeier
2004-02-10
KNF
Henning Brauer
2004-01-29
Clean up 'pfctl -s all' output.
Ryan Thomas McBride
2003-08-27
kill dangling 'else'. fixes modulus in W and M TCP options
Mike Frantzen
2003-08-22
pf spelling police
David Krause
2003-08-22
KNF
Henning Brauer
2003-08-21
Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF.
Mike Frantzen