tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sbin
/
pflogd
/
at
jcs
6 files
Makefile
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
3 years ago
pflogd.8
fix synopsis, pcap-filter(5) expressions can be spread across argv
10 months ago
pflogd.c
fix synopsis, pcap-filter(5) expressions can be spread across argv
10 months ago
pflogd.h
remove prototypes with no matching function and externs with no var partly checked by millert@
2 years ago
privsep.c
Change the error reporting pattern throughout the tree when unveil fails to report the path that the failure occured on. Suggested by deraadt@ after some tech discussion.
4 years ago
privsep_fdpass.c
Nuke some obvious #include duplications.
11 years ago