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

2666 Commits

Author SHA1 Message Date
Andreas Gustafsson
4e47460645 bsafe_link.c misspelled bsafe_lin.c 2000-06-08 19:04:53 +00:00
Brian Wellington
59043a3886 Added the "Portions copyright NAI" line 2000-06-08 19:01:11 +00:00
Andreas Gustafsson
43cab91e1e gai_strerror.c replaced by version with ISC copyright 2000-06-08 18:39:53 +00:00
Michael Graff
a721540f20 add md5.c and md5.h, rename sha1_test to hash_test 2000-06-07 00:51:11 +00:00
Michael Graff
74da616f07 add sha1 implementation 2000-06-07 00:15:19 +00:00
Brian Wellington
b1d234eb75 The dnssec tools properly use the logging subsystem and share more code. 2000-05-24 23:54:43 +00:00
Andreas Gustafsson
a89b06a49c sdig is gone 2000-05-24 04:03:05 +00:00
Michael Sawyer
d349843282 Add copyright entries 2000-05-19 22:45:47 +00:00
Brian Wellington
b70494f223 add missing dnssec tools 2000-05-18 21:53:06 +00:00
Andreas Gustafsson
95be83b467 DNSSEC tools now have a new home 2000-05-18 21:45:10 +00:00
Andreas Gustafsson
34d6a8e909 accept %p formats with or without a leading 0x 2000-05-16 00:20:11 +00:00
Michael Sawyer
f004babe63 Small bug fix... Forgot grep -v grep in the script. 2000-05-15 23:15:18 +00:00
Michael Sawyer
43383a70d3 A small perl-based nanny program I used to keep bind running on my system.
It checks both that a process is running and uses dig to make sure it is
answering queries.  It's definately simple and probably a stop-gap solution.
2000-05-15 21:50:39 +00:00
David Lawrence
d8e34837cd isc_file_{stdiofunc} -> isc_stdio_* 2000-05-11 16:14:05 +00:00
David Lawrence
0c73b546ec Moved posix_result from file.c to errno2result.[ch], for use by multiple
source files.  We may want to generalize this as part of the libisc API,
but with a better name.
2000-05-11 15:09:30 +00:00
David Lawrence
bb6ead0a9e -fno-builtin, not -Wno-builtin, and put it in CFLAGS 2000-05-10 03:02:29 +00:00
David Lawrence
5daef09d45 use EXT_CFLAGS to pass -Wno-builtin to gcc, allowing missing prototypes for
functions that have builtins to be properly noticed.
2000-05-09 01:54:35 +00:00
David Lawrence
595babf627 Many changes that I'm sure probably no one cares about enough to
discuss, since I think I'm the only one who has ever run this
or probably ever will.

Still far from perfect, of course.  It's just an auxiliary tool that
whose output needs human interpretation.

But basically ...
   see whether a public header will compile stand-alone.
   recommend ISC_MAGIC_VALID where appropriate.
   use "print" consistent throughout, instead of print/warn.
   ignore a couple of special files.
   fixed some conditions that caused premature termination of checking
2000-05-08 14:15:44 +00:00
David Lawrence
d5b840e737 check redundant/useless header file inclusion in source modules 2000-05-08 14:08:46 +00:00
David Lawrence
81e92fbafa Some files are co-copyright with Network Associates 2000-05-08 13:52:42 +00:00
David Lawrence
9bb05852fe 146. [cleanup] More general redundant header file cleanup. Rather
than continuing to itemize every header which changed,
                        this changelog entry just notes that if a header file
                        did not need another header file that it was including
                        in order to provide its advertized functionality, the
                        inclusion of the other header file was removed.  See
                        util/check-includes for how this was tested.
