From: Peter van Dijk Date: Tue, 28 May 2013 07:32:35 +0000 (+0200) Subject: improve attribution X-Git-Tag: auth-3.3-rc2~67^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57c0b996883457682b3d456bffa80d7c8c80d2b0;p=pdns improve attribution --- diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index e367ee079..4a587a6ce 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -148,7 +148,7 @@ - gc0d5504: pdnssec now emits 'INSERT INTO domain ..' queries when running without named.conf + gc0d5504: pdnssec now emits 'INSERT INTO domain ..' queries when running without named.conf, thanks Ruben d'Arco. @@ -263,7 +263,7 @@ - g62ac758: use PolarSSL for MD5 hashing instead of shipping our own copy of md5 hashing code. + g62ac758: use PolarSSL for MD5 hashing instead of shipping our own copy of md5 hashing code, thanks Aki Tuomi. @@ -283,7 +283,7 @@ - g71301b6: Replicate gsql backend feature of having separate -auth queries for DNSSEC into oraclebackend. Also lets you disable dnssec if you are not ready for it. Closes t527. + g71301b6: Replicate gsql backend feature of having separate -auth queries for DNSSEC into oraclebackend. Also lets you disable dnssec if you are not ready for it. Closes t527, patch by Aki Tuomi. @@ -308,12 +308,12 @@ - g6477102: add goracle schema + g6477102: add goracle schema, thanks Aki Tuomi. - g9118638: make goraclebackend "at least work", closes t729 + g9118638: make goraclebackend "at least work", closes t729, thanks Aki Tuomi. @@ -354,7 +354,7 @@ - gf9cf6d9: cut the number of database queries in half for AXFR-in + gf9cf6d9: cut the number of database queries in half for AXFR-in, thanks Kees Monshouwer. @@ -364,17 +364,17 @@ - gbb4a573: move random backend to modules + gbb4a573: move random backend to modules, thanks Kees Monshouwer. - g1071abd: restyle builtin webserver page + g1071abd: restyle builtin webserver page, thanks Christian Hofstaedtler. - gcd5e158: correct bogus use of poll(2) related constants, improving non-Linux portability. Thanks Wouter de Jong + gcd5e158: correct bogus use of poll(2) related constants, improving non-Linux portability. Thanks Wouter de Jong. @@ -391,22 +391,22 @@ gb23b90a: Metadata update is now in the same transaction as the AXFR. This improves slaving speed - tremendously, especially for SQLite users. + tremendously, especially for SQLite users. Patch by Kees Monshouwer. - g4620e8a: Added zone2json + g4620e8a: Added zone2json, thanks Aki Tuomi. - gf0fa8b6: Fix remotebackend setdomainmetadata return value handling. Fix by Aki Tuomi, closes t740 + gf0fa8b6: Fix remotebackend setdomainmetadata return value handling. Fix by Aki Tuomi, closes t740. - g80e82d6: log control listener abort even more explicitly + g80e82d6: log control listener abort even more explicitly. @@ -421,47 +421,47 @@ - g6c4e531: disarm dead code that causes gcc crashes on ARM, thanks Morten Stevens + g6c4e531: disarm dead code that causes gcc crashes on ARM, thanks Morten Stevens. - g36855b5: if we failed to make a new UDP socket, we'd report a confusing error about it + g36855b5: if we failed to make a new UDP socket, we'd report a confusing error about it. - g1b8e5e6: autoconf support for oracle, thanks Aki Tuomi. Closes t726 + g1b8e5e6: autoconf support for oracle, thanks Aki Tuomi. Closes t726. - g8ac0c06: allow setting of some oracle env vars. Patch by Aki Tuomi, closes t725 + g8ac0c06: allow setting of some oracle env vars. Patch by Aki Tuomi, closes t725. - g45e845b: add example.rb sample script for remotebackend, thanks Aki + g45e845b: add example.rb sample script for remotebackend, thanks Aki Tuomi. - g950bddd: add pdnssec generate-zone-key command, thanks Aki. Closes t711 + g950bddd: add pdnssec generate-zone-key command, thanks Aki. Closes t711. - g2c03cde: Replace select with waitForData in remotebackend. Patch by Aki Tuomi, closes t715 + g2c03cde: Replace select with waitForData in remotebackend. Patch by Aki Tuomi, closes t715. - g450292c: accept ANY responses during recursive forwarding, thanks Jan-Piet Mens + g450292c: accept ANY responses during recursive forwarding, thanks Jan-Piet Mens. - gd9dd76b: actually clean up unix domain sockets too after use + gd9dd76b: actually clean up unix domain sockets too after use. @@ -476,32 +476,32 @@ - g9566683: merge patch from ticket 712 addressing memory leak in remotebackend (thanks Aki for the fix!) + g9566683: merge patch from ticket 712 addressing memory leak in remotebackend, thanks Aki. - gfb6ed6f: explicitly set domain id during bindbackend superslave domain create, thanks Kees Monshouwer&Aki Tuomi + gfb6ed6f: explicitly set domain id during bindbackend superslave domain create, thanks Kees Monshouwer&Aki Tuomi. - g69bae20: use private temp dir when running under systemd, thanks Morten Stevens&Ruben Kerkhof + g69bae20: use private temp dir when running under systemd, thanks Morten Stevens&Ruben Kerkhof. - gb26a48a: fix rapidjson usage in remotebackend, patch by Aki Tuomi. Closes t697 + gb26a48a: fix rapidjson usage in remotebackend, patch by Aki Tuomi. Closes t697. - gda8e6ae: also answer questions with : in them + gda8e6ae: also answer questions with : in them. - gef1c4bf: also spot trailing dots on CNAME content, thanks Jan-Piet Mens and Ruben d'Arco + gef1c4bf: also spot trailing dots on CNAME content, thanks Jan-Piet Mens and Ruben d'Arco.