2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-26 12:08:05 +00:00

385 Commits

Author SHA1 Message Date
Michael Graff
6512289679 clean up warnings that shouldn't be there. 1999-10-25 23:18:19 +00:00
Michael Graff
08d1315953 event-driven shutdown/destroy 1999-10-25 23:07:14 +00:00
Michael Graff
3ac63b4720 start on cleanup timer/task 1999-10-25 22:53:15 +00:00
Michael Graff
fbcf7bc351 fix, take II 1999-10-25 21:40:56 +00:00
Michael Graff
11efdeb076 fix 1999-10-25 21:39:08 +00:00
Michael Graff
bb143613cf start on fetch infrastructure 1999-10-25 21:02:54 +00:00
Michael Graff
a385f150bb fix shutdown routines. The adb will go away at the right time, now. 1999-10-22 05:19:42 +00:00
Michael Graff
e45d323a2a s/address/adb/ 1999-10-22 01:02:38 +00:00
Michael Graff
4d727d86b2 fix database lookups to actually REMEMBER what is found. 1999-10-21 23:08:57 +00:00
Michael Graff
dec90b6cae clean up from Bob's quick code walk-through 1999-10-21 01:37:57 +00:00
Michael Graff
29f28fe573 database lookups 1999-10-21 01:18:06 +00:00
Michael Graff
f181f94ec8 snapshot 1999-10-20 23:26:06 +00:00
Michael Graff
beb2b4f196 Allow the srtt value to be adjusted, and update the goodness and srtt when they are modified 1999-10-19 22:21:27 +00:00
Michael Graff
ca924f706b Add a way to adjust goodness. 1999-10-19 22:06:08 +00:00
Michael Graff
f36892bffa remove an INSIST that is no longer needed. 1999-10-19 21:44:25 +00:00
Michael Graff
3f6a666894 Clean up zoneinfo when freeing the entry. This makes more sense, since
we will always want to do this anyway, and less code duplication means less
places to forget to do it.
1999-10-19 21:42:56 +00:00
Michael Graff
f00d96a15c make lameness work, now. Grr. 1999-10-19 21:28:09 +00:00
Michael Graff
f36a81c884 Add the API to allow marking an address as lame for a zone 1999-10-19 21:10:29 +00:00
Michael Graff
d8590892d1 Add code to check for a lame zone, and to expire lame entries as needed. 1999-10-19 20:55:04 +00:00
Michael Graff
30251e07d1 snapshot ; external and internal reference counts are separated out,
and everything but fetches work.
1999-10-19 01:37:22 +00:00
Michael Graff
86944a4c80 snapshot; everything works other than fetches and database lookups. 1999-10-16 00:38:21 +00:00
Michael Graff
6d14fe95e9 snapshot: dns_adb_done() partial implementation, handles mostly work, but
no fetches are started yet.
1999-10-14 00:50:00 +00:00
Michael Graff
a9ece9973c snapshot 1999-10-12 02:06:08 +00:00
Michael Graff
439c0011e6 snapshot 1999-10-08 23:12:21 +00:00
Michael Graff
e51511aa32 snapshot 1999-10-05 23:50:43 +00:00
Michael Graff
64828244e0 Many changes.
o added adb_test.c to test the functions already written.

	o added code to delete names and all associated addresses.

	o added a database dumper which will currently print the adb
	  in a human (or at least developer) readable format.

	o found and fixed many twisted little locking issues.
1999-10-02 01:59:09 +00:00
Michael Graff
50b5857f1a update a comment. 1999-09-25 02:44:40 +00:00
Michael Graff
3c5148c4d9 add dns_adb_refresh() 1999-09-25 01:56:10 +00:00
Michael Graff
519b4a1a27 clean up public vs. private items 1999-09-25 01:44:41 +00:00
Michael Graff
31fab17bcd use isc/magic.h, and (unfortunately) export dns_adbhandle_t's definition 1999-09-25 01:25:46 +00:00
Michael Graff
3024dbecba use isc_mutexblock_init/destroy() 1999-09-24 23:54:42 +00:00
Michael Graff
ad3a5c4b7e Start flushing out the address.c stuff 1999-09-23 00:43:10 +00:00
Michael Graff
213973a334 adjust what points to what. You are lost in a maze of twisty little pointers,
all alike.
1999-09-22 01:01:14 +00:00
Michael Graff
11fcc67616 snapshot address.[ch] 1999-09-22 00:26:20 +00:00
Michael Graff
66bd3b3c6b Start on address.c 1999-09-21 22:46:42 +00:00