2013-10-15 |
Christian Hofstaedtler | Mark DB2 backend as unsupported 1058/head |
commit | commitdiff | tree |
2013-10-14 |
Peter van Dijk | Merge pull request #1047 from zeha/f/mysqlbackend |
commit | commitdiff | tree |
2013-10-14 |
Peter van Dijk | Merge pull request #1053 from zeha/f/kill-showvar |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | Remove 11yrs old, unused showvar.in 1053/head |
commit | commitdiff | tree |
2013-10-14 |
Peter van Dijk | Merge pull request #1050 from rubenk/nit |
commit | commitdiff | tree |
2013-10-14 |
Peter van Dijk | Merge pull request #1052 from rubenk/typo_in_comment |
commit | commitdiff | tree |
2013-10-14 |
Peter van Dijk | Merge pull request #1046 from zeha/f/update-domain |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: rework exception/error handling 1046/head |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | move #include ws.hh to .cc file |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | bind2: rename createDomain to createDomainEntry |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | remove **db param from UeberBackend::createDomain |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: clean up how we return errors as JSON |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: cleanup how we look up domains |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: implement PUT for zones (update or create) |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: move create domain into it's own function |
commit | commitdiff | tree |
2013-10-14 |
Christian Hofstaedtler | ws: style cleanup |
commit | commitdiff | tree |
2013-10-13 |
Ruben Kerkhof | Fix typo in comment 1052/head |
commit | commitdiff | tree |
2013-10-12 |
Peter van Dijk | Merge pull request #1051 from rubenk/indent |
commit | commitdiff | tree |
2013-10-12 |
Ruben Kerkhof | Fix tabs vs spaces 1051/head |
commit | commitdiff | tree |
2013-10-12 |
Ruben Kerkhof | Fix typo 1050/head |
commit | commitdiff | tree |
2013-10-10 |
Peter van Dijk | drop xdb from control file for good measure |
commit | commitdiff | tree |
2013-10-10 |
Peter van Dijk | Merge pull request #1049 from mind04/xdb |
commit | commitdiff | tree |
2013-10-09 |
Kees Monshouwer | remove xdb backend 1049/head |
commit | commitdiff | tree |
2013-10-08 |
Peter van Dijk | fix remotebackend boost dependency |
commit | commitdiff | tree |
2013-10-08 |
Peter van Dijk | update dns-to-query section |
commit | commitdiff | tree |
2013-10-05 |
Christian Hofstaedtler | Remove traces of mysqlbackend 1047/head |
commit | commitdiff | tree |
2013-10-03 |
Peter van Dijk | Merge pull request #1042 from mind04/mysql |
commit | commitdiff | tree |
2013-10-03 |
Peter van Dijk | nit |
commit | commitdiff | tree |
2013-10-03 |
Peter van Dijk | Merge branch 'pdnssec' of github.com:mind04/pdns into... |
commit | commitdiff | tree |
2013-10-03 |
Kees Monshouwer | fix for "missing" libmysqlclient on RHEL/CentOS based... 1042/head |
commit | commitdiff | tree |
2013-10-01 |
Peter van Dijk | point to 3.3 upgrade notes |
commit | commitdiff | tree |
2013-09-30 |
Kees Monshouwer | pdnssec check-zone, more tolerant IPv6 format check 1041/head |
commit | commitdiff | tree |
2013-09-30 |
Peter van Dijk | add semicolon, thanks @pavel-odintsov |
commit | commitdiff | tree |
2013-09-30 |
Peter van Dijk | Merge pull request #1039 from zeha/issue/1038 |
commit | commitdiff | tree |
2013-09-30 |
Christian Hofstaedtler | stat webserver: escape HTML characters 1039/head |
commit | commitdiff | tree |
2013-09-30 |
Peter van Dijk | Merge pull request #1036 from zeha/create-domain |
commit | commitdiff | tree |
2013-09-29 |
Peter van Dijk | Merge pull request #1032 from brimston3/rm_mysql_autodep |
commit | commitdiff | tree |
2013-09-29 |
Peter van Dijk | Merge pull request #1037 from mind04/pdnssec |
commit | commitdiff | tree |
2013-09-29 |
Kees Monshouwer | pdnssec check-zone, fix record counting and improve... 1037/head |
commit | commitdiff | tree |
2013-09-29 |
Kees Monshouwer | pdnssec check-zone, improve duplicate checks |
commit | commitdiff | tree |
2013-09-29 |
Kees Monshouwer | pdnssec check-zone, improve SOA content check |
commit | commitdiff | tree |
2013-09-29 |
Kees Monshouwer | pdnssec check-zone, check for missing NS at apex and... |
commit | commitdiff | tree |
2013-09-29 |
Kees Monshouwer | pdnssec check-zone, warn if parsed and original content... |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | expose zone DELETE in JSON webserver 1036/head |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | implement deleteDomain in GSQLBackend |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | introduce DNSBackend::deleteDomain |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | expose create zone in JSON webserver |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | implement setMaster/setKind in GSQLBackend |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | introduce new setMaster/setKind functions |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | allow reuse of DomainInfo::kind enum |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | introduce DNSBackend::createDomain |
commit | commitdiff | tree |
2013-09-27 |
Christian Hofstaedtler | ws: split zone get/list into it's own function |
commit | commitdiff | tree |
2013-09-26 |
Peter van Dijk | Merge pull request #1034 from mind04/logging |
commit | commitdiff | tree |
2013-09-26 |
Peter van Dijk | Merge pull request #1033 from mind04/oops |
commit | commitdiff | tree |
2013-09-24 |
Kees Monshouwer | oops, 1bad4190cb removed one toLower() too many 1033/head |
commit | commitdiff | tree |
2013-09-24 |
tw | Remove unused mysql dependency from pdns_server and... 1032/head |
commit | commitdiff | tree |
2013-09-22 |
Kees Monshouwer | DLOG now eat semicolons for breakfast 1034/head |
commit | commitdiff | tree |
2013-09-22 |
Peter van Dijk | avoid compile error when not using --verbose-logging |
commit | commitdiff | tree |
2013-09-22 |
Peter van Dijk | Merge branch 'ds-nsec3' of github.com:mind04/pdns into... |
commit | commitdiff | tree |
2013-09-21 |
Peter van Dijk | Merge pull request #1030 from stbuehler/libtool-object... |
commit | commitdiff | tree |
2013-09-21 |
Peter van Dijk | Merge pull request #1029 from cmouse/improve-pdnssec... |
commit | commitdiff | tree |
2013-09-21 |
Stefan Bühler | modules: use libtool object files - real object file... 1030/head |
commit | commitdiff | tree |
2013-09-20 |
Aki Tuomi | Fix zone into cmds[1] in few places 1029/head |
commit | commitdiff | tree |
2013-09-20 |
Aki Tuomi | Improve error reporting for pdnssec |
commit | commitdiff | tree |
2013-09-19 |
Kees Monshouwer | fix NSEC3s for DS no data (mode 1) 1028/head |
commit | commitdiff | tree |
2013-09-18 |
Peter van Dijk | Merge pull request #1026 from mind04/dominfo |
commit | commitdiff | tree |
2013-09-18 |
Kees Monshouwer | fix getDomainInfo(), d_result is gone after getSOA 1026/head |
commit | commitdiff | tree |
2013-09-17 |
Peter van Dijk | recursor 3.5.3 docs |
commit | commitdiff | tree |
2013-09-16 |
Peter van Dijk | caveat caller |
commit | commitdiff | tree |
2013-09-16 |
Peter van Dijk | Merge pull request #954 from paboldin/bind-add-zone |
commit | commitdiff | tree |
2013-09-16 |
Peter van Dijk | Merge pull request #1018 from mind04/nsec |
commit | commitdiff | tree |
2013-09-16 |
Peter van Dijk | Merge pull request #1017 from mind04/tsig |
commit | commitdiff | tree |
2013-09-15 |
Kees Monshouwer | add bind slave to start-test-stop 1017/head |
commit | commitdiff | tree |
2013-09-15 |
Kees Monshouwer | start-test-stop code formatting |
commit | commitdiff | tree |
2013-09-15 |
Kees Monshouwer | format test descriptions |
commit | commitdiff | tree |
2013-09-14 |
Kees Monshouwer | make it possible to run presigned tests against backend... |
commit | commitdiff | tree |
2013-09-14 |
Kees Monshouwer | fix NSEC wildcard denial 1018/head |
commit | commitdiff | tree |
2013-09-14 |
bert hubert | remove option to run with EDNS ping mode, clarified... |
commit | commitdiff | tree |
2013-09-13 |
Kees Monshouwer | improve tsig test |
commit | commitdiff | tree |
2013-09-13 |
Peter van Dijk | Merge pull request #1014 from cmouse/fix-tsig-algo... |
commit | commitdiff | tree |
2013-09-12 |
Aki Tuomi | Fixed stupid mistake and now uses toLowerCanonic 1014/head |
commit | commitdiff | tree |
2013-09-12 |
Aki Tuomi | Downcase algorithm names when doing TSIG. Fixes issue... |
commit | commitdiff | tree |
2013-09-12 |
Pavel Boldin | bind-add-zone: protect file with s_state_lock 954/head |
commit | commitdiff | tree |
2013-09-11 |
Pavel Boldin | bind-add-zone: lock reworked. caller of createDomain... |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: add docs |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: rename test, fix timeout |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: verbose error message |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: fix for tests context |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: Add stress-test for bind-add-zone |
commit | commitdiff | tree |
2013-09-10 |
Pavel Boldin | bind-add-zone: add bind zones using pdns_control |
commit | commitdiff | tree |
2013-09-10 |
Peter van Dijk | drop unused parameter |
commit | commitdiff | tree |
2013-09-10 |
Peter van Dijk | Merge pull request #1007 from paboldin/bind-outline... |
commit | commitdiff | tree |
2013-09-10 |
Peter van Dijk | Merge pull request #1008 from mind04/tests |
commit | commitdiff | tree |
2013-09-10 |
Kees Monshouwer | make pdnssec check-all-zones case independent (Issue... 1008/head |
commit | commitdiff | tree |
2013-09-09 |
Kees Monshouwer | pdnssec check-all-zones now detect ttl differnce within... |
commit | commitdiff | tree |
2013-09-09 |
Kees Monshouwer | check for duplicate records with pdnssec check-all... |
commit | commitdiff | tree |
2013-09-09 |
Kees Monshouwer | pdnssec check-all-zones now detect RRSIG records in... |
commit | commitdiff | tree |
2013-09-09 |
Kees Monshouwer | detect duplicate cnames with pdnssec check-all-zones... |
commit | commitdiff | tree |
2013-09-09 |
Pavel Boldin | bind: outline parseZoneFile 1007/head |
commit | commitdiff | tree |
2013-09-09 |
Kees Monshouwer | make test-start-stop TSIG algorithm and key configurable |
commit | commitdiff | tree |
next |