Re: [Pdns-users] PDNS Recursor compile errors on g++ 4.4.0

2009-07-06 Thread Roger Libiez
s. All that's necessary then to fix it in all the instances it pops up is to specify std::exception and the code compiles cleanly from there. bert hubert wrote: Hi everybody, On Sun, Jul 5, 2009 at 11:44 AM, Roger Libiez wrote: PDNS-Recursor version 3.1.7 from the download page. I'

Re: [Pdns-users] PDNS Recursor compile errors on g++ 4.4.0

2009-07-05 Thread Roger Libiez
Leen Besselink wrote: Hi Roger, What version of PowerDNS-recursor and what version of Boost are you using ?: I'm no expert, but I wouldn't be surprised if a newer Boost library solved the problem. Atleast that's what my gut instinct told me, a quick Google search was much more useful. I thi

[Pdns-users] PDNS Recursor compile errors on g++ 4.4.0

2009-07-05 Thread Roger Libiez
pdns_recursor.cc: In function "void startDoResolve(void*)": pdns_recursor.cc:669: error: reference to "exception" is ambiguous /usr/include/boost/exception/exception.hpp:177: error: candidates are: class boost::exception /usr/lib/gcc/x86_64-redhat-linux/4.4.0/../../../../include/c++/4.4.0/excepti

[Pdns-users] PDNS-Admin Site Launch

2008-02-19 Thread Roger Libiez
With PDNS-Admin enjoying a decent surge in popularity, I've found responding via emails with people to be difficult at best to coordinate, and since this mailing list isn't entirely appropriate for dealing with it, I've launched a new site for the PDNS-Admin application I develop. All further

Re: [Pdns-users] PDNS-Admin 1.1.4 Released

2008-02-10 Thread Roger Libiez
Yes, that was just in the latest release, and only in new installation. The upgrade script for existing installs had the right field. Thanks for catching that, I've now corrected it. Andre Keller wrote: Hi Roger thanks for the tool i checked on it an it looks promising... Just figured everyon

[Pdns-users] PDNS-Admin 1.1.4 Released

2008-02-09 Thread Roger Libiez
Just figured everyone who is following PDNS-Admin would like to know that version 1.1.4 is out, which addresses some of the shortcomings people have found with it. * Fixed a bug where PTR records were being added or edited incorrectly. [Josh Speer] * Removed a bad template section that dealt w

Re: [Pdns-users] PDNS-Admin features

2008-02-09 Thread Roger Libiez
x27;d need some way to take the long format and break it down according to IPv6 formatting rules so that the comparison is useful to the code, and we can then make sure someone hasn't tried to make an IPv6 entry equivalent to 299.1.1.1 where the 299 is obviously not valid. Rudolph Bott

Re: [Pdns-users] Status of poweradmin?

2008-02-09 Thread Roger Libiez
inet_pton and inet_ntop both require PHP >= 5.1.0 though. I understand that PHP 4 has reached end of life, but I'm not sure how much penetration PHP 5 has yet. These functions are also not available on Windows machines, though I don't know how many Windows users are using pdns-admin. Hugo van

Re: [Pdns-users] Status of poweradmin?

2008-02-03 Thread Roger Libiez
I would welcome receiving a patch for the and LOC records. I'm not setup for IPv6 here so I'd be unable to test it even if I were to add the record choice. I also have no idea how to go about validating the input to keep broken data from being inserted. As far as LOC, I honestly had no i

Re: [Pdns-users] Status of poweradmin?

2008-01-31 Thread Roger Libiez
Steve Sobol wrote: Hugo van der Kooij wrote: Eugene Pefti wrote: | How about using PDNS-Admin front-end? http://www.iguanadons.net/pdns-admin | I like it even more than poweradmin and webdns | (https://webdns.bountysource.com/) | pdnsadmin it is. Installing it was peanuts compared to poweradm

[Pdns-users] PDNS-Admin updated

2007-12-22 Thread Roger Libiez
The PDNS-Admin package has been updated after a couple of minor bug reports were filed and a couple of other small things were tweaked. The update is available at: http://www.iguanadons.net/pdns-admin Changes for 1.1.2: * SECURITY: Users were capable of creating new domains without the permis

Re: [Pdns-users] Frontend for PowerDNS ?!

2007-12-19 Thread Roger Libiez
Joe Sloan wrote: milkteeth wrote: Does anyone knows about a reliable frontend for PowerDNS to use with PHP-5, MySQL-5 ?! I have tried a few: PowerAdmin: not being updated anymore FreshDNS: still beta WebDNS: not goodenough Tupa: also not so promising I would really appreciate if someone could t

Re: [Pdns-users] Sneaking in out of zone data?

2007-02-13 Thread Roger Libiez
Alan Hodgson wrote: On Tuesday 13 February 2007 11:21, Roger Libiez <[EMAIL PROTECTED]> wrote: Feb 13 10:41:17 crondonia pdns[1993]: Remote 66.218.49.113 sneaked in out-of-zone data '113.49.218.66.in-addr.arpa' during AXFR of zone 'arthmoor.com' I get the above err

[Pdns-users] Sneaking in out of zone data?

2007-02-13 Thread Roger Libiez
Feb 13 10:41:17 crondonia pdns[1993]: Remote 66.218.49.113 sneaked in out-of-zone data '113.49.218.66.in-addr.arpa' during AXFR of zone 'arthmoor.com' I get the above error whenever a DNS transfer attempts to take place for the arthmoor.com domain. The PTR records are valid and work when a lo

Re: [Pdns-users] Web Interface

2006-11-28 Thread Roger Libiez
I've been working on a web interface of my own to replace PowerAdmin. Hadn't really given though to releasing it elsewhere since I stripped down a copy of a forum package I help develop in order to use it's existing framework. I haven't got a download or anything available because I haven't wri