| Commit message (Expand) | Author | Age | Files | Lines |
* | use _PATH_ names for unveil if possible |  deraadt | 2019-11-27 | 1 | -4/+6 |
* | mop up for the pcap.3 rename; |  jmc | 2019-08-30 | 1 | -3/+3 |
* | Fix copy pasto, re-add missing goto in error path. |  brynet | 2019-07-25 | 1 | -1/+2 |
* | Yet another workaround for crappy libpcap API design |  brynet | 2019-07-25 | 1 | -2/+88 |
* | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 2019-06-28 | 2 | -5/+5 |
* | Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8), |  brynet | 2018-08-26 | 1 | -1/+14 |
* | pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, |  brynet | 2018-08-26 | 3 | -104/+17 |
* | Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the |  brynet | 2017-09-09 | 3 | -75/+55 |
* | Bring back the "Exiting" log message in pflogd(8), but do not set |  bluhm | 2017-09-08 | 1 | -2/+3 |
* | pflogd(8) currently spams the console on shutdown if syslogd(8) wins the |  brynet | 2017-09-06 | 2 | -15/+3 |
* | fork+exec model for pflogd(8); move pcap init to the re-exec'd privsep |  brynet | 2017-09-05 | 3 | -39/+133 |
* | Make not yet implemented pledges more visible in grep output. |  florian | 2017-08-12 | 1 | -3/+3 |
* | Don't hit pledge(2) restrictions on interface departure |  jca | 2017-07-23 | 1 | -18/+2 |
* | Revert back previous, pledge cannot be enabled on the privsep'd proc yet, at |  mestre | 2017-07-04 | 1 | -1/+4 |
* | pledge(2) bpf has been in use for some time now on tcpdump(8), this will enable |  mestre | 2017-06-12 | 1 | -5/+2 |
* | Fix escaping: .Nm Op Fl "Dx" turning into "pflogd [-DragonFly]" |  schwarze | 2017-05-30 | 1 | -3/+3 |
* | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only |  deraadt | 2017-01-23 | 1 | -2/+2 |
* | pflogd will need pledge(proc), still disabled because of bfd |  benno | 2017-01-23 | 1 | -2/+2 |
* | Interface status printing (at exit and USR1) was broken for a while. |  canacar | 2016-01-16 | 3 | -72/+5 |
* | pflogd contained the same "privsep error" as tcpdump -- assuming that |  deraadt | 2015-10-10 | 3 | -12/+61 |
* | Someone went to the trouble of vertically aligning a set of parameters but |  mlarkin | 2015-04-28 | 1 | -2/+2 |
* | Use "In" to mark up include files, instead of wrongly wrapping with Aq. |  bentley | 2015-02-15 | 1 | -3/+3 |
* | When getopt processing flags, many should be flag=1 instead of flag++ |  deraadt | 2015-02-07 | 1 | -2/+2 |
* | remove sys/file.h includes in favor of fcntl.h where needed. |  tedu | 2014-11-20 | 1 | -2/+1 |
* | Nuke some obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Create temporary file with mkstemp and unlink if rename operation fails. |  tobias | 2014-06-26 | 1 | -6/+5 |
* | obvious .Pa fixes; found with mandocdb(8) |  schwarze | 2014-01-21 | 1 | -3/+3 |
* | errx() provides its own newline, so remove it from the string here |  blambert | 2013-09-13 | 1 | -2/+2 |
* | Add missing .Mt macros for AUTHORS email addresses. |  schwarze | 2013-07-16 | 1 | -3/+3 |
* | Do not install pcap-int.h to /usr/include as it is an internal library |  lteo | 2013-06-19 | 1 | -1/+5 |
* | remove some unnecessary sys/param.h inclusions |  deraadt | 2012-12-04 | 1 | -2/+3 |
* | Ensure that if_exists() always closes its socket before returning. |  lteo | 2012-11-06 | 1 | -5/+5 |
* | log all, not log-all; ok henning |  jmc | 2012-06-25 | 1 | -4/+6 |
* | Return an error much earlier if recvmsg fails |  deraadt | 2012-04-04 | 1 | -2/+4 |
* | fix format string: |  henning | 2012-03-05 | 1 | -2/+2 |
* | default snaplen is 160 these days |  henning | 2011-10-12 | 1 | -4/+4 |
* | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); |  jmc | 2011-05-06 | 1 | -36/+35 |
* | bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit |  henning | 2010-09-21 | 1 | -2/+2 |
* | nowadays, .Dx is callable, so we need to quote it; |  schwarze | 2010-05-14 | 1 | -3/+3 |
* | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h |  sobrado | 2009-12-24 | 1 | -2/+2 |
* | Adjust pflog BPF descriptions, problem pointed out by jmc@ |  sthen | 2009-12-03 | 1 | -5/+5 |
* | pflogd no longer needs libutil; ok deraadt@ |  otto | 2009-11-16 | 1 | -3/+3 |
* | tweak previous; |  jmc | 2009-11-04 | 1 | -3/+2 |
* | Get rid of pflogd.pid because the privsep child cannot delete the pidfile; |  deraadt | 2009-11-03 | 2 | -21/+6 |
* | log pcap stats upon SIGUSR1; ok canacar |  henning | 2008-10-22 | 2 | -12/+38 |
* | msg_controllen has to be CMSG_SPACE so that the kernel can account for |  deraadt | 2008-03-24 | 1 | -3/+3 |
* | Repair the simple cases for msg_controllen where it should just be |  deraadt | 2008-03-15 | 1 | -3/+3 |
* | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to |  deraadt | 2008-03-13 | 1 | -7/+13 |
* | clear up pidfile(-p) option form |  okan | 2008-01-14 | 1 | -8/+7 |
* | fix oups, mlist@scapa.dnsalias.net |  henning | 2007-06-06 | 1 | -2/+2 |