summaryrefslogtreecommitdiffstats
path: root/sbin/pflogd (follow)
Commit message (Expand)AuthorAgeFilesLines
* use _PATH_ names for unveil if possiblederaadt2019-11-271-4/+6
* mop up for the pcap.3 rename;jmc2019-08-301-3/+3
* Fix copy pasto, re-add missing goto in error path.brynet2019-07-251-1/+2
* Yet another workaround for crappy libpcap API designbrynet2019-07-251-2/+88
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-5/+5
* Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8),brynet2018-08-261-1/+14
* pflogd(8): don't try to rename(2) broken/invalid pflog files, instead,brynet2018-08-263-104/+17
* Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not thebrynet2017-09-093-75/+55
* Bring back the "Exiting" log message in pflogd(8), but do not setbluhm2017-09-081-2/+3
* pflogd(8) currently spams the console on shutdown if syslogd(8) wins thebrynet2017-09-062-15/+3
* fork+exec model for pflogd(8); move pcap init to the re-exec'd privsepbrynet2017-09-053-39/+133
* Make not yet implemented pledges more visible in grep output.florian2017-08-121-3/+3
* Don't hit pledge(2) restrictions on interface departurejca2017-07-231-18/+2
* Revert back previous, pledge cannot be enabled on the privsep'd proc yet, atmestre2017-07-041-1/+4
* pledge(2) bpf has been in use for some time now on tcpdump(8), this will enablemestre2017-06-121-5/+2
* Fix escaping: .Nm Op Fl "Dx" turning into "pflogd [-DragonFly]"schwarze2017-05-301-3/+3
* Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP onlyderaadt2017-01-231-2/+2
* pflogd will need pledge(proc), still disabled because of bfdbenno2017-01-231-2/+2
* Interface status printing (at exit and USR1) was broken for a while.canacar2016-01-163-72/+5
* pflogd contained the same "privsep error" as tcpdump -- assuming thatderaadt2015-10-103-12/+61
* Someone went to the trouble of vertically aligning a set of parameters butmlarkin2015-04-281-2/+2
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
* When getopt processing flags, many should be flag=1 instead of flag++deraadt2015-02-071-2/+2
* remove sys/file.h includes in favor of fcntl.h where needed.tedu2014-11-201-2/+1
* Nuke some obvious #include duplications.krw2014-11-181-2/+1
* Create temporary file with mkstemp and unlink if rename operation fails.tobias2014-06-261-6/+5
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* errx() provides its own newline, so remove it from the string hereblambert2013-09-131-2/+2
* Add missing .Mt macros for AUTHORS email addresses.schwarze2013-07-161-3/+3
* Do not install pcap-int.h to /usr/include as it is an internal librarylteo2013-06-191-1/+5
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+3
* Ensure that if_exists() always closes its socket before returning.lteo2012-11-061-5/+5
* log all, not log-all; ok henningjmc2012-06-251-4/+6
* Return an error much earlier if recvmsg failsderaadt2012-04-041-2/+4
* fix format string:henning2012-03-051-2/+2
* default snaplen is 160 these dayshenning2011-10-121-4/+4
* put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES);jmc2011-05-061-36/+35
* bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fithenning2010-09-211-2/+2
* nowadays, .Dx is callable, so we need to quote it;schwarze2010-05-141-3/+3
* spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.hsobrado2009-12-241-2/+2
* Adjust pflog BPF descriptions, problem pointed out by jmc@sthen2009-12-031-5/+5
* pflogd no longer needs libutil; ok deraadt@otto2009-11-161-3/+3
* tweak previous;jmc2009-11-041-3/+2
* Get rid of pflogd.pid because the privsep child cannot delete the pidfile;deraadt2009-11-032-21/+6
* log pcap stats upon SIGUSR1; ok canacarhenning2008-10-222-12/+38
* msg_controllen has to be CMSG_SPACE so that the kernel can account forderaadt2008-03-241-3/+3
* Repair the simple cases for msg_controllen where it should just bederaadt2008-03-151-3/+3
* Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due toderaadt2008-03-131-7/+13
* clear up pidfile(-p) option formokan2008-01-141-8/+7
* fix oups, mlist@scapa.dnsalias.nethenning2007-06-061-2/+2