source: nscp/changelog @ c88cf98

0.4.00.4.10.4.2
Last change on this file since c88cf98 was c88cf98, checked in by Michael Medin <michael@…>, 15 months ago
  • Fixed a lot of issues with the installer
  • Added so the installer can generate a config file for you
  • Fixed so installer uses the correct path for password and allowed hosts
  • Added sample python WMI script to list all classes in all namespaces
  • Fixed so if python scripts does not expose init and shutdown they will not be called
  • Added new option --simple to CheckWMI wmi commands to return a simple list without formatting.
  • Property mode set to 100644
File size: 72.6 KB
Line 
1TODO:
2 * Process times and similar ?
3 * Fix configuration GUI (low priority)
4 * Fixa dependonservice LanManWorkStation (old win)
5 * Fix RtlStringFromGUID problem on NT4
6
72012-03-11 MickeM
8 * Fixed a lot of issues with the installer
9 * Added so the installer can generate a config file for you
10 * Fixed so installer uses the correct path for password and allowed hosts
11
122012-03-08 MickeM
13 * Major improvments to the WMI command line syntax.
14   You can now: list namespaces, list classes, list instances as well as run queries.
15   Means you can use NSCLient++ as a almost full featured WMI command line client.
16   For details use: nscp wmi --help
17 * Added sample python WMI script to list all classes in all namespaces
18 * Fixed so if python scripts does not expose init and shutdown they will not be called
19 * Added new option --simple to CheckWMI wmi commands to return a simple list without formatting.
20       
212012-03-06 MickeM
22 * Added "back" WMI Query command line exec like so:
23    nscp wmi --exec wmi-query
24        CheckWMI Command line syntax:
25        Allowed options:
26          -h [ --help ]                        Show help screen
27          -w [ --wmi-query ] arg               Query to execute
28          -l [ --limit ] arg                   Limit number of rows
29          -n [ --namespace ] arg (=root\cimv2) Namespace
30        nscp wmi --exec wmi-query --query="Select * from Win32_Process" --limit 2
31
322012-03-05 MickeM
33 * Fixed so time/date comparissons are actually done in UTC (fixed for real this time!)
34 * Added a series of testcases for CheckFiles (test_w32_file)
35
362012-03-04 MickeM
37 * Added new dot-net API (Which does not require any strange wrappers)
38 * Added brand new sample C# plugin
39 * Fixed issue with python unit script loading usig the wrong default options
40
412012-02-21 MickeM
42 * Added new module CauseCrash which has a single command CrashClient to allow the service to be crashed remotly
43   *WARNING* Dont use this command, it is for debugging and testing purpouses only
44 * Fixed issue with BreakPad which was disabled
45 * Fixed some unix issues (sorry but hudson's stopped emailing me again:( )
46 * Fixed service --install (now sets correct options)
47 * Fixed service --install (now sets description correctly)
48 * Fixed log level defined in protobuf (now same as rest of the system)
49 * Fixed some issues with the check_nscp command
50
512012-02-20 MickeM
52 * Fixed NRPE buffer issue
53 * Added test case for 65K NRPE buffer length as well as 1Mb
54 * Added support for not regexp as operator to filters (Eventlog) (#463)
55 * Added support for computer as filter keyword and format keyword in EventLog (#442)
56   "filter=computer = 'foo'" syntax=%computer%
57 * Improved messages rendering of eventlog messages a bit
58
592012-02-19 MickeM
60 * Added new unit context on command line for running simple unit test cases:
61   nscp unit --language python --script test_nsca
62 * Added dependency on Tcpip
63 * Dropped OS bit-match requirement so now you can install any version on x64 plattform.
64 * Added so you can specify multiple counters for CheckCounter and poll them all in one go (#387)
65 * Added test cases (a bit flaky) for counters.
66 * Added ${host} and ${domain} to hostname settings option which might be used to construct your own hostname. (#428)
67   Not 100% sure about domain as on my box the "hostname" is only a name ie. has no domain...
68
692012-02-18 MickeM
70 * Fixed so too long log messages are trunacated instead of discarded
71 * Added option to truncate logfile if to large (#358)
72   [/settings/file logger]
73   max size = 1000
74 * Added keyword to reload (settings) to reload settings store (ie. flushing the cache) (#249).
75 * Added ability to load all files in a given directory (#366)
76
772012-02-17 MickeM
78 * Tweaked a bit in regards to ExternalScripts so it works better and handles errors better (#367)
79 * Fixed default report mode in 0.4.0 (#290)
80 * Made NSCA Client handle timestamps like send_nsca (ie. ignoring local time)
81
822012-02-16 MickeM
83 * Replaced command reader with object handler
84 * Added support for running commands as other users (#131)
85 * Improved pseed oflarge buffers for external commands (ie. when you return very large outputs) (#481)
86 * Added limit to test interface message length (when messages are to long only first 4k are displayed)
87
882012-02-15 MickeM
89 * Fixed missing icon on nscp.exe
90 * Fixed missing version info on nscp.exe (#294)
91
922012-02-13 MickeM - 0.4.0 RC2
93 * Fixed installer issue (could not start service)
94
952012-02-12 MickeM
96 * Added support for specifying targets on schedules:
97   [/settings/scheduler/schedules/foo]
98   target = foo-host
99   Will re-target the NSCA (or whatever you use) towards a given target.
100 * Fixed is schedule manager uses new standard object reader
101 * Fixed some issues with reading schedule
102
1032012-02-05 MickeM
104 * Added test cases for targets to NRPE
105 * Added test cases for targets to NSCA
106 * Added test cases for lenghts to NSCA
107 * Changed to python API sleep uses milliseconds (not seconds as before)
108   Makes NSCA unittests go much faster (as I can wait much less)
109 * Fixed a lot of bugs related to target handling.
110 * implemented target refactoring on all Client modules.
111
1122012-02-05 MickeM
113 * Refactored the targets concept internally to be simpler to use (less code)
114 * Fixed issue with reloading plugins
115 * Fixed target handling in NRPE Client, will add NSCA client tomorrow...
116
1172012-02-02 MickeM
118 * Implemented full API for LuaScript
119        Now "everything" (ish) works including channels, exec and query (via moderna API)
120        Still no protocol buffer support but not sure how to play that yet so will not be avalible in 0.4.0.
121
1222012-02-01 MickeM
123 * Implemented full settings API for LuaScript (next RC will have to wait till next weekend)
124
1252012-01-31 MickeM1
126 * Fixed issue with parsing "invalid external commands".
127   If parsing falies it will notify you but use the legacy split string method instead.
128 * LuaScript module is now modern (ie. works with 0.4.0)
129   Should be 99% compatbile (function needs to be defined before registration) but all old scripts should work now (I think)
130 * LuaScript module has been modernized
131   The new API is very similar to Python
132   Concepts are working but not all commands have beenh implementes (and no testcases either)
133   The old API will still work
134 * Fixed issue with
135
1362012-01-27 MickeM
137 * Changed CheckCounter format option to take a coma separated list of keyword from the below list:
138         nocap100: Counter values above 100 (for example, counter values measuring the processor load on multiprocessor computers) will not be reset to 100. The default behavior is that counter values are capped at a value of 100.
139         1000: Multiply the actual value by 1000.
140         noscale: Do not apply the default scaling factor.
141         So format=nocap100,noscale would combine the two aspects above.
142
1432012-01-26 MickeM
144 * Fixed issue with parsing multiple performance data items (internally)
145 * Added option to CheckCounter format=nocap100 to not cap counters at 100% (for multi cpu machines)
146
1472012-01-22 MickeM
148 * Fixed help when specifying invalid options on command line
149 * Eradicated a potential memoryleakin the NSCA encryption library
150
1512012-01-22 MickeM
152 * Fixed so NSCAClient parses address correctly
153 * setings exception is now derived from exception meaning it will show up more with details (instead of unknown)
154 * Added API for handling log level (replaces older debug flag)
155 * Added options for settings debug level
156 * Changed to --settings is a global argument (meaning you canuse it in any mode)
157 * Added arguments parsing to test: so you can use global arguments such as --log and --settings.
158 * Removed memory leak in settings parsing interface
159
1602012-01-20 MickeM
161 * Fixed a race condition in the python unit test script
162
1632012-01-19 MickeM
164 * Fixed some NSCA encryption bugs (of the random nature)
165   These are probably inherited in 0.3.x as well so if you have issues you might wannan try to upgrade
166
1672012-01-18 MickeM
168 * Improved unit tests so they can be run all in sequence
169 * Fixed various bugs in the unit tests
170 * Improved the syntax and output of running unit tests
171 * Refactored unit tests to be slightly nicer
172 * Fixed error state propagation
173 * Added unit tests to cmake (ie make test will now run unit tests)
174 
1752012-01-16 MickeM
176 * Added option to both execute and query item (with a reload in the middle for installing/running unittests)
177 * Fixed issue in python unittest framework to handle "unload" (ie. reload)
178 * Fixed NRPE certificate path lookup issue
179 * Fixed some minor issues here and there
180 * Fixed issue in loader to allow loading dummy as dummy (and not only dummy://)
181
1822012-01-15 MickeM
183 * Fixed installer "back" issues
184 * Fixed payload truncation for NRPe and NSCA
185 * Improved the installer target tagging functions in the python installer
186
1872012-01-13 MickeM
188 * Fixed some issues with the trac configuration generator
189
1902012-01-12 MickeM
191 * Fixed issue with --submit command line option erroneusly reported missing optien (when it is not supported)
192 * Added settings store "dummy" for people who dont want to store settings (long term use is for unit tests)
193 * Added new option to NSCClient --source-host for settings the host name of the caller (your machine).
194 * Change so enryption algorithms are case insensitevie (ie. 3DES and 3des both work)
195
1962012-01-09 MickeM
197 * Fixed hostname issue in NSCAClient (hostname = auto now auto detects hostname
198 * Fixed some minor issues in NSCA and CLI api
199 * Added CLI based (exec) APIs to NSCA unit tests (now 697 test for NSCA)
200
2012012-01-08 MickeM
202 * Fixed some issues in the NRPE decoder
203 * Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
204 * Added NRPE unit tests (52 of them)
205
2062011-12-08 MickeM
207 * Fixed so non custom installers gets configuration UI (meaning you can configure it)
208 * Added WarnCount/CritCount exact bounds to CheckProcState so:
209   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started
210 * Added embryo for Graphite plugin (https://launchpad.net/graphite)
211 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so:
212   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe
213 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated
214   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count.
215 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing)
216 * Added a lot of unittests to CheckProcState to verify that many features work properly.
217    nscp python --script test_w32_system.py --install
218    nscp client --query py_unittest
219    ...
220    OK: 121 test(s) successfull|
221
2222011-12-06 MickeM
223 * Fixed so command line client wont try to run commands in modules which does not support it.
224 * Changed to when no settings is found a default one is created
225 * Removed old "location" key from switch context and changed so it use the new number scheme
226 
2272011-12-06 MickeM
228 * Added python unittests to make sure threading is working properly
229 * Simpliefied and cleaned up the command line syntax a bit
230 * Now --exec is the default option for client mode (but it will notify you it thought so)
231 * Added "command-less" execution to PythonScript so you can do --exec --script ... (without having --exec run)
232 * Fixed an issue related to python threading
233 * Fixed Scheduler header propgation
234 * Fixed so all Client module use "complex" API meaning headers are propagated correctly
235 * Fixed scheduler alias issue
236
2372011-11-27 MickeM
238 * Fixed some NSCA issues (reading from new conf)
239 * Fixed some linux build issues (related to refactoring)
240
2412011-11-27 MickeM
242 * Major refactoring in the command line interface
243 * Added support for alias to many common module (command line)
244   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
245 * Fixed issue with CheckEventLog message rendering and eventid
246 * Refactored all Client modules to all support command line, commands and submissions.
247 * Added uniform handling of "everything" to all Client plugins
248 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
249 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
250 * Many issues and fixes related to clients.
251 * Fixed so CheckEvent log (insert) works much better (added new options)
252
2532011-11-14 MickeM
254 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
255
2562011-11-09 MickeM
257 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
258   Still requires template support and configuration options (mainly PoC right now).
259 * Added initial SMTPClient to allow sending messages via SMTP.
260   Still requires template support and configuration options (mainly PoC right now).
261 * Fixed unicode log issue (still not sure message format is correct)
262 * Renamed Message to log in internal wrapper API
263 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
264
2652011-11-06 MickeM
266 * Had some "vacation" so no updates for a while
267 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
268 * Added option to read sections (to plugin API)
269 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
270 * Many fixes related to NRPE/NSCA/*
271 * "RC quality" expect RC within the week (only need to fix default config file somehow)
272 * Upgraded all unit test to use the simplified API
273 * Fixed a some unicode issues in PythonScript module
274 * Improved threading a bit
275 * Fixed CheckSystem (service check)
276 * Fixed duplicate keys (when replacing) in old settings client
277 
2782011-10-21 MickeM
279 * Some more threading issues in Python (works perfectly(?) now)
280 * Refactored the tests a bit making test suites runable from a central hub
281 * Fixed soo everything builds and works on Linux
282
2832011-10-19 MickeM
284 * Fixed some threadding issues in PythonScript
285 * Still working on refactoring the unittest helpers a bit
286
2872011-10-16 MickeM
288 * Fixed issue with loading zero-byte UTF-8 config files
289 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
290 * Added ability to set event log to real-time
291 * Added support for multiple eventlogs in real-time
292
2932011-10-09 MickeM
294 * Real-time CheckEventLog working (still only for one, and I think application log)
295 * Added python tests to validfate that Real-time eventlog is working.
296 * Fixed som defects here and there (now builds on Linux again)
297 * Fixed so it builds in "debug mode"
298 * Fixed issue in grammar which caused infiniate loop in som cases
299 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
300 * Added support for targeting execs (in API)
301 * Fixed some invalid return messages
302 * Streamlined submissions wrappers to be more inline with "other wrappers"
303 * Fixed a myrriad of minor python script bugs
304 * Added sleep command (which sometimes causes issues so use with care)
305
3062011-10-06 MickeM
307 * Initial command for createing eventlog records
308 * Initial real-time eventlog checker
309 * Fixed obscure c-tor issue with filters
310 
3112011-09-27 MickeM
312 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
313 
3142011-09-24 MickeM
315 * Started on NSCA unit-tests in python
316 * Refactored channel API a bit to better suite NSCA (and how it actually works)
317 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
318 * Created helper lib for Python Unittests
319
3202011-09-21 MickeM
321 * Renamed NSCAAgent to NSCAClient (to be consistant)
322 * Created a NSCAServer module (again for consistancy)
323   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
324
3252011-09-18 MickeM
326 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
327   Still a lot of rough edges such as cookie and authentication support is hard coded.
328   We also need a proper two way distributed server as well as implement "all" payload types.
329
3302011-09-11 MickeM
331 * Massive overhaul here and there
332 * Added new helper for handling "targets" (so they are the same)
333 * Extracted "command line handling" so all clients will work the same
334 * Extracted command processor to a common class to make all clients work the same
335 * Added initial zeromq stuff (nothing usable)
336 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
337 
3382011-09-05 MickeM
339 * Cleaned up some dependencies (on config.h)
340 * Fixed invalid data in config.h.in
341
3422011-09-03 MickeM (0.4.0.93)
343 * Created a protcol buffer free version of the python test script
344 * Upgraded to new version of simpleinin class
345 * Added new component for python protocol buffer library to installer
346 * Added installer for unittests to test.py run like so:
347   nscp --client --module PythonScript --command execute-and-load-python --script test.py
348 * Fixed so settings are created if not existing
349 * Fixed so plugins are not loaded in client mode
350 * Fixed so core is booting correctly in client mode
351 * Added new option --settings --switch <context> to allow switching context without migrating data
352 * Fixed unicode error on linux (settings file)
353
3542011-09-02 MickeM
355 * Fixed several issues in PythonScript
356 * PythonScript supports loading multiple instances as well as scripts
357 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
358
3592011-09-01 MickeM
360 * Implemented registration of channels (so no longer faked)
361 * Added settings key to change the NSCAAgent channel name
362 * Addded proper channel handling to PythonScript module
363 * Improved error handling in channels API
364 * Rewrote wrapper API to use templates and classes instead of macros (ish)
365 * Improved the internal plugin wrapping API to support multiple plugin load
366 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
367 * Added API for registrying routers and handling routing (almost there now)
368
3692011-09-01 MickeM
370 * Fixed issue with messages due to new API
371
3722011-08-31 MickeM
373 * Added support for loading same plugin twice (in different sessions)
374 * Added preliminary support for routing passive checks
375
3762011-08-30 MickeM
377 * Fixed uncaught exception in test client
378 * Added protocol buffers to source (needs to be added to installer as well)
379 * Added example python protocol buffer handler
380 * Added lib folder to python scripting (and automagicall load)
381
3822011-08-29 MickeM
383 * Fixed some *nix build issues...
384
3852011-08-25 MickeM
386 * Fixed some issues in the NSCPClient
387 * Fixed debug log issue in core
388 * Added support for "pushing" passive checks via NSCP
389
3902011-08-24 MickeM
391 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
392 * Cleaned up API helper functions
393 * Fixed client argument for "client mode" to allow arbitrary arguments
394 * Cleaned up the argument processor code now requires "mode" to be first argument
395
3962011-08-23 MickeM
397 * Fixed issue in the NSCP server
398
3992011-08-22 MickeM
400 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
401 * Fixed so it builds on linux
402 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
403 * Fixed so it works on linux (fixed issues with timeout)
404
4052011-08-16 MickeM (0.4.0.85)
406 * Added support for remote WMI checking using target/username/password options like so:
407    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
408 * Added support for looking up targets to CheckWMI
409   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
410   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
411
4122011-08-15 MickeM
413 * Readded allowed hosts function
414 * Moved default socket options to /settings/default/socket
415 * Added more default socket options
416 * Added support for target in default plugin helpers
417 * Added remote WMI commands
418 * Added target section under /settings/targets
419
4202011-08-14 MickeM
421 * NRPEClient now works on linux
422 * Added "portable" settings map file to installer (so it will work with old installed versions)
423 * Rename Function to Registry in PythonScript API as well as some other function renames
424 * Started to clean up the helpers around the API
425 * Added support for execute to PythonScripts to execute commands
426 * BUG: just realised that static plugin instances prevent multiple instances :)
427   Will fix but not now as it is not important (for me)...
428 * Added initial support for channels to PythonScript
429   Core still lacks support for subscribing to arbitrary channels
430
4312011-08-13 MickeM
432 * Added support for command line execution to PythonScript module
433 * Readded support for specifying module on command line with --client mode
434 * Fixed some issues with the NRPEClient module
435 
4362011-08-12 MickeM
437  * Finnished (rough) adding back command line exec (with modern API)
438  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
439 
4402011-08-11 MickeM
441  * Started to add back command line exec (with modern API)
442 
4432011-08-10 MickeM
444 * Fixed linus issues and defect
445 * Fixed some issues in the test python script regarding how prefix is handled
446 * Fixed PythonScript module to actually use the correct function map :)
447 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
448 * Added a lot of freatures and cleand up the PythonScript module
449 * Started to merge som features from PythonScript back to Lua script
450 
4512011-08-07 MickeM
452 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
453 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
454 
4552011-08-01 MickeM
456 * Added new module: PythonScript
457
4582011-07-25 MickeM
459 * merged in all 0.3.9 changes
460 * refactored where filter to be "non template" to drastically reduce compile time (as well as potentially size if I ever go dll instead of static link)
461 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
462
4632010-02-05
464 * Multiple fixes all over the place
465 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
466 ! Performance data is still missing (will be for a while yet)
467 
4682010-01-31 MickeM
469 + Added google protocol buffers
470 ! Changed internal handle command logic (now uses protocol buffers)
471 - Removed (temporarily) performance data (due to protocol buffer changes)
472
4732010-01-19 MickeM
474 + Rename NRPEListener to NRPEServer
475 + Added NRPEServer to CMake build
476
4772010-01-xx MickeM
478 + Added Scheduling module
479 
4802009-10-11 MickeM
481 + Added argument support to NRPE Client
482   This is temporarily enabled by the same options under the NRPE section. BUT this will change int he future so be ware when using them.
483
4842009-09-20 MickeM
485 * Fixed alias in CheckWMI (now works)
486 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
487 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
488
4892009-09-13 MickeM
490 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
491
4922009-09-06 MickeM
493 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
494 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
495
4962009-08-30 MickeM
497 + Added -c and -d command line options like so:
498   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
499   NSClient++ -c <command> <argument 1> <argument 2> ...
500   -d Is the same thing but with debug enabled.
501 + Added uninstall of old client (sort of broken but works)
502
5032009-08-29 MickeM
504 * Fixed issue with CheckFile (directory)
505 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
506
5072009-07-18 MickeM
508 * Fixed issue with no loggers avalible and "memory leak"
509 * Added "firewall exception" to installer
510 * Fixed an issue with the socket data buffer
511 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
512 * Fixed issue with NSCA socket.
513
5142009-07-05 MickeM
515 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
516 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
517
5182009-06-20 MickeM
519 * Fixed issue with CheckDisk and paths not working out properly
520
5212009-06-10 MickeM - 0.3.6
522 ! Release the new version
523
5242009-06-10 MickeM
525 * Fixed so CheckEventLog only reports invalid buffersizes once
526
5272009-06-07 MickeM
528 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
529 * Finalized the installer
530
5312009-05-22 MickeM
532 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
533
5342009-05-21 MickeM
535 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
536 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
537
5382009-05-17 MickeM
539 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
540
5412009-05-10 MickeM
542 + Added write support for modules to installer
543
5442009-05-03 MickeM
545 * Fixed another quite serious memory leak!
546   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
547 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
548
5492009-03-30 MickeM
550 + Added new option to NSCA module for specifying report options.
551        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
552 + Added so password and host ate stored in the installer (if changed)
553
5542009-03-29 MickeM
555 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
556
5572009-03-15 MickeM
558 * New service name (displayname)
559 * New service description
560
5612009-03-14 MickeM
562 * Rebuilt installer UI (still missing write config function)
563 * Added debug entry to log filename used by debug log metrics.
564 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
565
5662009-03-02 MickeM
567 * Added catch handlers and error logging to NSCA Thread
568 * Fixed issue with CheckProcState and administrator login!
569 + Added debug module to installer
570 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
571   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
572   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)
573 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
574
5752009-02-26 MickeM
576 * Fixed issue with debug logging (not it can be disabled again)
577
5782009-02-23 MickeM
579 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
580
5812009-02-11 MickeM
582 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
583   This was primarily to fix issues where we have might not "unexpectedly" get performance data (might still be some issues here so let me know).
584
5852009-02-06 MickeM
586 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
587
5882009-02-05 MickeM
589 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
590 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
591
5922009-02-03 MickeM
593 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
594   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
595
5962009-01-30 MickeM
597 * Added support for changing name and description of service from the /install command line
598   NSClient++ /install [gui] [start] [service name] [description]
599   NSClient++ /uninstall [gui] [stop] [service name]
600   NSClient++ /start [gui] [service name]
601   NSClient++ /stop [gui] [service name]
602
6032009-01-28 MickeM
604 * Slightly improved error handling around socket creation
605 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
606
6072009-01-25 MickeM
608 * Fixed issue with checkVersion (#242)
609 * Fixed spelling error (#244)
610 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
611 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
612 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
613 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
614
6152009-01-23 MickeM
616 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
617    You can now use the following syntax:
618    CheckEventLog ... warn=ne:1 crit=eq:0 ...
619    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
620    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
621
6222009-01-23 MickeM
623 * Cleaned up the checkProcState code and it is not a lot better.
624   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
625 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
626 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
627
6282009-01-21 MickeM
629 + Added experimental 16 bit process support to checkProcState
630
6312009-01-20 MickeM
632 * Fixed issue with CheckWMI when no filter was specified.
633
6342009-01-17 MickeM
635 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
636   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
637 * Fixed so PDH Collectors use the same exception as the rest of the PDH stuff (might give better errors when PDH breaks, but I doubt it)
638 * removed debug output from -noboot
639 + Added new command line pdhmatch option to use pattern matching on PDH queries
640   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
641 * Improved error reporting in the PDH subsystem.
642 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
643   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
644 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
645
6462009-01-13 MickeM
647 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
648 + Brand new build enviornment based upon boost build!!!
649   Use batch file to build (release-build.bat or modify to make your own)
650 * Modified /about so it now shows a lot of usefull(?) info.
651
6522008-11-13 MickeM
653 + Added truncate option to checkServiceState
654
6552008-09-24 MickeM
656 * Imroved the installer (now auto-updates the version when built)
657
6582008-09-24 MickeM - 0.3.5
659 * Fixed issue with CheckServiceState and CheckAll (it now works)
660 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
661    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
662
6632008-09-18 MickeM - 0.3.4
664 * Changed so "missing services" are treated as stopped.
665    CheckServiceState missing=stopped ShowAll
666        OK: missing: not found
667 * Fixed issue with : in service name.
668 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
669
6702008-09-17 MickeM - 0.3.4 RC-6
671 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
672
6732008-09-17 MickeM
674 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
675 * Added so tray icon can get "propper" name from core for "description".
676 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
677
6782008-09-16 MickeM - 0.3.4 RC-5
679 * Fixed an issue with the session launcher
680
6812008-09-15 MickeM
682 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
683 + Added a very basic simple .net plugin (and a wrapper)
684
6852008-09-14 MickeM - 0.3.4 RC-4
686 * Fixed an issue with the session launcher
687 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
688
6892008-09-14 MickeM - 0.3.4 RC-4
690 * Fixed issue with OS detection (again)
691 * Fixed issue with plugin unloading (again)
692 * Fixed issue with SSL socket not unloading properly
693 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
694 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
695
6962008-09-12 MickeM
697 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
698
6992008-09-09 MickeM - 0.3.4 RC-3
700 * Improved error handling for the WMI checks.
701 + CheckWMI: Added support for extracting numbers from strings
702 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
703 * Fixed issue with & and some commands via check_nt.
704 * Fixed a crash on exit (which I added in Rc1).
705 * Added 10 "bytes" the CPU buffer: (#174)
706 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
707 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
708
7092008-09-08 MickeM - 0.3.4 RC-2
710 * Fixed issue in windows 2008 with system tray (shared_session).
711 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
712 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
713
7142008-09-07 MickeM
715 + Added sample powershell script as well as a workaround for making them run.
716 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
717 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
718
7192008-09-06 MickeM
720 * Improved error reporting in the eventlogchecker
721 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
722   I Recomend everyone to stop using the "old" filtering.
723
7242008-09-04 MickeM
725 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
726 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
727 * Fixed a memory leak in the error formating code
728
7292008-08-24 MickeM
730 * Changed NSCA "general problem" error message to be more descriptive.
731 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
732
7332008-08-16 MickeM
734 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
735 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
736 + Added shared session so system tray can communicate with master
737 + Added new system tray handlig (via TS so FUS should work with it)
738 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
739   If you want to try this remember to change that option but also beware! it is dagerous and not finnished and and also there is as of now no security at all.
740
7412008-08-09 MickeM
742 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
743
7442008-07-28 MickeM
745 * Improved the error handling for the check proc state.
746 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
747
7482008-07-25 MickeM
749 + Built a garage at the summer house
750 * cut down all the reeds and shrubbs at the summer house.
751
7522008-07-03 MickeM
753 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
754 + Added some more error messages for when counters are not found.
755 * Fixed an issue with the new namespace option
756
7572008-07-02 MickeM
758 ! 0.3.3 Released (take 2)
759 + Added new option alias to controll the name for performance counters when using checkfile use like so:
760    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
761 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
762 ! 0.3.3 Released (take 1)
763 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
764
7652008-07-02 MickeM
766 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
767
7682008-07-01 MickeM
769 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
770   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
771
7722008-06-30 MickeM
773 * Fixed issue with CheckFile and performance data ( #156 )
774 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
775   *NOTICE* this is all reasons (so if the counter is missing or some such the same will happen not just when the instance is missing)
776   Message will reflect reason.
777 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
778
7792008-06-25 MickeM
780 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
781
7822008-06-24 MickeM
783 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
784 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
785 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
786 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
787 * Better error messages in the check service thingy.
788
7892008-06-18 MickeM
790 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
791   Before only the first 1024 bytes were used.
792
7932008-06-15 MickeM
794 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
795   + CheckDriveSize now uses "all drives" when no drive is specified.
796   * Fixed misspellt Container
797
7982008-06-14 MickeM
799 * Fixed error message from external commands (better reporting now)
800
8012008-05-14 MickeM
802 * Fixed memoryleak in the service checker.
803     I am really sorry I usualy write better code then this.
804 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
805
8062008-09-17 MickeM - 0.3.4 RC-6
807 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
808
8092008-09-17 MickeM
810 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
811 * Added so tray icon can get "propper" name from core for "description".
812 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
813
8142008-09-16 MickeM - 0.3.4 RC-5
815 * Fixed an issue with the session launcher
816
8172008-09-15 MickeM
818 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
819 + Added a very basic simple .net plugin (and a wrapper)
820
8212008-09-14 MickeM - 0.3.4 RC-4
822 * Fixed an issue with the session launcher
823 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
824
8252008-09-14 MickeM - 0.3.4 RC-4
826 * Fixed issue with OS detection (again)
827 * Fixed issue with plugin unloading (again)
828 * Fixed issue with SSL socket not unloading properly
829 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
830 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
831
8322008-09-12 MickeM
833 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
834
8352008-09-09 MickeM - 0.3.4 RC-3
836 * Improved error handling for the WMI checks.
837 + CheckWMI: Added support for extracting numbers from strings
838 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
839 * Fixed issue with & and some commands via check_nt.
840 * Fixed a crash on exit (which I added in Rc1).
841 * Added 10 "bytes" the CPU buffer: (#174)
842 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
843 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
844
8452008-09-08 MickeM - 0.3.4 RC-2
846 * Fixed issue in windows 2008 with system tray (shared_session).
847 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
848 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
849
8502008-09-07 MickeM
851 + Added sample powershell script as well as a workaround for making them run.
852 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
853 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
854
8552008-09-06 MickeM
856 * Improved error reporting in the eventlogchecker
857 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
858   I Recomend everyone to stop using the "old" filtering.
859
8602008-09-04 MickeM
861 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
862 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
863 * Fixed a memory leak in the error formating code
864
8652008-08-24 MickeM
866 * Changed NSCA "general problem" error message to be more descriptive.
867 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
868
8692008-08-16 MickeM
870 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
871 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
872 + Added shared session so system tray can communicate with master
873 + Added new system tray handlig (via TS so FUS should work with it)
874 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
875   If you want to try this remember to change that option but also beware! it is dagerous and not finnished and and also there is as of now no security at all.
876
8772008-08-09 MickeM
878 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
879
8802008-07-28 MickeM
881 * Improved the error handling for the check proc state.
882 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
883
8842008-07-25 MickeM
885 + Built a garage at the summer house
886 * cut down all the reeds and shrubbs at the summer house.
887
8882008-07-03 MickeM
889 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
890 + Added some more error messages for when counters are not found.
891 * Fixed an issue with the new namespace option
892
8932008-07-02 MickeM
894 ! 0.3.3 Released (take 2)
895 + Added new option alias to controll the name for performance counters when using checkfile use like so:
896    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
897 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
898 ! 0.3.3 Released (take 1)
899 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
900
9012008-07-02 MickeM
902 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
903
9042008-07-01 MickeM
905 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
906   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
907
9082008-06-30 MickeM
909 * Fixed issue with CheckFile and performance data ( #156 )
910 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
911   *NOTICE* this is all reasons (so if the counter is missing or some such the same will happen not just when the instance is missing)
912   Message will reflect reason.
913 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
914
9152008-06-25 MickeM
916 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
917
9182008-06-24 MickeM
919 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
920 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
921 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
922 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
923 * Better error messages in the check service thingy.
924
9252008-06-18 MickeM
926 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
927   Before only the first 1024 bytes were used.
928
9292008-06-15 MickeM
930 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
931   + CheckDriveSize now uses "all drives" when no drive is specified.
932   * Fixed misspellt Container
933
9342008-06-14 MickeM
935 * Fixed error message from external commands (better reporting now)
936
9372008-05-14 MickeM
938 * Fixed memoryleak in the service checker.
939     I am really sorry I usualy write better code then this.
940
9412008-05-?? MickeM
942 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
943
9442008-06-?? MickeM
945 * BREAKING CHANGE! -- New settings API as well as new WEBConfiguration UI (nothing is finnished yet but I wanted to check things into the SVN since it is a lot of changes now :)
946
9472008-05-14 MickeM
948 * Fixed memoryleak in the service checker.
949     I am really sorry I usualy write better code then this.
950
9512008-05-11 MickeM
952 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
953     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
954
9552008-04-03 MickeM
956 * Moved COM init to "core" (from WMI module)
957 + Added new Check command: CheckTaskSched Use like so:
958     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
959
9602008-03-21 MickeM
961 + Added command line support for process checks
962   New option: cmdLine will toggle so full command lines are used instead of just process names.
963 + Added regular expression matching to process checks
964   New option: match=regexp (match=strings is the default and "old" way)
965 + Added substring matching to process checks
966   New option: match=substr (match=strings is the default and "old" way)
967   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
968 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
969 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
970 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
971
9722008-03-20 MickeM
973 + Added host-lookupos for NSCA server (#149)
974 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
975 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
976 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
977   Added option debug_skip_data_collection to simulate this (just for kicks)
978
9792008-03-18 MickeM
980 * Added some more error messages to the NSCA module
981 * Added support for arguments to LUA module.
982   syntax: function debug (command, args) -- args is a table with all arguments
983
9842008-03-11 MickeM
985 ! 0.3.1 Released
986
9872008-03-08 MickeM
988 * Changed so log is now in Unicode format
989   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
990   If anyone hates this let me know and I will add an option to use "old ansi log".
991 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
992   This means "strangeness" in Unicode and non-us-ascii chars on the console,
993    so for details refer to the log-file which is proper Unicode.
994 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
995    (if you find this annoying let me know, I will make it optional :)
996 * Fixed some issues in the registry handling
997
9982008-03-06 MickeM
999 * Fixed silly ordering bug with the <> syntax.
1000
10012008-03-05 MickeM
1002 + Added debug to new section [Eventlog], when enabled it will (log) what lines matched what, this is a pretty big performance overhead so don't run with this one.
1003 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
1004 * Fixed an issue with eventlog and . matching.
1005 + Added shorthand ! for != in "all" numeric filters (eventlog)
1006 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
1007   Try using: filter-eventType=<>warning to remove everything that is not a warning
1008 * Fixed two spelling mistakes in the SysTray module.
1009 * Fixed 64-bit issues with installer
1010 * Fixed so installer uninstalls/installs the service
1011 
10122008-02-26 MickeM
1013 + Added installer
1014 
10152008-02-22 MickeM
1016 * Fixed issues in the NRPE module (now returns the correct status)
1017 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
1018    (might make it simpler to diagnose problems)
1019
10202008-02-20 MickeM
1021 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
1022   eventually for relaying events.
1023   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
1024   This is an early concept so don't expect much...
1025 * Fixed a bug in NSCA module (now it works again :)
1026 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
1027   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
1028
10292008-02-19 MickeM
1030 + Fixed a buffer overflow in the NRPE socket handling.
1031 
10322008-02-18 MickeM
1033 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
1034 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
1035   Since check_nrpe doesn't do this it wont work in that end, but still...
1036
10372008-02-16 MickeM
1038 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
1039
10402008-02-14 MickeM
1041 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
1042 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
1043
10442008-02-13 MickeM
1045 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
1046 * Fixed issue with scripts result truncated after 1024 chars
1047    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
1048 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
1049 + Added to NSCA truncates output when to long.
1050
10512008-02-12 MickeM
1052 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
1053   (notice you need to recompile the check_nrpe to match this value)
1054 * Improved exception handling in the PDH collector (hopefully less deadlocks)
1055
10562008-02-11 MickeM
1057 + Added encryption support for NSCA module (about half of the algorithms are available,
1058     if someone wants to use one not available let me know, and I will try to add it)
1059
10602008-02-09 MickeM
1061 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
1062   - Can Check batch/vbs/programs/*
1063   - Works with NSCA module (if you don't want to have NRPE at the same time)
1064   - Simpler syntax (discarded old and added new section for alias)
1065   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
1066
10672008-02-08 MickeM
1068 + Added some more default catch handlers (on the "core" side of plugin-calls).
1069
10702008-02-07 MickeM
1071 + Added default catch handlers to all wrapped plug in calls.
1072
10732008-02-05 MickeM
1074 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
1075
10762008-02-04 MickeM
1077 *** Happy Birthday bogi!! :)
1078 * Fixed issues with performance counter rendering (mainly checkDisk)
1079
10802008-02-03 MickeM
1081 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
1082 + Added API for scripts to register commands
1083 + Added command descriptions (for some modules)
1084 * Fixed issue in NRPE that displayed a console window when running commands
1085 * New improved "inject" dialog from the system tray
1086   Lists available commands, and shows command descriptions and a lot of other improvements.
1087 + Added an internal log windows that displays log in real-time.
1088 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
1089
10902008-02-02 MickeM
1091 * Might have fixed the "missing eventlog messages" problem.
1092 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
1093
10942008-01-27 MickeM
1095 * Fixed a memory-leak in format_time
1096 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
1097 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
1098   For this to work you need to have the descriptions flag set
1099   In short: /nrpe -H 192.168.0.147 -c checkEventLog -a truncate=1024 "syntax=%generated%: %message%" descriptions=true file=System MaxWarn=1 MaxCrit=1 filter+eventType==error filter+generated=\<12h filter=new filter=all filter=in
1100 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
1101   The uniqueness is defined by event-log, event-source, event-id and event-category.
1102
11032007-12-16 MickeM
1104 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
1105 * Changed some exceptions that were thrown wrong
1106
11072007-12-11 MickeM
1108 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
1109
11102007-12-10 MickeM
1111 + Added initial draft for LUA module
1112
11132007-12-09 MickeM
1114 + Added a check if the service is started when running with /test so you get a warning
1115 + Improved the socket thread with:
1116    * a default-catch
1117    * If the socket fails to start we still wait for it to shut down (no error message)
1118 + Added first version of the NSCA agent (NSCAgent.dll)
1119   (no encryption support as of yet, but will come)
1120
11212007-12-04 MickeM
1122 ! 0.3.0 Released
1123
11242007-12-01 MickeM
1125 * Fixed issue with date formating in FILEAGE
1126
11272007-11-29 MickeM
1128 * Fixed issue with date formating in FILEAGE
1129
11302007-11-28 MickeM
1131 ! 0.3.0 RC-1
1132 * Fixed some UNICODE issues with process-listings
1133 + Added an error message if the "detected" process enumeration method is not available.
1134 + Fixed some more Unicode issues Password encrypt/decrypt: #107
1135 * Fixed Unicode issues with "external programs" #109
1136 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
1137 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
1138    append: .<date string> if you want to use a "custom date" like so: ... -v FILEAGE -l c:\\windows,Date: %Y-%m-%d %H:%M:%S" -w 5 -c 6 ...
1139    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
1140
11412007-11-26 MickeM
1142 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
1143 * More 2k5 build tweaks
1144
11452007-11-23 MickeM
1146 * Converted to Unicode (damn sometimes I **HATE** C++)
1147 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
1148
11492007-11-22 MickeM
1150 * Fixed so the "default path" is correct even when running as a service (issue: #96)
1151
11522007-11-21 MickeM
1153 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
1154 * Fixed some missing exceptions that were not caught
1155 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
1156     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
1157    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
1158 - Removed  from SVN (as it is old and outdated and no longer used)
1159
11602007-11-20 MickeM
1161 + Added new option to CheckSystem to override detected language (force_language=0x0014)
1162
11632007-11-19 MickeM
1164 * Fixed a minor issue in reading registry keys
1165 + Added -noboot option to startup used for running command line utilities without booting the client
1166   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
1167 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
1168 * Migrated 2008 project files to new name and back ported to 2005 project files.
1169
11702007-11-16 MickeM
1171 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
1172 + Added sample VBS script and definitions
1173
11742007-11-15 MickeM
1175 * Improved error message when external NRPE command failles.
1176
11772007-11-14 MickeM
1178 + Added multi-line output support ( issue #91 )
1179 * Improved error handling for external commands
1180 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
1181 + Added an English fall back if "local" language PDH counters fail.
1182
11832007-11-12 MickeM
1184 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
1185
11862007-11-11 MickeM
1187 + Added option to configure the behavior of CheckService CheckAll (#64)
1188
11892007-11-08 MickeM
1190 + Added CheckWMIValue to check result-values from a WMI Query
1191 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
1192    If anyone don't want this let me know and I will make an option for it.
1193
11942007-11-06 MickeM
1195 + Added CLI interface to CheckWMI to check queries
1196
11972007-11-04 MickeM
1198 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
1199
12002007-10-29 MickeM
1201 * Restructured build and include to work from CLI
1202 + Started to add makefiles to build from CLI
1203 + Added Finnish counters (#98)
1204 * Fixed performance counter issue with check_nt (#99)
1205 
12062007-10-06 MickeM
1207 + Added auto-upda-te of versions and dates on build to make versions better updated.
1208 + Fixed x64 build and cleanup a bit.
1209
12102007-09-15 MickeM
1211 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
1212
12132007-09-11 MickeM
1214 + Added Dutch performance counters to counters.defs
1215 + Added Spanish performance counters to counters.defs
1216 + Added #69 [includes] directive to INI-file to include other files
1217 * Fixed #75 (spelling issue)
1218
12192007-06-23 MickeM
1220 * Might have fixed #53 I was not able to get the problem locally but I have fixed the problem ias at op5 discovered at least...
1221 * Fixed the "check memory" issues for real this time.
1222 * Fixed problem with : in counter names #50 (anything starts with \ is considered a counter so if you use aliases with \ this will break things for you.
1223
12242007-06-20 MickeM
1225 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
1226 * Fixed #62 Problems with CheckServiceState and services with spaces.
1227
12282007-03-06 MickeM
1229 ! 0.2.7 released
1230
12312007-03-05 MickeM
1232 * Fixed -v FILEAGE check_nt (NSClient) check.
1233 * Added license agreement header to all files
1234
12352007-03-04 MickeM
1236 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1237   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1238 + Added Japanese counters to counters.defs from patch (thanx!!!)
1239
12402007-02-25 MickeM
1241 + Added possibility to check many memory checks in one go, just stack type options.
1242     type=paged type=physical etc...
1243 * Fixed a performance check bug in the last nightly.
1244 * Fixed a potential crash when a malformed check-file-age command was issued.
1245 + Added support for more then and NSClient command
1246 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1247 
12482007-02-22 MickeM
1249 + Added debug output to see if the socket is bound and/or has shutdown.
1250 * Fixed a potential bug in the thread manager.
1251 + Added configuration option for suppressing performance data to the NRPE section.
1252   Set performance_data=0 to stop sending performance data to nagios
1253 + New (better?) (simpler?) event log checking
1254 + Added option to most commands (ignore-perf-data) to suppress performance data
1255 + Added option CheckAll for checking all auto-start services to checkServiceState.
1256   Also an exclude=<service> to exclude checking that.
1257 * Fixed return syntax for PROCSTATE nsclient
1258
12592007-02-21 MickeM
1260 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1261
12622006-12-02 MickeM
1263 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1264 * Fixed "broken password check" in NSClient listener
1265
12662006-11-18 MickeM
1267 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1268 * Added error message when detected language is missing from counters.defs
1269 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1270 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1271 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1272 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1273
12742006-10-05 MickeM
1275 * Yayyy!!! (first fix in a looong while :)
1276 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1277   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1278 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1279   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1280   access to your nagios box (probably only a theoretical problem but hey! :)
1281   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1282   request it will be "slow" but I think it is not that much of a problem really.
1283   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1284   Set cache_allowed_hosts=0 to disable host cache
1285
12862006-04-04 MickeM
1287 * Fixed a few more bugs to the INI/REG readers
1288
12892006-04-02 MickeM
1290 * Could all magicians stop trying to kill me?
1291   *Please* i don't like to die!
1292
12932006-03-31 MickeM
1294 * Damn necromancers! stop 0wning my ass all the time!
1295 
12962006-03-29 MickeM
1297 + Added API for saving/reading settings
1298 
12992006-03-28 MickeM
1300 + Added REG/INI parsers
1301 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1302
13032006-03-25 MickeM
1304 * Oblivion f*cking roxx!
1305
13062006-03-02 MickeM
1307 * Fixed bug in INI-file reader (memory leak)
1308
13092006-03-01 MickeM
1310 * Fixed bug in CheckFile (now dates work correctly)
1311
13122006-02-26 MickeM
1313 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1314
13152006-02-25 MickeM
1316 * Fixed Sections problem (now sections can be any size)
1317 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1318   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1319   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1320 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1321 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1322 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1323   This is an advanced setting and should not be used. If you get "connection refused" when running many client this might be something you want to tweak though.
1324   And if you then start getting "Socket timeout" you might wanna tweak the timeout value as well because larger value here means it takes "longer" to process a socket.
1325 - I have looked into the event log problem and dates seem to work here so if anyone still have problems (use the syntax option to debug) let me know.
1326 * Moved listpdh and debugpdh into the CheckSystem module
1327 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1328 
13292006-02-2? MickeM
1330 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1331   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1332 + Added new install/uninstall command to SystemTray module:
1333   NSClient++.exe SystemTray install
1334   NSClient++.exe SystemTray uninstall
1335   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1336 * Removed the "Allow Service to Interact with Desktop" flag from the /install option so that it no longer defaults to on (see commands to set this above).
1337 * Fixed so checkProcess isn't case sensitive.
1338 * Added (not finished) syntax option to event log checker to format the outputted data
1339
13402006-02-12 MickeM
1341 + Added support for host name resolve to allowed_hosts
1342
13432006-02-08 MickeM
1344 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1345 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1346
13472006-02-07 MickeM
1348 + Added new filter option to eventlog filter-eventID
1349 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1350
13512006-02-05 MickeM
1352 + Added CheckFile check command
1353   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1354 + Added FILEAGE support to NSClient
1355 + Started to convert the web page to WIKI
1356 
13572006-01-21 MickeM
1358 + Added WMI Check module (early alpha)
1359   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1360   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1361   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1362   The Max* are as every other check and sets limits.
1363   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1364   So any other WMI query should work (notice this is experimental and not stable and has virtually
1365   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1366   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1367  * Fixed NT4 /install (should work now!)
1368
13692006-01-02 MickeM
1370 * Fixed ChangeServiceConfig2 on NT4
1371 + Added support for more then 4GB memory (8GB?)
1372   Since I don't have this much memory this needs to be verified...
1373 * Fixed syntax of performance data
1374
13752005-09-24 MickeM
1376 * Fixed memory size bug (free and used were swapped)
1377
13782005-09-20 MickeM
1379 + Added option to debug all PDH counters /debugpdh
1380
13812005-09-17 MickeM
1382 + Added support for checking service by display name
1383
13842005-09-03 MickeM
1385 * First off, sorry for lack of updates, but was on vacation :)
1386 + Added ShowAll=long to CPULoad
1387 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1388
13892005-07-31 MickeM
1390 + /install now sets the service to autostart
1391 * Did some cleanup of minor code sections
1392 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1393 + Added service description
1394 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1395
13962005-07-26 MickeM
1397 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1398 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1399
14002005-07-19 MickeM
1401 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1402 * Fixed UNKNOWN return code (was 4 should have been 3)
1403
14042005-07-16 MickeM
1405 * Fixed drive checks from NSClient
1406
14072005-07-11 MickeM
1408 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1409   have been extended to check a lot more things.
1410   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1411 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1412
14132005-06-09 MickeM
1414 * Escapes " in NRPE commands in the NSC.ini
1415
14162005-06-05 MickeM
1417 * Created configuration interface (not released yet)
1418
14192005-06-03 MickeM
1420 * Created interactive installer (not released yet)
1421
14222005-06-02 MickeM
1423 * CheckEventLog reworked...
1424
14252005-06-01 MickeM
1426 * CheckSystem auto detects windows version and language.
1427
14282005-05-29 MickeM
1429 * Fixed PROCSTATE and SERVICESTATE return state.
1430 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1431 * Fixed performance data for drives (and possibly other places)
1432
14332005-05-23 MickeM
1434 + Added obfuscated password support
1435 + Added some more debug info on commands (return code, and input args)
1436 + Added some more comments to the NSC.ini
1437 + Added central password "override"
1438 + Added central "host override"
1439 + Fixed bug with external commands always getting WARNING state
1440
14412005-05-22 MickeM
1442 + Added debug output for command
1443 + Added timestamps for log-to-file (date_mask to configure format)
1444 + Added support for "no password" with check_nt
1445 + Added log of bad password on NSClient requests.
1446 * Some threading issues fixed (I hate threading :)
1447
14482005-05-19 MickeM
1449 * Verified NT4 compatibility
1450
14512005-05-18 MickeM
1452 * Fixed bug in NSC.ini (section title for Check System was wrong)
1453 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1454 * Fixed some minor issues here and there
1455
14562005-05-15 MickeM
1457 + Added NRPE support for checkCounter
1458 + Updated documentation
1459 * Make check commands ignore case
1460 + Added CheckHelpers module to alter the result of various check and similar things
1461
14622005-05-14 MickeM
1463 + Added support for Volumes (CheckDisk)
1464 + Added support for checking all drives of a certain kind
1465 + Added support for altering filter (makes it possible to check removable drives)
1466 + Created web page and better documentation
1467
14682005-04-20 MickeM
1469 + Added multitasking to socket listener (it can now handle multiple connections)
1470 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1471 + Added COUNTER support to NSClient and CheckSystem
1472
14732005-04-19 MickeM
1474 + Added SSL support
1475 + Added a lot of new options
1476 + Added documentation
1477 * Renamed and restructured NSCLientCompat to CheckSystem
1478 * *ALOT* of fixes all over
1479 : We are now starting to get to something that is "stable"
1480 : This means that soon you might actually be able to use this.
1481 
14822005-03-28 MickeM
1483 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1484 * Moved settings "keys" fro NRPE to config.h
1485 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1486 * Minor tweaks to error/debug logging and small fixes "here and there"
1487
14882005-03-26 MickeM
1489 + NRPE Support (very basic, no encryption, and nothing fancy)
1490 * Socket classes rewritten
1491 + Added NSCModuleHelper::getSettingsSection to the API
1492
14932005-03-22 MickeM
1494 * Fixed NSClientListener return codes for basic commands
1495 * Extracted arrayBuffer code into new files under /include
1496 * Minor tweaks in the API (fixed minor issues)
1497 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1498
14992005-03-21 MickeM
1500 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1501 + Added NRPE return code
1502 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1503
15042005-03-20 MickeM
1505 * Fundamental API changes (due to NRPE compatibility)
1506   - HandleCommand has changed
1507   - Inject has changed
1508   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1509   - A lot of the old return codes have changed
1510 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1511 + New SimpleSocket in include/ will be used as base class for Listeners
1512 * A lot of rewrite to the NSC API
1513
15142005-03-19 MickeM
1515 * Re factored out NSCLient Listener as a separate module
1516 + Added initial NRPE listener module (not yet implemented only a shell)
1517 * Changed Module API (Inject function has new syntax)
1518 + Added some tokenizer function to charEx
1519 + Added new wrapper function to inject Command
1520 * Minor changes in relation to refactor work
1521
15222005-03-01 MickeM
1523 * Improved thread safety in Core
1524 + Added exception handling and logging in PDH code
1525 * Various fixes all over the place
1526 + New module for check size of files/directories
1527 * Changed build to Dynamic link
1528 * Added regular expression support for EventLog checker
1529
15302005-02-22 MickeM
1531 + Added documentation
1532
15332005-02-17 MickeM
1534 * NSClient issues fixed
1535 * System Tray issues fixed
1536
15372005-02-14 MickeM
1538 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.