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_5_7_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.47   9 years  bentley   Use "In" to mark up include files, instead of wrongly wrapping with Aq. Aq is n...
[TXT] pflogd.c  1.51   9 years  deraadt   When getopt processing flags, many should be flag=1 instead of flag++ ok tedu mi...
[TXT] pflogd.h  1.4   13 years  henning   bump default snaplen so that pfloghdr + ip hdr + prot hdr usually fit
[TXT] privsep.c  1.19   9 years  tobias   Create temporary file with mkstemp and unlink if rename operation fails. ok der...
[TXT] privsep_fdpass.c  1.8   9 years  krw   Nuke some obvious #include duplications. ok espie@ deraadt@ millert@ tedu@