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

2749 Commits

Author SHA1 Message Date
Andreas Gustafsson
09df1930e9 client can now reserve multiple types of quota simultaneously;
client quota bug fixes
2000-01-15 00:36:47 +00:00
Andreas Gustafsson
ff03559f14 client can now reserve multiple types of quota simultaneously;
removed unused clienttype argument; client quota bug fixes
2000-01-15 00:36:26 +00:00
Andreas Gustafsson
cec6fc9dc5 client can now reserve multiple types of quota simultaneously;
added module info comment; removed unused ns_clienttype_t and ns_client_destroy
declarations
2000-01-15 00:35:41 +00:00
Andreas Gustafsson
8c36d7eeb9 added isc_quota_attach(), isc_quota_detach() 2000-01-15 00:32:42 +00:00
Bob Halley
16804ba3b7 fix some inaccuracies in the documentation of dns_view_find() 2000-01-14 23:55:26 +00:00
Bob Halley
e594dfe757 Note that we currently assume the targets of A6 RRs are canonical 2000-01-14 23:54:31 +00:00
David Lawrence
45d019f745 checkpoint 2000-01-14 23:10:04 +00:00
Michael Graff
e4f074a2c2 checkpoint 2000-01-14 21:55:44 +00:00
Michael Graff
8f510c28b8 ignore lwres_test 2000-01-14 20:24:24 +00:00
Michael Graff
057393025c incldue lwpacket, we need it 2000-01-14 20:24:02 +00:00
Michael Graff
a3ab70dae2 start on lwres test code 2000-01-14 20:22:28 +00:00
Michael Graff
658db10162 noop packets are now fully functional. 2000-01-14 18:43:30 +00:00
Michael Graff
617361c2c3 build lwres now 2000-01-14 17:29:25 +00:00
Michael Graff
64bed6c543 Checkpoint yesterday's work 2000-01-14 17:28:54 +00:00
Mark Andrews
5d1293f3d3 gethostbyname2() -> lwres_getaddrsbyname() 2000-01-14 05:15:52 +00:00
Mark Andrews
7d2b275f7e checkpoint 2000-01-14 03:01:00 +00:00
Bob Halley
866fdff926 minor tweaks; added some assertions 2000-01-14 02:38:02 +00:00
David Lawrence
e6cf8bb62c also include isc_mem_stats output for allocations with non-0 remaining 2000-01-14 00:33:14 +00:00
Andreas Gustafsson
7693d4de8f added dns_acl_any(), dns_acl_none() 2000-01-13 23:38:55 +00:00
Andreas Gustafsson
a55d0a9080 obey the 'listen-on' configuration option 2000-01-13 23:32:41 +00:00
Andreas Gustafsson
ad61cbe04f previously static server_task is now ns_g_server->task 2000-01-13 22:07:24 +00:00
Andreas Gustafsson
0084a7ed9c reasonable default values for client quotas 2000-01-13 21:17:08 +00:00
Bob Halley
45dadd25ba we sometimes were not decrementing irefcnt 2000-01-13 20:42:43 +00:00
Andreas Gustafsson
2d083fead2 incorrect function name in debug tracing output 2000-01-13 18:58:01 +00:00
David Lawrence
f208c035a6 omapi_wait_for_completion renamed to omapi_connection_wait 2000-01-13 06:13:39 +00:00
David Lawrence
6cdff83aae checkpoint 2000-01-13 06:13:26 +00:00
Michael Graff
43236eb0e1 snapshot 2000-01-13 01:08:05 +00:00
Bob Halley
d3646bfc0e update 2000-01-12 23:24:35 +00:00
Bob Halley
4e3b64c9a4 update list of installed .h files 2000-01-12 23:24:00 +00:00
Andreas Gustafsson
eb37a8ce9e headers should not include themselves 2000-01-12 22:22:50 +00:00
Bob Halley
fbc09123cd shutdown_entries() was erroneously unlocking the wrong lock. 2000-01-12 22:22:20 +00:00
Andreas Gustafsson
bbc11ade9b no need to #include <zone.h> 2000-01-12 22:21:20 +00:00
Bob Halley
70b4d10569 add byaddr support 2000-01-12 20:05:41 +00:00
Bob Halley
34347e0844 add byaddr skeleton 2000-01-12 20:05:15 +00:00
Andreas Gustafsson
0c32f6b044 added shutdown callback to client object;
used it to abort outgoing zone transfers on client shutdown
2000-01-12 18:01:12 +00:00
James Brister
4e7f42f159 Issue 'not implemented yet' warning when rfc2308-type-1 is used. 2000-01-12 15:05:03 +00:00
Bob Halley
f511a9e219 add isc_sockaddrlist_t 2000-01-12 03:01:19 +00:00
Bob Halley
a44c12b332 add dns_adb_findaddrinfo() and dns_adb_freeaddrinfo() 2000-01-12 03:00:33 +00:00
Bob Halley
7c2fd18a36 support freezing; basic forwarding 2000-01-12 02:59:48 +00:00
Bob Halley
4226a822e8 add dns_fwdpolicy_t 2000-01-12 02:59:21 +00:00
Bob Halley
1666db1334 freeze the resolver 2000-01-12 02:58:40 +00:00
Michael Graff
d2955f8cbf contextfree -> freecontext 2000-01-12 02:09:01 +00:00
Michael Graff
495591bf3a update copyrights on newly added lwres files 2000-01-12 02:06:01 +00:00
Michael Graff
5a0ffa9775 add 2000 to all files. I did not regenerate every single file in the system. 2000-01-12 02:05:45 +00:00
Michael Graff
c68fa795a1 add lwres bits 2000-01-12 02:05:44 +00:00
Michael Graff
43b81d7151 add more header files 2000-01-12 01:57:29 +00:00
Michael Graff
cfb4e3459f add function prototypes for noop 2000-01-12 01:56:34 +00:00
Michael Graff
01086ae943 change several unsigned int to isc_uint32_t or isc_uint16_t, and start on the simpliest of all services, noop (aka ping) 2000-01-12 01:50:19 +00:00
Andreas Gustafsson
6b99e640f3 80 columns 2000-01-12 01:19:47 +00:00
Andreas Gustafsson
b778773c61 made server cleanup be more like a mirror image of
the server setup, to ensure that the server object is not destroyed
while still being used
2000-01-12 01:17:34 +00:00