- 25 Apr, 2000 13 commits
-
-
David Lawrence authored
-
David Lawrence authored
nxtvalidate(). The warning is bogus.
-
David Lawrence authored
consistency with other *_test programs. 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from <isc/time.h> to <isc/types.h>.
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
ignore lwresconf_test binary.
-
David Lawrence authored
-
Michael Graff authored
-
Brian Wellington authored
-
- 24 Apr, 2000 23 commits
-
-
David Lawrence authored
Log at ISC_LOG_DEBUG(1) when dns_zone_load is entered, when it skips loading because the file is older than the last load time, and when it has successfully loaded the zone.
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
than the last time the zone was loaded.
-
David Lawrence authored
isc_ufile -> isc_file_ufile. Don't load a zone if the database file for it is older than the last time the zone was loaded. Style lint.
-
David Lawrence authored
-./lib/isc/include/isc/mktemplate.h C 2000 -./lib/isc/include/isc/ufile.h C 2000 +./lib/isc/unix/file.c C 2000 -./lib/isc/unix/mktemplate.c C 2000 -./lib/isc/unix/ufile.c C 2000 +./lib/isc/win32/file.c C 2000 -./lib/isc/win32/mktemplate.c C 2000
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
subsumed by file.o.
-
David Lawrence authored
No longer include {os}/ufile.o and {os}/mktemplate.o in libisc.a.
-
David Lawrence authored
-
David Lawrence authored
Comment cleanups (ie, many "'t' are a valid." comments made grammatically correct). win32's file.h added missing ISC_LANG_ENDDECLS.
-
David Lawrence authored
isc_file_getmodtime, isc_mktemplate renamed to isc_file_mktemplate and isc_ufile renamed to isc_file_openunique. By no means an exhaustive API, it is just what's needed for now.
-
David Lawrence authored
added for dns_rbt_findnode, the former to disable the setting of the chain to the predecessor, and the latter to make clear when no options are set.
-
David Lawrence authored
of dns_rbt_findnode should be skipped. Nothing external uses it yet, but when the chain option is NULL, this option is set internally as predecessor searching is irrelevant. (It was skipped before now, but via a different mechanism.) Add DNS_RBTFIND_NOOPTIONS to make it clear what the options parameter of dns_rbt_find* is when no options are passed, and use it in dns_rbt_deletename. REQUIRE that DNS_RBTFIND_NOEXACT and DNS_RBTFIND_NOPREDECESSOR are mutually exclusive to dns_rbt_findnode.
-
David Lawrence authored
dns_rbt_find* is when no options are passed. Add DNS_RBTFIND_NOPREDECESSOR to specify that the predecessor searching code of dns_rbt_findnode should be skipped. Much comment cleanup w.r.t. DNS_RBTFIND_* options.
-
David Lawrence authored
static in bn_lib.c. They are only used by bn_lib.c.
-
David Lawrence authored
isc_time_seconds, isc_time_nanoseconds, and isc_time_subtract. 70. [func] isc_time_set() added.
-
David Lawrence authored
-
David Lawrence authored
-
- 21 Apr, 2000 4 commits
-
-
Mark Andrews authored
-
Mark Andrews authored
-
Andreas Gustafsson authored
in the correct order
-
Andreas Gustafsson authored
-