2000-05-02 00:40:16 +00:00
David Lawrence
78eb5a8c85 str.c/strsep.c merged to string.c 2000-04-29 00:31:35 +00:00
David Lawrence
61e9c1cdbe 116. [func] Added <isc/offset.h> for isc_offset_t 2000-04-28 00:36:56 +00:00
Michael Graff
64f8e4a9e3 add snapshot making script 2000-04-28 00:09:22 +00:00
Michael Sawyer
1ccf150881 Allow field to be hex which was previously limited to decimal 2000-04-27 01:36:37 +00:00
Michael Sawyer
d536f68bee Fix for new memory log output format 2000-04-27 01:24:13 +00:00
David Lawrence
ace5c6590f +./lib/isc/include/isc/file.h C 2000
-./lib/isc/include/isc/mktemplate.h             C       2000
-./lib/isc/include/isc/ufile.h                  C       2000
+./lib/isc/unix/file.c                          C       2000
-./lib/isc/unix/mktemplate.c                    C       2000
-./lib/isc/unix/ufile.c                         C       2000
+./lib/isc/win32/file.c                         C       2000
-./lib/isc/win32/mktemplate.c                   C       2000
2000-04-24 21:54:07 +00:00
Michael Graff
e915367e40 rename openssl functions and exported data to have a dst_ prefix. 2000-04-20 01:13:21 +00:00
Michael Graff
2089873efa set stack size (if < 64k) when starting a thread 2000-04-19 19:23:25 +00:00
James Brister
ed6baf512e removed references to confserv.c and confserv.h 2000-04-05 18:54:11 +00:00
Andreas Gustafsson
a1ed420875 added bin/tests/headerdep_test.sh.in 2000-04-05 17:40:52 +00:00
Bob Halley
047cc700ef update 2000-03-23 19:51:57 +00:00
Bob Halley
6090050823 update 2000-03-23 19:29:41 +00:00
Michael Graff
d736db6dc5 lwres get-addr-by-name returns a linked list, not an array, of names. This
was needed to make adding the sortlist code, which will be checked in
in a few minutes.
2000-03-10 23:11:36 +00:00
Andreas Gustafsson
353dcaf1cc 'logging' statement partially wired up 2000-02-28 18:38:44 +00:00
Bob Halley
6de7f2cbf2 add keytable, request and validator 2000-02-23 23:25:58 +00:00
Andreas Gustafsson
5d82424f5d New source file netaddr.c; new functions isc_netaddr_eqprefix(),
isc_netaddr_masktoprefixlen(), isc_netaddr_fromsockaddr(),
isc_netaddr_fromin(), isc_netaddr_fromin6(), isc_sockaddr_fromnetaddr();
new result code ISC_R_MASKNONCONTIG
2000-02-09 22:52:37 +00:00
Bob Halley
de476e9bd3 update 2000-02-04 06:00:40 +00:00
Bob Halley
7d32c065c7 update copyright 2000-02-03 23:50:32 +00:00
Bob Halley
0de5c101d7 update gai_strerror.c 2000-02-03 23:50:05 +00:00
David Lawrence
ca860d298f 1 added, 3 no longer present 2000-02-02 02:39:53 +00:00
Bob Halley
58007c5fde update 2000-02-01 23:12:03 +00:00
Mark Andrews
7e4d75a5da add copyright notices 2000-02-01 02:58:47 +00:00
Mark Andrews
89ab7f672f add ufile and mktemplate 2000-01-31 07:46:56 +00:00
Mark Andrews
b9c829dc8f add gxbn_test.c 2000-01-27 07:41:34 +00:00
Andreas Gustafsson
f93d33e24f separated BIND specific configuration code from rest
of TSIG/TKEY code; renamed TSIG/TKEY context create and destroy functions for
consistency with rest of library
2000-01-24 19:14:26 +00:00
David Lawrence
b8bd339084 updated list of omapi files 2000-01-22 20:55:24 +00:00
Andreas Gustafsson
8f16e457f7 dns_rootns_create() is now in libdns 2000-01-22 01:59:02 +00:00
Mark Andrews
9b1e4986e1 add netdb.h.in 2000-01-21 01:42:50 +00:00
Mark Andrews
483a5a91ad add isc_strsep() and isc/string.h 2000-01-21 01:40:27 +00:00