Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-08 | Plug simple memory leak. ``Don't forget to free tcpopts when you | Ray Lai | |
are done.'' From NetBSD from Coverity CID 2057. OK henning@ and jaredy@ | |||
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 | |
our list of fingerprints. ok dhartmei@ henning@ frantzen@ | |||
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 | |
OS fingerprints and a list of interface drivers... cedric deraadt ok | |||
2004-02-10 | KNF | Daniel Hartmeier | |
2004-02-10 | KNF | Henning Brauer | |
2004-01-29 | Clean up 'pfctl -s all' output. | Ryan Thomas McBride | |
ok deraadt@ henning@ | |||
2003-08-27 | kill dangling 'else'. fixes modulus in W and M TCP options | Mike Frantzen | |
2003-08-22 | pf spelling police | David Krause | |
ok dhartmei@ jmc@ | |||
2003-08-22 | KNF | Henning Brauer | |
2003-08-21 | Add Michal Zalewski's p0f v2 style passive OS fingerprinting to PF. | Mike Frantzen | |
Exposes the source IP's operating system to the filter language. Interesting policy decisions are now enforceable: . block proto tcp from any os SCO . block proto tcp from any os Windows to any port smtp . rdr ... from any os "Windows 98" to port WWW -> 127.0.0.1 port 8001 |