Bob Halley
|
77ab7ec58e
|
clear ADDRWAIT on timeout
|
1999-10-31 20:36:05 +00:00 |
|
Bob Halley
|
d55dc2ac56
|
implement directory option
|
1999-10-31 19:30:16 +00:00 |
|
Bob Halley
|
431fb211db
|
include unistd.h to get prototype for chdir
|
1999-10-31 19:29:48 +00:00 |
|
Bob Halley
|
67052fc644
|
comment out dumping calls
|
1999-10-31 19:29:20 +00:00 |
|
William King
|
15a5f6eb8f
|
lengthen timeout - some machines do this stuff really really slow ...
|
1999-10-31 19:28:41 +00:00 |
|
Bob Halley
|
8d43223900
|
isc_dir_open api change
|
1999-10-31 19:09:23 +00:00 |
|
Bob Halley
|
0e1bef59f0
|
add isc_dir_chdir; change argument order of isc_dir_open
|
1999-10-31 19:08:17 +00:00 |
|
Bob Halley
|
d019fb186c
|
update copyright
|
1999-10-31 18:43:12 +00:00 |
|
Bob Halley
|
012a352f4b
|
update
|
1999-10-31 18:42:34 +00:00 |
|
Bob Halley
|
d365d9a555
|
update
|
1999-10-31 18:42:15 +00:00 |
|
Bob Halley
|
4a73cf8ee0
|
update copyrights
|
1999-10-31 18:42:01 +00:00 |
|
Bob Halley
|
13acabe3ce
|
clean includes
|
1999-10-31 18:23:03 +00:00 |
|
David Lawrence
|
a376977ecb
|
moved to bin/tests/omapi_test.c
|
1999-10-31 18:00:27 +00:00 |
|
David Lawrence
|
0262a14d94
|
style fluff: "if (parent != NULL)" not "if (parent)"
|
1999-10-31 15:25:11 +00:00 |
|
Bob Halley
|
4344875f60
|
Fix linux privilege dropping.
|
1999-10-31 02:05:31 +00:00 |
|
Bob Halley
|
a5cda71d84
|
fix bad return value
|
1999-10-31 00:06:38 +00:00 |
|
Bob Halley
|
9779deddba
|
Include <isc/print.h>, so that vsnprintf can be used.
Fix typo and eliminate type warning with isc_buffer_putmem().
|
1999-10-31 00:02:31 +00:00 |
|
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 |
|