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

2623 Commits

Author SHA1 Message Date
Bob Halley
8393bb7925 eliminate type warning 1999-10-31 00:01:47 +00:00
Bob Halley
eb2c85b103 ISC_NET_HAVEIPV6 -> ISC_PLATFORM_HAVEIPV6 1999-10-30 03:53:19 +00:00
Bob Halley
89acdfd744 add comment documenting needed conversion 1999-10-30 03:52:58 +00:00
Bob Halley
c8b60c24ab initialize a6 chain correctly before copying 1999-10-30 03:41:34 +00:00
Bob Halley
5d397cd3a9 set adb options based on supported network protocols 1999-10-30 03:40:54 +00:00
Bob Halley
dce6dc45b1 linux_dropprivs() seems to be broken; disable for now 1999-10-30 03:38:52 +00:00
Michael Graff
288f9443ac add a few more logging lines; no functional change. 1999-10-30 02:40:59 +00:00
Michael Graff
e883738546 snapshot; a6 seems to work? 1999-10-30 02:26:03 +00:00
Michael Graff
4281fe4a80 dead/needs_poke are flags for adbnames, merge in Bob's changes 1999-10-30 01:58:02 +00:00
Andreas Gustafsson
67125500ac use the logging library, not printf 1999-10-30 01:53:37 +00:00
Andreas Gustafsson
297d85a324 silenced compiler warning 1999-10-30 01:37:55 +00:00
Bob Halley
9af545a6bd a6 checkpoint 2 1999-10-30 01:35:51 +00:00
Andreas Gustafsson
74da83876c don't do pointer arithmetic on null pointers 1999-10-30 01:35:18 +00:00
Andreas Gustafsson
1affefab31 print zone transfer begin/end messages at same level 1999-10-30 01:23:45 +00:00
Bob Halley
fe14eafefa a6 checkpoint 1999-10-30 01:22:16 +00:00
Andreas Gustafsson
5862cce82b print the zone name and master address+port when logging 1999-10-30 01:08:52 +00:00
Andreas Gustafsson
9ed7290e07 new isc_sockaddr_totext() had a comparison backwards 1999-10-30 01:00:05 +00:00
Andreas Gustafsson
ed2cefee11 previous change had syntax errors in ifdef'ed out code 1999-10-30 00:14:08 +00:00
Andreas Gustafsson
1fbb35f902 isc_buffer_putmem() is now in the library 1999-10-29 23:54:37 +00:00
Andreas Gustafsson
91fbf6ef97 the new isc_sockaddr_totext() now null terminates the text;
the terminating null is not part of the buffer's used region
1999-10-29 23:53:26 +00:00
Michael Graff
84c46a7acb cleanup snapshot 1999-10-29 23:53:12 +00:00
Andreas Gustafsson
e5b0c46fbb added isc_buffer_putmem() 1999-10-29 23:50:55 +00:00
Andreas Gustafsson
4ed0c326e6 isc_sockaddr_totext() now writes to an isc_buf_t, not
a dynamically allocated string
1999-10-29 23:46:27 +00:00
Andreas Gustafsson
63bb6b854b use the logging library, not printf;
sorted dns includes
1999-10-29 22:42:44 +00:00
Andreas Gustafsson
81ae5e1ae6 added xfer_in/xfer_out categories and modules 1999-10-29 22:37:47 +00:00
Michael Graff
09f041a8df add logging for adb here, too 1999-10-29 22:36:44 +00:00
Michael Graff
21e7034ec0 print v6 hooks too; use logging system; general cleanup 1999-10-29 22:28:57 +00:00
Michael Graff
cfec676d09 define module adb 1999-10-29 22:28:35 +00:00
Michael Graff
ebdd11e847 clean up; fix hashes 1999-10-29 22:09:31 +00:00
Michael Graff
790d7082a7 ooops 1999-10-29 21:49:38 +00:00
Michael Graff
59e22acc4f fetch change: A -> pointer, AAAA -> pointer, A6 -> list 1999-10-29 21:48:51 +00:00
Bob Halley
cbf4007b0b checkpoint 1999-10-29 21:48:10 +00:00
Bob Halley
f6d54f6ccb fix logic bug 1999-10-29 21:43:13 +00:00
Brian Wellington
fcc30797e1 conflicting variable name removed 1999-10-29 20:37:23 +00:00
Michael Graff
d1fb73ada8 simplify importing rdatasets. One function handles A and AAAA types. 1999-10-29 19:42:06 +00:00
Michael Graff
528829aa8a ipv6 AAAA queries work now. 1999-10-29 19:20:36 +00:00
Michael Graff
c803787146 replace all instances of 'handle' with 'find' since that's what they are now. 1999-10-29 18:30:48 +00:00
Michael Graff
2992344aac dns_adbhandle_t -> dns_adbfind_t 1999-10-29 18:07:32 +00:00
Andreas Gustafsson
b84463c2f7 writing multiple transactions to the journal without
closing and reopening it did not work, and IXFR sometimes does that
1999-10-29 18:04:07 +00:00
Michael Graff
897c9ddb4d implement dns_adb_cancelfind(), rename _done() to _destroyfind(), and _lookup to _createfind() 1999-10-29 18:00:31 +00:00
Bob Halley
efba17ab56 update client->now when resuming after recursion 1999-10-29 16:17:15 +00:00
Bob Halley
7622df5154 add client->now 1999-10-29 16:16:54 +00:00
James Brister
0c357624ee kdeflist functions added 1999-10-29 16:00:13 +00:00
Bob Halley
9df6eb8719 add 1999-10-29 15:52:16 +00:00
Bob Halley
9e5bf8aab6 Comment out 'optional_string' which was defined but not used, causing YACC
on a number of platforms to die.
1999-10-29 15:44:06 +00:00
Bob Halley
4d1ec6f027 xfrin.c was still listed in SRCS 1999-10-29 15:36:08 +00:00
Brian Wellington
ffdcf33647 TSIG uses the new kdeflist accessor, other assorted TSIG/TKEY config updates 1999-10-29 13:56:56 +00:00
Mark Andrews
d13792dd52 ensure comparisions of pointers are for the same type. 1999-10-29 13:21:08 +00:00
Mark Andrews
f2db7ea9b8 Incomplete declaration. 1999-10-29 13:14:49 +00:00
Mark Andrews
90adbb5f1c Remove various "enumerated type mixed with another type" warnings.
More still to be removed.
#define ISC_TF(x) to covert logical result to isc_boolean_t
1999-10-29 12:56:58 +00:00