Ignore:
Timestamp:
08/09/08 08:10:41 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
c0522cd
Parents:
da1c7e1
Message:

2008-08-09 MickeM

+ Added ChangeWindowMessageFilter? so systray should not work on vista and beyond!

2008-07-28 MickeM

  • Improved the error handling for the check proc state.
  • Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAAgent/nsca_enrypt.hpp

    r394f7a1 r846bbe4  
    9191    void init(std::string password, unsigned char *transmitted_iv, int iv_size) { 
    9292      /* generate an encryption/description key using the password */ 
    93       int keysize=get_keySize(); 
     93      unsigned int keysize=get_keySize(); 
    9494 
    9595      unsigned char *key = new unsigned char[keysize+1]; 
Note: See TracChangeset for help on using the changeset viewer.