]> git.ipfire.org Git - thirdparty/ldns.git/log
thirdparty/ldns.git
19 years agoadded autoreconf for examples in makedist
Jelte Jansen [Fri, 7 Jul 2006 13:07:00 +0000 (13:07 +0000)] 
added autoreconf for examples in makedist
removed 'philosophy', all info is also in doc/style

19 years agotodo file
Jelte Jansen [Fri, 7 Jul 2006 12:17:11 +0000 (12:17 +0000)] 
todo file

19 years agoadded new error message for errors in socket creation
Jelte Jansen [Fri, 7 Jul 2006 11:04:16 +0000 (11:04 +0000)] 
added new error message for errors in socket creation
if setsockopt fails, just use defaults

19 years agoRemoved ldns_str_remove_comment from parse.h. It is not implemented.
Wouter Wijngaards [Fri, 7 Jul 2006 10:02:50 +0000 (10:02 +0000)] 
Removed ldns_str_remove_comment from parse.h. It is not implemented.

19 years agoMore /s added for all-static targets.
Wouter Wijngaards [Fri, 7 Jul 2006 07:17:15 +0000 (07:17 +0000)] 
More /s added for all-static targets.

19 years agoupdated README
Jelte Jansen [Thu, 6 Jul 2006 21:54:55 +0000 (21:54 +0000)] 
updated README

19 years agoadded reference about MACOSX_DEPLOYMENT_TARGET problem, which apparently is a known...
Jelte Jansen [Thu, 6 Jul 2006 21:42:51 +0000 (21:42 +0000)] 
added reference about MACOSX_DEPLOYMENT_TARGET problem, which apparently is a known issue

19 years agoupdated changelog
Jelte Jansen [Thu, 6 Jul 2006 21:32:31 +0000 (21:32 +0000)] 
updated changelog

should the changelog contain a line * Update changelog? :)

19 years agoand who keeps adding those extra \'s
Jelte Jansen [Thu, 6 Jul 2006 21:19:55 +0000 (21:19 +0000)] 
and who keeps adding those extra \'s

19 years agomissed a / there
Jelte Jansen [Thu, 6 Jul 2006 21:07:14 +0000 (21:07 +0000)] 
missed a / there

19 years agoFixup rrsig, would query for SOA and use anchored RRSIG, this queries the
Wouter Wijngaards [Thu, 6 Jul 2006 15:18:09 +0000 (15:18 +0000)] 
Fixup rrsig, would query for SOA and use anchored RRSIG, this queries the
RRSIG set and then extracts the RR needed.

19 years agoMoved ldns-ixfr and ldns-notify to the attic.
Wouter Wijngaards [Thu, 6 Jul 2006 14:26:24 +0000 (14:26 +0000)] 
Moved ldns-ixfr and ldns-notify to the attic.

19 years agowrong type
Jelte Jansen [Thu, 6 Jul 2006 14:02:17 +0000 (14:02 +0000)] 
wrong type

19 years agostdint dus
Jelte Jansen [Thu, 6 Jul 2006 13:35:19 +0000 (13:35 +0000)] 
stdint dus

19 years agotutorial line and -4/-6 option in walker
Jelte Jansen [Thu, 6 Jul 2006 13:05:26 +0000 (13:05 +0000)] 
tutorial line and -4/-6 option in walker

19 years agoand now without splint warnings
Wouter Wijngaards [Thu, 6 Jul 2006 13:00:17 +0000 (13:00 +0000)] 
and now without splint warnings

19 years ago<config.h> -> "config.h"
Jelte Jansen [Thu, 6 Jul 2006 12:16:26 +0000 (12:16 +0000)] 
<config.h> -> "config.h"

19 years agoNo more 'dereferencing type-punned pointer will break strict-aliasing rules'
Wouter Wijngaards [Thu, 6 Jul 2006 11:45:41 +0000 (11:45 +0000)] 
No more 'dereferencing type-punned pointer will break strict-aliasing rules'
errors, caused by a cast from struct timeval* to time_t*. Time_t could have
a different size then the long in timeval, so assignment is used.

19 years agoAdded capacity for grow/shrink of rr_list, this will improve performance
Wouter Wijngaards [Thu, 6 Jul 2006 10:30:06 +0000 (10:30 +0000)] 
Added capacity for grow/shrink of rr_list, this will improve performance
immensely.

