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
/
usr.sbin
/
dhcrelay
/
at
jcs
10 files
Makefile
We can enable many -W compiler warnings now.
9 years ago
bpf.c
Respect checksum offloading in dhcrelay(8) and dhcrelay6(8).
1 year ago
dhcp.h
Implement support for layer 2 relaying and add further Relay Agent Information (RFC 3046) options. While at there change the naming of the remote destination parameters: instead of "server" call it "destination".
9 years ago
dhcpd.h
Respect checksum offloading in dhcrelay(8) and dhcrelay6(8).
1 year ago
dhcrelay.8
Remove outdated references to dhclient, it's finally going away.
2 years ago
dhcrelay.c
Drop chroot(2) + rdaemon() and rely on pledge(2) to daemon(3) as usual
10 months ago
dispatch.c
Put the clearing of possible embedded scope in an __KAME__ block. This code does not really need to be optional since for non embedded scope link local addresses this is a NOP. OK jca@
5 years ago
log.c
From a syslog perspective it does not make sense to log fatal and warn with the same severity. Switch log_warn() to LOG_ERR and keep fatal() at LOG_CRIT. OK reyk@ florian@
9 years ago
log.h
including sys/cdefs.h manually started as a result of netbsd trying to macro-build a replacement for sccsid, and was done without any concern for namespace damage. Unfortunately this practice started infecting other code as others were unaware they didn't need the file. ok millert guenther
4 years ago
packet.c
Respect checksum offloading in dhcrelay(8) and dhcrelay6(8).
1 year ago