History log of /openbsd-src/usr.bin/dig/lib/isc/assertions.c (Results 1 – 5 of 5)
Revision Date Author Comments
# b9558d14 25-Feb-2020 jsg <jsg@openbsd.org>

reduce multiple newlines


# bdd5abfe 13-Feb-2020 florian <florian@openbsd.org>

unfidef assertions.h to always have assertions enabled; no change
in behaviour.
While here unifdef one remaining __COVERITY__.
While we might want to move away from assertions we can't just nuke
them

unfidef assertions.h to always have assertions enabled; no change
in behaviour.
While here unifdef one remaining __COVERITY__.
While we might want to move away from assertions we can't just nuke
them since they are used for error checking.

show more ...


# 3f2f3b21 12-Feb-2020 jsg <jsg@openbsd.org>

remove some unreferenced functions

ok florian@


# e49c1783 11-Feb-2020 jsg <jsg@openbsd.org>

remove uneeded #include lines

ok florian@


# 5185a700 07-Feb-2020 florian <florian@openbsd.org>

Move dig(1) and needed DNS libraries into it's own source directory in
usr.bin/dig.

From the beginning when we started to remove unneeded nameserver code,
it was our goal to extract dig functionalit

Move dig(1) and needed DNS libraries into it's own source directory in
usr.bin/dig.

From the beginning when we started to remove unneeded nameserver code,
it was our goal to extract dig functionality from the bind sources,
for everyone's benefit as this is easier to reason about.

In total we removed about 2/3 or over 300.000 lines of code.

We kept the lib/ subdirectory layout but moved the content of bin/ to
the top from the old bind source directory.

Previous sources and history can be found in the src/usr.sbin/bind
Attic.

With & OK deraadt
Proposed directory layout sounds good to sthen

show more ...