19 years agoclearer README
Wouter Wijngaards [Thu, 6 Jul 2006 09:27:57 +0000 (09:27 +0000)] 
clearer README

19 years agoRemoved %zd (not portable enough) replaced with %d and cast to int.
Wouter Wijngaards [Thu, 6 Jul 2006 08:55:32 +0000 (08:55 +0000)] 
Removed %zd (not portable enough) replaced with %d and cast to int.

19 years agoCompiles on DEC Alpha machine (64bit, FreeBSD/alpha).
Wouter Wijngaards [Thu, 6 Jul 2006 08:22:49 +0000 (08:22 +0000)] 
Compiles on DEC Alpha machine (64bit, FreeBSD/alpha).
Needed to check for -O2 availability in configure(s).
Printing of size_t is bad though, no %zd.

19 years agoremoved print
Jelte Jansen [Wed, 5 Jul 2006 14:38:26 +0000 (14:38 +0000)] 
removed print

19 years agoSunos4 compiler found a small nit, before it choked in inet6 stuff.
Wouter Wijngaards [Wed, 5 Jul 2006 12:54:46 +0000 (12:54 +0000)] 
Sunos4 compiler found a small nit, before it choked in inet6 stuff.

19 years agonsd-test needs network lib.
Wouter Wijngaards [Wed, 5 Jul 2006 12:02:35 +0000 (12:02 +0000)] 
nsd-test needs network lib.

19 years agoGive up if no lib pcap can be found for pcat package.
Wouter Wijngaards [Wed, 5 Jul 2006 11:46:22 +0000 (11:46 +0000)] 
Give up if no lib pcap can be found for pcat package.

19 years agoconfig.h.in is generated by autoheader (autoreconf).
Wouter Wijngaards [Wed, 5 Jul 2006 11:43:02 +0000 (11:43 +0000)] 
config.h.in is generated by autoheader (autoreconf).

19 years agoah that one was generated
Jelte Jansen [Wed, 5 Jul 2006 10:17:20 +0000 (10:17 +0000)] 
ah that one was generated

19 years agoerror is -S and -T are given at the same time
Jelte Jansen [Wed, 5 Jul 2006 10:08:44 +0000 (10:08 +0000)] 
error is -S and -T are given at the same time
error if DS and DNSKEY don't match

19 years agoNeed to include config.h so that uint16_t and so on are known.
Wouter Wijngaards [Wed, 5 Jul 2006 10:05:30 +0000 (10:05 +0000)] 
Need to include config.h so that uint16_t and so on are known.
stdint.h does not exist on all platforms, so configure detection
is needed.

19 years agogot examples to compile on Solaris. No stdint include file. store symbol is globally...
Wouter Wijngaards [Wed, 5 Jul 2006 09:48:02 +0000 (09:48 +0000)] 
got examples to compile on Solaris. No stdint include file. store symbol is globally defined by a library. Need to link with network libs for daemon example.

19 years agoFixup the link test, it uses -lldns instead of the lib...a on the commandline.
Wouter Wijngaards [Wed, 5 Jul 2006 09:45:12 +0000 (09:45 +0000)] 
Fixup the link test, it uses -lldns instead of the lib...a on the commandline.
Also set the -R search path so that crypto lib is found in dynamic linking.
pcat config.h.in is in svn? Well, here is a newer one...

19 years agocast
Jelte Jansen [Wed, 5 Jul 2006 09:28:14 +0000 (09:28 +0000)] 
cast

19 years agofixed error on 0 ttl value in rr string reader
Jelte Jansen [Wed, 5 Jul 2006 09:22:26 +0000 (09:22 +0000)] 
fixed error on 0 ttl value in rr string reader

19 years agofixed header detection for FreeBSD
Wouter Wijngaards [Wed, 5 Jul 2006 09:11:23 +0000 (09:11 +0000)] 
fixed header detection for FreeBSD

19 years agoMore careful testing of header files, so that dependent headers files
Wouter Wijngaards [Wed, 5 Jul 2006 08:45:40 +0000 (08:45 +0000)] 
More careful testing of header files, so that dependent headers files
are handled.

