summaryrefslogtreecommitdiff
path: root/sbin/pflogd
AgeCommit message (Expand)Author
2004-09-17ugly spacingTheo de Raadt
2004-08-13extra check for no message case; ok markus, deraadt, hshoexer, henningDamien Miller
2004-08-08spacingTheo de Raadt
2004-07-14no \n in errx(3)Henning Brauer
2004-05-23use strtonum instead of atoi; dhartmei okTheo de Raadt
2004-04-28fd leaks; henning okTheo de Raadt
2004-04-08sigh, really fix the error message this time, thanks Moritz JodeitAnil Madhavapeddy
2004-04-08reorder error message and send_fd in order to display the correctAnil Madhavapeddy
2004-04-03dont close an invalid fd, canacar@ okAnil Madhavapeddy
2004-03-14Check return code of chdir() after chroot(); noted by Joris Vink, slight modOtto Moerbeek
2004-02-13cleanup signal handling; close descriptors.Otto Moerbeek
2004-01-18Create log files if they do not already exist, but do not followCan Erkin Acar
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
2004-01-15Synchronize with syslogd privsep: When reading a new command fails,Can Erkin Acar
2003-11-20remove -Werror from userland builds, to give us a chance toAnil Madhavapeddy
2003-10-22spacingTheo de Raadt
2003-10-22use setgroups too; canacar okTheo de Raadt
2003-10-22caution with killTheo 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-06-03- section reorderJason McIntyre
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-11mdoc fixes: macros are not allowed inside .Bd -literal blocksDavid Krause
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
2003-02-24to toHenning Brauer
2003-02-19mdoc-police: officer krause catched one againHenning Brauer
2003-02-14and one more tweaking round by krause, thanks!Henning Brauer
2003-01-28typos; added white boldface to examplesJason McIntyre
2002-11-30oopsTheo de Raadt
2002-11-30do not syslog with extra newlineTheo de Raadt
2002-11-09SEE ALSO reordering and corrections.Federico G. Schwindt
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-11Add missing libraries to bsd.prog.mk (mostly kerberosV)Marc Espie
2002-05-08add a newline after pcap error string (as pcap_geterr() doesn't).jasoni
2002-04-23fix grammar in tcpdump exampleMike Frantzen
2002-03-23examples of tcpdump filters on pf log fieldsMike Frantzen
2002-02-28Remove the ifconfig line again, it's in pflog(4), which is now linked,Daniel Hartmeier
2002-02-28Document ethernet layer expressions.Daniel Hartmeier
2002-02-28Up the pflog0 interface. alphabetize xrefs and add pflog(4)Kjell Wooding
2002-01-21deamon -> daemon, from Alexander YurchenkoDaniel Hartmeier
2001-12-13o) start new sentence on a new line;Mike Pechkin
2001-12-06When you give command examples in a manual page prefix them withTheo de Raadt
2001-12-02document tcpdump on pflog0 to make Theo happy and prove nroff can't kill youMike Frantzen
2001-12-01Use pidfile() instead of doing the equivalent thing by hand, and sometimesMiod Vallat