]> granicus.if.org Git - pdns/commitdiff
Merge remote-tracking branch 'origin/master' into luarec
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 16 Apr 2018 09:12:06 +0000 (11:12 +0200)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Mon, 16 Apr 2018 09:12:06 +0000 (11:12 +0200)
* origin/master: (241 commits)
  ixfrdist: fix review comments by @rgacogne
  ixfrdist: don't use variable length array
  ixfrdist: reverse no source and ACL checks
  ixfrutil: ensure it does not print by itself
  ixfrdist: use the logging module
  logger: Allow logging with the severity prefix
  auth: Link dnspcap2protobuf against librt when needed
  Update metrics.rst
  requeue serial check if NOTIFY comes in while incoming AXFR is ongoing
  improve slave NOTIFY logging
  Add return 0 for correct exit of set-kind and set-account
  Test dependencies is too recent a feature, disable the uninit test
  rec: Set the RNG parameter to "auto" in the SyncRes unit tests
  Fix the dns_random unit tests, test all available backends
  make lock test pass on macOS
  ixfrdist: update manpage
  ixfrdist: Use workers to handle TCP connections
  Fix a warning on botan >= 2.5.0
  Fix compilation and use of getrandom() when available
  lualang.org -> lua.org
  ...

13 files changed:
1  2 
build-scripts/build-auth-rpm
modules/geoipbackend/geoipbackend.cc
pdns/Makefile.am
pdns/common_startup.cc
pdns/dnsbackend.cc
pdns/dnsrecords.cc
pdns/dnsrecords.hh
pdns/iputils.hh
pdns/lua-auth4.cc
pdns/lua-base4.cc
pdns/packethandler.cc
pdns/pdnsutil.cc
pdns/qtype.hh

Simple merge
index 6962b39be9284e2153d9e7794af2c570b3bd721f,9bf646e5f6c3c36cffcb313b8ef7c6a4ec89a4cd..faf639e330589f2199d85a9afb9ae3e6cd1d57be
@@@ -101,10 -99,9 +101,10 @@@ void GeoIPBackend::initialize() 
    }
  
    if (s_geoip_files.empty())
-     L<<Logger::Warning<<"No GeoIP database files loaded!"<<endl;
+     g_log<<Logger::Warning<<"No GeoIP database files loaded!"<<endl;
  
 -  config = YAML::LoadFile(getArg("zones-file"));
 +  if(!getArg("zones-file").empty())
 +    config = YAML::LoadFile(getArg("zones-file"));
  
    for(YAML::Node domain :  config["domains"]) {
      GeoIPDomain dom;
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc pdns/iputils.hh
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc pdns/qtype.hh
Simple merge