Show
Ignore:
Timestamp:
04/03/11 22:55:02 (2 years ago)
Author:
ahu
Message:

make sure that we do outgoing SOA freshness queries TSIG signed if a TSIG was defined for AXFR-ing that domain
plus fix typo in TSIG method name, plus some comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/resolver.hh

    r2040 r2128  
    6161   
    6262  //! only send out a resolution request 
    63   uint16_t sendResolve(const ComboAddress& remote, const char *domain, int type, bool dnssecOk=false); 
     63  uint16_t sendResolve(const ComboAddress& remote, const char *domain, int type, bool dnssecOk=false, 
     64    const string& tsigkeyname="", const string& tsigalgorithm="", const string& tsigsecret=""); 
    6465   
    6566  //! see if we got a SOA response from our sendResolve