History log of /openbsd-current/usr.bin/dig/lib/dns/rdata/generic/loc_29.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.13 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.12 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.11 26-Feb-2020 florian

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


# 1.10 26-Feb-2020 florian

Always printing unknown types as TYPE%u and not sometimes as %u
considerably simplifies dns_rdatatype_attributes() since we then only
care about reserved types.
tweaks jsg


# 1.9 25-Feb-2020 jsg

reduce multiple newlines


# 1.8 24-Feb-2020 florian

We only need to create cname, ns, soa and tsig structs.
OK jsg


# 1.7 24-Feb-2020 florian

We only need to fill a wire format buffer from soa and tsig structs.
OK jsg


# 1.6 24-Feb-2020 florian

We only need to free cname, ns, soa and tsig structs.
OK jsg


# 1.5 24-Feb-2020 florian

We only need to check the owner for nsec3 records, remove all the
rest.
OK jung


# 1.4 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.3 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.2 20-Feb-2020 florian

We do not generate DNS records from text representations.
OK millert


# 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 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.11 26-Feb-2020 florian

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


# 1.10 26-Feb-2020 florian

Always printing unknown types as TYPE%u and not sometimes as %u
considerably simplifies dns_rdatatype_attributes() since we then only
care about reserved types.
tweaks jsg


# 1.9 25-Feb-2020 jsg

reduce multiple newlines


# 1.8 24-Feb-2020 florian

We only need to create cname, ns, soa and tsig structs.
OK jsg


# 1.7 24-Feb-2020 florian

We only need to fill a wire format buffer from soa and tsig structs.
OK jsg


# 1.6 24-Feb-2020 florian

We only need to free cname, ns, soa and tsig structs.
OK jsg


# 1.5 24-Feb-2020 florian

We only need to check the owner for nsec3 records, remove all the
rest.
OK jung


# 1.4 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.3 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.2 20-Feb-2020 florian

We do not generate DNS records from text representations.
OK millert


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

reduce multiple newlines


# 1.8 24-Feb-2020 florian

We only need to create cname, ns, soa and tsig structs.
OK jsg


# 1.7 24-Feb-2020 florian

We only need to fill a wire format buffer from soa and tsig structs.
OK jsg


# 1.6 24-Feb-2020 florian

We only need to free cname, ns, soa and tsig structs.
OK jsg


# 1.5 24-Feb-2020 florian

We only need to check the owner for nsec3 records, remove all the
rest.
OK jung


# 1.4 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.3 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.2 20-Feb-2020 florian

We do not generate DNS records from text representations.
OK millert


# 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 23-Feb-2020 jung

rmeove more unused functions and code

ok florian


# 1.2 20-Feb-2020 florian

We do not generate DNS records from text representations.
OK millert


# 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 20-Feb-2020 florian

We do not generate DNS records from text representations.
OK millert


# 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