- 24 May, 2000 11 commits
-
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
prototype get_random(). prototype main(). wrap long lines.
-
David Lawrence authored
ISC style fixups.
-
David Lawrence authored
wrapped long lines. fixed comment to ISC style.
-
David Lawrence authored
-
David Lawrence authored
-
David Lawrence authored
wrapped long lines. removed unused stack variable "byte" from set_bit in dnssec-signzone. UNUSED(verbose) for yet-to-be-used variable in dnssec-keygen. argument to return should be in parentheses.
-
David Lawrence authored
added UNUSED(first) for when USEINITALWS is not defined. added missing spaces around assignment operators per ISC style. use ISC_TF() when assigning a boolean value. removed unused stack variables "have_host", "xfr_mode" and "nsfind" from parse_args().
-
David Lawrence authored
use ISC_TF when assigning a boolean value. mask random() to sixteen bits and cast to unsigned short for assignment to lookup->sendmsg->id minor ISC style issues.
-
David Lawrence authored
added UNUSED(first) for when USEINITALWS is not defined. use ISC_TF() when assigning a boolean value. added missing spaces around assignment operators per ISC style.
-
- 23 May, 2000 6 commits
-
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
view object still referenced their old view
-
Michael Sawyer authored
-
Brian Wellington authored
-
Brian Wellington authored
-
Michael Sawyer authored
-
- 22 May, 2000 15 commits
-
-
Michael Sawyer authored
-
Michael Sawyer authored
start to get freed up.
-
Michael Sawyer authored
-
Andreas Gustafsson authored
-
Michael Graff authored
make these compile. dispatch_test works; dispatch_tcp_test does not. Use dns_message_totext() rather than printmessage().
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
code to clean it up after use - no functional change
-
Andreas Gustafsson authored
lower values so that retries and refreshes can be observed
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
the correct source address and are accepted by the slave as coming from a master
-
Andreas Gustafsson authored
instead of example.db); removed spurious semicolon from 'status=0' assignment
-
Andreas Gustafsson authored
-
Andreas Gustafsson authored
-
Mark Andrews authored
-
- 20 May, 2000 1 commit
-
-
Michael Sawyer authored
-
- 19 May, 2000 7 commits
-
-
Michael Sawyer authored
-
Michael Sawyer authored
-
Michael Sawyer authored
-
Michael Graff authored
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.
-
Michael Sawyer authored
-
Michael Sawyer authored
-
Michael Sawyer authored
-