History log of /openbsd-current/usr.bin/dig/lib/dns/masterdump.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.11 25-Jun-2022 florian

Remove a bunch of unused DNS_RDATASETATTR_ #defines and mop up.
OK sthen, beck


Revision tags: OPENBSD_6_8_BASE OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.10 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.9 26-Feb-2020 florian

In preparation of compiling lib/dns/rdata/ files individually we need
global visibility of str_totext.
Rename it to isc_str_tobuffer, put it into buffer.c and delete
duplicate implementations.


# 1.8 25-Feb-2020 jsg

reduce multiple newlines


# 1.7 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.10 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.9 26-Feb-2020 florian

In preparation of compiling lib/dns/rdata/ files individually we need
global visibility of str_totext.
Rename it to isc_str_tobuffer, put it into buffer.c and delete
duplicate implementations.


# 1.8 25-Feb-2020 jsg

reduce multiple newlines


# 1.7 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.9 26-Feb-2020 florian

In preparation of compiling lib/dns/rdata/ files individually we need
global visibility of str_totext.
Rename it to isc_str_tobuffer, put it into buffer.c and delete
duplicate implementations.


# 1.8 25-Feb-2020 jsg

reduce multiple newlines


# 1.7 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.8 25-Feb-2020 jsg

reduce multiple newlines


# 1.7 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.7 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.6 18-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.4 13-Feb-2020 jsg

remove unused macros

ok florian@


# 1.3 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.2 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.1 07-Feb-2020 florian

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


# 1.1 07-Feb-2020 florian

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