19 years agotypos fixed in detect header netinet/in.h and ctype.h
Wouter Wijngaards [Wed, 5 Jul 2006 08:18:38 +0000 (08:18 +0000)] 
typos fixed in detect header netinet/in.h and ctype.h

19 years agoNew compat function isblank.
Wouter Wijngaards [Wed, 5 Jul 2006 08:00:57 +0000 (08:00 +0000)] 
New compat function isblank.
Actually link in the replacement funcs that were detected.
timegm compiles again.
This makes the ldns core library compile on Solaris 9.

19 years agoDetects the libraries that a program using ldns must link with (i.e.
Wouter Wijngaards [Wed, 5 Jul 2006 07:26:37 +0000 (07:26 +0000)] 
Detects the libraries that a program using ldns must link with (i.e.
-lsocket -lnsl on Solaris), for the linktest. linktest uses cflags
and cppflags that have been set so carefully.

19 years agofixed srcbuilddir test
Wouter Wijngaards [Tue, 4 Jul 2006 15:25:18 +0000 (15:25 +0000)] 
fixed srcbuilddir test

19 years agoremove sig_atomic_t that bothers splint, it is not used.
Wouter Wijngaards [Tue, 4 Jul 2006 15:17:44 +0000 (15:17 +0000)] 
remove sig_atomic_t that bothers splint, it is not used.

19 years agopcap fopen is not always available, use pcap_open always, with /dev/stdin.
Wouter Wijngaards [Tue, 4 Jul 2006 15:15:32 +0000 (15:15 +0000)] 
pcap fopen is not always available, use pcap_open always, with /dev/stdin.

19 years agosyntax error in test script.
Wouter Wijngaards [Tue, 4 Jul 2006 15:09:25 +0000 (15:09 +0000)] 
syntax error in test script.

19 years agoFixup drill make test for makefile.
Wouter Wijngaards [Tue, 4 Jul 2006 15:05:39 +0000 (15:05 +0000)] 
Fixup drill make test for makefile.

19 years agocompile drill target supplied for tests.
Wouter Wijngaards [Tue, 4 Jul 2006 14:55:55 +0000 (14:55 +0000)] 
compile drill target supplied for tests.

19 years agoHandling of socklen_t better on macosx. Complains about MACOSX_DEPLOYMENT_TARGET...
Wouter Wijngaards [Tue, 4 Jul 2006 14:48:15 +0000 (14:48 +0000)] 
Handling of socklen_t better on macosx. Complains about MACOSX_DEPLOYMENT_TARGET unequal to 10.4 in configure script (hint for users there).

19 years agoCompatible with sun-sparc-solaris 9.
Wouter Wijngaards [Tue, 4 Jul 2006 14:17:45 +0000 (14:17 +0000)] 
Compatible with sun-sparc-solaris 9.

19 years agothose free() calls were too much
Jelte Jansen [Tue, 4 Jul 2006 13:01:55 +0000 (13:01 +0000)] 
those free() calls were too much

19 years agofoutje+commentaartje
Jelte Jansen [Tue, 4 Jul 2006 12:56:44 +0000 (12:56 +0000)] 
foutje+commentaartje

19 years agoldns/dns.h -> ldns/ldns.h
Jelte Jansen [Tue, 4 Jul 2006 12:50:41 +0000 (12:50 +0000)] 
ldns/dns.h -> ldns/ldns.h

19 years agoFix readmes for new configure smartness. svn:NO TEST.
Wouter Wijngaards [Tue, 4 Jul 2006 12:22:46 +0000 (12:22 +0000)] 
Fix readmes for new configure smartness.  svn:NO TEST.

19 years agosome old gpl refs -> bsd
Jelte Jansen [Tue, 4 Jul 2006 12:09:02 +0000 (12:09 +0000)] 
some old gpl refs -> bsd

19 years agoConfigure scripts detect development source dir.
Wouter Wijngaards [Tue, 4 Jul 2006 11:36:33 +0000 (11:36 +0000)] 
Configure scripts detect development source dir.

19 years agofixup include for f func. svn:NO TEST
Wouter Wijngaards [Tue, 4 Jul 2006 10:33:36 +0000 (10:33 +0000)] 
fixup include for f func. svn:NO TEST

19 years agoextra check, if no ldns in system locations, see if devel tree exists. No more -...
Wouter Wijngaards [Tue, 4 Jul 2006 10:28:21 +0000 (10:28 +0000)] 
extra check, if no ldns in system locations, see if devel tree exists. No more --with-ldns for devel needed.

19 years agoremoved old docs
Jelte Jansen [Tue, 4 Jul 2006 09:53:21 +0000 (09:53 +0000)] 
removed old docs
more, much more references between manpages

19 years agosmall fix in ldns zone walker
Jelte Jansen [Mon, 3 Jul 2006 09:59:05 +0000 (09:59 +0000)] 
small fix in ldns zone walker

19 years agodank :p
Jelte Jansen [Mon, 3 Jul 2006 09:52:54 +0000 (09:52 +0000)] 
dank :p

19 years agosmall fix in example
Jelte Jansen [Mon, 3 Jul 2006 09:23:43 +0000 (09:23 +0000)] 
small fix in example

19 years agotext
Jelte Jansen [Mon, 3 Jul 2006 08:19:46 +0000 (08:19 +0000)] 
text

19 years agodon't print domain
Jelte Jansen [Fri, 30 Jun 2006 14:10:48 +0000 (14:10 +0000)] 
don't print domain

19 years agoextra error check creating resolver
Jelte Jansen [Fri, 30 Jun 2006 12:46:41 +0000 (12:46 +0000)] 
extra error check creating resolver

19 years agoreturn correct error if reading of resolv.conf fails
Jelte Jansen [Fri, 30 Jun 2006 12:20:50 +0000 (12:20 +0000)] 
return correct error if reading of resolv.conf fails
keyfetcher defaults to 127.0.0.1 if resolv.conf cannot be read

19 years agoand another cast
Jelte Jansen [Fri, 30 Jun 2006 10:24:53 +0000 (10:24 +0000)] 
and another cast

19 years agolint
Jelte Jansen [Fri, 30 Jun 2006 10:19:03 +0000 (10:19 +0000)] 
lint

19 years agoresolver from file can still be read if options or sortlist directives are present...
Jelte Jansen [Fri, 30 Jun 2006 10:10:11 +0000 (10:10 +0000)] 
resolver from file can still be read if options or sortlist directives are present (they are ignored for now)
searchlist directive in resolv.conf can now contain multiple domains
improved error messages on resolv.conf parser
searchlist is printed when you print a resolver structure

19 years agolet resolver_frm_fp_l report correct line nr
Jelte Jansen [Fri, 30 Jun 2006 09:05:16 +0000 (09:05 +0000)] 
let resolver_frm_fp_l report correct line nr
let ldns-resolver return error code on error
test 17 should fail now

19 years agoadded test for resolv.conf reader
Jelte Jansen [Fri, 30 Jun 2006 08:31:30 +0000 (08:31 +0000)] 
added test for resolv.conf reader

19 years agocompiletest
Jelte Jansen [Thu, 29 Jun 2006 14:31:16 +0000 (14:31 +0000)] 
compiletest

19 years agomany more frees
Wouter Wijngaards [Thu, 29 Jun 2006 12:24:42 +0000 (12:24 +0000)] 
many more frees

19 years agodoh
Jelte Jansen [Thu, 29 Jun 2006 12:21:49 +0000 (12:21 +0000)] 
doh

19 years agosome more frees
Jelte Jansen [Thu, 29 Jun 2006 12:10:38 +0000 (12:10 +0000)] 
some more frees

19 years agomemory fixlets
Jelte Jansen [Thu, 29 Jun 2006 10:46:57 +0000 (10:46 +0000)] 
memory fixlets

19 years agoAdded a comment to make the values explicit.
Wouter Wijngaards [Thu, 29 Jun 2006 08:27:21 +0000 (08:27 +0000)] 
Added a comment to make the values explicit.

19 years agoremove some old documentation
Jelte Jansen [Wed, 28 Jun 2006 12:05:15 +0000 (12:05 +0000)] 
remove some old documentation

19 years agodocumentation additions
Jelte Jansen [Wed, 28 Jun 2006 09:37:14 +0000 (09:37 +0000)] 
documentation additions

19 years agobug, check return before doing something with it :p
Jelte Jansen [Wed, 28 Jun 2006 08:23:15 +0000 (08:23 +0000)] 
bug, check return before doing something with it :p

19 years agomake examples a little better
Jelte Jansen [Tue, 27 Jun 2006 11:46:18 +0000 (11:46 +0000)] 
make examples a little better

19 years agomemory
Jelte Jansen [Tue, 27 Jun 2006 10:37:15 +0000 (10:37 +0000)] 
memory

19 years agouse masks for bit, er, masks :)
Jelte Jansen [Mon, 26 Jun 2006 14:05:49 +0000 (14:05 +0000)] 
use masks for bit, er, masks :)

