]>
git.ipfire.org Git - thirdparty/ldns.git/log
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
Jelte Jansen [Fri, 7 Jul 2006 12:17:11 +0000 (12:17 +0000)]
todo file
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
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.
Wouter Wijngaards [Fri, 7 Jul 2006 07:17:15 +0000 (07:17 +0000)]
More /s added for all-static targets.
Jelte Jansen [Thu, 6 Jul 2006 21:54:55 +0000 (21:54 +0000)]
updated README
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
Jelte Jansen [Thu, 6 Jul 2006 21:32:31 +0000 (21:32 +0000)]
updated changelog
should the changelog contain a line * Update changelog? :)
Jelte Jansen [Thu, 6 Jul 2006 21:19:55 +0000 (21:19 +0000)]
and who keeps adding those extra \'s
Jelte Jansen [Thu, 6 Jul 2006 21:07:14 +0000 (21:07 +0000)]
missed a / there
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.
Wouter Wijngaards [Thu, 6 Jul 2006 14:26:24 +0000 (14:26 +0000)]
Moved ldns-ixfr and ldns-notify to the attic.
Jelte Jansen [Thu, 6 Jul 2006 14:02:17 +0000 (14:02 +0000)]
wrong type
Jelte Jansen [Thu, 6 Jul 2006 13:35:19 +0000 (13:35 +0000)]
stdint dus
Jelte Jansen [Thu, 6 Jul 2006 13:05:26 +0000 (13:05 +0000)]
tutorial line and -4/-6 option in walker
Wouter Wijngaards [Thu, 6 Jul 2006 13:00:17 +0000 (13:00 +0000)]
and now without splint warnings
Jelte Jansen [Thu, 6 Jul 2006 12:16:26 +0000 (12:16 +0000)]
<config.h> -> "config.h"
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.
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.
Wouter Wijngaards [Thu, 6 Jul 2006 09:27:57 +0000 (09:27 +0000)]
clearer README
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.
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.
Jelte Jansen [Wed, 5 Jul 2006 14:38:26 +0000 (14:38 +0000)]
removed print
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.
Wouter Wijngaards [Wed, 5 Jul 2006 12:02:35 +0000 (12:02 +0000)]
nsd-test needs network lib.
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.
Wouter Wijngaards [Wed, 5 Jul 2006 11:43:02 +0000 (11:43 +0000)]
config.h.in is generated by autoheader (autoreconf).
Jelte Jansen [Wed, 5 Jul 2006 10:17:20 +0000 (10:17 +0000)]
ah that one was generated
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
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.
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.
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...
Jelte Jansen [Wed, 5 Jul 2006 09:28:14 +0000 (09:28 +0000)]
cast
Jelte Jansen [Wed, 5 Jul 2006 09:22:26 +0000 (09:22 +0000)]
fixed error on 0 ttl value in rr string reader
Wouter Wijngaards [Wed, 5 Jul 2006 09:11:23 +0000 (09:11 +0000)]
fixed header detection for FreeBSD
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.
Wouter Wijngaards [Wed, 5 Jul 2006 08:18:38 +0000 (08:18 +0000)]
typos fixed in detect header netinet/in.h and ctype.h
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.
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.
Wouter Wijngaards [Tue, 4 Jul 2006 15:25:18 +0000 (15:25 +0000)]
fixed srcbuilddir test
Wouter Wijngaards [Tue, 4 Jul 2006 15:17:44 +0000 (15:17 +0000)]
remove sig_atomic_t that bothers splint, it is not used.
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.
Wouter Wijngaards [Tue, 4 Jul 2006 15:09:25 +0000 (15:09 +0000)]
syntax error in test script.
Wouter Wijngaards [Tue, 4 Jul 2006 15:05:39 +0000 (15:05 +0000)]
Fixup drill make test for makefile.
Wouter Wijngaards [Tue, 4 Jul 2006 14:55:55 +0000 (14:55 +0000)]
compile drill target supplied for tests.
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).
Wouter Wijngaards [Tue, 4 Jul 2006 14:17:45 +0000 (14:17 +0000)]
Compatible with sun-sparc-solaris 9.
Jelte Jansen [Tue, 4 Jul 2006 13:01:55 +0000 (13:01 +0000)]
those free() calls were too much
Jelte Jansen [Tue, 4 Jul 2006 12:56:44 +0000 (12:56 +0000)]
foutje+commentaartje
Jelte Jansen [Tue, 4 Jul 2006 12:50:41 +0000 (12:50 +0000)]
ldns/dns.h -> ldns/ldns.h
Wouter Wijngaards [Tue, 4 Jul 2006 12:22:46 +0000 (12:22 +0000)]
Fix readmes for new configure smartness. svn:NO TEST.
Jelte Jansen [Tue, 4 Jul 2006 12:09:02 +0000 (12:09 +0000)]
some old gpl refs -> bsd
Wouter Wijngaards [Tue, 4 Jul 2006 11:36:33 +0000 (11:36 +0000)]
Configure scripts detect development source dir.
Wouter Wijngaards [Tue, 4 Jul 2006 10:33:36 +0000 (10:33 +0000)]
fixup include for f func. svn:NO TEST
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.
Jelte Jansen [Tue, 4 Jul 2006 09:53:21 +0000 (09:53 +0000)]
removed old docs
more, much more references between manpages
Jelte Jansen [Mon, 3 Jul 2006 09:59:05 +0000 (09:59 +0000)]
small fix in ldns zone walker
Jelte Jansen [Mon, 3 Jul 2006 09:52:54 +0000 (09:52 +0000)]
dank :p
Jelte Jansen [Mon, 3 Jul 2006 09:23:43 +0000 (09:23 +0000)]
small fix in example
Jelte Jansen [Mon, 3 Jul 2006 08:19:46 +0000 (08:19 +0000)]
text
Jelte Jansen [Fri, 30 Jun 2006 14:10:48 +0000 (14:10 +0000)]
don't print domain
Jelte Jansen [Fri, 30 Jun 2006 12:46:41 +0000 (12:46 +0000)]
extra error check creating resolver
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
Jelte Jansen [Fri, 30 Jun 2006 10:24:53 +0000 (10:24 +0000)]
and another cast
Jelte Jansen [Fri, 30 Jun 2006 10:19:03 +0000 (10:19 +0000)]
lint
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
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
Jelte Jansen [Fri, 30 Jun 2006 08:31:30 +0000 (08:31 +0000)]
added test for resolv.conf reader
Jelte Jansen [Thu, 29 Jun 2006 14:31:16 +0000 (14:31 +0000)]
compiletest
Wouter Wijngaards [Thu, 29 Jun 2006 12:24:42 +0000 (12:24 +0000)]
many more frees
Jelte Jansen [Thu, 29 Jun 2006 12:21:49 +0000 (12:21 +0000)]
doh
Jelte Jansen [Thu, 29 Jun 2006 12:10:38 +0000 (12:10 +0000)]
some more frees
Jelte Jansen [Thu, 29 Jun 2006 10:46:57 +0000 (10:46 +0000)]
memory fixlets
Wouter Wijngaards [Thu, 29 Jun 2006 08:27:21 +0000 (08:27 +0000)]
Added a comment to make the values explicit.
Jelte Jansen [Wed, 28 Jun 2006 12:05:15 +0000 (12:05 +0000)]
remove some old documentation
Jelte Jansen [Wed, 28 Jun 2006 09:37:14 +0000 (09:37 +0000)]
documentation additions
Jelte Jansen [Wed, 28 Jun 2006 08:23:15 +0000 (08:23 +0000)]
bug, check return before doing something with it :p
Jelte Jansen [Tue, 27 Jun 2006 11:46:18 +0000 (11:46 +0000)]
make examples a little better
Jelte Jansen [Tue, 27 Jun 2006 10:37:15 +0000 (10:37 +0000)]
memory
Jelte Jansen [Mon, 26 Jun 2006 14:05:49 +0000 (14:05 +0000)]
use masks for bit, er, masks :)
Jelte Jansen [Mon, 26 Jun 2006 14:00:48 +0000 (14:00 +0000)]
off by one error in comparison of dnames
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
Jelte Jansen [Tue, 13 Jun 2006 14:25:23 +0000 (14:25 +0000)]
tiny link addition
Jelte Jansen [Tue, 13 Jun 2006 14:18:08 +0000 (14:18 +0000)]
modocs
Jelte Jansen [Tue, 13 Jun 2006 13:17:30 +0000 (13:17 +0000)]
and some more documentation
Jelte Jansen [Tue, 13 Jun 2006 10:16:13 +0000 (10:16 +0000)]
style
Jelte Jansen [Tue, 13 Jun 2006 09:31:15 +0000 (09:31 +0000)]
greenish labs css style + logo
Jelte Jansen [Tue, 13 Jun 2006 08:27:17 +0000 (08:27 +0000)]
docjes
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)
Jelte Jansen [Mon, 12 Jun 2006 13:40:21 +0000 (13:40 +0000)]
mo'docs
Jelte Jansen [Mon, 12 Jun 2006 10:43:24 +0000 (10:43 +0000)]
mo'docs
Jelte Jansen [Fri, 9 Jun 2006 12:51:38 +0000 (12:51 +0000)]
new tutorial
Jelte Jansen [Fri, 9 Jun 2006 08:57:27 +0000 (08:57 +0000)]
better comments at start of examples
Miek Gieben [Thu, 8 Jun 2006 13:49:06 +0000 (13:49 +0000)]
kill ugly warning
Miek Gieben [Thu, 8 Jun 2006 13:44:23 +0000 (13:44 +0000)]
more documentation tweaks
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
Miek Gieben [Thu, 8 Jun 2006 11:06:43 +0000 (11:06 +0000)]
doc updates
Miek Gieben [Thu, 8 Jun 2006 08:21:31 +0000 (08:21 +0000)]
add comments for future generations of coders
Miek Gieben [Thu, 1 Jun 2006 11:11:34 +0000 (11:11 +0000)]
remove the version + date and only show version
Miek Gieben [Thu, 1 Jun 2006 10:55:13 +0000 (10:55 +0000)]
don't print from inside the library, ever!