bind9/lib/ns
Tony Finch f273fdfc12 De-duplicate __FILE__, __LINE__
Mostly generated automatically with the following semantic patch,
except where coccinelle was confused by #ifdef in lib/isc/net.c

@@ expression list args; @@
- UNEXPECTED_ERROR(__FILE__, __LINE__, args)
+ UNEXPECTED_ERROR(args)
@@ expression list args; @@
- FATAL_ERROR(__FILE__, __LINE__, args)
+ FATAL_ERROR(args)

(cherry picked from commit ec50c58f52)
2022-10-17 16:00:26 +01:00
..
include Only refresh RRset once 2022-09-08 11:50:44 +02:00
client.c Log reason why recursion is not available 2022-09-15 09:40:57 +02:00
hooks.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
interfacemgr.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
listenlist.c Store HTTP quota size inside a listenlist instead of the quota 2022-06-28 16:37:31 +03: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-31 12:06:00 +02:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c BIND 9.18.7 2022-09-21 13:13:30 +02:00
server.c Store HTTP quota size inside a listenlist instead of the quota 2022-06-28 16:37:31 +03:00
sortlist.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00: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-31 12:06:00 +02:00
update.c De-duplicate __FILE__, __LINE__ 2022-10-17 16:00:26 +01:00
xfrout.c log the reason for falling back to AXFR from IXFR at level info 2022-07-12 16:26:13 -07:00