Timeline


and

04/03/11:

23:40 Ticket #339 (Private RR types correctly stored but not served) closed by ahu
fixed: Fixed somewhere last week.
23:39 Ticket #345 (Incorrect handling of records with "\032" in the label) closed by ahu
fixed
23:38 Ticket #350 (Still problems with redelegated subdomains) closed by ahu
fixed: fixed yesterday or so, plus added a heap of regression tests against this …
22:55 Changeset [2128] by ahu
make sure that we do outgoing SOA freshness queries TSIG signed if a TSIG …
22:09 Changeset [2127] by ahu
fix up processing of notification acknowledgements, be liberal in how we …
22:02 Changeset [2126] by ahu
recent cleanup made us generate a response packet *before* determining if …
17:35 Changeset [2125] by ahu
messed up the debian version number
17:24 Changeset [2124] by ahu
improve some notification logging messages to include port numbers
17:23 Changeset [2123] by ahu
remove some further unaligned memory accesses in powerdns recursor
17:22 Changeset [2122] by ahu
remove some unaligned memory accesses in recursor packet cache
17:20 Changeset [2121] by ahu
make sure polarssl has distclean (Maik)
17:20 Changeset [2120] by ahu
change version to rc1 (still only preparation, but the packages build …
17:17 Changeset [2119] by ahu
AGAIN, PAY ATTENTION! SOMEONE WROTE DOCUMENTATION!! Thanks Maik for …
17:15 Changeset [2118] by ahu
sync oracle backend code

04/02/11:

11:57 Changeset [2117] by ahu
silence a lot of debugging
11:52 Changeset [2116] by ahu
add remaining changelog items to documentation
11:43 Changeset [2115] by ahu
add test for correct return of NS at zone apex
09:32 Changeset [2114] by ahu
fix Frank Altpeter's discovery that delegations don't work well in …

04/01/11:

23:45 Changeset [2113] by ahu
thank you powerdns posse for paying attention ;-)
23:13 Changeset [2112] by ahu
add regression test for 'query for a wildcard record of a different type', …
22:54 Changeset [2111] by ahu
add regression tests for a wildcard query that matches the wildcard, plus …
14:26 Ticket #350 (Still problems with redelegated subdomains) created by anon
I just noticed that there still seems a problem with the recently fixed …

03/31/11:

21:54 Changeset [2110] by ahu
Jan-Piet Mens discovered that SOA-EDIT was not listed in the domain …
11:34 Ticket #349 (slave domain needs checking - mass repeating) created by anon
Hi, as already discussed on channel, there seems to be some incorrect …
09:51 Changeset [2109] by ahu
fix crashes reported by Vasiliy G Tolstov and Frank Altpeter - turns out …

03/30/11:

20:33 Ticket #348 ("pndssec set-nsec3" should accept more than one domain) created by anon
Today, set-nsec3 accepts only a domain. Looking at "pdnssec secure-zone", …
08:59 Changeset [2108] by ahu
add domain metadata documentation
08:46 Changeset [2107] by ahu
catch Lua errors that only show up during the actual incoming …
08:28 Changeset [2106] by ahu
update version to -rc1 - ZOMG!! not quite there yet, but getting close

03/29/11:

21:59 Ticket #347 (pndssec unset-nsec3 leaves the NSEC3NARROW row behind) created by anon
Set nsec3 narrow in a domain: pdnssec set-nsec3 benetasso.com '1 1 1 -' …

03/28/11:

12:35 Changeset [2105] by ahu
add 'INCREMENT-WEEKS' SOA-EDIT policy

03/27/11:

