Ignore:
Timestamp:
05/03/09 15:24:24 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
b39c1f3
Parents:
1d53fe0
Message:

2009-05-03 MickeM

  • Fixed another quite serious memory leak! And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
  • A lot of other fixes as I have been through much of the code looking for the memmory leak above.

2009-03-30 MickeM

+ Added new option to NSCA module for specifying report options.

report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.

+ Added so password and host ate stored in the installer (if changed)

2009-03-29 MickeM

  • Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.

2009-03-15 MickeM

  • New service name (displayname)
  • New service description

2009-03-14 MickeM

  • Rebuilt installer UI (still missing write config function)
  • Added debug entry to log filename used by debug log metrics.
  • Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.

2009-03-02 MickeM

  • Added catch handlers and error logging to NSCA Thread
  • Fixed issue with CheckProcState and administrator login! + Added debug module to installer + Added option max-dir-depth to CheckFile and CheckFile2 like so: CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0 Will only find files on the "first level" where as max-dir-depth=1 would find all parents and children etc. (-1 is the default and means find all)
  • Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present

2009-02-26 MickeM

  • Fixed issue with debug logging (not it can be disabled again)

2009-02-23 MickeM

  • Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/NSCAAgent/nsca_enrypt.hpp

    r3692371 rb1ac2fa  
    138138    } 
    139139    std::wstring getName() { 
    140       return TMethod::StaticAlgorithmName(); 
     140      return strEx::string_to_wstring(TMethod::StaticAlgorithmName()); 
    141141    } 
    142142 
Note: See TracChangeset for help on using the changeset viewer.