index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
pflogd
/
pflogd.c
Age
Commit message (
Expand
)
Author
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
2002-11-30
oops
Theo de Raadt
2002-11-30
do not syslog with extra newline
Theo de Raadt
2002-10-17
Style nits and missing free(), from david@phobia.ms
Daniel Hartmeier
2002-09-03
use sig_atomic_t; cloder
Theo de Raadt
2002-05-23
minor KNF encountered while doing yet another boring 4AM source code audit...
Theo de Raadt
2002-05-08
add a newline after pcap error string (as pcap_geterr() doesn't).
jasoni
2002-01-21
deamon -> daemon, from Alexander Yurchenko
Daniel Hartmeier
2001-12-01
Use pidfile() instead of doing the equivalent thing by hand, and sometimes
Miod Vallat
2001-10-10
umask. spotted by form@
Mike Pechkin
2001-08-29
kill the -i option; it just causes all sorts of grief; canacar@eee.metu.edu.tr
Theo de Raadt
2001-08-24
move back to requested snaplen after SIGHUP; canacar@eee.metu.edu.tr
Theo de Raadt
2001-08-24
rearrange so that snaplen cannot be changed; canacar@eee.metu.edu.tr
Theo de Raadt
2001-08-23
fix usage
Theo de Raadt
2001-08-23
do not permit snaplen change on an active log file
Theo de Raadt
2001-08-22
properly handle empty log file
Theo de Raadt
2001-08-21
pflogd; work by canacar@eee.metu.edu.tr and myself
Theo de Raadt