History log of /openbsd/sbin/pflogd/Makefile (Results 1 – 10 of 10)
Revision Date Author Comments
# 46ebbf29 29-Aug-2022 deraadt <deraadt@openbsd.org>

Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,
resolvd, slaacd, unwind.
The mitigation story is way better: syscalls are in a randomly located
libc, and every syscall stub is

Dynamically link these /sbin daemons: dhcpleased, mountd, nfsd, pflogd,
resolvd, slaacd, unwind.
The mitigation story is way better: syscalls are in a randomly located
libc, and every syscall stub is randomly located inside that due to
random relinking. As opposed to fixed offset inside a release binary.
There is one known consequence: /usr nfs mounting must use statically
configured IP addresses.
ok kettenis florian, others

show more ...


# 8b44b364 19-Jun-2013 lteo <lteo@openbsd.org>

Do not install pcap-int.h to /usr/include as it is an internal library
header (pointed out by matthew@). Let only pflogd and tcpdump include
pcap-int.h directly since they need it for privilege sepa

Do not install pcap-int.h to /usr/include as it is an internal library
header (pointed out by matthew@). Let only pflogd and tcpdump include
pcap-int.h directly since they need it for privilege separation.

"looks good" sthen
feedback/ok deraadt matthew millert

show more ...


# b7cc8857 16-Nov-2009 otto <otto@openbsd.org>

pflogd no longer needs libutil; ok deraadt@


# 5c9d13eb 26-Nov-2006 deraadt <deraadt@openbsd.org>

repair missing DPADD requests


# 5ff19d39 20-Nov-2003 avsm <avsm@openbsd.org>

remove -Werror from userland builds, to give us a chance to
use more verbose warning options if desired.
ok millert@, henning@, david@


# 0296baa5 22-Oct-2003 canacar <canacar@openbsd.org>

privilege seperated pflogd

_pflogd user and group must be created for proper operation.

ok frantzen@ henning@ mcbride@ deraadt@


# 9d8de179 01-Mar-2003 cloder <cloder@openbsd.org>

Add ANSI prototypes. Get rid of shadow warnings. Use correct
printf format specifiers where needed. Clarify one comment.
Now compiles with -Wmissing-prototypes -Wshadow, and this is
reflected in t

Add ANSI prototypes. Get rid of shadow warnings. Use correct
printf format specifiers where needed. Clarify one comment.
Now compiles with -Wmissing-prototypes -Wshadow, and this is
reflected in the Makefile.
OK deraadt@

show more ...


# 6d68987d 11-May-2002 espie <espie@openbsd.org>

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README

ok deraadt@

show more ...


# b7827e9b 01-Dec-2001 miod <miod@openbsd.org>

Use pidfile() instead of doing the equivalent thing by hand, and sometimes
forgetting to unlink the pid file at exit.
ok millert@ deraadt@


# 29413041 21-Aug-2001 deraadt <deraadt@openbsd.org>

pflogd; work by canacar@eee.metu.edu.tr and myself