2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 21:47:59 +00:00

2031 Commits

Author SHA1 Message Date
Bob Halley
63d1ef9e77 add DNS_R_DROP 1999-10-07 19:40:57 +00:00
Bob Halley
21737e85d8 preserve rr ordering 1999-10-07 19:40:30 +00:00
Bob Halley
3e70e0a2c0 hack to avoid resolver issues 1999-10-07 19:39:53 +00:00
Bob Halley
6d58c9b95e unsend 1999-10-07 19:38:39 +00:00
Bob Halley
33fdc68000 do not build res_test for now 1999-10-07 19:37:40 +00:00
Bob Halley
9f4dd67b1f drop privs on linux 1999-10-07 19:35:02 +00:00
Bob Halley
f4c06dafd5 cancel i/o before detaching from socket 1999-10-07 19:33:54 +00:00
Bob Halley
1c7ac6d8f5 allocate qrdataset dynamically 1999-10-07 19:33:12 +00:00
Bob Halley
5c00d1c900 check for chroot and linux/capability.h 1999-10-07 19:32:08 +00:00
Bob Halley
5d454a5920 using $? is bad 1999-10-07 16:28:23 +00:00
William King
02cae3f325 added -b option 1999-10-07 14:36:45 +00:00
Bob Halley
36ca3df1eb revert to 1.54 1999-10-07 02:56:46 +00:00
Bob Halley
c44989e64a revert to 1.25 (unix only) 1999-10-07 02:55:00 +00:00
David Lawrence
83e8c58817 moved to unix/include/isc/int.h 1999-10-07 02:39:23 +00:00
William King
da663418c6 added -b option to support chdir to a base directory so that data files
can be specified w/out full paths in tests
1999-10-07 02:31:34 +00:00
David Lawrence
8834b251b1 +./make/includes.in X 1999 1999-10-07 02:24:51 +00:00
David Lawrence
eac339874d no more unistd.h; use remove() from stdio rather than unlink() 1999-10-07 02:10:10 +00:00
William King
b747f448c1 modify to error scanning algorithms
added host specific regex file and patterns with assigned severity levels
report fatal errors separate from other errors
suppress duplicate messages
various other minor features
1999-10-07 00:20:33 +00:00
William King
7bdfc3914a i think we have it right now ... 1999-10-07 00:13:53 +00:00
William King
5f121757c6 missing parenthesis on make variable in test target ... 1999-10-06 22:53:21 +00:00
Michael Graff
da547174e2 main has arguments. Get rid of the warnings using (void)argc; and (void)argv; instead. 1999-10-06 22:12:04 +00:00
David Lawrence
eaff62e089 use isc_commandline_parse instead of getopt. still dependent on unistd.h 1999-10-06 20:15:52 +00:00
David Lawrence
d7f6fcf0f1 libt_api.a depends on libisc.a for isc_commandline_parse 1999-10-06 20:12:00 +00:00
David Lawrence
e9c6a07ee3 lint: removed argc/argv parameters from main() because not used in body 1999-10-06 20:08:42 +00:00
David Lawrence
6a759e3869 use isc_commandline_parse instead of getopt 1999-10-06 20:07:25 +00:00
David Lawrence
626100a123 do subdirs alphabetically 1999-10-06 20:00:05 +00:00
David Lawrence
8b901c775d use isc_commandline_parse instead of getopt 1999-10-06 19:59:29 +00:00
David Lawrence
36444427e4 $? instead of $< to build main.@O@, because $< is valid only in nmake inference rules and the effect of using $< is the same 1999-10-06 19:59:14 +00:00
David Lawrence
f46a6d4e43 no more dirent.h and unistd.h.
use isc_dir_* and isc_commandline_parse.
1999-10-06 19:55:29 +00:00
David Lawrence
712aad2d2f gen.c now depends on libisc for isc_commandline_parse and isc_dir_* 1999-10-06 19:52:47 +00:00
David Lawrence
bc39100623 added "-I ../unix/include" ... because ultimately int.h needs to go there, and currently i need the unix string changed to win32 when building on NT 1999-10-06 19:48:27 +00:00
David Lawrence
7c47a2a03c netdb.h for win32 1999-10-06 19:43:19 +00:00
David Lawrence
a72b5fec9d makefiles and cvsignores for the win32 subtree 1999-10-06 19:41:39 +00:00
David Lawrence
156d37e2dc dir.h added to HEADERS 1999-10-06 19:41:01 +00:00
David Lawrence
09da984c2c commandline.h added to HEADERS 1999-10-06 19:40:20 +00:00
David Lawrence
f164ff7b52 win32 needs inet_pton() 1999-10-06 19:37:25 +00:00
David Lawrence
a91a5c2322 New CPP macros ISC_DIR_NAMEMAX and ISC_DIR_PATHMAX; win32 are based
on _MAX_FNAME and _MAX_PATH, unix are "reasonable values" (256 and 1024)
because unix is inconsistent about this.
1999-10-06 19:36:13 +00:00
David Lawrence
b21507bc8d makefiles and cvsignores for the win32 subtree 1999-10-06 19:32:37 +00:00
David Lawrence
afc5e8acb4 +./lib/isc/win32/Makefile.in MAKE 1999
+./lib/isc/win32/.cvsignore                     X       1999
+./lib/isc/win32/include/Makefile.in            MAKE    1999
+./lib/isc/win32/include/.cvsignore             X       1999
+./lib/isc/win32/include/isc/Makefile.in                MAKE    1999
+./lib/isc/win32/include/isc/.cvsignore         X       1999
+./lib/isc/win32/include/isc/net.h              C       1999
+./lib/isc/win32/include/isc/netdb.h            C       1999
1999-10-06 19:29:42 +00:00
David Lawrence
7182ad9121 removed the mutex method 1999-10-06 19:25:41 +00:00
David Lawrence
af97e49f21 + commandline.c
+ WIN32OBJS
1999-10-06 19:23:36 +00:00
David Lawrence
d209a67373 BSD short option getopt, name mangled for the ISC. 1999-10-06 19:23:05 +00:00
William King
37aab7fc21 added test target 1999-10-06 16:37:34 +00:00
William King
504223b18b initial commit of bind9 cron-driven multi-host makefile 1999-10-06 15:01:48 +00:00
William King
1f54fe71f1 initial commit of build reporting tool 1999-10-06 14:59:35 +00:00
Michael Graff
e51511aa32 snapshot 1999-10-05 23:50:43 +00:00
Bob Halley
d1be0cf18b add CD and AD 1999-10-05 22:11:58 +00:00
Brian Wellington
0a478fca74 mention meta rdata problem 1999-10-05 21:36:15 +00:00
Bob Halley
66100d11b5 define socket types in types.h 1999-10-05 21:22:02 +00:00
Bob Halley
cda7ae2eec update 1999-10-05 21:20:49 +00:00