Re: [Pdns-users] Wilcard woes

2010-01-06 Thread Ron Garret
Some more info: I have wildcards=yes in my pdns.conf file. Here's the mysql query log for what should be a wildcard query: 100106 23:44:22 15 Query select content,ttl,prio,type,domain_id,name from records where name='foo.mcia.cc' 15 Query select content,ttl

Re: [Pdns-users] PDNS + MySQL results not un-escaped?

2010-01-06 Thread Patrick Domack
Most people have solved this issue awhile ago, but some people never upgrade or review documentation, so here is the things I would check. Sounds like this is php, so: Make sure magic_quotes_gpc is not on in php.ini, or by other means Make sure the php program isn't using add_slashes If it is u

[Pdns-users] Wilcard woes

2010-01-06 Thread Ron Garret
Hello, I'm running PDNS 2.9.20 on a Debian box and a MySQL back end. I can't get wildcards to work. Here's an illustration of the problem: == mysql> select * from domains where id=2; ++-++++--

Re: [Pdns-users] Critical PowerDNS Recursor Security Vulnerabilities: please upgrade ASAP to 3.1.7.2

2010-01-06 Thread bert hubert
The correct links to the .deb packages are: http://downloads.powerdns.com/releases/deb/pdns-recursor_3.1.7.2-1_i386.deb http://downloads.powerdns.com/releases/deb/pdns-recursor_3.1.7.2-1_amd64.deb Special 'upgrade option of last resort' (old systems) ---

[Pdns-users] Critical PowerDNS Recursor Security Vulnerabilities: please upgrade ASAP to 3.1.7.2

2010-01-06 Thread bert hubert
Dear PowerDNS Users, Two major vulnerabilities have recently been discovered in the PowerDNS Recursor (all versions up to and including 3.1.7.1). Over the past two weeks, these vulnerabilities have been addressed, resulting in PowerDNS Recursor 3.1.7.2. Given the nature and magnitude of these vul

Re: [Pdns-users] Masked URL Forwarding in PDNS

2010-01-06 Thread Ramon Tillado
Hi Dan, I am not a PDNS expert, but I do know something about how cloaked forwards work. They typically involve one of two things: either a page serving up the target url inside a full-sized frame or iframe, or the machine acting as a reverse proxy to the real url. Either way, as far as I know it'

Re: [Pdns-users] PDNS + MySQL results not un-escaped?

2010-01-06 Thread Michael
On Wed, 06 Jan 2010 21:56:08 you wrote: > Hi Michael > > > When I enter a DKIM or Domain Keys record, which requires use of ';', the > > records on the secondary name server have this character escaped with > > '\', as to be expected. > > > > As this character has a special meaning in MySQL I would

Re: [Pdns-users] PDNS + MySQL results not un-escaped?

2010-01-06 Thread Norbert Sendetzky
Hi Michael > When I enter a DKIM or Domain Keys record, which requires use of ';', the > records on the secondary name server have this character escaped with '\', > as to be expected. > > As this character has a special meaning in MySQL I would think the simple > answer would be to unescape it

[Pdns-users] Masked URL Forwarding in PDNS

2010-01-06 Thread Dan Seoane
Is there any way to setup a masked forward using PDNS? I have had a couple of clients ask for this. thanks -d ___ Pdns-users mailing list Pdns-users@mailman.powerdns.com http://mailman.powerdns.com/mailman/listinfo/pdns-users

Re: [Pdns-users] PDNS + MySQL results not un-escaped?

2010-01-06 Thread Michael
On Wed, 06 Jan 2010 19:58:33 you wrote: > On Wed, Jan 06, 2010 at 03:28:32PM +1300, Michael wrote: > > First time poster, long time SysAdmin :-) intending to convert from Bind. > > Nice ;-) > > > I have just noticed that PDNS with GMySQL back end does not seem to > > un-escape result records. > > C