Age | Commit message (Expand) | Author |
2015-12-05 | Remove ancient and no longer valid installation instructions. | mmcc |
2015-12-05 | Remove LBL-specific stuff and a reference to CHANGES. | mmcc |
2015-12-05 | Remove VERSION, whose contents were simply "3.4". | mmcc |
2015-12-05 | Remove two sets of NULL-checks before free(). | mmcc |
2015-12-05 | Remove a log of changes from 1991 to 1998. | mmcc |
2015-12-05 | strings.h -> string.h so that memcpy is declared. ok deraadt | mmcc |
2015-11-18 | Remove memory.h includes. | mmcc |
2015-11-16 | Remove remaining instances of the register keyword. | mmcc |
2015-11-15 | Remove more register keywords. | mmcc |
2015-11-07 | Ensure the safety of isprint()'s argument. Suggested by guenther@ a few | mmcc |
2015-11-05 | Account for the header size when dealing with null link layer ifaces. | Jeremie Courreges-Anglas |
2015-11-05 | Print unsigned integers as unsigned integers, kill inconsistent casts. | Jeremie Courreges-Anglas |
2015-11-05 | Cap the GRE packet len to tcpdump's snap len, fixes a segfault. | Jeremie Courreges-Anglas |
2015-11-05 | When fetching the GRE version, use GRE_VERS and not a naked "7" as mask. | Jeremie Courreges-Anglas |
2015-11-05 | spelling; from tj | Jason McIntyre |
2015-11-03 | Surround pledge call with blank lines. | mmcc |
2015-11-02 | Print RDNSS nameserver addresses, and print option names for some other | Stuart Henderson |
2015-11-01 | Remove register keyword uses. Still needs to be done in all other | mmcc |
2015-10-28 | pcap_stat fields are unsigned, print them as such | Jeremie Courreges-Anglas |
2015-10-25 | Cast ctype functions' argument to unsigned char. | mmcc |
2015-10-24 | Carry out additional length/size checks in DECnet packet printing, avoiding a | Stuart Henderson |
2015-10-20 | Add an explicit check for a malformed AS segment with (segment length 0), | Stuart Henderson |
2015-10-15 | Fix a crash that occurs when printing the filename in a malformed NFS | Lawrence Teo |
2015-10-14 | Remove conditional compilation and #defines around signal handling | Philip Guenther |
2015-10-13 | Don't use exp2f(), it breaks build on vax. Use a shift instead. | Stefan Sperling |
2015-10-12 | Fix a copy-pasto: Check the correct bit for STBC beacon in HT OP element. | Stefan Sperling |
2015-10-11 | The <ctype.h> is*() interfaces expect EOF or an unsigned char; cast to | Philip Guenther |
2015-10-10 | Make tcpdump(1) print more information from the HT Capabilities element. | Stefan Sperling |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | Move from tame "cmsg" to tame "sendfd" or "recvfd", depending on which | Theo de Raadt |
2015-10-03 | tcpdump is two-process privsep. | Theo de Raadt |
2015-10-01 | remove a bsdi ifdef path | Jonathan Gray |
2015-09-27 | lint is dead: delete the trivial uses of /* VARARGS[0-9]+ */ | Philip Guenther |
2015-09-25 | avoid trailing .Ns, reduce .Xo and .Sm, drop redundant .Bk | Ingo Schwarze |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-09-06 | hex array of bytes should be printed fixed-form; from Jihyun Yu | Theo de Raadt |
2015-08-21 | since stdlib.h is in scope, don't cast.... you know the drill. | Theo de Raadt |
2015-08-20 | stdlib.h is in scope; do not cast malloc/calloc/realloc* | Theo de Raadt |
2015-07-19 | In tcpdump, show 11n HTOP primary and secondary channel numbers for 40MHz BSS, | Stefan Sperling |
2015-07-18 | Make tcpdump show HTOP elements in 11n management frames; ok sthen@ | Stefan Sperling |
2015-07-18 | Add an example about showing wireless frames with tcpdump(8). | Stefan Sperling |
2015-07-17 | Make tcpdump decode the country element in 802.11 mgmt frames. | Stefan Sperling |
2015-07-17 | Make tcpdump display BSS load information contained in 802.11 mgmt frames. | Stefan Sperling |
2015-07-16 | add missing ELEM_CHECK for csa printing, spotted by / ok stsp@ | Stuart Henderson |
2015-07-16 | Make tcpdump show 11n HT capabilities in 802.11 management frames. | Stefan Sperling |
2015-07-15 | Unbreak the tree. Remove use of removed ieee80211 element IDs from hostapd | Stefan Sperling |
2015-07-14 | Move the BIOCGSTATS ioctl operation done by the tcpdump process | Theo de Raadt |
2015-07-12 | For ASCII dumps, tighten printable characters. \v and \f aren't. | Christian Weisgerber |
2015-04-18 | Convert many atoi() calls to strtonum(), adding range checks and failure | Theo de Raadt |
2015-04-15 | opt{ind,err,arg} are already known | Theo de Raadt |