From: bert hubert Date: Fri, 3 May 2013 12:23:58 +0000 (+0200) Subject: fix up 'make publish' for docs, plus re-add the commit about how backends should... X-Git-Tag: auth-3.3-rc1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=159fe44321639ac28444d8f4f13613369e70ea65;p=thirdparty%2Fpdns.git fix up 'make publish' for docs, plus re-add the commit about how backends should deal with wildcard queries (not) --- diff --git a/pdns/docs/Makefile b/pdns/docs/Makefile index 6bad2457fd..3b4fe6199c 100644 --- a/pdns/docs/Makefile +++ b/pdns/docs/Makefile @@ -37,14 +37,8 @@ html.tar.gz: html/index.html asciidoc -b xhtml11 -d manpage $< publish: - rsync --rsync-path=./rsync --exclude "*.png" --copy-links --delete -avrze 'ssh -p 2222' ./html pdns.txt pdns.pdf html.tar.gz \ - localhost:/opt/websites/downloads.powerdns.com/www/documentation/ -# ssh localhost -p 2222 cp /usr/share/doc/libboost-doc/HTML/doc/html/images/*.png \ -# /opt/websites/downloads.powerdns.com/www/documentation/html/ - -publish2: - rsync --copy-links --delete -avrze ssh ./html pdns.txt pdns.pdf \ - ds9a.nl:/var/www/ds9a.nl/tmp/pdns-docs/ + rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.gz \ + xs.powerdns.com:/var/www/doc.powerdns.com/ publish3: rsync --exclude "*.png" --copy-links --delete -avrz ./html pdns.txt pdns.pdf html.tar.gz \ diff --git a/pdns/docs/pdns.xml b/pdns/docs/pdns.xml index 40f0212d6b..a0b485a1b7 100644 --- a/pdns/docs/pdns.xml +++ b/pdns/docs/pdns.xml @@ -15927,7 +15927,9 @@ local-ip-address is the ip-address that was queried locally. edns-subnet-address is the actual client subnet as provided via edns-subnet support. Note that for the SOA query that precedes an AXFR, edns-subnet is always set to 0.0.0.0/0. - +Queries for wildcard names should be answered literally, without expansion. So, + if a backend gets a question for "*.powerdns.com", it should only answer with data if there is + an actual "*.powerdns.com" name AXFR-queries look like this: @@ -19953,6 +19955,10 @@ Now add TLSRecordContent::report() to + Some examples, a more formal specification is down below. A normal lookup starts like this: