Andreas Gustafsson
ed8ba54e64
590. [doc] There are now man pages for the lwres library in
...
doc/man/lwres.
2000-12-04 18:40:24 +00:00
Andreas Gustafsson
c1d04508c8
exclude bin/tests/system/relay from release kits
2000-12-04 17:21:03 +00:00
Andreas Gustafsson
ab3f2d77bd
sanitize away the DNS_OPT_NEWCODES stuff
2000-12-02 04:13:35 +00:00
Andreas Gustafsson
ce1f5b8d0a
rewrote much of the statistics counter code
2000-12-01 23:49:59 +00:00
Andreas Gustafsson
a3e41e3c03
obey the allow-update forwarding option for both signed and unsigned updates;
...
fold the upforwd system test README file and nsupdate input files into the tests.sh script;
other minor cleanup of the upforwd test
2000-12-01 21:37:17 +00:00
Andreas Gustafsson
49a6051082
build from a kit so that sanitation has been performed;
...
otherwise build with a separate object tree won't work
2000-12-01 18:23:45 +00:00
Brian Wellington
a408d5b005
Don't sanitize away the nothreads support
2000-11-22 23:28:27 +00:00
Andreas Gustafsson
64cd7ee717
missing line continuation backslash
2000-11-22 19:03:20 +00:00
Andreas Gustafsson
28002bd7cb
replaced update.scp with a here document
2000-11-20 17:59:20 +00:00
Brian Wellington
cffe50abf6
Lots of copyright updates
2000-11-18 03:01:17 +00:00
Brian Wellington
c0003bfcaf
Added header files; fixed copyrights.
2000-11-18 01:29:14 +00:00
Andreas Gustafsson
abfb7fe67f
add TCL comment type
2000-11-18 01:25:27 +00:00
Brian Wellington
e6f82b9dbb
copyrights
2000-11-17 22:01:45 +00:00
Andreas Gustafsson
ba6fd25808
567. [bug] Setting the zone transfer timeout to zero caused an
...
assertion failure. [RT #302 ]
566. [func] New public function dns_timer_setidle().
2000-11-17 19:04:51 +00:00
Andreas Gustafsson
17071d427f
generate doc/arm/catalog also
2000-11-16 00:25:19 +00:00
Andreas Gustafsson
4fec2b4f6e
added doc/arm/.cvsignore
2000-11-16 00:15:05 +00:00
Brian Wellington
dd16d9d9e7
564. [func] Add sortlist support to lwresd.
2000-11-15 23:56:23 +00:00
Andreas Gustafsson
42cf4e4ead
added convenience scripts for validating the ARM XML code and
...
generating HTML from it
2000-11-15 23:42:02 +00:00
Andreas Gustafsson
850d708185
562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
2000-11-15 00:36:42 +00:00
David Lawrence
8dd130590a
new files, libisc resource.c and resource.h
2000-11-15 00:22:49 +00:00
Brian Wellington
a31c0e3966
Test that the unknown rr type code doesn't load compressed rdata.
2000-11-14 23:52:06 +00:00
Andreas Gustafsson
221fd7bd53
refactored sortlist code to make it possible to sort addresses
...
that are not part of an rdata, as required by lwresd
2000-11-14 03:22:53 +00:00
Andreas Gustafsson
22dde57c6e
added new files from sortlist test suite
2000-11-10 03:23:29 +00:00
Brian Wellington
ca44fe49be
Add a system test for records with unknown types/classes. There are probably
...
a lot more things that could be tested here.
2000-11-10 03:05:54 +00:00
Brian Wellington
38379c5c5e
lwresd search list stuff. This isn't used by getaddrbyname yet, but
...
it's used by the uncommitted getrrsetbyname.
2000-10-24 04:25:16 +00:00
Andreas Gustafsson
a5044c42a8
added copyright message
2000-10-17 20:13:56 +00:00
Brian Wellington
e3124c5bfe
Add lookup.[ch]
2000-10-17 19:37:21 +00:00
Andreas Gustafsson
86cbec9012
update_copyrights treated CONF-SH comments as C comments
...
due to inappropriate use of prefix regexp matching
2000-10-17 19:28:55 +00:00
Brian Wellington
194dc5d0b8
Add bin/tests/journalprint.c
2000-10-16 21:43:03 +00:00
Michael Sawyer
94b50bce2b
Add zone-specific reload and refresh capability to server and rndc
2000-10-12 21:52:00 +00:00
Brian Wellington
cfdb88eb33
removed the check for stray NOMINUM_, since it didn't work. It's also not too useful
...
if keys can now be arbitrary.
2000-10-10 23:12:54 +00:00
Brian Wellington
70c7872be6
state wasn't properly cleared between files
2000-10-10 23:07:35 +00:00
Brian Wellington
3517415542
a few fixes. perl -w is your friend.
2000-10-10 22:46:46 +00:00
Brian Wellington
9d794b5203
Added lwres{} statement to named.conf.
2000-10-04 18:47:24 +00:00
Michael Sawyer
229c6987e7
Get sanitize working with arbitrary keys
2000-09-29 21:31:02 +00:00
Andreas Gustafsson
c3e3c64bcb
omit unfinished man pages (they were omitted
...
from 9.0 by virtue of not having a branch tag, but for
9.1 we have to do it here
2000-09-29 17:14:32 +00:00
Andreas Gustafsson
9560b5fa95
if a file was deleted, subsequent files were not properly renamed
...
because $deletefile was left true
2000-09-28 17:35:19 +00:00
Michael Sawyer
1c66892e02
Fix confparser.y stuff in relation to sanitize.
2000-09-27 18:00:40 +00:00
Michael Sawyer
936438fe8b
Update the sanitize scripts:
...
sanitize -kPUBLIC will remove all code surrounded by
#ifndef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of our internal code)
sanitize -iPUBLIC will remove all code surrounded by
#ifdef NOMINUM_PUBLIC
#endif /* NOMINUM_PUBLIC */
(eg, all of the code which is specific to the public release)
The -k option takes a key, removing any code which requires that key
be unfedined. The idea is that internally we compile everything, and
require no special #defines for that to happen.
NOMINUM_key_DELETE will delete a file if sanitized with -k option.
2000-09-27 17:16:01 +00:00
Brian Wellington
b3596b3981
The file delete option didn't work.
2000-09-26 23:17:32 +00:00
Brian Wellington
c406080562
NOMINUM_PUBLIC_DELETE will cause an entire file to be deleted.
2000-09-26 22:44:19 +00:00
Andreas Gustafsson
922e6a3c2a
478. [bug] "make install" failed if the directory specified with
...
--prefix did not already exist.
2000-09-20 19:06:16 +00:00
Brian Wellington
93ebaca304
remove dnssafe, add openssl rsa
2000-09-16 01:17:00 +00:00
Andreas Gustafsson
dfc887d6fc
make-snapshot.sh is obsolete, use 'kit.sh snapshot' instead
2000-09-15 21:09:33 +00:00
Mark Andrews
23e5e3065d
add bin/tests/system/upforwd/clean.sh
2000-09-13 07:47:03 +00:00
Mark Andrews
f5c09d61a4
update to match current debug output
2000-09-13 01:58:02 +00:00
Mark Andrews
f267ee3e4f
Add upforwd files.
...
Addition cleaning up from previous runs.
2000-09-13 01:24:05 +00:00
Andreas Gustafsson
c4213ed935
added support for building snapshots (but not more
...
than one a day)
2000-09-06 16:20:47 +00:00
Andreas Gustafsson
0a2eab4e35
coding style
2000-09-01 01:06:23 +00:00
Andreas Gustafsson
ec965b4201
.css files are not C files; files of random data removed
2000-08-30 19:20:01 +00:00
Andreas Gustafsson
003b1f94e8
merge_copyrights
2000-08-30 19:11:20 +00:00
Andreas Gustafsson
82493dc831
run check-instincludes as part of altbuild.sh
2000-08-30 17:04:55 +00:00
Brian Wellington
e489c8c653
added non-threaded libisc private header files
2000-08-30 00:09:34 +00:00
Brian Wellington
f05941692e
Add an empty lib/isc/nothreads/condition.c, since it greatly simplifies
...
the build process.
2000-08-29 18:19:29 +00:00
Brian Wellington
bc40028504
Added the "nothreads" directory in lib/isc. These will be used in the
...
non-threaded libisc.
2000-08-28 23:16:50 +00:00
Brian Wellington
dcc6bde0a3
Added a system test for selective forwarding.
2000-08-24 22:23:46 +00:00
Brian Wellington
30e6ea9ded
405. [func] Add support for selective forwarding (forward zones)
2000-08-24 22:15:40 +00:00
Andreas Gustafsson
52f16aeb30
omit doc/private from release kits
2000-08-22 17:28:09 +00:00
Brian Wellington
b3e3e95537
add sig0_test and its keys
2000-08-22 01:14:35 +00:00
Brian Wellington
8eee0fb337
new simple database files
2000-08-21 22:20:57 +00:00
Andreas Gustafsson
374f22b5d3
corrected misleading error messages and made them
...
include the line number where the error was detected;
changed initial letter of error messages to lower case
2000-08-19 01:02:07 +00:00
Brian Wellington
c528dee35b
added lib/dns/sec/dst/gssapi_link.c
2000-08-17 19:03:59 +00:00
Andreas Gustafsson
09fc73adf9
omit doc/todo from distributions
2000-08-11 20:05:25 +00:00
Andreas Gustafsson
f4ba768a60
usage message was wrong
2000-08-11 19:58:19 +00:00
Brian Wellington
2e88e05fd4
add bin/tests/genrandom.c
2000-08-10 22:29:05 +00:00
Andreas Gustafsson
4508b24fcd
nuked zone2_test
2000-08-10 18:38:27 +00:00
David Lawrence
816e576f77
new URL for the copyright notice
2000-08-09 04:37:43 +00:00
Andreas Gustafsson
21f17c42ec
added script for exercising seldom-used build options
2000-08-08 01:07:17 +00:00
Andreas Gustafsson
eefe56c8b3
usage message had old script name
2000-08-02 16:02:40 +00:00
David Lawrence
d6da642b67
Use the copyrights file (or other list of files) as inputer rather than using
...
a find command to generate the files to update. this skips doc/drafts,
doc/rfc, lib/dns/sec/dnssafe, lib/dns/sec/openssl and any other files
we do not make changes to.
2000-08-01 15:25:07 +00:00
David Lawrence
4e2f273e97
bin/tests/system/clean.sh was removed a few weeks ago
2000-08-01 15:22:29 +00:00
David Lawrence
4372495bc7
363. [doc] doc/html was not being maintained so has been removed.
2000-08-01 15:19:19 +00:00
David Lawrence
40f53fa8d9
Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your
...
own CVS tree will help minimize CVS conflicts. Maybe not.
Blame Graff for getting me to trim all trailing whitespace.
2000-08-01 01:33:37 +00:00
David Lawrence
1cd587d241
utility to trim trailing whitespace
2000-08-01 00:51:14 +00:00
David Lawrence
f4a7d04843
Do not put trailing whitespace on comment lines that
...
separate paragraphs
in the copyright notice.
Reindented with 8 column indentation.
2000-08-01 00:46:14 +00:00
Brian Wellington
f4811a903a
lib/dns/sec/dst/dst_support.c no longer exists.
2000-07-31 19:45:56 +00:00
Andreas Gustafsson
66687fb204
replaced nonportable shell substitution with
...
sed command
2000-07-28 05:42:36 +00:00
Andreas Gustafsson
d49d75f507
added script for building release kits
2000-07-28 01:47:16 +00:00
Andreas Gustafsson
1f36109490
use perl5, not perl, so that this works when building test kits on bb
2000-07-28 01:26:23 +00:00
David Lawrence
faf3f04481
don't rename the original file to .bak. it leaves turds all over the source
...
tree, and a clean copy is available from the cvs archive if it is really needed
2000-07-27 23:52:36 +00:00
David Lawrence
15a4474541
word wrap copyright notice at column 70
2000-07-27 09:55:03 +00:00
David Lawrence
b74c4df13a
confparser.y.dirty is 1996-2000, and confparser.y no longer exists
2000-07-27 09:01:59 +00:00
David Lawrence
5829520260
merge_copyrights
2000-07-27 03:28:21 +00:00
David Lawrence
0014d6342b
cope with lines that don't have a year on them without causing perl warnings.
...
provide automatic type for rndc.conf files.
2000-07-27 03:27:35 +00:00
Michael Sawyer
761a1c3761
Add sanitizer and hide per-master key code behind sanitizing #ifdefs
2000-07-26 18:47:43 +00:00
Michael Sawyer
998befa9f3
Copyrights entry for update_test.pl stuff
2000-07-24 22:53:54 +00:00
Brian Wellington
9c4cba349f
334. [func] Added hmac-md5 to libisc.
2000-07-17 17:33:39 +00:00
Andreas Gustafsson
855bda3de3
new joint ISC/BSDI copyright message as requested by
...
Paul Borman <prb@bsdi.com>
2000-07-03 17:44:22 +00:00
Andreas Gustafsson
6f21eab314
util/conf.sh no longer exists
2000-07-03 17:25:30 +00:00
Andreas Gustafsson
0c1002e0b0
./doc/arm/Bv9ARM.9.html HTML 2000
2000-06-29 00:07:37 +00:00
Brian Wellington
8dcb9a058c
Don't ignore Makefile, since it shouldn't exist.
2000-06-28 23:44:41 +00:00
David Lawrence
12e63bfe1d
strip the .in extension from "configure"-processed files to examine their
...
base type. also, identify the type of resolv.conf files automatically.
no need to pull up.
2000-06-28 22:00:38 +00:00
Andreas Gustafsson
507bdd91f7
added script for updating internet-draft collection
2000-06-28 20:37:09 +00:00
David Lawrence
d7e7a17b76
be more tolerant of the copyright comment style used in the manual pages
2000-06-28 19:26:53 +00:00
Andreas Gustafsson
5186d88421
removed lines for files that no longer exist
2000-06-28 18:46:03 +00:00
Andreas Gustafsson
1689e35934
merge_copyrights
2000-06-28 18:42:45 +00:00
David Lawrence
88995c0b8c
autoassociate files with extensions .[1-9] as MAN-style pages
2000-06-28 03:18:41 +00:00
Andreas Gustafsson
32b2edb3a8
don't generate util/conf.sh from configure, as the util directory
...
does not exist in the released version
2000-06-27 00:01:07 +00:00
David Lawrence
ace0d6e296
util/Makefile.in not needed now that distclean removes util/conf.sh from the
...
top level directory
2000-06-23 22:37:46 +00:00
David Lawrence
9036b318cd
ignore Makefile
2000-06-23 18:00:46 +00:00
David Lawrence
6907f46fcf
fix copyright year
2000-06-23 16:42:07 +00:00
David Lawrence
6e01a52384
+ ./util/.cvsignore X 2000
...
+ ./util/Makefile.in MAKE 2000
2000-06-23 02:24:54 +00:00
David Lawrence
5e983ad409
make distclean::
...
rm -f conf.sh
2000-06-23 02:24:09 +00:00
David Lawrence
63ed53d47a
sigh, ignore conf.sh, not util.sh. duh.
2000-06-23 02:18:53 +00:00
David Lawrence
70c2e87282
ignore util.sh
2000-06-23 02:18:17 +00:00
David Lawrence
0978cb57f3
Specify -I flags to compiler based on directory.
...
For lib/lwres, use lwres/lang.h like isc/lang.h is for the other directories.
Don't worry about magic numbers in lib/lwres.
2000-06-23 02:06:44 +00:00
David Lawrence
e85ffb301b
protect the "$Id: $" string that gets printed to files from being
...
expanded itself.
2000-06-22 22:24:05 +00:00
David Lawrence
9c3531d72a
add RCS id string
2000-06-22 22:00:42 +00:00
David Lawrence
541ed6feaf
add RCS id strings to files that lack them
2000-06-22 21:46:35 +00:00
David Lawrence
4b598d8ae5
support COPYRIGHT.BRIEF
...
support YACC, CONF-C, CONF-SH, ZONE, MAN, HTML and TXT types.
coalesce multiyear ranges into a hyphen-separated range.
complain about noncontiguous dates.
only generate .bak file if different from new file.
2000-06-22 17:49:46 +00:00
David Lawrence
460b427411
Generated the list of missing files on the fly.
...
Automatically identify .css, .y, .pl, .sh, .html, .man, named.conf,
resolv.conf, .db, .hint, .gif and .jpg.
2000-06-22 17:45:50 +00:00
David Lawrence
615f17d017
sorted.
...
missing files added.
some types changed -- ie, brief copyrights for text files, copyright conf files
a few dates fixed to match what the file claimed.
2000-06-22 17:38:58 +00:00
David Lawrence
e44e0ff385
update_copyrights
2000-06-22 17:36:01 +00:00
David Lawrence
5a3eba71b4
update_copyrights
2000-06-22 16:36:30 +00:00
David Lawrence
df05ff637f
Copyright (C) @YEARS@ Internet Software Consortium.
...
See COPYRIGHT in the source root or http://www.isc.org/copyright for terms.
2000-06-22 01:30:34 +00:00
Andreas Gustafsson
effc54704b
oops, checked in the wrong file
2000-06-21 22:07:39 +00:00
Andreas Gustafsson
a130a39050
Added script for verifying that all installed include files compile
...
without including other files first, and when compiled with a C++
compiler
2000-06-21 22:06:28 +00:00
Andreas Gustafsson
2f68a81542
more usage documentation
2000-06-21 21:08:14 +00:00
Michael Sawyer
3a5a2acce5
Copyright entry for testsock.pl
2000-06-21 00:51:31 +00:00
David Lawrence
d85aaf6ef7
added fsaccess files
2000-06-20 22:03:46 +00:00
Michael Sawyer
fc20f8d409
New comments
2000-06-20 21:26:56 +00:00
Michael Sawyer
be4ff72289
Add comment to mkreslib and copyright entry
2000-06-20 19:03:01 +00:00
Michael Sawyer
025a4cc5c3
Make the res_ lib from a full bind8 distribution. Run this from the
...
root extraction point of bind8.
2000-06-20 18:46:49 +00:00
Andreas Gustafsson
f9354808d1
fixed DNSSEC tool copyright info based on information from Brian
2000-06-09 21:28:48 +00:00
Andreas Gustafsson
828a5beda3
added support for the 'portions copyright ISC' copyright statement
2000-06-09 21:25:07 +00:00
Andreas Gustafsson
b747b30285
testzones.c is gone
2000-06-09 21:18:19 +00:00
Andreas Gustafsson
6f1f7d5641
res_test.c is gone; couple of typos
2000-06-09 20:52:06 +00:00
Andreas Gustafsson
989312c551
opensslmd5_link.c no longer exists
2000-06-09 19:35:52 +00:00
Andreas Gustafsson
5a6e6c2c9b
support multiple copyright messages, in particular the joint
...
NAI/ISC one; update_copyrights no longer takes the name of the copyright
message file as a command line argument
2000-06-09 19:32:32 +00:00
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
David Lawrence
e6cf8bb62c
also include isc_mem_stats output for allocations with non-0 remaining
2000-01-14 00:33:14 +00:00
Andreas Gustafsson
a55d0a9080
obey the 'listen-on' configuration option
2000-01-13 23:32:41 +00:00
Bob Halley
d3646bfc0e
update
2000-01-12 23:24:35 +00:00
Michael Graff
5a0ffa9775
add 2000 to all files. I did not regenerate every single file in the system.
2000-01-12 02:05:45 +00:00
Michael Graff
c68fa795a1
add lwres bits
2000-01-12 02:05:44 +00:00
Andreas Gustafsson
5f2d1b96ac
new type isc_quota_t, for client (and other) quotas
2000-01-11 21:08:13 +00:00
David Lawrence
487e6abc16
basic windows-nt support
2000-01-04 20:31:10 +00:00
Andreas Gustafsson
6017f424ee
introducing dns_acl_t; other restructuring of server
...
configuration process aiming to reduce the degree of mutual dependency
between lib/dns/config and the rest of libdns
1999-12-16 23:11:07 +00:00
Michael Graff
5f38a3b14a
add lfsr_test.c, lfsr.c, and lfsr.h
1999-12-15 01:51:53 +00:00
Mark Andrews
608f870f48
add notify support
1999-12-14 07:47:35 +00:00
Andreas Gustafsson
19d2b70b53
checked in Perl script for tracking down memory leaks
1999-12-14 02:07:27 +00:00
Andreas Gustafsson
dac2799ea1
new source file aml.c, for address match list handling
1999-11-30 22:10:08 +00:00
Andreas Gustafsson
683da0cd90
added isc_sockaddr_eqaddrprefix() tests
1999-11-29 20:09:23 +00:00
Andreas Gustafsson
715799a30e
removed bin/named/xfrin.c, bin/named/include/named/xfrin.h
1999-11-17 01:41:17 +00:00
Andreas Gustafsson
d71317b05c
added rate limiter files
1999-11-17 01:39:20 +00:00
David Lawrence
90d3a7800b
+ omapi
1999-10-31 23:29:15 +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
David Lawrence
a7c70d26b9
removed 2nd, redundant, lib/dns/sec/dst/Makefile.in
1999-10-08 21:53:11 +00:00
David Lawrence
8834b251b1
+./make/includes.in X 1999
1999-10-07 02:24:51 +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
James Brister
4d723bc84e
Added confview.c and confview.h
1999-10-02 21:16:13 +00:00
David Lawrence
067c6ae66b
+ lib/isc/win32/stdtime.c, lib/isc/win32/include/isc/stdtime.h
1999-09-25 22:37:06 +00:00
Michael Graff
c0b16ed865
add mutexblock.c
1999-09-24 23:26:40 +00:00
Bob Halley
12e425fa79
add rootns.[ch]
1999-09-24 01:39:11 +00:00
David Lawrence
3bc89b0c05
added ./bin/tests/log_test.c, ./lib/dns/include/dns/log.h, ./lib/dns/log.c,
...
./lib/isc/include/isc/log.h, ./lib/isc/log.c,
./lib/isc/win32/include/isc/once.h, ./lib/isc/win32/once.c
1999-09-23 18:16:11 +00:00
David Lawrence
49e558760e
directory scanning API for unix/nt portability
1999-09-23 17:31:59 +00:00
Bob Halley
cdf3c7270e
add ncache.[ch]
1999-09-22 00:35:22 +00:00
Michael Graff
66bd3b3c6b
Start on address.c
1999-09-21 22:46:42 +00:00
Mark Andrews
59a6d9cbcd
Set file modes based on pre updated version.
1999-09-20 02:33:32 +00:00
Andreas Gustafsson
3ddd92da66
improved support for mnemonics in DNSSEC RR types
1999-09-17 09:25:21 +00:00
Michael Graff
e6d6ce00e2
Update all copyright info for all our files.
1999-09-16 00:01:48 +00:00
Michael Graff
d2eb164406
Update copyrights master file
1999-09-15 23:40:42 +00:00
Michael Graff
c32b87bc54
Makefile.in -> MAKE, not SH
1999-09-15 23:20:27 +00:00
Michael Graff
cec00f05ce
Update copyrights
1999-09-15 22:40:57 +00:00
Mark Andrews
b19b0cdd1c
Add lib/isc/vsnprintf.c, lib/dns/zone.c and lib/dns/include/dns/zone.h
...
to copyright database.
1999-09-10 13:14:43 +00:00
Mark Andrews
f9658c3c37
Set copyright dates for renamed rdata files
1999-05-06 01:39:50 +00:00
Bob Halley
78fda31f26
update
1999-05-01 00:48:23 +00:00
Michael Graff
4756105b9c
add copyright bits
1999-04-30 06:02:16 +00:00
Bob Halley
b5cad0c59e
update
1999-04-09 01:12:58 +00:00
Bob Halley
e4c76dcbd1
update
1999-03-08 19:02:18 +00:00
Bob Halley
19de822a35
update
1999-03-06 18:50:15 +00:00
Bob Halley
19ba7857f6
m4 support
1999-03-06 04:09:36 +00:00
Bob Halley
63469b434a
update
1999-03-06 04:09:27 +00:00
Bob Halley
5fbced719b
update
1999-03-06 03:31:39 +00:00
Bob Halley
178f6ad061
support more file types
1999-03-06 03:24:48 +00:00
Bob Halley
036f4a76ec
update
1999-03-06 03:24:21 +00:00
Bob Halley
7cc0f69d17
update
1999-03-04 01:42:11 +00:00
Bob Halley
efd6c944a4
temporarily disable until updated to support non-C comments
1999-03-04 01:04:46 +00:00
Bob Halley
0b72c79146
crude functionality
1999-03-04 01:04:26 +00:00
Bob Halley
3da473e3e9
add new files and file typing
1999-03-04 01:04:15 +00:00
Bob Halley
0440c7d4bf
update
1999-02-18 01:26:49 +00:00
Bob Halley
2bbc9da7cf
update
1999-02-01 21:23:31 +00:00
Bob Halley
fef4f377a4
update
1999-01-15 03:30:15 +00:00
Bob Halley
901a80e370
update
1999-01-09 00:19:19 +00:00
Bob Halley
8d2f9c1581
update
1999-01-07 02:07:27 +00:00
Bob Halley
6095901f65
update
1999-01-06 20:05:18 +00:00
Bob Halley
e4cf160c38
update
1999-01-06 05:41:36 +00:00
Bob Halley
94d102893a
update copyrights
1999-01-04 19:47:40 +00:00
Bob Halley
84b009c9dc
add note
1999-01-04 19:38:06 +00:00
Bob Halley
903b7c030e
add lex
1998-12-30 22:11:19 +00:00
Bob Halley
2cbb7279ed
update
1998-12-18 19:12:00 +00:00
Bob Halley
6e40c6cc72
add new rdata .h files
1998-12-16 01:54:03 +00:00
Bob Halley
3740b569ae
the great type change
1998-12-13 23:45:21 +00:00
Bob Halley
1911d3aabe
add lib/isc/util.h
1998-12-13 02:05:37 +00:00
Bob Halley
b897c52f86
copyright tools
1998-12-12 20:46:28 +00:00