- Dec 09, 2015
-
-
Marek Vavruša authored
-
- Nov 26, 2015
-
-
Marek Vavruša authored
-
- Nov 25, 2015
-
-
Marek Vavruša authored
-
- Oct 22, 2015
-
-
Marek Vavruša authored
-
- Oct 02, 2015
-
-
Marek Vavruša authored
-
- Sep 28, 2015
-
-
Marek Vavruša authored
-
- Sep 23, 2015
-
-
Karel Slaný authored
RRSets are merged by using stash_add().
-
- Aug 20, 2015
-
-
Karel Slaný authored
-
- Aug 13, 2015
-
-
Marek Vavruša authored
-
- Aug 12, 2015
-
-
Karel Slaný authored
-
- Aug 07, 2015
-
-
Karel Slaný authored
-
- Aug 05, 2015
-
-
Karel Slaný authored
-
- Aug 04, 2015
-
-
Karel Slaný authored
-
Karel Slaný authored
-
- Jul 15, 2015
-
-
Karel Slaný authored
-
- Jun 30, 2015
-
-
Marek Vavruša authored
1. validate module must be between iterate/cache 2. produce: copy OPT with DO=1, ask for DNSKEY if we don’t have it 3. resolve.c: subrequest DNSKEY if asked to do it 4. consume: check DNSKEY and set it, validate RRSIGs against it another issues: rrsigcache is copypasta of rrcache, there is one special case with storing RRSIGs which doesn’t deserve it’s own module (if the validation is off, then nothing will get written in there anyway) since the resolution is asynchronous, layers must only *ask* resolver to do subrequests for them using query flags (like when we encounter an unknown zone cut)
-
- Jun 29, 2015
-
-
Karel Slaný authored
-
- Jun 07, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
also some cleanup and version bump to Q2
-
Marek Vavruša authored
-
- Jun 01, 2015
-
-
Marek Vavruša authored
-
- May 03, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the pktcache introduces two cache tags PKT/SEC for basic/DNSSEC responses and stores negative answers in the cache
-
- Apr 28, 2015
-
-
Marek Vavruša authored
previously cryptolib random function was used to generate message id, this works well but it is slow especially when the entropy is low, replaced with cryptographically safe prng ISAAC the ccan directory is going to be used in the future, as it's include structure makes it easy to embed C snippets instead of reimplementing them
-
- Mar 29, 2015
-
-
Marek Vavruša authored
interface split to ‘map’ and ‘set’ added documentation array: added array_tail() operation
-
- Mar 28, 2015
-
-
Marek Vavruša authored
-
- Mar 27, 2015
-
-
Marek Vavruša authored
-
Marek Vavruša authored
the build system now doesn't always relink targets
-
- Mar 19, 2015
-
-
Marek Vavruša authored
-
- Feb 23, 2015
-
-
Marek Vavruša authored
-
- Feb 15, 2015
-
-
Marek Vavruša authored
-
- Feb 09, 2015
-
-
Marek Vavruša authored
-