Files
bind9/lib
Michał Kępień ffc7997723 Do not use static variables in lib/dns/zoneverify.c
Make dns_zoneverify_dnssec() eligible for multithreaded use by replacing
the static variables it accesses with a stack-allocated structure
containing these variables.  Implement setup and cleanup routines for
that structure, ensuring no error in these routines causes exit() to be
called any more.  Pass a pointer to that structure to functions
requiring access to variables which were previously static.
2018-06-15 10:10:24 +02:00
..
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00
2018-06-13 14:19:07 +02:00
2018-06-12 09:18:47 +02:00
2018-05-22 16:32:21 -07:00
2018-05-22 16:32:21 -07:00