Commit graph

2349 commits

Author SHA1 Message Date
David Lawrence
80d1f35fc3 boilerplate 1999-11-01 02:32:57 +00:00
Michael Graff
3edb3c8e7d minor formatting nits, and require at least one address family
be requested in calls to dns_adb_createfind().
1999-11-01 02:29:03 +00:00
Mark Andrews
2b89e0b33c remover compiler warning 1999-11-01 00:14:59 +00:00
Mark Andrews
01883602b1 remove compiler warning 1999-11-01 00:10:10 +00:00
David Lawrence
4cd4e5a7e2 Ted Lemon's OMAPI design doc from the DHCP tree 1999-10-31 23:32:43 +00:00
David Lawrence
90d3a7800b + omapi 1999-10-31 23:29:15 +00:00
David Lawrence
74bd12e816 superseded by lib/isc/result.c 1999-10-31 23:27:35 +00:00
David Lawrence
860728724a configure omapi Makefiles 1999-10-31 23:22:36 +00:00
Bob Halley
9b82e777d5 Turn off debugging code that sets the TTL of additional data to very
small values.
1999-10-31 22:02:40 +00:00
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