Version: 0.8b
- Updated OpenSSL libs to 0.9.8
- added -i -n option to helptext
- added use_win_metachars config value to nrpe.cfg
  this allows the characters \ and " to get passed from check_nrpe,
  for easier passing a pathname as parameter

Version: 0.8a

- Updated OpenSSL libs to 0.9.7f 
- fixed timestamp in nrpe_nt.log
- added loglevel config param (see nrpe.cfg)
- added delayed_shutdown config param (see nrpe.cfg)

Version: 0.8

- Updated OpenSSL libs to 0.9.7e
- Changes to SSL code
- Changed debug logging from eventlog to seperate logfile 
  nrpe_nt.log in application directory gets created if debug=1 in nrpe.cfg
- Added switch for disabling SSL in the SSL build, -n parameter can now be specified during service install:
  "nrpe_nt -i" installs with SSL enabled
  "nrpe_nt -i -n" installs with SSL disabled

- Added a service dependency on Tcpip 
  This should reduce problems with the service starting (and failing) too early after a reboot 
  because the network is not yet available

- Fixed access violation if fewer parameters passed than expected by command definition

When updating from a previous version, make sure to remove and reinstall the service!

Version: 0.7f

- Fixed problems binding to all interfaces on Win2003
- Updated OpenSSL libs to 0.9.7d

Patches contributed by Patrick Spizzo
- Added code to handle error conditions and provide useful error messages.
- Fixed syslog function to avoid buffer overflows.
- Fixed the sleep conversion from Unix to Windows from 100 to 1000.
- Added additional code to UninstallService to check that the service is stopped and to use the correct permissions for the SCManager.
- Added the '#define NOT_OK -1' line to use instead of ERROR, which is defined as the same value as OK in Windows.
- Removed logic using the ERROR #define.
- Added include_dir functionality back in (using ported version of original code from nrpe).
- Added better error codes during service startup.
- Made the default config_file location work regardless of .exe filename.
- Used standard OpenSSL function to display OpenSSL version number in Usage.
- Modified the OpenSSL "#include" directives to have the openssl prefix, which is standard on most systems.

Also thanks to Patrick Spizzo
- Added support for static linking against the OpenSSL libs

Version: 0.7d
- broken "include" handling fixed
- Some more SSL fixes :-(

Version: 0.7c
- Some more SSL fixes

Version: 0.7b
- "NRPE_NT: Error: Exception in handle_connection-packet_Send: -1073741819" fixed

Version: 0.7a
- fixed access violation under high load
- added some code to handle errors caused by plugins

Version: 0.6b
- fixed a bug when server_address set in nrpe.cfg

Version: 0.5b
- added changes to be in sync with 2.0b4
- changed default startup type for service from manual to automatic

Version: 0.4
- fixed access violation on large output from plugin
- changed ssl code to always check use_ssl

Version: 0.3
- fixed some eventlog messages
- added EventSource for nicer display in EventLog
- Now compiles with ENABLE_COMMAND_ARGUMENTS
- Added SSL support

Version: 0.2
- Some code cleanup
- plugins get terminated after timeout

Version: 0.1
- Initial version running as service

