]> granicus.if.org Git - pdns/log
pdns
10 years agoupdate index of documentation add documentation documentation (yo)
bert hubert [Sun, 30 Nov 2014 19:59:10 +0000 (20:59 +0100)]
update index of documentation add documentation documentation (yo)

10 years agoremove some stale empty files, add inspirational quote, make sure we build 'running.md'
bert hubert [Sun, 30 Nov 2014 12:10:28 +0000 (13:10 +0100)]
remove some stale empty files, add inspirational quote, make sure we build 'running.md'

10 years agofor now disable building of httpapi documents which are wrong
bert hubert [Sat, 29 Nov 2014 12:45:30 +0000 (13:45 +0100)]
for now disable building of httpapi documents which are wrong

10 years agodisabling test if test environment does not define things we need to know..
bert hubert [Sat, 29 Nov 2014 07:55:21 +0000 (08:55 +0100)]
disabling test if test environment does not define things we need to know..

10 years agothis should fix our unit tests
bert hubert [Sat, 29 Nov 2014 07:34:25 +0000 (08:34 +0100)]
this should fix our unit tests

10 years agoa 32 bit regression test failure we don't understand..
bert hubert [Fri, 28 Nov 2014 22:42:53 +0000 (23:42 +0100)]
a 32 bit regression test failure we don't understand..

10 years agoactually writing some unit tests for the new 64 bit capable AtomicCounter found a...
bert hubert [Fri, 28 Nov 2014 21:29:13 +0000 (22:29 +0100)]
actually writing some unit tests for the new 64 bit capable AtomicCounter found a pile of bugs!

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Fri, 28 Nov 2014 20:04:47 +0000 (21:04 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoOur "StatBag" statistics class was 1) 32 bit 2) heavily locked 3) still allowed for...
bert hubert [Fri, 28 Nov 2014 15:14:18 +0000 (16:14 +0100)]
Our "StatBag" statistics class was 1) 32 bit 2) heavily locked 3) still allowed for lock-free operations for high speed counters.
This commit 1) makes the StatBag 64 bit on 64 bit systems, 2) removes all locks and 3) has gone AtomicCounter 'native'
The upshot of this is that 64 bit users will suddenly get 64 bit counters. A second upshot is that multicore systems should now see consistent statistics again.
One important thing that changed is that the StatBag class used to be completely thread safe, and now it no longer is. You can't declare new counters while the StatBag is in use. This should not be happening, but you never know.
Finally, there is now a StatBag unit test.

10 years agomake our AtomicCounter 64 bit on 64 bit machines
bert hubert [Fri, 28 Nov 2014 14:17:16 +0000 (15:17 +0100)]
make our AtomicCounter 64 bit on 64 bit machines

10 years agoMerge pull request #1887 from zeha/secpoll-chars
bert hubert [Thu, 27 Nov 2014 15:06:39 +0000 (16:06 +0100)]
Merge pull request #1887 from zeha/secpoll-chars

secpoll: Replace ~ with _, too

10 years agoMerge pull request #1894 from tuxis-ie/fix-sqlite-typo
Peter van Dijk [Thu, 27 Nov 2014 12:05:16 +0000 (13:05 +0100)]
Merge pull request #1894 from tuxis-ie/fix-sqlite-typo

Fix a error that sneaked into 948280123c3bf87b1d6a06c7cb563f0801062fdf

10 years agoFix a error that sneaked into 948280123c3bf87b1d6a06c7cb563f0801062fdf
Mark Schouten [Thu, 27 Nov 2014 12:03:22 +0000 (13:03 +0100)]
Fix a error that sneaked into 948280123c3bf87b1d6a06c7cb563f0801062fdf

10 years agoMerge pull request #1879 from tuxis-ie/sqlite-foreign-keys
Peter van Dijk [Thu, 27 Nov 2014 11:13:18 +0000 (12:13 +0100)]
Merge pull request #1879 from tuxis-ie/sqlite-foreign-keys

Enable foreign keys for Sqlite3

10 years ago'fix' indenting in runtests-files
Mark Schouten [Thu, 27 Nov 2014 11:05:27 +0000 (12:05 +0100)]
'fix' indenting in runtests-files

