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