Age | Commit message (Expand) | Author |
2023-11-17 | Do not log errors form pcap_dispatch() caused by signals. | Claudio Jeker |
2023-11-12 | fix the signal numbers passed to siginterrupt. | David Gwynne |
2023-11-09 | avoid restartable syscalls with siginterrupt() against all our handlers. | David Gwynne |
2023-05-09 | switch pflogd from using a bpf read timeout to a wait timeout. | David Gwynne |
2019-07-25 | Fix copy pasto, re-add missing goto in error path. | Bryan Steele |
2019-07-25 | Yet another workaround for crappy libpcap API design | Bryan Steele |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-26 | pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, | Bryan Steele |
2017-09-09 | Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the | Bryan Steele |
2017-09-08 | Bring back the "Exiting" log message in pflogd(8), but do not set | Alexander Bluhm |
2017-09-06 | pflogd(8) currently spams the console on shutdown if syslogd(8) wins the | Bryan Steele |
2017-09-05 | fork+exec model for pflogd(8); move pcap init to the re-exec'd privsep | Bryan Steele |
2017-07-23 | Don't hit pledge(2) restrictions on interface departure | Jeremie Courreges-Anglas |
2016-01-16 | Interface status printing (at exit and USR1) was broken for a while. | Can Erkin Acar |
2015-10-10 | pflogd contained the same "privsep error" as tcpdump -- assuming that | Theo de Raadt |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2012-11-06 | Ensure that if_exists() always closes its socket before returning. | Lawrence Teo |
2012-03-05 | fix format string: | Henning Brauer |
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 |
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-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-10-26 | - sort options | Jason McIntyre |
2006-10-25 | allow pflogd to listen on alternate pflog interfaces | Henning Brauer |
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-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 |
2004-09-17 | ugly spacing | Theo de Raadt |
2004-08-08 | spacing | Theo de Raadt |
2004-05-23 | use strtonum instead of atoi; dhartmei ok | Theo de Raadt |
2004-04-28 | fd leaks; henning ok | Theo de Raadt |
2004-02-13 | cleanup signal handling; close descriptors. | Otto Moerbeek |
2004-01-16 | - standard option order | Jason McIntyre |
2004-01-15 | Try to preserve the integrity of the log file in case of errors/unexpected | Can Erkin Acar |
2003-10-22 | spacing | Theo de Raadt |
2003-10-22 | privilege seperated pflogd | Can Erkin Acar |
2003-09-26 | Walking up to a firewall box which had the console logged in, to see | Theo de Raadt |
2003-08-22 | pf spelling police | David Krause |
2003-05-14 | pflogd now uses the new pflog link type. Trying to append to an existing | Can Erkin Acar |
2003-04-23 | most programs do not syslog at startup. especially this one | Theo de Raadt |
2003-03-11 | always compile and set pcap filters even when filters are not specified. | Kenjiro Cho |
2003-03-01 | Add ANSI prototypes. Get rid of shadow warnings. Use correct | Chad Loder |