1. 11 Jun, 2018 2 commits
  2. 06 Jun, 2018 1 commit
  3. 04 Jun, 2018 1 commit
  4. 01 Jun, 2018 1 commit
  5. 31 May, 2018 2 commits
  6. 30 May, 2018 2 commits
  7. 29 May, 2018 1 commit
  8. 28 May, 2018 3 commits
  9. 26 May, 2018 1 commit
  10. 25 May, 2018 1 commit
  11. 24 May, 2018 1 commit
  12. 22 May, 2018 2 commits
  13. 16 May, 2018 1 commit
  14. 15 May, 2018 3 commits
  15. 09 May, 2018 1 commit
  16. 08 May, 2018 3 commits
  17. 03 May, 2018 1 commit
  18. 25 Apr, 2018 1 commit
  19. 24 Apr, 2018 1 commit
  20. 23 Apr, 2018 2 commits
  21. 20 Apr, 2018 2 commits
    • Nick Jüttner's avatar
      Merge pull request #535 from anandsinghkunwar/pdns-bugfix · 57d26212
      Nick Jüttner authored
      Fixed Bug in PowerDNS provider and added testcases
      Unverified
      57d26212
    • Anand Singh Kunwar's avatar
      Fixed Bug in PowerDNS provider and added testcases · e84630f0
      Anand Singh Kunwar authored
      * Fixed PowerDNS provider bug affecting endpoint conversion to
        zone in a particular case
      * Added a regressive test case, covered an additional case
      
      PowerDNS provider bug: In the function ConvertEndpointsToZones,
      the endpoints are sorted lexicographically increasing
      (and by record type in case of match). The zones are sorted by
      decreasing order of length. There's a loop through of zones
      under which the code loops through endpoints. In the case
      the first endpoint does not match with the first zone,
      the complete zone won't get populated with any endpoints.
      e84630f0
  22. 19 Apr, 2018 4 commits
  23. 18 Apr, 2018 3 commits