Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-06-14 Thread Peter Thomassen
On 06/14/2017 09:50 AM, Peter Thomassen wrote: > Caveat: NSEC3 (and probably also NSEC) records do reveal the presence of > the other records in the database. I think this is a bug -- I'm going to > open an issue on github. for reference: https://github.com/PowerDNS/pdns/issues/5400 signature.a

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-06-14 Thread Peter Thomassen
Hi Diego, On 05/08/2017 11:59 AM, Diego Bellini wrote: > I have created a CNAME “ciao8.rainbow.com” using API > > After that I tried to create an A record with the same name > “ciao8.rainbow.com” and the API allowed me to do so > > Is this a wanted behaviour? > > By RFC shouldn’t this be not al

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread Diego Bellini
: diego.bell...@exponential-e.com<mailto:diego.bell...@exponential-e.com> From: James Archer [mailto:bostcolo...@gmail.com] Sent: 09 May 2017 15:09 To: Diego Bellini Cc: pdns-users@mailman.powerdns.com Subject: Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs I can’t answer this part

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread Diego Bellini
Thanks Dave for confirming -Original Message- From: David Jones [mailto:djo...@ena.com] Sent: 09 May 2017 13:31 To: Diego Bellini ; pdns-users@mailman.powerdns.com Subject: Re: PowerDNS API and RFC in relation to CNAMEs >From: Pdns-users >on behalf of Diego Bellini >Morning! >Does a

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread David Jones
>From: Pdns-users >on behalf of Pieter Lexis >This smells like a bug in the API (as `pdnsutil check-zone` will complain >about it). Can one of you open a bug report on github about this[1]? Done. https://github.com/PowerDNS/pdns/issues/5305 Dave ___

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread Pieter Lexis
Hi David and Diego, This smells like a bug in the API (as `pdnsutil check-zone` will complain about it). Can one of you open a bug report on github about this[1]? Thanks, Pieter 1 - https://github.com/PowerDNS/pdns/issues/new -- Pieter Lexis PowerDNS.COM BV -- https://www.powerdns.com __

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread David Jones
>From: Pdns-users >on behalf of Diego Bellini >Morning! >Does anyone have any suggestion for me?   I have noticed the same thing. We have some developers writing an internal interface to manage our PowerDNS via the API and I also noticed that the API allows this when it shouldn't. Dave >Cheer

Re: [Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-09 Thread Diego Bellini
Morning! Does anyone have any suggestion for me? Cheers, Diego From: Diego Bellini Sent: 08 May 2017 10:59 To: 'pdns-users@mailman.powerdns.com' Subject: PowerDNS API and RFC in relation to CNAMEs Good morning, I was doing a bit of test in relation to PowerDNS API I have created a CNAME "

[Pdns-users] PowerDNS API and RFC in relation to CNAMEs

2017-05-08 Thread Diego Bellini
Good morning, I was doing a bit of test in relation to PowerDNS API I have created a CNAME "ciao8.rainbow.com" using API After that I tried to create an A record with the same name "ciao8.rainbow.com" and the API allowed me to do so Is this a wanted behaviour? By RFC shouldn't this be not allow