]> git.ipfire.org Git - thirdparty/ldns.git/log
thirdparty/ldns.git
20 years agomore some trivial documentation
Miek Gieben [Mon, 23 Jan 2006 14:56:01 +0000 (14:56 +0000)] 
more some trivial documentation

20 years agodocumentation updates
Miek Gieben [Mon, 23 Jan 2006 14:01:09 +0000 (14:01 +0000)] 
documentation updates

20 years agomore documentation updates
Miek Gieben [Mon, 23 Jan 2006 11:28:51 +0000 (11:28 +0000)] 
more documentation updates

20 years agoremoved ldns_resolver_bgsend
Miek Gieben [Mon, 23 Jan 2006 10:54:45 +0000 (10:54 +0000)] 
removed ldns_resolver_bgsend

20 years agocompletely documented resolver.h
Miek Gieben [Mon, 23 Jan 2006 10:45:11 +0000 (10:45 +0000)] 
completely documented resolver.h

20 years agosome minor documentation updates:
Miek Gieben [Mon, 23 Jan 2006 10:04:34 +0000 (10:04 +0000)] 
some minor documentation updates:

20 years agosadly cannot use the make target
Miek Gieben [Fri, 20 Jan 2006 14:51:09 +0000 (14:51 +0000)] 
sadly cannot use the make target

20 years agodebugging for make doc test
Miek Gieben [Fri, 20 Jan 2006 14:39:23 +0000 (14:39 +0000)] 
debugging for make doc test

fixed doxygen errors

