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

reduce multiple newlines


# afc94c37 23-Feb-2020 jsg <jsg@openbsd.org>

remove some unused functions

ok jung@


# 0d5299dd 22-Feb-2020 jung <jung@openbsd.org>

remove unused code

ok millert florian


# 8b553854 18-Feb-2020 florian <florian@openbsd.org>

Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
While pulling on that it turns out we can / need git rid of a isc_task
-> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and
isc_sock

Get rid of ISC_MAGIC and ISC_MAGIC_VALID macros.
While pulling on that it turns out we can / need git rid of a isc_task
-> isc__task, isc_taskmgr -> isc__taskmgr, isc_timer -> isc__timer and
isc_socket -> isc__socket indirection.
OK millert

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@


# 59bd6e9f 11-Feb-2020 florian <florian@openbsd.org>

Remove unused functionality from dst_api.c.
OK millert


# 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 ...