Files
bind9/bin/named
Aram Sargsyan 8cb79fec9d Light refactoring of catz.c
* Change 'dns_catz_new_zones()' function's prototype (the order of the
  arguments) to synchronize it with the similar function in rpz.c.
* Rename 'refs' to 'references' in preparation of ISC_REFCOUNT_*
  macros usage for reference tracking.
* Unify dns_catz_zone_t naming to catz, and dns_catz_zones_t naming to
  catzs, following the logic of similar changes in rpz.c.
* Use C compound literals for structure initialization.
* Synchronize the "new zone version came too soon" log message with the
  one in rpz.c.
* Use more of 'sizeof(*ptr)' style instead of the 'sizeof(type_t)' style
  expressions when allocating or freeing memory for 'ptr'.
2023-02-24 15:00:26 +01:00
..
2023-02-16 18:35:32 +01:00
2023-02-16 18:35:32 +01:00
2023-02-17 12:13:37 +00:00
2023-02-15 16:44:47 +00:00
2023-02-16 18:35:32 +01:00
2023-02-21 13:12:26 +00:00
2023-02-18 20:23:41 +00:00
2023-02-24 15:00:26 +01:00
2023-02-16 18:35:32 +01:00
2022-05-03 12:38:59 +00:00