23:13 Changeset [2104] by ahu
document & implement the widening of the 'TYPE' field for the records …
22:22 Changeset [2103] by ahu
add SOA serial number editing for when operating as a signing master (or …
22:10 Changeset [2102] by ahu
add some missing GPL repetitions
12:03 Changeset [2101] by ahu
fix reload on database error on incoming notification, mostly caused by …

03/25/11:

16:08 Changeset [2100] by ahu
catch database error in time and not on the floor
12:09 Changeset [2099] by ahu
there was a slight chance for the ueberbackend to cache wrong data
10:53 Changeset [2098] by ahu
catch DNS parsing errors in incoming AXFRs and don't crash on them.

03/24/11:

19:36 Changeset [2097] by ahu
Frank Altpeter discovered that PowerDNS(SEC) 3.0 in *non*-DNSSEC mode …
14:56 Changeset [2096] by ahu
in the new escaping regime, incoming queries can contain \ characters, so …
14:54 Changeset [2095] by ahu
and use the newly defined insert-record-query-auth
14:53 Changeset [2094] by ahu
upgrade postgresql sql statements to new E escaping rules teach all …
13:09 Ticket #346 (./configure --without-mysql fails) created by anon
configure aborts with this message: […] This happens for both of these …
11:22 Changeset [2093] by ahu
also add godbc stuff to tar
11:12 Changeset [2092] by ahu
we need this to compile - empty files though
10:42 Changeset [2091] by ahu
revert accidental auto-build adjusted configure.ac

03/23/11:

22:18 Changeset [2090] by ahu
godbc patch broke odbc
21:54 Changeset [2089] by ahu
rejigged the label escaping rules. It goes like this now. Within PowerDNS, …
00:13 Changeset [2088] by ahu
it appears this is needed

03/22/11:

21:25 Ticket #217 (pdns 2.9.22-rc2 cs1316 bindbackend crash upon adding an out-of-zone record) closed by ahu
worksforme: Loads was changed there, and it hasn't been reported anymore. We took out …
21:21 Ticket #220 (Inappropriate case-senstive check on NOTIFY) closed by ahu
fixed: sqlite was case sensitive, we fixed that. Should not be a problem anymore.
21:19 Ticket #149 (zone2sql named.conf parsing error) closed by ahu
wontfix: While we could fix this, it is suggested to comment out such troublesome …
21:14 Ticket #309 (make godbcbackend compile again) closed by ahu
fixed: Merged in CS2087. Thanks!
21:14 Changeset [2087] by ahu
fix up 'generic ODBC backend' compilation - but no guarantees. Code found …
20:45 Ticket #265 (multiple master support does not work in the case the master uses NOTIFY) closed by ahu
fixed: This has been fixed in 3.0 - any one of the masters is accepted. Thanks.
20:43 Ticket #189 (Using new statement prepare question for sqlite3 backend) closed by ahu
fixed: Implemented in 2086, thanks!
20:43 Changeset [2086] by ahu
move sqlite3 to sqlite3_prepare_v2 which should bring improved error …
20:42 Changeset [2085] by ahu
fix up various small things, plus remove ugly debugging prints from AXFR …
20:23 Ticket #96 (PowerDNS doesn't honor RFC1982) closed by ahu
fixed: It does now! Since cs 2077. Thanks.
15:40 Ticket #322 (pdns instance crashes) closed by ahu
invalid: Probably due to database overload.
15:36 Ticket #317 (Logging time switches to UTC with LDAP backend) closed by ahu
duplicate: dup of 313
15:33 Ticket #313 (ldapbackend sets TZ to UTC but should not) closed by ahu
wontfix: we are currently unable to devote time to the LDAP backend.
15:32 Ticket #260 (LDAP backend doens't try to reestablish connection once lost) closed by ahu
wontfix: We are currently unable to fix LDAP issues.
15:30 Ticket #183 (Changing of default table names in config file) closed by ahu
wontfix: This means everybody will have to change his customized sql statements, …
15:13 Ticket #231 (Patch to support calling mySQL stored procedures) closed by ahu
fixed: Applied in cs 2084, thanks!
15:13 Changeset [2084] by ahu
after many years ;-) merge the fix so MySQL stored procedures can be …
14:55 Ticket #298 (AXFR query fail with LDAP backend) closed by ahu
wontfix: We are unable to address LDAP issues at this time.
14:52 Ticket #318 (Master (Notify) functionality with ldap backend) closed by ahu
wontfix: We are unable to enhance the LDAP backend.
14:52 Ticket #323 (powerdns authoritative server with ldap backend hangs when ldap server is ...) closed by ahu
wontfix: We are unable to fix LDAP issues.
14:51 Ticket #321 (@ not recognised as shorthand for "this domain" in MX) closed by ahu
fixed: fixed in 3.0
14:50 Ticket #190 (Show detailed error information an error happens in sqlite3 backend) closed by ahu
fixed: Closed in commit 2083, thanks!
14:49 Changeset [2083] by ahu
improve gsqlite3backend error message as suggested by ticket 190.
14:44 Ticket #288 (recursor fails to restart with old config setting nofork=yes) closed by ahu
wontfix: While I appreciate the sentiment, this would lead to heaps of …
14:43 Ticket #258 (powerdns recursor fails to stop due invalid controlsocket when fork=yes) closed by ahu
invalid: --fork is gone in recent versions
14:40 Ticket #305 (Disable a zone / domain / record) closed by ahu
wontfix: To do this, please customize the SQL queries to have an 'active' field.
11:30 Changeset [2082] by ahu
start database list request in AXFR at the latest possible moment so as …
10:51 Changeset [2081] by ahu
allow queries for domains with spaces in them
10:21 Changeset [2080] by ahu
make sure that not only we can retrieve unknown records over AXFR, but …
10:20 Changeset [2079] by ahu
rename some confusing variables
09:41 Changeset [2078] by ahu
everybody pay attention - SOMEONE CONTRIBUTED DOCUMENTATION!! Jan-Piet …
09:27 Changeset [2077] by ahu
implement RFC1982 serial number arithmetic in zone slaving engine …

