OpenBSD CVS

src/sbin/pflogd/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / sbin / pflogd

Current tag: OPENBSD_6_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   10 years  lteo   Do not install pcap-int.h to /usr/include as it is an internal library header (p...
[TXT] pflogd.8  1.51   4 years  jmc   mop up for the pcap.3 rename; help/ok deraadt
[TXT] pflogd.c  1.62   4 years  brynet   Fix copy pasto, re-add missing goto in error path.
[TXT] pflogd.h  1.7   6 years  brynet   Rework pflogd(8)'s fork+exec model; re-exec the unpriv child, not the privileged...
[TXT] privsep.c  1.34   4 years  deraadt   use _PATH_ names for unveil if possible
[TXT] privsep_fdpass.c  1.8   9 years  krw   Nuke some obvious #include duplications. ok espie@ deraadt@ millert@ tedu@