19 years agooff by one error in comparison of dnames
Jelte Jansen [Mon, 26 Jun 2006 14:00:48 +0000 (14:00 +0000)] 
off by one error in comparison of dnames

19 years agoadd the NONE class from dyn update
Miek Gieben [Wed, 14 Jun 2006 07:06:12 +0000 (07:06 +0000)] 
add the NONE class from dyn update
socket closing was already done correctly

19 years agotiny link addition
Jelte Jansen [Tue, 13 Jun 2006 14:25:23 +0000 (14:25 +0000)] 
tiny link addition

19 years agomodocs
Jelte Jansen [Tue, 13 Jun 2006 14:18:08 +0000 (14:18 +0000)] 
modocs

19 years agoand some more documentation
Jelte Jansen [Tue, 13 Jun 2006 13:17:30 +0000 (13:17 +0000)] 
and some more documentation

19 years agostyle
Jelte Jansen [Tue, 13 Jun 2006 10:16:13 +0000 (10:16 +0000)] 
style

19 years agogreenish labs css style + logo
Jelte Jansen [Tue, 13 Jun 2006 09:31:15 +0000 (09:31 +0000)] 
greenish labs css style + logo

19 years agodocjes
Jelte Jansen [Tue, 13 Jun 2006 08:27:17 +0000 (08:27 +0000)] 
docjes

