bind9/bin/named
Michael Graff 46993e1d9d Merge the mlg-20000518 branch onto the mainline. Change summary:
dns_dispatch_create() no longer exists.  dns_dispatch_createtcp()
	and dns_dispatch_getudp() are the replacements.  _createtcp() takes
	a bound, connected TCP socket, while _getudp() will search for
	a sharable UDP socket, and if found, attach to it and return a
	pointer to it.  If one is not found, it will create a udp socket,
	bind it to a supplied local address, and create a new dispatcher
	around it.

	dns_dispatch_remove{request,response}() no longer take the dispatch
	as an argument.

	query-source can now be set per view.

	The dispatch manager holds onto three memory pools, one for
	allocating dispatchers from, one for events, and one for
	requests/replies.  The free list on these pools is hard-coded,
	but set to 1024.  This keeps us from having to dig into the
	isc_mem_t the pools draw from as often.

	dns_resolver_create() and dns_view_createresolver() require that
	valid dispatchers be passed in; dispatchers are no longer created
	for the caller.
2000-05-19 21:46:46 +00:00
..
include/named Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
unix grp.h is required for initgroups() prototype on IRIX. 2000-05-14 13:52:53 +00:00
.cvsignore shared library support 1999-07-03 21:07:10 +00:00
aclconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00
client.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
interfacemgr.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
listenlist.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
log.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
logconf.c oh good lord. the casting problem is really truly fixed this time. mea culpa. 2000-05-11 15:36:20 +00:00
main.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
Makefile.in Infrastructure to allow use of alternate openssl libraries. Default is still to use our internal, now renamed, version. 2000-04-20 18:27:43 +00:00
named.conf.test Files for the config file parsing. 1999-01-30 00:50:10 +00:00
notify.c Silence "end-of-loop condition not reached" warnings from Solaris compiler 2000-05-10 03:33:57 +00:00
omapi.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
query.c in [84], after allowing access to a zone based on the view 2000-05-11 20:10:34 +00:00
server.c Merge the mlg-20000518 branch onto the mainline. Change summary: 2000-05-19 21:46:46 +00:00
tkeyconf.c changed dst_key_free() prototype, misc. dst cleanup 2000-05-19 00:20:59 +00:00
tsigconf.c Megacommit of dozens of files. 2000-05-08 14:38:29 +00:00
update.c changed dst_key_free() prototype, misc. dst cleanup 2000-05-19 00:20:59 +00:00
xfrout.c DNS_R_RANGE -> ISC_R_RANGE 2000-05-15 21:14:38 +00:00
zoneconf.c Needs string.h for function prototypes. For some reason gcc and other 2000-05-08 19:23:32 +00:00