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_4_BASE


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.50   5 years  brynet   pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, suspend l...
[TXT] pflogd.c  1.59   5 years  brynet   pflogd(8): don't try to rename(2) broken/invalid pflog files, instead, suspend l...
[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.32   5 years  brynet   Unveil pflogd(8). Similiar to florian@'s recent changes to ifconfig(8), the priv...
[TXT] privsep_fdpass.c  1.8   9 years  krw   Nuke some obvious #include duplications. ok espie@ deraadt@ millert@ tedu@