19 years agodon't print number of rr's to stderr (you can use read-zone | wc -l)
Jelte Jansen [Tue, 13 Jun 2006 08:19:07 +0000 (08:19 +0000)] 
don't print number of rr's to stderr (you can use read-zone | wc -l)

19 years agomo'docs
Jelte Jansen [Mon, 12 Jun 2006 13:40:21 +0000 (13:40 +0000)] 
mo'docs

19 years agomo'docs
Jelte Jansen [Mon, 12 Jun 2006 10:43:24 +0000 (10:43 +0000)] 
mo'docs

19 years agonew tutorial
Jelte Jansen [Fri, 9 Jun 2006 12:51:38 +0000 (12:51 +0000)] 
new tutorial

19 years agobetter comments at start of examples
Jelte Jansen [Fri, 9 Jun 2006 08:57:27 +0000 (08:57 +0000)] 
better comments at start of examples

19 years agokill ugly warning
Miek Gieben [Thu, 8 Jun 2006 13:49:06 +0000 (13:49 +0000)] 
kill ugly warning

19 years agomore documentation tweaks
Miek Gieben [Thu, 8 Jun 2006 13:44:23 +0000 (13:44 +0000)] 
more documentation tweaks

19 years agomore doc stuff. ldns_pkt_opcode and _rcode don't have docs either
Miek Gieben [Thu, 8 Jun 2006 11:43:36 +0000 (11:43 +0000)] 
more doc stuff. ldns_pkt_opcode and _rcode don't have docs either

19 years agodoc updates
Miek Gieben [Thu, 8 Jun 2006 11:06:43 +0000 (11:06 +0000)] 
doc updates

19 years agoadd comments for future generations of coders
Miek Gieben [Thu, 8 Jun 2006 08:21:31 +0000 (08:21 +0000)] 
add comments for future generations of coders

19 years agoremove the version + date and only show version
Miek Gieben [Thu, 1 Jun 2006 11:11:34 +0000 (11:11 +0000)] 
remove the version + date and only show version

19 years agodon't print from inside the library, ever!
Miek Gieben [Thu, 1 Jun 2006 10:55:13 +0000 (10:55 +0000)] 
don't print from inside the library, ever!