History log of /openbsd-current/usr.bin/dig/lib/dns/include/dns/message.h
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.13 17-May-2024 jsg

remove prototypes with no matching function; ok florian@


Revision tags: OPENBSD_7_2_BASE OPENBSD_7_3_BASE OPENBSD_7_4_BASE OPENBSD_7_5_BASE
# 1.12 25-Jun-2022 florian

We do not order RRsets and we are not interested in partial RRsets.
OK sthen


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.11 01-Nov-2020 florian

Implement Extended DNS Error (RFC 8914).
OK otto, sthen


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.10 25-Feb-2020 jsg

reduce multiple newlines


# 1.9 24-Feb-2020 florian

We are always preserving the order of records.
This lets us remove compare_* and casecompare_* functions from
RR types.
OK jung


# 1.8 23-Feb-2020 florian

We never request to clone the buffer from the message parser.
OK millert


# 1.7 23-Feb-2020 florian

We are not passing options to the message renderer.
OK millert


# 1.6 23-Feb-2020 florian

Partial rendering was never implemented.
OK millert


# 1.5 22-Feb-2020 jung

remove some unused args and unused assignments, as result
msgblock_free() becomes just free()

also add UNUSED() for some dns_message *msg args for later
revisit and cleanup

ok millert florian


# 1.4 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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.12 25-Jun-2022 florian

We do not order RRsets and we are not interested in partial RRsets.
OK sthen


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE OPENBSD_7_1_BASE
# 1.11 01-Nov-2020 florian

Implement Extended DNS Error (RFC 8914).
OK otto, sthen


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.10 25-Feb-2020 jsg

reduce multiple newlines


# 1.9 24-Feb-2020 florian

We are always preserving the order of records.
This lets us remove compare_* and casecompare_* functions from
RR types.
OK jung


# 1.8 23-Feb-2020 florian

We never request to clone the buffer from the message parser.
OK millert


# 1.7 23-Feb-2020 florian

We are not passing options to the message renderer.
OK millert


# 1.6 23-Feb-2020 florian

Partial rendering was never implemented.
OK millert


# 1.5 22-Feb-2020 jung

remove some unused args and unused assignments, as result
msgblock_free() becomes just free()

also add UNUSED() for some dns_message *msg args for later
revisit and cleanup

ok millert florian


# 1.4 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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.11 01-Nov-2020 florian

Implement Extended DNS Error (RFC 8914).
OK otto, sthen


Revision tags: OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.10 25-Feb-2020 jsg

reduce multiple newlines


# 1.9 24-Feb-2020 florian

We are always preserving the order of records.
This lets us remove compare_* and casecompare_* functions from
RR types.
OK jung


# 1.8 23-Feb-2020 florian

We never request to clone the buffer from the message parser.
OK millert


# 1.7 23-Feb-2020 florian

We are not passing options to the message renderer.
OK millert


# 1.6 23-Feb-2020 florian

Partial rendering was never implemented.
OK millert


# 1.5 22-Feb-2020 jung

remove some unused args and unused assignments, as result
msgblock_free() becomes just free()

also add UNUSED() for some dns_message *msg args for later
revisit and cleanup

ok millert florian


# 1.4 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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 25-Feb-2020 jsg

reduce multiple newlines


# 1.9 24-Feb-2020 florian

We are always preserving the order of records.
This lets us remove compare_* and casecompare_* functions from
RR types.
OK jung


# 1.8 23-Feb-2020 florian

We never request to clone the buffer from the message parser.
OK millert


# 1.7 23-Feb-2020 florian

We are not passing options to the message renderer.
OK millert


# 1.6 23-Feb-2020 florian

Partial rendering was never implemented.
OK millert


# 1.5 22-Feb-2020 jung

remove some unused args and unused assignments, as result
msgblock_free() becomes just free()

also add UNUSED() for some dns_message *msg args for later
revisit and cleanup

ok millert florian


# 1.4 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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 23-Feb-2020 florian

We never request to clone the buffer from the message parser.
OK millert


# 1.7 23-Feb-2020 florian

We are not passing options to the message renderer.
OK millert


# 1.6 23-Feb-2020 florian

Partial rendering was never implemented.
OK millert


# 1.5 22-Feb-2020 jung

remove some unused args and unused assignments, as result
msgblock_free() becomes just free()

also add UNUSED() for some dns_message *msg args for later
revisit and cleanup

ok millert florian


# 1.4 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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 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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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.3 13-Feb-2020 jsg

remove macros which defined extern "C" for C++

ok florian@


# 1.2 12-Feb-2020 jsg

remove some unreferenced functions

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 12-Feb-2020 jsg

remove some unreferenced functions

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