20 years agostart with unit tests for dnssec.c (currently only contains a test for ldns_calc_keyt...
Jelte Jansen [Fri, 20 Jan 2006 11:17:55 +0000 (11:17 +0000)] 
start with unit tests for dnssec.c (currently only contains a test for ldns_calc_keytag which creates 2 different keys and checks if the keytag is correct)

20 years agoreorganized current todo
Miek Gieben [Fri, 20 Jan 2006 09:36:09 +0000 (09:36 +0000)] 
reorganized current todo

20 years agodon't link with -lcrypto when ssl is not wanted
Miek Gieben [Fri, 20 Jan 2006 09:22:14 +0000 (09:22 +0000)] 
don't link with -lcrypto when ssl is not wanted
examples (that use ssl) fail to compile when ldns
is compiled without ssl. Is this a feature or a bug?

20 years ago04-run-test now queries k.root-servers.net instead of localhost which may not run...
Jelte Jansen [Fri, 20 Jan 2006 09:09:14 +0000 (09:09 +0000)] 
04-run-test now queries k.root-servers.net instead of localhost which may not run a nameserver

20 years agoversion for walker too
Jelte Jansen [Thu, 19 Jan 2006 14:02:56 +0000 (14:02 +0000)] 
version for walker too

20 years agoadded -v or -version arguments that show the version of the tool (and the version...
Jelte Jansen [Wed, 18 Jan 2006 09:57:01 +0000 (09:57 +0000)] 
added -v or -version arguments that show the version of the tool (and the version of ldns it is currently linked to)

20 years agofixed bug 117, and removed instant verification of signed data (todo: put it back...
Jelte Jansen [Tue, 17 Jan 2006 14:58:44 +0000 (14:58 +0000)] 
fixed bug 117, and removed instant verification of signed data (todo: put it back in but optionally?)

20 years agoremoved debug print
Jelte Jansen [Tue, 17 Jan 2006 14:45:31 +0000 (14:45 +0000)] 
removed debug print
fixed leftover bug from last patch
improved signzone date argument reader

20 years agofixed bug 116, for algorithm 1, use an int16 instead of the 32 for the other algorithms
Jelte Jansen [Tue, 17 Jan 2006 13:53:32 +0000 (13:53 +0000)] 
fixed bug 116, for algorithm 1, use an int16 instead of the 32 for the other algorithms

20 years agofixed bug in CERT RR type handling on bigendian systems
Jelte Jansen [Tue, 17 Jan 2006 12:35:29 +0000 (12:35 +0000)] 
fixed bug in CERT RR type handling on bigendian systems
made rr reading a little bit more robust

20 years agofixes in parser (made too big a rdf for AAAA records) and NSEC placement in signed...
Jelte Jansen [Tue, 17 Jan 2006 10:53:15 +0000 (10:53 +0000)] 
fixes in parser (made too big a rdf for AAAA records) and NSEC placement in signed zones

20 years agocommented out previous code
Jelte Jansen [Mon, 16 Jan 2006 11:16:38 +0000 (11:16 +0000)] 
commented out previous code

20 years agoset TTL of RRSIG and NSEC records when signing
Jelte Jansen [Mon, 16 Jan 2006 10:44:46 +0000 (10:44 +0000)] 
set TTL of RRSIG and NSEC records when signing

20 years ago1043->1034
Miek Gieben [Mon, 16 Jan 2006 06:50:30 +0000 (06:50 +0000)] 
1043->1034

20 years agomore forgotten memory management thingies
Jelte Jansen [Thu, 12 Jan 2006 15:26:57 +0000 (15:26 +0000)] 
more forgotten memory management thingies

20 years agooops
Jelte Jansen [Thu, 12 Jan 2006 14:51:43 +0000 (14:51 +0000)] 
oops

20 years agomemory fixes
Jelte Jansen [Thu, 12 Jan 2006 14:42:44 +0000 (14:42 +0000)] 
memory fixes

20 years agomet tabje.
Wouter Wijngaards [Thu, 12 Jan 2006 12:58:50 +0000 (12:58 +0000)] 
met tabje.

20 years agoNicer.
Wouter Wijngaards [Thu, 12 Jan 2006 12:52:39 +0000 (12:52 +0000)] 
Nicer.

20 years agoWoo! First commit. Made lint happy. Now in lint checks mode.
Wouter Wijngaards [Thu, 12 Jan 2006 11:08:22 +0000 (11:08 +0000)] 
Woo! First commit. Made lint happy. Now in lint checks mode.
Though a lot of spam warnings are ignored. Fixed header #defines
to not have _ at the start (not according to C99 says lint).
4 errors remain: rdata.c 64: memory leak (_data not freed).
rdata.c 94, 108: ntohs, ntohl undeclared. (lint is using posixlibs)
config.h: using inline statement is c++.

20 years agomade it possible to build from separate build directory. again.
Jelte Jansen [Thu, 12 Jan 2006 10:23:45 +0000 (10:23 +0000)] 
made it possible to build from separate build directory. again.

20 years agocommented out comments
Jelte Jansen [Thu, 12 Jan 2006 09:04:38 +0000 (09:04 +0000)] 
commented out comments

20 years agonobody knows why pedantic was there in the first place
Miek Gieben [Wed, 11 Jan 2006 15:19:47 +0000 (15:19 +0000)] 
nobody knows why pedantic was there in the first place

20 years agoremoved the isblank stuff. this was added because of solaris, but
Miek Gieben [Wed, 11 Jan 2006 15:03:13 +0000 (15:03 +0000)] 
removed the isblank stuff. this was added because of solaris, but
with the -D stuff removed it doesn't seem to be needed. It was not
neeed on Linux/FreeBSD so removing it

20 years agomental note: alias svn commit to make lint && svn commit
Jelte Jansen [Wed, 11 Jan 2006 14:58:09 +0000 (14:58 +0000)] 
mental note: alias svn commit to make lint && svn commit

20 years agostrcasestr is not a standard function (maybe add check for it in configure?)
Jelte Jansen [Wed, 11 Jan 2006 14:46:28 +0000 (14:46 +0000)] 
strcasestr is not a standard function (maybe add check for it in configure?)

20 years agodelete it again, seems to create more probs than it solves
Miek Gieben [Wed, 11 Jan 2006 13:58:42 +0000 (13:58 +0000)] 
delete it again, seems to create more probs than it solves

20 years agouse the same defines when building drill and the examples.
Miek Gieben [Wed, 11 Jan 2006 13:50:34 +0000 (13:50 +0000)] 
use the same defines when building drill and the examples.

20 years agotypo
Miek Gieben [Wed, 11 Jan 2006 13:39:57 +0000 (13:39 +0000)] 
typo

20 years agorenamed functions to be consistent with our naming scheme
Miek Gieben [Wed, 11 Jan 2006 13:33:52 +0000 (13:33 +0000)] 
renamed functions to be consistent with our naming scheme
made some of them static as they aren't meant to be exported??

20 years agoOpenSSL was made optional at compile time
Miek Gieben [Wed, 11 Jan 2006 13:11:52 +0000 (13:11 +0000)] 
OpenSSL was made optional at compile time

20 years agomo' lint, mo' problems
Jelte Jansen [Wed, 11 Jan 2006 12:50:05 +0000 (12:50 +0000)] 
mo' lint, mo' problems

20 years agolint fixes
Jelte Jansen [Wed, 11 Jan 2006 12:34:34 +0000 (12:34 +0000)] 
lint fixes

20 years agoadded make lint test for the examples dir (which fails atm)
Jelte Jansen [Wed, 11 Jan 2006 11:59:17 +0000 (11:59 +0000)] 
added make lint test for the examples dir (which fails atm)

20 years agoadded compilation test with: configure --without-ssl
Miek Gieben [Wed, 11 Jan 2006 10:57:33 +0000 (10:57 +0000)] 
added compilation test with: configure --without-ssl

20 years agoupdated changelog and started openSSL ifdef tour
Miek Gieben [Wed, 11 Jan 2006 10:50:15 +0000 (10:50 +0000)] 
updated changelog and started openSSL ifdef tour

20 years agolint fixes
Jelte Jansen [Tue, 10 Jan 2006 15:30:29 +0000 (15:30 +0000)] 
lint fixes

20 years agotype prunned pointer fixed by casting it to char *
Miek Gieben [Tue, 10 Jan 2006 15:09:18 +0000 (15:09 +0000)] 
type prunned pointer fixed by casting it to char *

20 years agoremove ref from zone.c to oct sorting
Miek Gieben [Tue, 10 Jan 2006 15:03:48 +0000 (15:03 +0000)] 
remove ref from zone.c to oct sorting

20 years agoremoved the _oct sorting functions
Miek Gieben [Tue, 10 Jan 2006 14:57:52 +0000 (14:57 +0000)] 
removed the _oct sorting functions

20 years agoadded make lint target and fixed ldns-read-zone for it
Jelte Jansen [Tue, 10 Jan 2006 14:19:29 +0000 (14:19 +0000)] 
added make lint target and fixed ldns-read-zone for it
(rest still needs to be done)

20 years agouse bgsend in send()
Miek Gieben [Tue, 10 Jan 2006 13:58:31 +0000 (13:58 +0000)] 
use bgsend in send()

20 years agoudp and tcp bgsend implemented
Miek Gieben [Tue, 10 Jan 2006 13:27:14 +0000 (13:27 +0000)] 
udp and tcp bgsend implemented

20 years agoupdate.c tweaks
Miek Gieben [Tue, 10 Jan 2006 12:17:06 +0000 (12:17 +0000)] 
update.c tweaks

ported to coding standards we use
updated documentation
put resolver specific stuff in resolver.c

20 years agodoc updates
Miek Gieben [Tue, 10 Jan 2006 10:45:44 +0000 (10:45 +0000)] 
doc updates

20 years agoadded check to see if target zone contains DNSSEC data at all
Jelte Jansen [Tue, 10 Jan 2006 10:41:09 +0000 (10:41 +0000)] 
added check to see if target zone contains DNSSEC data at all

20 years agorenamed, altered content
Miek Gieben [Tue, 10 Jan 2006 10:36:59 +0000 (10:36 +0000)] 
renamed, altered content

20 years agomoved
Miek Gieben [Tue, 10 Jan 2006 10:32:03 +0000 (10:32 +0000)] 
moved

20 years agodocumentation updates
Miek Gieben [Tue, 10 Jan 2006 10:26:25 +0000 (10:26 +0000)] 
documentation updates

20 years agoadded verbosity argument
Jelte Jansen [Tue, 10 Jan 2006 10:22:43 +0000 (10:22 +0000)] 
added verbosity argument
added printing of all owners that are queried (at verbosity level 3)
added printing of all answer packets (at verbosity level 5)

20 years agoremoved tests/ refs
Jelte Jansen [Tue, 10 Jan 2006 09:01:24 +0000 (09:01 +0000)] 
removed tests/ refs

20 years agoremoved leftover debugprintfs
Jelte Jansen [Tue, 10 Jan 2006 08:38:45 +0000 (08:38 +0000)] 
removed leftover debugprintfs

20 years agocompiler warning
Jelte Jansen [Mon, 9 Jan 2006 15:27:37 +0000 (15:27 +0000)] 
compiler warning

20 years agofixed argument order independence
Jelte Jansen [Mon, 9 Jan 2006 14:47:18 +0000 (14:47 +0000)] 
fixed argument order independence

20 years agofixed Error: Success message
Jelte Jansen [Mon, 9 Jan 2006 14:31:05 +0000 (14:31 +0000)] 
fixed Error: Success message

20 years agoremoved the old test cruft directory
Miek Gieben [Mon, 9 Jan 2006 14:07:33 +0000 (14:07 +0000)] 
removed the old test cruft directory

20 years agoln commands in makefile.in
Jelte Jansen [Mon, 9 Jan 2006 14:02:35 +0000 (14:02 +0000)] 
ln commands in makefile.in

20 years agomoved to the older c-files into a test package
Miek Gieben [Mon, 9 Jan 2006 14:00:38 +0000 (14:00 +0000)] 
moved to the older c-files into a test package

20 years agotests ported to 1.1.0
Miek Gieben [Mon, 9 Jan 2006 13:36:35 +0000 (13:36 +0000)] 
tests ported to 1.1.0

20 years agoexport?
Jelte Jansen [Mon, 9 Jan 2006 12:42:29 +0000 (12:42 +0000)] 
export?

20 years agoimprovement to 08-zoneread test
Jelte Jansen [Mon, 9 Jan 2006 11:55:30 +0000 (11:55 +0000)] 
improvement to 08-zoneread test

20 years agomade test portable
Miek Gieben [Mon, 9 Jan 2006 11:55:25 +0000 (11:55 +0000)] 
made test portable

20 years agon
Miek Gieben [Mon, 9 Jan 2006 11:54:21 +0000 (11:54 +0000)] 
n

20 years agomakefile cleanups
Miek Gieben [Mon, 9 Jan 2006 11:51:33 +0000 (11:51 +0000)] 
makefile cleanups

20 years agofixed the 09 test
Miek Gieben [Mon, 9 Jan 2006 11:46:44 +0000 (11:46 +0000)] 
fixed the 09 test

20 years agoadded doc test
Miek Gieben [Mon, 9 Jan 2006 11:30:36 +0000 (11:30 +0000)] 
added doc test

20 years agofixed doxygen warning
Jelte Jansen [Mon, 9 Jan 2006 11:10:43 +0000 (11:10 +0000)] 
fixed doxygen warning

20 years agodon't recurse into subdirectories
Miek Gieben [Mon, 9 Jan 2006 11:02:47 +0000 (11:02 +0000)] 
don't recurse into subdirectories

20 years agoheader include files update
Miek Gieben [Mon, 9 Jan 2006 10:52:37 +0000 (10:52 +0000)] 
header include files update

20 years agodon't include rr.h in rr.h
Miek Gieben [Mon, 9 Jan 2006 10:34:51 +0000 (10:34 +0000)] 
don't include rr.h in rr.h

20 years agosmall typo
Jelte Jansen [Mon, 9 Jan 2006 10:03:55 +0000 (10:03 +0000)] 
small typo

20 years agoskip over any second soa's you may see
Miek Gieben [Mon, 9 Jan 2006 09:55:14 +0000 (09:55 +0000)] 
skip over any second soa's you may see

20 years agoadded zone reader test
Jelte Jansen [Fri, 6 Jan 2006 14:23:01 +0000 (14:23 +0000)] 
added zone reader test

20 years agodocumentation and make doc fixes
Miek Gieben [Thu, 5 Jan 2006 14:49:12 +0000 (14:49 +0000)] 
documentation and make doc fixes

20 years agochangelog data tweak
Miek Gieben [Thu, 5 Jan 2006 14:23:04 +0000 (14:23 +0000)] 
changelog data tweak

20 years agochangelog data tweak
Miek Gieben [Thu, 5 Jan 2006 14:14:10 +0000 (14:14 +0000)] 
changelog data tweak

20 years agocopyright on the lib. files: 2005-2006
Miek Gieben [Thu, 5 Jan 2006 14:10:03 +0000 (14:10 +0000)] 
copyright on the lib. files: 2005-2006

20 years agore-added removed function and added correct documentation to them
Miek Gieben [Thu, 5 Jan 2006 12:57:45 +0000 (12:57 +0000)] 
re-added removed function and added correct documentation to them

20 years agoin TODO-DOCS you find what needs to documented
Miek Gieben [Thu, 5 Jan 2006 12:10:04 +0000 (12:10 +0000)] 
in TODO-DOCS you find what needs to documented
reworked TODO for 1.0.1 release

20 years agoremoved empty ldns_getaddrinfo_secure function + doc
Miek Gieben [Thu, 5 Jan 2006 12:07:21 +0000 (12:07 +0000)] 
removed empty ldns_getaddrinfo_secure function + doc

20 years agoremoved unused/undocumented and crappy keyword search functions
Miek Gieben [Thu, 5 Jan 2006 12:03:26 +0000 (12:03 +0000)] 
removed unused/undocumented and crappy keyword search functions

20 years agomore doc updates
Miek Gieben [Thu, 5 Jan 2006 11:58:27 +0000 (11:58 +0000)] 
more doc updates

20 years agodocumentation
Miek Gieben [Thu, 5 Jan 2006 11:46:54 +0000 (11:46 +0000)] 
documentation

20 years agonew and improved test
Miek Gieben [Wed, 4 Jan 2006 13:30:14 +0000 (13:30 +0000)] 
new and improved test

20 years agofix for drill @
Miek Gieben [Wed, 4 Jan 2006 13:26:31 +0000 (13:26 +0000)] 
fix for drill @
and test updated

20 years agothese deep_frees are causing segfaults
Miek Gieben [Wed, 4 Jan 2006 09:51:56 +0000 (09:51 +0000)] 
these deep_frees are causing segfaults

20 years agoupdate version to 1.1.0
Miek Gieben [Tue, 3 Jan 2006 13:20:41 +0000 (13:20 +0000)] 
update version to 1.1.0

20 years agosplint fix, killed functionality
Miek Gieben [Mon, 2 Jan 2006 13:22:45 +0000 (13:22 +0000)] 
splint fix, killed functionality

20 years agolint
Miek Gieben [Mon, 2 Jan 2006 13:03:27 +0000 (13:03 +0000)] 
lint

20 years agoimplement multiline b64 parsing
Miek Gieben [Mon, 2 Jan 2006 12:58:38 +0000 (12:58 +0000)] 
implement multiline b64 parsing

20 years agosigh. removed debug line
Jelte Jansen [Thu, 22 Dec 2005 15:04:10 +0000 (15:04 +0000)] 
sigh. removed debug line

20 years agofixed segfault due to missing allocation that was triggered by out of order ip fragments
Jelte Jansen [Thu, 22 Dec 2005 15:00:22 +0000 (15:00 +0000)] 
fixed segfault due to missing allocation that was triggered by out of order ip fragments