03/21/11:

22:59 Ticket #343 (Various site navigation issues.) closed by ahu
fixed: Fixed in commit 2076, thank you VERY much for reminding us!
22:58 Changeset [2076] by ahu
add warnings about trailing dots in domain names in powerdns record …
22:18 TodoList edited by ahu
(diff)
22:09 Ticket #142 (pdns_recursor doesn't support wildcards in authoritative zones) closed by ahu
fixed: Fixed recently, will be in 3.3.1 or 3.4.
21:52 Changeset [2075] by ahu
it is 2011
21:46 Changeset [2074] by ahu
fix up ssqlite internal 'escape' function - which was not used.

03/18/11:

14:08 Ticket #345 (Incorrect handling of records with "\032" in the label) created by anon
A customer tried adding some DNS-SD SRV records to a zone that I take AXFR …
09:39 Changeset [2073] by ahu
Ralf van der Enden contributed a patch that fixes our Lua detection on …
09:30 Changeset [2072] by ahu
make sure dnsresource records are default initialized fully, possibly …
08:46 Changeset [2071] by ahu
Brielle Bruns nagged us about this spelling error which reported a …

03/17/11:

17:02 Changeset [2070] by ahu
instead of partially stealing lua autoconf from mysqlproxy, steal *all* of …
12:12 Changeset [2069] by ahu
would sometimes *add* data from the query-cache to a response instead of …
10:13 Changeset [2068] by ahu
properly detect Lua on most platforms. Trick stolen from MySQL.

03/16/11:

20:11 Changeset [2067] by ahu
add error checking for the Lua incoming AXFR filter script. jp_mens, pls …
16:08 Changeset [2066] by ahu
allow Lua to load modules in powerdns auth
09:35 Changeset [2065] by ahu
implement incoming AXFR editing with Lua scripts. Useful when operating as …
09:31 Changeset [2064] by ahu
make sure we build the manpages for the recursor

03/14/11:

15:26 Changeset [2063] by ahu
backport the asynchronous SOA liveness checking from 3.0
13:57 Changeset [2062] by ahu
teach built-in authoritative server in the powerdns recursor to understand …
13:33 Changeset [2061] by ahu
document hash-zone-records for NSEC3

03/12/11:

22:17 Changeset [2060] by ahu
fix up unaligned access on UltraSPARC in recursor. Analysis provided by …

03/04/11:

21:43 Changeset [2059] by ahu
remove our old DNSResourceRecord serializer, replace it with the boost …
Note: See TracTimeline for information about the timeline view.