Skip to content
Snippets Groups Projects
  1. Feb 17, 2014
  2. Feb 14, 2014
  3. Feb 13, 2014
  4. Feb 12, 2014
  5. Feb 11, 2014
    • Daniel Salzman's avatar
      Merge branch 'zonefile_loading' into 'master' · ba731c3c
      Daniel Salzman authored
      Zonefile loading fixes
      
      Most is said in the commit.
      I would have refactored zone-load more (especially the custom rrset lists could be standard ptrnode_t list from list.h) and a few other things,
      also it should be named something like `zonefile.h` as we already have a `zone-load.h` file which is for zone loading in general and makes it confusing.
      But I didnt, as @jkadlec made a lot of changes in the rrset->rrsigs and I suspect this would result in nasty collisions (like the rrset lists code).
      So... this should be done after his branch is merge-able.
      ba731c3c
    • Jan Kadlec's avatar
      Merge branch 'nsec_correct_nxproof' into 'master' · ecb994cd
      Jan Kadlec authored
      NSEC/NSEC3: Fixed wildcard expansion proofs and previous node lookup + tests
      
      Most of it is written in the commit comments, it's still not pretty but at least it works for now.
      ecb994cd