Ignore:
Timestamp:
02/18/08 23:21:23 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
95e4ace
Parents:
c1fe385
Message:

+ Added propper output handling to process subsystem (now you can execute programs tat return "much" data.

+ Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.

Since check_nrpe doesn't do this it wont work in that end, but still...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAAgent/nsca_enrypt.hpp

    rce57b1b r394f7a1  
    9292      /* generate an encryption/description key using the password */ 
    9393      int keysize=get_keySize(); 
    94       std::cout << "keysize: " << keysize << std::endl; 
    9594 
    9695      unsigned char *key = new unsigned char[keysize+1]; 
Note: See TracChangeset for help on using the changeset viewer.