Show
Ignore:
Timestamp:
02/15/11 22:06:26 (2 years ago)
Author:
ahu
Message:

this giant commit implements TSIG access control and outbound TSIG authorized & signed AXFRs.
We also clean up some very old slightly dead code from dnspacket.cc, plus rename some variables so the are no longer incor
Next up, use TSIG for slaving from remotes. And document all this ;-)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/backends/gsql/gsqlbackend.hh

    r2017 r2024  
    5353  bool deactivateDomainKey(const string& name, unsigned int id); 
    5454   
     55  bool getTSIGKey(const string& name, string* algorithm, string* content); 
    5556private: 
    5657  string d_qname; 
     
    9697  string d_ActivateDomainKeyQuery; 
    9798  string d_DeactivateDomainKeyQuery; 
     99   
     100  string d_getTSIGKeyQuery; 
    98101protected:   
    99102  bool d_dnssecQueries;