Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-20 | fix a variety of missing or wrong MLINKS | Theo de Raadt | |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller | |
now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||
2002-11-29 | tcpdump support for pfsync; henning@ ok | Michael Shalayeff | |
2002-08-26 | must yyrestart after longjmp; moritz@jodeit.org | Theo de Raadt | |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-07-09 | more error checking of memory allocation, from clodder@acm.org. okay deraadt@ | Niels Provos | |
2002-05-01 | under lying -> underlying | Todd C. Miller | |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin | |
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||
2002-03-23 | language extensions for PF logs. can specify direction, interface, rule | Mike Frantzen | |
number, reason and action. fix the ipv4/ipv6 distinction while I'm here. | |||
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-01-17 | add pcap_inject back into the header file | Eric Jackson | |
2001-12-17 | fix memory leak associated with compiled BPF program, sync'd from ↵ | Dug Song | |
tcpdump.org. ok itojun@ | |||
2001-12-06 | A FILE * is not a file name, dammit. | Todd C. Miller | |
2001-11-22 | Broken use of .IMPSRC in non-inference rule context | Marc Espie | |
2001-10-02 | change timeval to bpf_timeval; 32 bit in size, permitting much greater ↵ | Theo de Raadt | |
portability | |||
2001-07-06 | #include string.h to get memset() prototype | Todd C. Miller | |
2001-06-25 | DLT_PFLOG | Niels Provos | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-06-29 | remove legacy over-general :{B} match for MAC addresses, fixing filters like ↵ | Dug Song | |
'arp[6:2] = 2'. ok angelos@ | |||
2000-04-27 | s/PCAP_ERRBUFF_SIZE/PCAP_ERRBUF_SIZE/ (sync with reality) | Jun-ichiro itojun Hagino | |
2000-04-27 | crank minor | Theo de Raadt | |
2000-04-26 | sync with libpcap v0.5 | Jakob Schlyter | |
add support for INET6 (kame) | |||
2000-04-13 | use getifaddrs, to avoid copmlicated align constraint in SIOCGIFCONF. | Jun-ichiro itojun Hagino | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
2000-01-18 | Repair duplicate word occurences; (as found by a Perl script sent to us from | Aaron Campbell | |
Tom Christiansen <tchrist@perl.com>). | |||
1999-11-17 | add MLINKs | Todd C. Miller | |
1999-08-30 | someone went overboard with Fn. Also Pa the email address. ok aaron@ | David Leonard | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-07-20 | changes brought in from v0.4; started by brad, more by me, being tested by mts | Theo de Raadt | |
1999-07-19 | if pcap_dump_open() specified a snaplen of -1, make sure pcap_open_offline() ↵ | Theo de Raadt | |
does not malloc -1, but uses max snaplen; pointed out by mts@nfr.net | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-18 | new mandoc-style pcap(3) man page; kwesterback@home.com | Aaron Campbell | |
1999-06-17 | fix RCS tags | Brad Smith | |
1998-09-05 | more man page repairs; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-08-31 | DLT_LOOP has network byte order header | Theo de Raadt | |
1998-08-27 | fix premature free() calling | Michael Shalayeff | |
1998-08-14 | realloc repair | Theo de Raadt | |
1998-07-22 | remove references to tcpslice as it is not shipped with the system.. this is ↵ | Theo de Raadt | |
questionable | |||
1998-07-14 | buf oflows | Theo de Raadt | |
1998-06-26 | handle single char hostnames; jch@honig.net | Theo de Raadt | |
1998-06-24 | typo; deberg@mit.edu | Theo de Raadt | |
1998-06-11 | handle IPSec processed packets (DLT_ENC) in libpcap, display them with | Niels Provos | |
tcpdump + additional info (SPI + which type of transforms where passed). | |||
1998-06-04 | add DLT_LOOP support; 4-byte header indicates proto; cstone@pobox.com | Theo de Raadt | |
1998-02-26 | Enable YP ethers lookup | Niklas Hallqvist | |
1997-08-13 | Fix PR #299 (pcap_inject busted). | dm | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-07-22 | permit numbers at start of hostname; leres@ee.lbl.gov | Theo de Raadt | |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. |