| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | When system calls indicate an error they return -1, not some arbitrary | 2019-06-28 | 1 | -4/+4 | |
| | | | | | | | 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. | ||||
| * | Close the fingerprints file in the child after it has been loaded. | 2018-11-08 | 1 | -1/+2 | |
| | | | | | I missed this part in my previous commit. | ||||
| * | Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn't | 2018-11-08 | 1 | -10/+14 | |
| | | | | | | | | | | need to be unveiled at runtime in the monitor process. Cleanup the unused internal privsep "getlines" code, we now explictly fdpass the OS fingerprints file instead. ok mestre@ kn@ | ||||
| * | Reduce differences between the two pfctl_osfp.c files. | 2017-05-28 | 1 | -3/+9 | |
| | | | | | | | Apply three commits from pfctl/pfctl_osfp.c OK bluhm@ | ||||
| * | Catch up with pfctl/pfctl_osfp.c, no binary change. | 2017-05-28 | 1 | -15/+7 | |
| | | | | | OK deraadt@ | ||||
| * | Remove two sets of NULL-checks before free(). | 2015-12-05 | 1 | -19/+10 | |
| | | |||||
| * | Adjust <sys/param.h> comments regarding use of use of MSIZE, or | 2015-01-20 | 1 | -3/+4 | |
| | | | | | | delete <sys/param.h> if now possible ok guenther | ||||
| * | No use for <netinet/in_systm.h> nor <netinet/tcpip.h>. | 2014-08-14 | 1 | -2/+1 | |
| | | |||||
| * | ctype cleanups, now that the kernel has u_char strings (that is the | 2013-12-22 | 1 | -15/+15 | |
| | | | | | | easy road, otherwise this would be a righteous mess) ok florian | ||||
| * | Revert non-compatible and undocumented bullshit commited by 3 developers | 2010-10-18 | 1 | -82/+9 | |
| | | | | | | | | | who decided to just do it on their own. henning, mcbride, jsing -- shame on you -- if you had shown this diff to just 1 other network developer, the astounding mistake in it would have been noticed. Start practicing inclusionary development instead of going alone. ok claudio | ||||
| * | Add quirks support to operating system fingerprinting. tcpdump part | 2010-10-17 | 1 | -9/+82 | |
| | | | | | | | by mcbride@. ok mcbride@ henning@ | ||||
| * | use correct struct when checking DF or INET6, ok frantzen@ months ago | 2008-06-16 | 1 | -2/+2 | |
| | | | | | forgotten in one of my trees | ||||
| * | IPv6 passive OS fingerprinting. | 2006-12-13 | 1 | -1/+9 | |
| | | | | | | reuses IPv4 signature file (assuming that TCP code is shared among IPv4/v6). mcbride ok. | ||||
| * | Fix indentation as to not mislead the code reader. No functional change. | 2005-02-17 | 1 | -4/+3 | |
| | | |||||
| * | use strchr instead of index | 2004-12-19 | 1 | -4/+4 | |
| | | |||||
| * | privilege separated tcpdump, joint work with otto@ | 2004-01-28 | 1 | -0/+1093 | |
| tested by avsm@ vincent@ dhartmei@ markus@ hshoexer@ and others go for it deraadt@ | |||||
