Age | Commit message (Expand) | Author |
2019-11-27 | use _PATH_ names for unveil if possible | Theo de Raadt |
2019-08-30 | mop up for the pcap.3 rename; | Jason McIntyre |
2019-07-25 | Fix copy pasto, re-add missing goto in error path. | Bryan Steele |
2019-07-25 | Yet another workaround for crappy libpcap API design | Bryan Steele |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2018-08-26 | Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8), | Bryan Steele |
2018-08-26 | pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, | Bryan Steele |
2017-09-09 | Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the | Bryan Steele |
2017-09-08 | Bring back the "Exiting" log message in pflogd(8), but do not set | Alexander Bluhm |
2017-09-06 | pflogd(8) currently spams the console on shutdown if syslogd(8) wins the | Bryan Steele |
2017-09-05 | fork+exec model for pflogd(8); move pcap init to the re-exec'd privsep | Bryan Steele |
2017-08-12 | Make not yet implemented pledges more visible in grep output. | Florian Obser |
2017-07-23 | Don't hit pledge(2) restrictions on interface departure | Jeremie Courreges-Anglas |
2017-07-04 | Revert back previous, pledge cannot be enabled on the privsep'd proc yet, at | Ricardo Mestre |
2017-06-12 | pledge(2) bpf has been in use for some time now on tcpdump(8), this will enable | Ricardo Mestre |
2017-05-30 | Fix escaping: .Nm Op Fl "Dx" turning into "pflogd [-DragonFly]" | Ingo Schwarze |
2017-01-23 | Split pledge "ioctl" into "tape" and "bpf", and allow SIOCGIFGROUP only | Theo de Raadt |
2017-01-23 | pflogd will need pledge(proc), still disabled because of bfd | Sebastian Benoit |
2016-01-16 | Interface status printing (at exit and USR1) was broken for a while. | Can Erkin Acar |
2015-10-10 | pflogd contained the same "privsep error" as tcpdump -- assuming that | Theo de Raadt |
2015-04-28 | Someone went to the trouble of vertically aligning a set of parameters but | Mike Larkin |
2015-02-15 | Use "In" to mark up include files, instead of wrongly wrapping with Aq. | Anthony J. Bentley |
2015-02-07 | When getopt processing flags, many should be flag=1 instead of flag++ | Theo de Raadt |
2014-11-20 | remove sys/file.h includes in favor of fcntl.h where needed. | Ted Unangst |
2014-11-18 | Nuke some obvious #include duplications. | Kenneth R Westerback |
2014-06-26 | Create temporary file with mkstemp and unlink if rename operation fails. | Tobias Stoeckmann |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-09-13 | errx() provides its own newline, so remove it from the string here | Bret Lambert |
2013-07-16 | Add missing .Mt macros for AUTHORS email addresses. | Ingo Schwarze |
2013-06-19 | Do not install pcap-int.h to /usr/include as it is an internal library | Lawrence Teo |
2012-12-04 | remove some unnecessary sys/param.h inclusions | Theo de Raadt |
2012-11-06 | Ensure that if_exists() always closes its socket before returning. | Lawrence Teo |
2012-06-25 | log all, not log-all; ok henning | Jason McIntyre |
2012-04-04 | Return an error much earlier if recvmsg fails | Theo de Raadt |
2012-03-05 | fix format string: | Henning Brauer |
2011-10-12 | default snaplen is 160 these days | Henning Brauer |
2011-05-06 | put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES); | Jason McIntyre |
2010-09-21 | bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit | Henning Brauer |
2010-05-14 | nowadays, .Dx is callable, so we need to quote it; | Ingo Schwarze |
2009-12-24 | spelling fixes, from Brad Tilley; we will not fix src/sbin/dump/dump.h | Igor Sobrado |
2009-12-03 | Adjust pflog BPF descriptions, problem pointed out by jmc@ | Stuart Henderson |
2009-11-16 | pflogd no longer needs libutil; ok deraadt@ | Otto Moerbeek |
2009-11-04 | tweak previous; | Jason McIntyre |
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 |
2008-03-24 | msg_controllen has to be CMSG_SPACE so that the kernel can account for | Theo de Raadt |
2008-03-15 | Repair the simple cases for msg_controllen where it should just be | Theo de Raadt |
2008-03-13 | Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to | Theo de Raadt |
2008-01-14 | clear up pidfile(-p) option form | Okan Demirmen |
2007-06-06 | fix oups, mlist@scapa.dnsalias.net | Henning Brauer |