Age | Commit message (Expand) | Author |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-03-05 | fix format string: | Henning Brauer |
2011-10-12 | default snaplen is 160 these days | Henning Brauer |
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre |
2010-09-21 | bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit | Henning Brauer |
2010-05-14 | nowadays, .Dx is callable, so we need to quote it; | Ingo Schwarze |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-03 | Adjust pflog BPF descriptions, problem pointed out by jmc@ | Stuart Henderson |
2009-11-16 | pflogd no longer needs libutil; ok deraadt@ | Otto Moerbeek |
2009-11-04 | tweak previous; | Jason McIntyre |
2009-11-03 | Get rid of pflogd.pid because the privsep child cannot delete the pidfile; | Theo de Raadt |
2008-10-22 | log pcap stats upon SIGUSR1; ok canacar | Henning Brauer |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-01-14 | clear up pidfile(-p) option form | Okan Demirmen |
2007-06-06 | fix oups, mlist@scapa.dnsalias.net | Henning Brauer |
2007-06-06 | reverse logic of if_exists so that if_exists(interface) is true if | Henning Brauer |
2007-06-04 | use warn() where warn() is intended, not err() | Henning Brauer |
2007-06-02 | do not shadow globals (in if_exists) | Henning Brauer |
2007-06-02 | on pcap error, check wether the interface went away and exit if it did. | Henning Brauer |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-27 | Complain to stderr if cloned pflog interface doesn't exist. Previously only ... | Jason Dixon |
2007-04-07 | - use .Bk/.Ek to avoid SYNOPSIS splitting | Jason McIntyre |
2007-04-06 | Adds a pidfile argument to pflogd so that individual | Can Erkin Acar |
2006-12-08 | state that if the log file is bad, it is first moved out of the way. if | Joel Knight |
2006-12-06 | style | Michael Knudsen |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-11-19 | Default snaplen has been 116 for a while now. | Joel Knight |
2006-10-26 | - sort options | Jason McIntyre |
2006-10-25 | Remove some unneeded externs. OK canacar@ | Moritz Jodeit |
2006-10-25 | allow pflogd to listen on alternate pflog interfaces | Henning Brauer |
2006-03-06 | convert permanent privilege revocation to use setresuid/setresgid; | Damien Miller |
2006-01-15 | If the log file is invalid/incompatible, try to rename the bad log file | Can Erkin Acar |
2005-07-04 | do not whack errno before using it; Andrey Matveev | Theo de Raadt |
2005-05-27 | filtering on ruleset name is already implemented, document it. | Daniel Hartmeier |
2005-04-14 | sync the list of acceptable values for 'reason' with reality | Joel Knight |
2005-02-09 | missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com> | Henning Brauer |
2005-01-08 | Use the handler specified in phandler instead of always using | Can Erkin Acar |
2005-01-02 | "bad-timestamp" is a valid logging reason; | Jason McIntyre |
2004-12-22 | also pass SIGINT/QUIT to child, from mpech@. ok avsm@ | Otto Moerbeek |
2004-09-17 | ugly spacing | Theo de Raadt |
2004-08-13 | extra check for no message case; ok markus, deraadt, hshoexer, henning | Damien Miller |
2004-08-08 | spacing | Theo de Raadt |
2004-07-14 | no \n in errx(3) | Henning Brauer |
2004-05-23 | use strtonum instead of atoi; dhartmei ok | Theo de Raadt |
2004-04-28 | fd leaks; henning ok | Theo de Raadt |
2004-04-08 | sigh, really fix the error message this time, thanks Moritz Jodeit | Anil Madhavapeddy |
2004-04-08 | reorder error message and send_fd in order to display the correct | Anil Madhavapeddy |