1. 30 May, 2018 1 commit
  2. 28 May, 2018 3 commits
  3. 26 May, 2018 1 commit
  4. 25 May, 2018 1 commit
  5. 22 May, 2018 2 commits
  6. 16 May, 2018 1 commit
  7. 15 May, 2018 3 commits
  8. 09 May, 2018 1 commit
  9. 08 May, 2018 3 commits
  10. 03 May, 2018 1 commit
  11. 25 Apr, 2018 1 commit
  12. 24 Apr, 2018 1 commit
  13. 23 Apr, 2018 2 commits
  14. 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
      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
  15. 19 Apr, 2018 4 commits
  16. 18 Apr, 2018 7 commits
  17. 17 Apr, 2018 4 commits
  18. 16 Apr, 2018 2 commits