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. 24 Oct, 2018 2 commits
    • Sandeep Rajan's avatar
      Add more adopters from the survey (#2231) · 837042e8
      Sandeep Rajan authored
      * add more adopters from the coredns survey
      837042e8
    • Miek Gieben's avatar
      server: actually scrub response (#2225) · 898b1ef3
      Miek Gieben authored
      * server: actually scrub response
      
      Did all the worked, hooked it up wrongly :(
      
      This also needs test, but those are hard(er) because we only receive
      packets after they have been decoded; i.e. we never see the wirefmt.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Add tests
      
      Add a test for checking is compression pointers are set in the packet.
      This also adds an undocumented 'large' feature to the erratic plugin to
      send large responses that should be compressed.
      
      Commenting the Scrub out in server results in:
      
      === RUN   TestCompressScrub
      --- FAIL: TestCompressScrub (0.00s)
          compression_scrub_test.go:41: Expected returned packet to be < 512, got 839
      FAIL
      exit status 1
      FAIL    github.com/coredns/coredns/test 0.036s
      
      Actually checking the size might be easier, but lets be thorough here
      and check the pointers them selves.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * Fix tests
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      
      * plugin erratic: fix e.large
      
      always put an rr in the reply, fix e.large in erractic and add test to
      check for it.
      Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
      898b1ef3
  2. 23 Oct, 2018 2 commits
  3. 22 Oct, 2018 2 commits
    • Kevin Nisbet's avatar
      6539a10a
    • Francois Tur's avatar
      Security release process description (#1861) · fdb31a27
      Francois Tur authored
      * - enhance README to include security release process compatible wiht k8s
      
      * - second version of Security release process, including "Collaborating Projects"
      
      * - reformulate the security release process within a separated doc.
      
      * - add following comment from Sec Team .part 1
      
      * - refactored with comments from Security IB
      - refactored considering the same existing document in another CNCF project (envoy)
      
      * - adjust seucrity of README to point the new security process page
      
      * - revert change on FOSSA
      
      * - fix comments from John.
      
      * - removing the todos (I pushed them on the description of the PR)
      
      * - define the PST members in OWNER file
      
      * - fix from review
      - add a cahpter for mailing list presentation
      
      * - point the PST members in OWNER file
      
      * - register PST under name 'security' in OWNER file
      - early announce will be on coredns-distributors-announce@googlegroup.com
      - remove hall of fame reference
      
      * - remove list of security team members from owner file. mailing list of security@coredns.io will be the reference
      fdb31a27
  4. 21 Oct, 2018 1 commit
  5. 20 Oct, 2018 3 commits
    • Manuel Stocker's avatar
      plugin/dnssec: Add support for KSK/ZSK split key setups (#2196) · cf042237
      Manuel Stocker authored
      * plugin/dnssec: Add support for KSK/ZSK split key setups
      
      * plugin/dnssec: Update README to document split ZSK/KSK operation
      cf042237
    • Ruslan Drozhdzh's avatar
    • Yong Tang's avatar
      Remove whitespace and pass presubmit (#2217) · 54df160a
      Yong Tang authored
      While running the following, noticed the whitespace warning from presubmit:
      ```
      ubuntu@ubuntu:~/coredns$ docker run -i -t --rm -v $PWD:/go/src/github.com/coredns/coredns --net=host golang:1.11
      root@ubuntu:/go# cd src/github.com/coredns/coredns/
      root@ubuntu:/go/src/github.com/coredns/coredns# make
      ** presubmit/context
      ** presubmit/filename-hyphen
      ** presubmit/test-lowercase
      ** presubmit/trailing-whitespace
      plugin/auto/README.md:* `reload` interval to perform reload of zone if SOA version changes. Default is one minute.
      plugin/auto/README.md:  Value of `0` means to not scan for changes and reload. eg. `30s` checks zonefile every 30 seconds
      plugin/file/README.md:* `reload` interval to perform reload of zone if SOA version changes. Default is one minute.
      plugin/file/README.md:  Value of `0` means to not scan for changes and reload. eg. `30s` checks zonefile every 30 seconds
      ** presubmit/trailing-whitespace: please remove any trailing white space
      ```
      Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
      54df160a
  6. 19 Oct, 2018 1 commit
  7. 18 Oct, 2018 5 commits
  8. 17 Oct, 2018 1 commit
  9. 16 Oct, 2018 3 commits
  10. 14 Oct, 2018 2 commits
  11. 13 Oct, 2018 1 commit
  12. 12 Oct, 2018 1 commit
  13. 11 Oct, 2018 3 commits
  14. 10 Oct, 2018 6 commits
  15. 06 Oct, 2018 1 commit
  16. 03 Oct, 2018 1 commit
    • John Belamaric's avatar
      Add Kubernetes auth providers (#2147) · 1018a826
      John Belamaric authored
      * Import auth providers for K8s
      
      * Vendor updates for K8s auth providers
      
      * Remove Azure since it is not compiling
      
      * Update vendor to remove Azure dependencies
      1018a826
  17. 02 Oct, 2018 1 commit
  18. 30 Sep, 2018 3 commits
  19. 29 Sep, 2018 1 commit