summaryrefslogtreecommitdiff
path: root/sbin/pflogd/pflogd.c
AgeCommit message (Expand)Author
2012-11-06Ensure that if_exists() always closes its socket before returning.Lawrence Teo
2012-03-05fix format string:Henning Brauer
2009-11-03Get rid of pflogd.pid because the privsep child cannot delete the pidfile;Theo de Raadt
2008-10-22log pcap stats upon SIGUSR1; ok canacarHenning Brauer
2007-06-06fix oups, mlist@scapa.dnsalias.netHenning Brauer
2007-06-06reverse logic of if_exists so that if_exists(interface) is true ifHenning Brauer
2007-06-04use warn() where warn() is intended, not err()Henning Brauer
2007-06-02do not shadow globals (in if_exists)Henning Brauer
2007-06-02on pcap error, check wether the interface went away and exit if it did.Henning Brauer
2007-05-27Complain to stderr if cloned pflog interface doesn't exist. Previously only ...Jason Dixon
2007-04-07- use .Bk/.Ek to avoid SYNOPSIS splittingJason McIntyre
2007-04-06Adds a pidfile argument to pflogd so that individualCan Erkin Acar
2006-10-26- sort optionsJason McIntyre
2006-10-25allow pflogd to listen on alternate pflog interfacesHenning Brauer
2006-01-15If the log file is invalid/incompatible, try to rename the bad log fileCan Erkin Acar
2005-07-04do not whack errno before using it; Andrey MatveevTheo de Raadt
2005-02-09missing tzset(), noticed by Chris Kuethe <chris.kuethe@gmail.com>Henning Brauer
2005-01-08Use the handler specified in phandler instead of always usingCan Erkin Acar
2004-09-17ugly spacingTheo de Raadt
2004-08-08spacingTheo de Raadt
2004-05-23use strtonum instead of atoi; dhartmei okTheo de Raadt
2004-04-28fd leaks; henning okTheo de Raadt
2004-02-13cleanup signal handling; close descriptors.Otto Moerbeek
2004-01-16- standard option orderJason McIntyre
2004-01-15Try to preserve the integrity of the log file in case of errors/unexpectedCan Erkin Acar
2003-10-22spacingTheo de Raadt
2003-10-22privilege seperated pflogdCan Erkin Acar
2003-09-26Walking up to a firewall box which had the console logged in, to seeTheo de Raadt
2003-08-22pf spelling policeDavid Krause
2003-05-14pflogd now uses the new pflog link type. Trying to append to an existingCan Erkin Acar
2003-04-23most programs do not syslog at startup. especially this oneTheo de Raadt
2003-03-11always compile and set pcap filters even when filters are not specified.Kenjiro Cho
2003-03-01Add ANSI prototypes. Get rid of shadow warnings. Use correctChad Loder
2002-11-30oopsTheo de Raadt
2002-11-30do not syslog with extra newlineTheo de Raadt
2002-10-17Style nits and missing free(), from david@phobia.msDaniel Hartmeier
2002-09-03use sig_atomic_t; cloderTheo de Raadt
2002-05-23minor KNF encountered while doing yet another boring 4AM source code audit...Theo de Raadt
2002-05-08add a newline after pcap error string (as pcap_geterr() doesn't).jasoni
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat
2001-10-10umask. spotted by form@Mike Pechkin
2001-08-29kill the -i option; it just causes all sorts of grief; canacar@eee.metu.edu.trTheo de Raadt
2001-08-24move back to requested snaplen after SIGHUP; canacar@eee.metu.edu.trTheo de Raadt
2001-08-24rearrange so that snaplen cannot be changed; canacar@eee.metu.edu.trTheo de Raadt
2001-08-23fix usageTheo de Raadt
2001-08-23do not permit snaplen change on an active log fileTheo de Raadt
2001-08-22properly handle empty log fileTheo de Raadt
2001-08-21pflogd; work by canacar@eee.metu.edu.tr and myselfTheo de Raadt