This project is mirrored from https://github.com/coredns/coredns.git. The repository failed to update .
Repository mirroring has been paused due to too many failed attempts, and can be resumed by a project maintainer.
Last successful update .
  1. 28 Jul, 2018 1 commit
    • Miek Gieben's avatar
      request: re-adjust size for edns0 RR (#2007) · 62df2533
      Miek Gieben authored
      * Add regression test for broken DNS truncation
      
      With the latest changes to the implementation, request.Scrub() returns
      invalid response messages which are larger than the advertised buffer
      size. This commit adds a failing test for that.
      
      * Add benchmark for response truncation
      
      * request: re-adjust size for edns0 RR
      
      Cherry-picked the test and benchmark commits from #1962 and make the
      failing test not fail, by adding minimal fix in request.go.
      
      This makes size 12 bytes smaller if we need to add back the OPT RR in
      the message.
      
      Closes: #1962
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Scrub: correctly check for EDNS0, not only Do
      
      Make Scrub check for EDNS0, not only if the Do bit is set.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      62df2533
  2. 27 Jul, 2018 2 commits
  3. 24 Jul, 2018 1 commit
  4. 22 Jul, 2018 2 commits
  5. 21 Jul, 2018 2 commits
  6. 20 Jul, 2018 2 commits
    • Miek Gieben's avatar
      Logfatalf (#1990) · 547f1554
      Miek Gieben authored
      * bliep
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * plugin/log: add log.Fatal[f]
      
      Add log.Fatal(f) to mimic more of the log package. The first and only
      use is in the (new) loop plugin.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      547f1554
    • Miek Gieben's avatar
      plugin/erratic: add axfr support (#1977) · d998aa6c
      Miek Gieben authored
      * plugin/erratic: add axfr support
      
      Add support for axfr. This to fix and test long standing axfr issues
      that are hard to test if we don't support it directly in coredns.
      
      The most intriguing feature is withholding the last SOA from a response
      so the client needs to wait; drop (no reply) and delay is also
      supported. All TTLs are set to zero.
      
      Add simple tests that checks if first record is a SOA.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * more test coverage
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      d998aa6c
  7. 19 Jul, 2018 3 commits
  8. 16 Jul, 2018 1 commit
  9. 13 Jul, 2018 2 commits
  10. 11 Jul, 2018 1 commit
  11. 10 Jul, 2018 2 commits
    • Miek Gieben's avatar
      Up release to 1.2.0 (#1958) · 2306721c
      Miek Gieben authored
      Automatically submitted.
      2306721c
    • Miek Gieben's avatar
      release: automate the release (#1935) · 3b9da823
      Miek Gieben authored
      * release: automate the release
      
      This PR aims to various pieces into place so we can automate the coredns
      release. It needs the script from coredns/release to be installed. Dreck
      is to be setup as described in coredns/release/README.md
      
      The release-coredns script can be tested and allows for other branches
      than master to be test.
      
      This PR also features some cleanup in the Makefile.release so we don't
      call the godep target for each linux release - this speeds it up for
      some bit.
      
      Manually running ./release-coredns -t auto-release builds the artifects
      for this release, but (of course) doesn't upload anything yet.
      
      Add /release to the OWNERS and allow command to be executed (this still
      needs to be tested).
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * that makefile target doesnt exist anymore
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * test release for now
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Slightly better output
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * remove again
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      3b9da823
  12. 09 Jul, 2018 4 commits
  13. 08 Jul, 2018 1 commit
  14. 07 Jul, 2018 5 commits
  15. 06 Jul, 2018 2 commits
  16. 05 Jul, 2018 1 commit
  17. 04 Jul, 2018 2 commits
  18. 03 Jul, 2018 4 commits
  19. 02 Jul, 2018 2 commits