History log of /openbsd-current/usr.bin/dig/lib/isc/sockaddr.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.16 17-Jan-2022 naddy

dig: fix -Wunused-but-set-variable warnings

with and ok florian@


Revision tags: OPENBSD_6_9_BASE OPENBSD_7_0_BASE
# 1.15 21-Dec-2020 florian

Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.
Since this was the last user of those functions we can delete them.
OK otto


# 1.14 28-Nov-2020 jmatthew

Use IN_MULTICAST correctly, so it checks the IP address rather than the
pointer to it.

ok florian@


Revision tags: OPENBSD_6_8_BASE
# 1.13 15-Sep-2020 florian

We have sockaddr_storage these days, get rid of isc_sockaddr_t.
OK beck, "beautiful" deraadt


# 1.12 15-Sep-2020 florian

The various sockaddr structures have length fields these days.
OK beck


# 1.11 15-Sep-2020 florian

we no longer need isc_netaddr_t
OK beck, deraadt (who also OK'ed the previous two diffs)


# 1.10 15-Sep-2020 florian

move islinklocal, ismulticast, issitelocal from netaddr to sockaddr
OK beck


# 1.9 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.15 21-Dec-2020 florian

Rewrite parse_netprefix to no longer use isc_sockaddr_fromin{,6}.
Since this was the last user of those functions we can delete them.
OK otto


# 1.14 28-Nov-2020 jmatthew

Use IN_MULTICAST correctly, so it checks the IP address rather than the
pointer to it.

ok florian@


Revision tags: OPENBSD_6_8_BASE
# 1.13 15-Sep-2020 florian

We have sockaddr_storage these days, get rid of isc_sockaddr_t.
OK beck, "beautiful" deraadt


# 1.12 15-Sep-2020 florian

The various sockaddr structures have length fields these days.
OK beck


# 1.11 15-Sep-2020 florian

we no longer need isc_netaddr_t
OK beck, deraadt (who also OK'ed the previous two diffs)


# 1.10 15-Sep-2020 florian

move islinklocal, ismulticast, issitelocal from netaddr to sockaddr
OK beck


# 1.9 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.14 28-Nov-2020 jmatthew

Use IN_MULTICAST correctly, so it checks the IP address rather than the
pointer to it.

ok florian@


Revision tags: OPENBSD_6_8_BASE
# 1.13 15-Sep-2020 florian

We have sockaddr_storage these days, get rid of isc_sockaddr_t.
OK beck, "beautiful" deraadt


# 1.12 15-Sep-2020 florian

The various sockaddr structures have length fields these days.
OK beck


# 1.11 15-Sep-2020 florian

we no longer need isc_netaddr_t
OK beck, deraadt (who also OK'ed the previous two diffs)


# 1.10 15-Sep-2020 florian

move islinklocal, ismulticast, issitelocal from netaddr to sockaddr
OK beck


# 1.9 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.13 15-Sep-2020 florian

We have sockaddr_storage these days, get rid of isc_sockaddr_t.
OK beck, "beautiful" deraadt


# 1.12 15-Sep-2020 florian

The various sockaddr structures have length fields these days.
OK beck


# 1.11 15-Sep-2020 florian

we no longer need isc_netaddr_t
OK beck, deraadt (who also OK'ed the previous two diffs)


# 1.10 15-Sep-2020 florian

move islinklocal, ismulticast, issitelocal from netaddr to sockaddr
OK beck


# 1.9 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.13 15-Sep-2020 florian

We have sockaddr_storage these days, get rid of isc_sockaddr_t.
OK beck, "beautiful" deraadt


# 1.12 15-Sep-2020 florian

The various sockaddr structures have length fields these days.
OK beck


# 1.11 15-Sep-2020 florian

we no longer need isc_netaddr_t
OK beck, deraadt (who also OK'ed the previous two diffs)


# 1.10 15-Sep-2020 florian

move islinklocal, ismulticast, issitelocal from netaddr to sockaddr
OK beck


# 1.9 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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 14-Sep-2020 florian

Mechanically replace isc_boolean_t with int.
OK deraadt


# 1.8 14-Sep-2020 florian

Bunch of dead stores and otherwise unused stuff lets us get rid of
unix/net.{c.h}. We need to sprinkle in a few #includes that net.h
dragged in.
OK deraadt


Revision tags: OPENBSD_6_7_BASE
# 1.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.7 25-Feb-2020 jsg

reduce multiple newlines


# 1.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.6 13-Feb-2020 florian

While we do have AF_UNIX support, dig doesn't use it.


# 1.5 13-Feb-2020 jsg

remove more uneeded include statements and files


# 1.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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.4 12-Feb-2020 jsg

remove some unreferenced functions

ok florian@


# 1.3 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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 11-Feb-2020 jsg

remove uneeded #include lines

ok florian@


# 1.2 11-Feb-2020 florian

unifdef feature checks; we have all these things.
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