bind9/lib/ns
Evan Hunt 916ea26ead remove nonfunctional DSCP implementation
DSCP has not been fully working since the network manager was
introduced in 9.16, and has been completely broken since 9.18.
This seems to have caused very few difficulties for anyone,
so we have now marked it as obsolete and removed the
implementation.

To ensure that old config files don't fail, the code to parse
dscp key-value pairs is still present, but a warning is logged
that the feature is obsolete and should not be used. Nothing is
done with configured values, and there is no longer any
range checking.
2023-01-09 12:15:21 -08:00
..
include remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
client.c Don't set EDE in ns_client_aclchecksilent 2023-01-09 15:38:35 +01:00
hooks.c Update sources to Clang 15 formatting 2022-11-29 08:54:34 +01:00
interfacemgr.c remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
listenlist.c remove nonfunctional DSCP implementation 2023-01-09 12:15:21 -08:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c Consider non-stale data when in serve-stale mode 2023-01-09 10:44:01 +01:00
server.c Use designated initializers instead of memset()/MEM_ZERO for structs 2022-10-05 16:44:05 +02:00
sortlist.c De-duplicate __FILE__, __LINE__ 2022-10-17 11:58:26 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
update.c Extend dns_db_allrdatasets to control interation results 2022-12-07 22:20:02 +00:00
xfrout.c Compress zone transfers properly 2022-11-30 12:16:09 +00:00