10 years agoMerge pull request #1755 from Habbie/cname-referral-aa
Peter van Dijk [Thu, 27 Nov 2014 11:00:43 +0000 (12:00 +0100)]
Merge pull request #1755 from Habbie/cname-referral-aa

set AA on CNAME into referral, fixes #589

10 years agoMerge pull request #1890 from mind04/api-cache
Peter van Dijk [Thu, 27 Nov 2014 10:35:07 +0000 (11:35 +0100)]
Merge pull request #1890 from mind04/api-cache

api: get cryptokeys

10 years agoMerge pull request #1893 from job/master
Peter van Dijk [Thu, 27 Nov 2014 10:00:24 +0000 (11:00 +0100)]
Merge pull request #1893 from job/master

Add pandoc building in travis CI env

10 years agoAdd pandoc building in travis CI env
Job Snijders [Wed, 26 Nov 2014 21:46:52 +0000 (22:46 +0100)]
Add pandoc building in travis CI env

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 26 Nov 2014 20:57:09 +0000 (21:57 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoMerge pull request #1892 from pieterlexis/markdown-small-screens
bert hubert [Wed, 26 Nov 2014 20:56:36 +0000 (21:56 +0100)]
Merge pull request #1892 from pieterlexis/markdown-small-screens

Markdown small screens

10 years agoSplit menus so smaller screens can enjoy the docs too
Pieter Lexis [Wed, 26 Nov 2014 20:53:47 +0000 (21:53 +0100)]
Split menus so smaller screens can enjoy the docs too

10 years agofix some ugly pages and fix <> issues
Pieter Lexis [Wed, 26 Nov 2014 20:51:43 +0000 (21:51 +0100)]
fix some ugly pages and fix <> issues

10 years agoClean, just in case
Pieter Lexis [Wed, 26 Nov 2014 20:50:10 +0000 (21:50 +0100)]
Clean, just in case

10 years agoMerge branch 'master' of github.com:PowerDNS/pdns
bert hubert [Wed, 26 Nov 2014 19:06:52 +0000 (20:06 +0100)]
Merge branch 'master' of github.com:PowerDNS/pdns

10 years agoMerge pull request #1682 from pieterlexis/doc-to-md
bert hubert [Wed, 26 Nov 2014 19:05:36 +0000 (20:05 +0100)]
Merge pull request #1682 from pieterlexis/doc-to-md

[WIP] Rewrite documentation in MarkDown

10 years agomake set-version-recursor complain if invoked incorrectly
bert hubert [Wed, 26 Nov 2014 09:46:31 +0000 (10:46 +0100)]
make set-version-recursor complain if invoked incorrectly

10 years agoadd a makefile directive accidentally removed
Pieter Lexis [Tue, 25 Nov 2014 19:57:46 +0000 (20:57 +0100)]
add a makefile directive accidentally removed

10 years agofix error in mkdocs
Pieter Lexis [Tue, 25 Nov 2014 19:35:58 +0000 (20:35 +0100)]
fix error in mkdocs

10 years agofix links
Pieter Lexis [Tue, 25 Nov 2014 19:21:09 +0000 (20:21 +0100)]
fix links

10 years agoBackport docs from current master (eda307fc)
Pieter Lexis [Tue, 25 Nov 2014 19:11:05 +0000 (20:11 +0100)]
Backport docs from current master (eda307fc)

10 years agoRemove the lower bar on small screens
Pieter Lexis [Thu, 6 Nov 2014 17:14:49 +0000 (18:14 +0100)]
Remove the lower bar on small screens

10 years agoBackport all docs up till current master (d203a811)
Pieter Lexis [Mon, 27 Oct 2014 22:35:09 +0000 (23:35 +0100)]
Backport all docs up till current master (d203a811)

10 years agoAdd a bunch of forgotten docs
Pieter Lexis [Thu, 11 Sep 2014 13:48:54 +0000 (15:48 +0200)]
Add a bunch of forgotten docs

10 years agofix some escaping fuckery
Pieter Lexis [Wed, 10 Sep 2014 06:30:10 +0000 (08:30 +0200)]
fix some escaping fuckery

10 years agoLink to the correct section
Pieter Lexis [Wed, 10 Sep 2014 06:25:12 +0000 (08:25 +0200)]
Link to the correct section

10 years agoRename the upgrade chapter
Pieter Lexis [Wed, 10 Sep 2014 06:21:56 +0000 (08:21 +0200)]
Rename the upgrade chapter

10 years agoAdd link from bind to bind-hybrid docs, make the pdnssec commands to a list
Pieter Lexis [Wed, 10 Sep 2014 06:20:38 +0000 (08:20 +0200)]
Add link from bind to bind-hybrid docs, make the pdnssec commands to a list

10 years agoremove unused file
Pieter Lexis [Wed, 10 Sep 2014 06:04:41 +0000 (08:04 +0200)]
remove unused file

10 years agoadd some links
Pieter Lexis [Mon, 8 Sep 2014 17:27:49 +0000 (19:27 +0200)]
add some links

10 years agoAdd a link to the correct anchor
Pieter Lexis [Fri, 5 Sep 2014 22:50:49 +0000 (00:50 +0200)]
Add a link to the correct anchor

10 years agoFix the name for the geo backend
Pieter Lexis [Fri, 5 Sep 2014 22:47:59 +0000 (00:47 +0200)]
Fix the name for the geo backend

10 years agoFix the name for the geo backend
Pieter Lexis [Fri, 5 Sep 2014 22:45:33 +0000 (00:45 +0200)]
Fix the name for the geo backend

10 years agofix the capitalization of PostgreSQL
Pieter Lexis [Fri, 5 Sep 2014 22:41:48 +0000 (00:41 +0200)]
fix the capitalization of PostgreSQL

10 years agoMake the tables pretty
Pieter Lexis [Fri, 5 Sep 2014 22:32:26 +0000 (00:32 +0200)]
Make the tables pretty

10 years agoMake some of the table and lists prettier
Pieter Lexis [Fri, 5 Sep 2014 22:31:32 +0000 (00:31 +0200)]
Make some of the table and lists prettier

10 years agoChange theme to have a footer with handy stuff
Pieter Lexis [Fri, 5 Sep 2014 22:30:57 +0000 (00:30 +0200)]
Change theme to have a footer with handy stuff

10 years agoadd geo backend to build
Pieter Lexis [Tue, 2 Sep 2014 14:59:03 +0000 (16:59 +0200)]
add geo backend to build

10 years agoRefresh table
Pieter Lexis [Tue, 2 Sep 2014 14:56:23 +0000 (16:56 +0200)]
Refresh table

10 years agoFix a link in the Auth intro
Pieter Lexis [Tue, 2 Sep 2014 06:16:57 +0000 (08:16 +0200)]
Fix a link in the Auth intro

10 years agoRewrite the Auth intro
Pieter Lexis [Tue, 2 Sep 2014 06:15:37 +0000 (08:15 +0200)]
Rewrite the Auth intro

10 years agoFix more links
Pieter Lexis [Tue, 26 Aug 2014 14:27:39 +0000 (16:27 +0200)]
Fix more links

10 years agoRemove unused page, fix many links
Pieter Lexis [Tue, 26 Aug 2014 14:06:46 +0000 (16:06 +0200)]
Remove unused page, fix many links

10 years agoFix double dash
Pieter Lexis [Tue, 26 Aug 2014 13:20:16 +0000 (15:20 +0200)]
Fix double dash

10 years agoAdd a removed file (so the old XML can be used to build the pdf)
Pieter Lexis [Tue, 26 Aug 2014 13:03:13 +0000 (15:03 +0200)]
Add a removed file (so the old XML can be used to build the pdf)

10 years agoAdd the new docs to the 'all' target
Pieter Lexis [Tue, 26 Aug 2014 12:59:09 +0000 (14:59 +0200)]
Add the new docs to the 'all' target

10 years agoNew build target for new docs
Pieter Lexis [Tue, 26 Aug 2014 12:57:51 +0000 (14:57 +0200)]
New build target for new docs

10 years agoFix more tables
Pieter Lexis [Tue, 26 Aug 2014 12:54:50 +0000 (14:54 +0200)]
Fix more tables

10 years agoAdd HTTP API docs
Pieter Lexis [Tue, 26 Aug 2014 12:48:21 +0000 (14:48 +0200)]
Add HTTP API docs

10 years agoFix Makefile
Pieter Lexis [Tue, 26 Aug 2014 10:55:01 +0000 (12:55 +0200)]
Fix Makefile

10 years agoRemove notice about txt version
Pieter Lexis [Tue, 26 Aug 2014 10:54:48 +0000 (12:54 +0200)]
Remove notice about txt version

10 years agoFix tables
Pieter Lexis [Tue, 26 Aug 2014 10:27:57 +0000 (12:27 +0200)]
Fix tables

10 years agoTheme fixes for CSS-width issues
Pieter Lexis [Tue, 26 Aug 2014 09:34:03 +0000 (11:34 +0200)]
Theme fixes for CSS-width issues

10 years agoAdd added changes from pdns.xml
Pieter Lexis [Mon, 25 Aug 2014 10:32:57 +0000 (12:32 +0200)]
Add added changes from pdns.xml

10 years agoAdd remote backend and small fixes
Pieter Lexis [Fri, 22 Aug 2014 12:56:29 +0000 (14:56 +0200)]
Add remote backend and small fixes

10 years agoAlter the git-to-changelog script
Pieter Lexis [Tue, 19 Aug 2014 13:16:54 +0000 (15:16 +0200)]
Alter the git-to-changelog script

 It now converts to markdown

10 years agoallow includes in markdown
Pieter Lexis [Tue, 19 Aug 2014 13:03:43 +0000 (15:03 +0200)]
allow includes in markdown

10 years agofix ordering
Pieter Lexis [Tue, 19 Aug 2014 09:58:29 +0000 (11:58 +0200)]
fix ordering

10 years agoAdd pages and internals
Pieter Lexis [Tue, 19 Aug 2014 09:56:51 +0000 (11:56 +0200)]
Add pages and internals

10 years agoSpace fix
Pieter Lexis [Wed, 13 Aug 2014 14:54:13 +0000 (16:54 +0200)]
Space fix

10 years agoAdd LMDB backend docs
Pieter Lexis [Wed, 13 Aug 2014 14:53:13 +0000 (16:53 +0200)]
Add LMDB backend docs

10 years agoAdd gsqlite docs
Pieter Lexis [Wed, 13 Aug 2014 14:43:31 +0000 (16:43 +0200)]
Add gsqlite docs

10 years agoAdd common errors to install docs
Pieter Lexis [Wed, 13 Aug 2014 13:38:42 +0000 (15:38 +0200)]
Add common errors to install docs

10 years agoadd tools page
Pieter Lexis [Tue, 12 Aug 2014 15:35:04 +0000 (17:35 +0200)]
add tools page

10 years agoAdd internals page for the recursor
Pieter Lexis [Tue, 12 Aug 2014 15:29:56 +0000 (17:29 +0200)]
Add internals page for the recursor

10 years agoAdd dns64 code
Pieter Lexis [Tue, 12 Aug 2014 15:26:27 +0000 (17:26 +0200)]
Add dns64 code

10 years agoCSS fixes
Pieter Lexis [Tue, 12 Aug 2014 15:23:47 +0000 (17:23 +0200)]
CSS fixes

10 years agoAdd internals page
Pieter Lexis [Tue, 12 Aug 2014 15:19:11 +0000 (17:19 +0200)]
Add internals page

10 years agoSplit some content to common, finish recursor
Pieter Lexis [Tue, 12 Aug 2014 15:07:35 +0000 (17:07 +0200)]
Split some content to common, finish recursor

10 years agoAll auth docs are done
Pieter Lexis [Tue, 12 Aug 2014 13:53:24 +0000 (15:53 +0200)]
All auth docs are done

10 years agoAdd a customized theme
Pieter Lexis [Tue, 12 Aug 2014 11:32:55 +0000 (13:32 +0200)]
Add a customized theme

10 years agomoar docs
Pieter Lexis [Mon, 11 Aug 2014 22:34:03 +0000 (00:34 +0200)]
moar docs

10 years agoFix < characters
Pieter Lexis [Mon, 11 Aug 2014 20:57:04 +0000 (22:57 +0200)]
Fix < characters

10 years agodepend on all .md files
Pieter Lexis [Mon, 11 Aug 2014 20:56:37 +0000 (22:56 +0200)]
depend on all .md files

10 years agoAdd initial markdown documentation and makefile/config
Pieter Lexis [Mon, 11 Aug 2014 17:56:27 +0000 (19:56 +0200)]
Add initial markdown documentation and makefile/config

10 years agoonly zones with an active ksk are secure
Kees Monshouwer [Tue, 25 Nov 2014 15:15:01 +0000 (16:15 +0100)]
only zones with an active ksk are secure

10 years agoapi: show keys for zones without active ksk
Kees Monshouwer [Tue, 25 Nov 2014 15:11:27 +0000 (16:11 +0100)]
api: show keys for zones without active ksk

10 years agoapi: use uncached results for getKeys()
Kees Monshouwer [Tue, 25 Nov 2014 15:09:26 +0000 (16:09 +0100)]
api: use uncached results for getKeys()

10 years agoclean up dnsgram a bit (remove old one-off tests, document the output files, no longe...
bert hubert [Tue, 25 Nov 2014 13:53:03 +0000 (14:53 +0100)]
clean up dnsgram a bit (remove old one-off tests, document the output files, no longer lie about what the 'success' file contains)

10 years agomake sure nobackend tests also see a copy of test.dyndns
Peter van Dijk [Mon, 24 Nov 2014 20:13:58 +0000 (20:13 +0000)]
make sure nobackend tests also see a copy of test.dyndns

10 years agosecpoll: Replace ~ with _, too
Christian Hofstaedtler [Mon, 24 Nov 2014 13:40:31 +0000 (14:40 +0100)]
secpoll: Replace ~ with _, too

Debian backports versions use '~' in the version number.

10 years agoRename files so we get caseinsensitive diffs
Mark Schouten [Fri, 14 Nov 2014 16:47:50 +0000 (17:47 +0100)]
Rename files so we get caseinsensitive diffs

10 years agoMake caseinsensitive diffs possible
Mark Schouten [Fri, 14 Nov 2014 16:46:57 +0000 (17:46 +0100)]
Make caseinsensitive diffs possible

10 years agoShow the diffs of failed regressiontests
Mark Schouten [Fri, 14 Nov 2014 15:35:58 +0000 (16:35 +0100)]
Show the diffs of failed regressiontests

10 years agoEnable foreign keys for Sqlite3
Mark Schouten [Fri, 14 Nov 2014 11:42:56 +0000 (12:42 +0100)]
Enable foreign keys for Sqlite3

10 years agoupdate solaris compile notes
Peter van Dijk [Fri, 14 Nov 2014 10:40:39 +0000 (11:40 +0100)]
update solaris compile notes

10 years agoMerge pull request #1862 from mind04/allow-axfr
Peter van Dijk [Mon, 10 Nov 2014 12:27:19 +0000 (13:27 +0100)]
Merge pull request #1862 from mind04/allow-axfr

read ALLOW-AXFR-FROM from the backend with the metadata

10 years agoMerge pull request #1870 from rubenk/opendbx-autoconf
Peter van Dijk [Mon, 10 Nov 2014 10:15:31 +0000 (11:15 +0100)]
Merge pull request #1870 from rubenk/opendbx-autoconf

Autoconf cleanup for opendbx backend

10 years agoMerge pull request #1845 from zeha/api-test-header-name
Peter van Dijk [Mon, 10 Nov 2014 10:14:08 +0000 (11:14 +0100)]
Merge pull request #1845 from zeha/api-test-header-name

API: test "correct" capitalization of key header

10 years agoMerge pull request #1858 from mind04/notify
Peter van Dijk [Mon, 10 Nov 2014 08:22:11 +0000 (09:22 +0100)]
Merge pull request #1858 from mind04/notify

ship notify tool