Changeset 9bd40e2 in nscp for include/nsca/nsca_socket.hpp


Ignore:
Timestamp:
05/06/12 21:25:45 (13 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.1, 0.4.2
Children:
ef5832c
Parents:
53473f7
Message:
  • Refactored server internals to be more uniform (This is the first step to adding more protocols like NRDP and unit tests for check_nt)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/nsca/nsca_socket.hpp

    r84cdb9b r9bd40e2  
    9292      std::string iv = iv_packet.get_iv(); 
    9393      time = iv_packet.get_time(); 
    94       NSC_DEBUG_MSG(_T("Encrypting using when sending: ") + utf8::cvt<std::wstring>(nsca::nsca_encrypt::helpers::encryption_to_string(encryption_method)) + _T(" and ") + utf8::cvt<std::wstring>(password)); 
     94      NSC_DEBUG_MSG(_T("Encrypting using: ") + utf8::cvt<std::wstring>(nsca::nsca_encrypt::helpers::encryption_to_string(encryption_method)) + _T(", password '") + utf8::cvt<std::wstring>(password) + _T("'")); 
    9595      crypt_inst.encrypt_init(password, encryption_method, iv); 
    9696      return true; 
Note: See TracChangeset for help on using the changeset viewer.