Show
Ignore:
Timestamp:
05/16/09 17:33:21 (10 months ago)
Author:
ahu
Message:

preliminary infrastructure for signing messages with TSIG in a clean way

Files:
1 modified

Legend:

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

    r1232 r1359  
    9494  dnsheader* getHeader(); 
    9595  void getRecords(string& records); 
     96  const vector<uint8_t>& getRecordBeingWritten() { return d_record; } 
    9697 
    9798private: 
    98   vector<uint8_t>& d_content; 
     99  vector <uint8_t>& d_content; 
    99100  vector <uint8_t> d_record; 
    100101  string d_qname;