Showing with 217 additions and 62 deletions.
  1. +2 −2 contrib/ldns-host/Makefile
  2. +0 −3 contrib/ldns-host/ldns-host.1
  3. +203 −44 contrib/ldns-host/ldns-host.c
  4. +10 −12 sys/kern/kern_jail.c
  5. +2 −1 sys/kern/kern_sig.c
@@ -6,11 +6,11 @@ LOCALBASE?=/usr/local
PREFIX?=${LOCALBASE}
MANDIR?=${PREFIX}/man

XCFLAGS=${CFLAGS} -I${LOCALBASE}/include
XCFLAGS=${CFLAGS} -I${LOCALBASE}/include -std=c99 -Wall -Wextra -pedantic
XLDFLAGS=${LDFLAGS} -L${LOCALBASE}/lib -lldns

${PROG}: ${SRC}
${CC} -o $@ ${XCFLAGS} ${XLDFLAGS} ${SRC}
${CC} -o $@ ${XCFLAGS} ${SRC} ${XLDFLAGS}

clean:
rm -f ${PROG}
@@ -236,9 +236,6 @@ commands, while
.Sq host
from BIND9 uses whatever command was specified last.
.It
Multi-packet zone transfers are not supported; only the first
response packet is printed.
.It
.Sq Pseudosection TSIG
is missing from verbose packet output.
.El