source: nscp/changelog @ fb8241a

0.4.00.4.10.4.2
Last change on this file since fb8241a was fb8241a, checked in by Michael Medin <michael@…>, 15 months ago
  • Major improvements to the WMI command line syntax. You can now: list namespaces, list classes, list instances as well as run queries. Means you can use NSClient++ as a almost full featured WMI command line client. For details use: nscp wmi --help
  • Property mode set to 100644
File size: 72.2 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-08 MickeM
8 * Major improvments to the WMI command line syntax.
9   You can now: list namespaces, list classes, list instances as well as run queries.
10   Means you can use NSCLient++ as a almost full featured WMI command line client.
11   For details use: nscp wmi --help
12       
132012-03-06 MickeM
14 * Added "back" WMI Query command line exec like so:
15    nscp wmi --exec wmi-query
16        CheckWMI Command line syntax:
17        Allowed options:
18          -h [ --help ]                        Show help screen
19          -w [ --wmi-query ] arg               Query to execute
20          -l [ --limit ] arg                   Limit number of rows
21          -n [ --namespace ] arg (=root\cimv2) Namespace
22        nscp wmi --exec wmi-query --query="Select * from Win32_Process" --limit 2
23
242012-03-05 MickeM
25 * Fixed so time/date comparissons are actually done in UTC (fixed for real this time!)
26 * Added a series of testcases for CheckFiles (test_w32_file)
27
282012-03-04 MickeM
29 * Added new dot-net API (Which does not require any strange wrappers)
30 * Added brand new sample C# plugin
31 * Fixed issue with python unit script loading usig the wrong default options
32
332012-02-21 MickeM
34 * Added new module CauseCrash which has a single command CrashClient to allow the service to be crashed remotly
35   *WARNING* Dont use this command, it is for debugging and testing purpouses only
36 * Fixed issue with BreakPad which was disabled
37 * Fixed some unix issues (sorry but hudson's stopped emailing me again:( )
38 * Fixed service --install (now sets correct options)
39 * Fixed service --install (now sets description correctly)
40 * Fixed log level defined in protobuf (now same as rest of the system)
41 * Fixed some issues with the check_nscp command
42
432012-02-20 MickeM
44 * Fixed NRPE buffer issue
45 * Added test case for 65K NRPE buffer length as well as 1Mb
46 * Added support for not regexp as operator to filters (Eventlog) (#463)
47 * Added support for computer as filter keyword and format keyword in EventLog (#442)
48   "filter=computer = 'foo'" syntax=%computer%
49 * Improved messages rendering of eventlog messages a bit
50
512012-02-19 MickeM
52 * Added new unit context on command line for running simple unit test cases:
53   nscp unit --language python --script test_nsca
54 * Added dependency on Tcpip
55 * Dropped OS bit-match requirement so now you can install any version on x64 plattform.
56 * Added so you can specify multiple counters for CheckCounter and poll them all in one go (#387)
57 * Added test cases (a bit flaky) for counters.
58 * Added ${host} and ${domain} to hostname settings option which might be used to construct your own hostname. (#428)
59   Not 100% sure about domain as on my box the "hostname" is only a name ie. has no domain...
60
612012-02-18 MickeM
62 * Fixed so too long log messages are trunacated instead of discarded
63 * Added option to truncate logfile if to large (#358)
64   [/settings/file logger]
65   max size = 1000
66 * Added keyword to reload (settings) to reload settings store (ie. flushing the cache) (#249).
67 * Added ability to load all files in a given directory (#366)
68
692012-02-17 MickeM
70 * Tweaked a bit in regards to ExternalScripts so it works better and handles errors better (#367)
71 * Fixed default report mode in 0.4.0 (#290)
72 * Made NSCA Client handle timestamps like send_nsca (ie. ignoring local time)
73
742012-02-16 MickeM
75 * Replaced command reader with object handler
76 * Added support for running commands as other users (#131)
77 * Improved pseed oflarge buffers for external commands (ie. when you return very large outputs) (#481)
78 * Added limit to test interface message length (when messages are to long only first 4k are displayed)
79
802012-02-15 MickeM
81 * Fixed missing icon on nscp.exe
82 * Fixed missing version info on nscp.exe (#294)
83
842012-02-13 MickeM - 0.4.0 RC2
85 * Fixed installer issue (could not start service)
86
872012-02-12 MickeM
88 * Added support for specifying targets on schedules:
89   [/settings/scheduler/schedules/foo]
90   target = foo-host
91   Will re-target the NSCA (or whatever you use) towards a given target.
92 * Fixed is schedule manager uses new standard object reader
93 * Fixed some issues with reading schedule
94
952012-02-05 MickeM
96 * Added test cases for targets to NRPE
97 * Added test cases for targets to NSCA
98 * Added test cases for lenghts to NSCA
99 * Changed to python API sleep uses milliseconds (not seconds as before)
100   Makes NSCA unittests go much faster (as I can wait much less)
101 * Fixed a lot of bugs related to target handling.
102 * implemented target refactoring on all Client modules.
103
1042012-02-05 MickeM
105 * Refactored the targets concept internally to be simpler to use (less code)
106 * Fixed issue with reloading plugins
107 * Fixed target handling in NRPE Client, will add NSCA client tomorrow...
108
1092012-02-02 MickeM
110 * Implemented full API for LuaScript
111        Now "everything" (ish) works including channels, exec and query (via moderna API)
112        Still no protocol buffer support but not sure how to play that yet so will not be avalible in 0.4.0.
113
1142012-02-01 MickeM
115 * Implemented full settings API for LuaScript (next RC will have to wait till next weekend)
116
1172012-01-31 MickeM1
118 * Fixed issue with parsing "invalid external commands".
119   If parsing falies it will notify you but use the legacy split string method instead.
120 * LuaScript module is now modern (ie. works with 0.4.0)
121   Should be 99% compatbile (function needs to be defined before registration) but all old scripts should work now (I think)
122 * LuaScript module has been modernized
123   The new API is very similar to Python
124   Concepts are working but not all commands have beenh implementes (and no testcases either)
125   The old API will still work
126 * Fixed issue with
127
1282012-01-27 MickeM
129 * Changed CheckCounter format option to take a coma separated list of keyword from the below list:
130         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.
131         1000: Multiply the actual value by 1000.
132         noscale: Do not apply the default scaling factor.
133         So format=nocap100,noscale would combine the two aspects above.
134
1352012-01-26 MickeM
136 * Fixed issue with parsing multiple performance data items (internally)
137 * Added option to CheckCounter format=nocap100 to not cap counters at 100% (for multi cpu machines)
138
1392012-01-22 MickeM
140 * Fixed help when specifying invalid options on command line
141 * Eradicated a potential memoryleakin the NSCA encryption library
142
1432012-01-22 MickeM
144 * Fixed so NSCAClient parses address correctly
145 * setings exception is now derived from exception meaning it will show up more with details (instead of unknown)
146 * Added API for handling log level (replaces older debug flag)
147 * Added options for settings debug level
148 * Changed to --settings is a global argument (meaning you canuse it in any mode)
149 * Added arguments parsing to test: so you can use global arguments such as --log and --settings.
150 * Removed memory leak in settings parsing interface
151
1522012-01-20 MickeM
153 * Fixed a race condition in the python unit test script
154
1552012-01-19 MickeM
156 * Fixed some NSCA encryption bugs (of the random nature)
157   These are probably inherited in 0.3.x as well so if you have issues you might wannan try to upgrade
158
1592012-01-18 MickeM
160 * Improved unit tests so they can be run all in sequence
161 * Fixed various bugs in the unit tests
162 * Improved the syntax and output of running unit tests
163 * Refactored unit tests to be slightly nicer
164 * Fixed error state propagation
165 * Added unit tests to cmake (ie make test will now run unit tests)
166 
1672012-01-16 MickeM
168 * Added option to both execute and query item (with a reload in the middle for installing/running unittests)
169 * Fixed issue in python unittest framework to handle "unload" (ie. reload)
170 * Fixed NRPE certificate path lookup issue
171 * Fixed some minor issues here and there
172 * Fixed issue in loader to allow loading dummy as dummy (and not only dummy://)
173
1742012-01-15 MickeM
175 * Fixed installer "back" issues
176 * Fixed payload truncation for NRPe and NSCA
177 * Improved the installer target tagging functions in the python installer
178
1792012-01-13 MickeM
180 * Fixed some issues with the trac configuration generator
181
1822012-01-12 MickeM
183 * Fixed issue with --submit command line option erroneusly reported missing optien (when it is not supported)
184 * Added settings store "dummy" for people who dont want to store settings (long term use is for unit tests)
185 * Added new option to NSCClient --source-host for settings the host name of the caller (your machine).
186 * Change so enryption algorithms are case insensitevie (ie. 3DES and 3des both work)
187
1882012-01-09 MickeM
189 * Fixed hostname issue in NSCAClient (hostname = auto now auto detects hostname
190 * Fixed some minor issues in NSCA and CLI api
191 * Added CLI based (exec) APIs to NSCA unit tests (now 697 test for NSCA)
192
1932012-01-08 MickeM
194 * Fixed some issues in the NRPE decoder
195 * Added support for forwarding queries (ie. xxx_forward) mainly usefull for python(?) scripts where we can now handconstruct messages for delivery
196 * Added NRPE unit tests (52 of them)
197
1982011-12-08 MickeM
199 * Fixed so non custom installers gets configuration UI (meaning you can configure it)
200 * Added WarnCount/CritCount exact bounds to CheckProcState so:
201   CheckProcState CritCount=gt:50 WarnCount=ne:45 svchost.exe=started
202 * Added embryo for Graphite plugin (https://launchpad.net/graphite)
203 * Added WarnHungCount/CritHungCount exact bounds to CheckProcState so:
204   CheckProcState CritHungCount=gt:50 WarnHungCount=ne:45 svchost.exe
205 * Changed so Count takes presedence meaning if you specify: CheckProcState CritCount=gt:50 svchost.exe=stopped it will be treated
206   as (CheckProcState CritCount=gt:50 svchost.exe) hence the stopped/started is meaningless if you specify a count.
207 * Fixed so perfoamnce data parsin handled non escaped \:es (ie. using stupiud parsing)
208 * Added a lot of unittests to CheckProcState to verify that many features work properly.
209    nscp python --script test_w32_system.py --install
210    nscp client --query py_unittest
211    ...
212    OK: 121 test(s) successfull|
213
2142011-12-06 MickeM
215 * Fixed so command line client wont try to run commands in modules which does not support it.
216 * Changed to when no settings is found a default one is created
217 * Removed old "location" key from switch context and changed so it use the new number scheme
218 
2192011-12-06 MickeM
220 * Added python unittests to make sure threading is working properly
221 * Simpliefied and cleaned up the command line syntax a bit
222 * Now --exec is the default option for client mode (but it will notify you it thought so)
223 * Added "command-less" execution to PythonScript so you can do --exec --script ... (without having --exec run)
224 * Fixed an issue related to python threading
225 * Fixed Scheduler header propgation
226 * Fixed so all Client module use "complex" API meaning headers are propagated correctly
227 * Fixed scheduler alias issue
228
2292011-11-27 MickeM
230 * Fixed some NSCA issues (reading from new conf)
231 * Fixed some linux build issues (related to refactoring)
232
2332011-11-27 MickeM
234 * Major refactoring in the command line interface
235 * Added support for alias to many common module (command line)
236   so: nscp eventlog (is the same as nscp client --module CheckEventLog)
237 * Fixed issue with CheckEventLog message rendering and eventid
238 * Refactored all Client modules to all support command line, commands and submissions.
239 * Added uniform handling of "everything" to all Client plugins
240 * Fixed SyslogClient to work "as advertised" (ie. all hardcoded stuff is removed)
241 * Fixed utf8 issue with text strings (now have a working concept which needs to be implementd "all over the place")
242 * Many issues and fixes related to clients.
243 * Fixed so CheckEvent log (insert) works much better (added new options)
244
2452011-11-14 MickeM
246 * Fixed issue with installer not saving nsc.ini when upgrading from 0.3.9
247
2482011-11-09 MickeM
249 * Added initial SyslogClient module to allow syuslog forwarding (of passive checks ish)
250   Still requires template support and configuration options (mainly PoC right now).
251 * Added initial SMTPClient to allow sending messages via SMTP.
252   Still requires template support and configuration options (mainly PoC right now).
253 * Fixed unicode log issue (still not sure message format is correct)
254 * Renamed Message to log in internal wrapper API
255 * Fixed issue in settings old (regarding readin new keys, not 100% supported yet)
256
2572011-11-06 MickeM
258 * Had some "vacation" so no updates for a while
259 * A lot of fixes to the NSCA parts (now 100% compatible with old settings file)
260 * Added option to read sections (to plugin API)
261 * Fixed issues in settings wrapper so child paths are also mapped (not just keys)
262 * Many fixes related to NRPE/NSCA/*
263 * "RC quality" expect RC within the week (only need to fix default config file somehow)
264 * Upgraded all unit test to use the simplified API
265 * Fixed a some unicode issues in PythonScript module
266 * Improved threading a bit
267 * Fixed CheckSystem (service check)
268 * Fixed duplicate keys (when replacing) in old settings client
269 
2702011-10-21 MickeM
271 * Some more threading issues in Python (works perfectly(?) now)
272 * Refactored the tests a bit making test suites runable from a central hub
273 * Fixed soo everything builds and works on Linux
274
2752011-10-19 MickeM
276 * Fixed some threadding issues in PythonScript
277 * Still working on refactoring the unittest helpers a bit
278
2792011-10-16 MickeM
280 * Fixed issue with loading zero-byte UTF-8 config files
281 * Fixed some issues with settings subsystem (debug log as well as createing instances for --generate)
282 * Added ability to set event log to real-time
283 * Added support for multiple eventlogs in real-time
284
2852011-10-09 MickeM
286 * Real-time CheckEventLog working (still only for one, and I think application log)
287 * Added python tests to validfate that Real-time eventlog is working.
288 * Fixed som defects here and there (now builds on Linux again)
289 * Fixed so it builds in "debug mode"
290 * Fixed issue in grammar which caused infiniate loop in som cases
291 * Fixed so error rendering in eventlog works with "infininate number of argumnets"
292 * Added support for targeting execs (in API)
293 * Fixed some invalid return messages
294 * Streamlined submissions wrappers to be more inline with "other wrappers"
295 * Fixed a myrriad of minor python script bugs
296 * Added sleep command (which sometimes causes issues so use with care)
297
2982011-10-06 MickeM
299 * Initial command for createing eventlog records
300 * Initial real-time eventlog checker
301 * Fixed obscure c-tor issue with filters
302 
3032011-09-27 MickeM
304 * Fixed many many issues all over the place as I tried to make things working for my pressention at nwc.
305 
3062011-09-24 MickeM
307 * Started on NSCA unit-tests in python
308 * Refactored channel API a bit to better suite NSCA (and how it actually works)
309 * Changed how headers are created (nothice this might have broken NSCP stuff, havent checked)
310 * Created helper lib for Python Unittests
311
3122011-09-21 MickeM
313 * Renamed NSCAAgent to NSCAClient (to be consistant)
314 * Created a NSCAServer module (again for consistancy)
315   This will be the defenition of the new "channels" so keep a lookout in the next few weeks
316
3172011-09-18 MickeM
318 * Implemented first version of DistributedClient and DistributedSServer which work so now we have a proper message based transport.
319   Still a lot of rough edges such as cookie and authentication support is hard coded.
320   We also need a proper two way distributed server as well as implement "all" payload types.
321
3222011-09-11 MickeM
323 * Massive overhaul here and there
324 * Added new helper for handling "targets" (so they are the same)
325 * Extracted "command line handling" so all clients will work the same
326 * Extracted command processor to a common class to make all clients work the same
327 * Added initial zeromq stuff (nothing usable)
328 * Added an implementation layer for NSCP protocol parsing (so zeromq stuff can reuse it)
329 
3302011-09-05 MickeM
331 * Cleaned up some dependencies (on config.h)
332 * Fixed invalid data in config.h.in
333
3342011-09-03 MickeM (0.4.0.93)
335 * Created a protcol buffer free version of the python test script
336 * Upgraded to new version of simpleinin class
337 * Added new component for python protocol buffer library to installer
338 * Added installer for unittests to test.py run like so:
339   nscp --client --module PythonScript --command execute-and-load-python --script test.py
340 * Fixed so settings are created if not existing
341 * Fixed so plugins are not loaded in client mode
342 * Fixed so core is booting correctly in client mode
343 * Added new option --settings --switch <context> to allow switching context without migrating data
344 * Fixed unicode error on linux (settings file)
345
3462011-09-02 MickeM
347 * Fixed several issues in PythonScript
348 * PythonScript supports loading multiple instances as well as scripts
349 * Added some basic channel test to test.py script (the idea is that this will become "unit tests" eventually)
350
3512011-09-01 MickeM
352 * Implemented registration of channels (so no longer faked)
353 * Added settings key to change the NSCAAgent channel name
354 * Addded proper channel handling to PythonScript module
355 * Improved error handling in channels API
356 * Rewrote wrapper API to use templates and classes instead of macros (ish)
357 * Improved the internal plugin wrapping API to support multiple plugin load
358 * Fixed so PythonScript module supports multiple plugin load (with new argument for plugin_id)
359 * Added API for registrying routers and handling routing (almost there now)
360
3612011-09-01 MickeM
362 * Fixed issue with messages due to new API
363
3642011-08-31 MickeM
365 * Added support for loading same plugin twice (in different sessions)
366 * Added preliminary support for routing passive checks
367
3682011-08-30 MickeM
369 * Fixed uncaught exception in test client
370 * Added protocol buffers to source (needs to be added to installer as well)
371 * Added example python protocol buffer handler
372 * Added lib folder to python scripting (and automagicall load)
373
3742011-08-29 MickeM
375 * Fixed some *nix build issues...
376
3772011-08-25 MickeM
378 * Fixed some issues in the NSCPClient
379 * Fixed debug log issue in core
380 * Added support for "pushing" passive checks via NSCP
381
3822011-08-24 MickeM
383 * Sever refactoring of the new API (there is now two pb files ipc for NSCP protocol and plugin for plugin communication)
384 * Cleaned up API helper functions
385 * Fixed client argument for "client mode" to allow arbitrary arguments
386 * Cleaned up the argument processor code now requires "mode" to be first argument
387
3882011-08-23 MickeM
389 * Fixed issue in the NSCP server
390
3912011-08-22 MickeM
392 * Added initial NSCP protocol implenmentation (very vrude and not really usefull yet)
393 * Fixed so it builds on linux
394 * Fixed so automagic plugin renaming add lib<LIB name> on *nix.
395 * Fixed so it works on linux (fixed issues with timeout)
396
3972011-08-16 MickeM (0.4.0.85)
398 * Added support for remote WMI checking using target/username/password options like so:
399    CheckWMI target=192.168.0.123 user=\\foobar password=foobar namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
400 * Added support for looking up targets to CheckWMI
401   CheckWMI target=my_test_xp MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
402   Where <target> is defined under /settings/targets as well as /settings/targets/my_test_xp
403
4042011-08-15 MickeM
405 * Readded allowed hosts function
406 * Moved default socket options to /settings/default/socket
407 * Added more default socket options
408 * Added support for target in default plugin helpers
409 * Added remote WMI commands
410 * Added target section under /settings/targets
411
4122011-08-14 MickeM
413 * NRPEClient now works on linux
414 * Added "portable" settings map file to installer (so it will work with old installed versions)
415 * Rename Function to Registry in PythonScript API as well as some other function renames
416 * Started to clean up the helpers around the API
417 * Added support for execute to PythonScripts to execute commands
418 * BUG: just realised that static plugin instances prevent multiple instances :)
419   Will fix but not now as it is not important (for me)...
420 * Added initial support for channels to PythonScript
421   Core still lacks support for subscribing to arbitrary channels
422
4232011-08-13 MickeM
424 * Added support for command line execution to PythonScript module
425 * Readded support for specifying module on command line with --client mode
426 * Fixed some issues with the NRPEClient module
427 
4282011-08-12 MickeM
429  * Finnished (rough) adding back command line exec (with modern API)
430  * Fixed so installer uses correct name for dll:s (now Server not Listsener)
431 
4322011-08-11 MickeM
433  * Started to add back command line exec (with modern API)
434 
4352011-08-10 MickeM
436 * Fixed linus issues and defect
437 * Fixed some issues in the test python script regarding how prefix is handled
438 * Fixed PythonScript module to actually use the correct function map :)
439 * Fixed so it builds and runs on linux (but parser had issues so disabled som grammar rules whichneeds to be enabled again)
440 * Added a lot of freatures and cleand up the PythonScript module
441 * Started to merge som features from PythonScript back to Lua script
442 
4432011-08-07 MickeM
444 * Fixed a lot of issues with PythonScript module adding suport for alias and "raw command processing"
445 * Fixed issue with loading plugins and aliases as well as duplicate plugin detection
446 
4472011-08-01 MickeM
448 * Added new module: PythonScript
449
4502011-07-25 MickeM
451 * merged in all 0.3.9 changes
452 * 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)
453 * streamlined checkeventlog toi be same as "the other" where filters as well as dropped support of "old" syntax.
454
4552010-02-05
456 * Multiple fixes all over the place
457 * Availible modules: CheckExternalScripts, CheckHelpers, FileLogger, NRPEClient, NRPEServer, Scheduler
458 ! Performance data is still missing (will be for a while yet)
459 
4602010-01-31 MickeM
461 + Added google protocol buffers
462 ! Changed internal handle command logic (now uses protocol buffers)
463 - Removed (temporarily) performance data (due to protocol buffer changes)
464
4652010-01-19 MickeM
466 + Rename NRPEListener to NRPEServer
467 + Added NRPEServer to CMake build
468
4692010-01-xx MickeM
470 + Added Scheduling module
471 
4722009-10-11 MickeM
473 + Added argument support to NRPE Client
474   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.
475
4762009-09-20 MickeM
477 * Fixed alias in CheckWMI (now works)
478 + Added columnSyntax to CheckWMI to allow formating of returned data (default is %column%=%value%)
479 + Added columnSeparator to CheckWMI to allow formating of returned data (default is ", ")
480
4812009-09-13 MickeM
482 * Fixed some more issues with the installer should not "work" on Windows 2008 as well as slightly simpler to configure.
483
4842009-09-06 MickeM
485 + Added new option to [NSCA Agent] string_length=<size> of the NSCA_MAX_PLUGINOUTPUT_LENGTH option on the NSCA server.
486 * Readded all the "installer configuration" crap which I accidentaly removed when I fixed the installer... *sigh*
487
4882009-08-30 MickeM
489 + Added -c and -d command line options like so:
490   NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
491   NSClient++ -c <command> <argument 1> <argument 2> ...
492   -d Is the same thing but with debug enabled.
493 + Added uninstall of old client (sort of broken but works)
494
4952009-08-29 MickeM
496 * Fixed issue with CheckFile (directory)
497 * Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.
498
4992009-07-18 MickeM
500 * Fixed issue with no loggers avalible and "memory leak"
501 * Added "firewall exception" to installer
502 * Fixed an issue with the socket data buffer
503 * Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
504 * Fixed issue with NSCA socket.
505
5062009-07-05 MickeM
507 * Fixed issue with CheckExternalScripts and script_dir: not adding the commands properly.
508 * Fixed issue with CheckExternalScripts and script_dir: not using relative paths (#310).
509
5102009-06-20 MickeM
511 * Fixed issue with CheckDisk and paths not working out properly
512
5132009-06-10 MickeM - 0.3.6
514 ! Release the new version
515
5162009-06-10 MickeM
517 * Fixed so CheckEventLog only reports invalid buffersizes once
518
5192009-06-07 MickeM
520 * Fixed issue with CheckFileAge incorrectly working in recursive mode.
521 * Finalized the installer
522
5232009-05-22 MickeM
524 * Fixed time_delay option in NSCA config (now uses the correct base was 1000 times to large before)
525
5262009-05-21 MickeM
527 * Fixed issue with eventlog parsing and 64 bit machines (descriptions option)
528 * Fixed issue with "modern windows" and installing the service (should not have the correct privlaiges)
529
5302009-05-17 MickeM
531 * Changed default buffer size for process enumeration (64K now instead of 1K should I hope work better on 64bit OS:es)
532
5332009-05-10 MickeM
534 + Added write support for modules to installer
535
5362009-05-03 MickeM
537 * Fixed another quite serious memory leak!
538   And this was a hard one, took me hours and hours and hours (read weeks) to track down, but here we are!
539 * A lot of other fixes as I have been through much of the code looking for the memmory leak above.
540
5412009-03-30 MickeM
542 + Added new option to NSCA module for specifying report options.
543        report=all (report=warning,critical) etc etc to specify which kind of return datat to get default value is all.
544 + Added so password and host ate stored in the installer (if changed)
545
5462009-03-29 MickeM
547 * Fixed a lot of issues with the installer and added a start on exit (and donate) on the finnish dialog.
548
5492009-03-15 MickeM
550 * New service name (displayname)
551 * New service description
552
5532009-03-14 MickeM
554 * Rebuilt installer UI (still missing write config function)
555 * Added debug entry to log filename used by debug log metrics.
556 * Fixed so alias will not require the allow_nasty_metachars option set under external sripts module.
557
5582009-03-02 MickeM
559 * Added catch handlers and error logging to NSCA Thread
560 * Fixed issue with CheckProcState and administrator login!
561 + Added debug module to installer
562 + Added option max-dir-depth to CheckFile and CheckFile2 like so:
563   CheckFile "file=c:\test\*.txt" filter-size=<24g "syntax=%filename%: %size%" MaxCrit=1 max-dir-depth=0
564   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)
565 * Fixed issue with finding sub-folders and *.txt now it will always look for subfolders if they are present
566
5672009-02-26 MickeM
568 * Fixed issue with debug logging (not it can be disabled again)
569
5702009-02-23 MickeM
571 * Fixed build issues so NSCA now has all cryuptos avalible (verify with nsclient++ /about)
572
5732009-02-11 MickeM
574 * Fixed so that performance data is always(?) renderd regardless of if we have bounds or not.
575   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).
576
5772009-02-06 MickeM
578 * Fixed so that arguments ($ARG1$) are parsed properly for alias in CheckExternalScript
579
5802009-02-05 MickeM
581 * Fixed so the error message for "to small eventlog buffer" specifies the required size.
582 * Changed so that event log buffer problems are "ignored in the result" (still logged in the error log).
583
5842009-02-03 MickeM
585 * Added support for changing the time when using NSCA with the time_delay in NSC.ini
586   time_delay=+4h or time_delay=-1h etc should can now be used when system time not the same as NSCA time.
587
5882009-01-30 MickeM
589 * Added support for changing name and description of service from the /install command line
590   NSClient++ /install [gui] [start] [service name] [description]
591   NSClient++ /uninstall [gui] [stop] [service name]
592   NSClient++ /start [gui] [service name]
593   NSClient++ /stop [gui] [service name]
594
5952009-01-28 MickeM
596 * Slightly improved error handling around socket creation
597 * Fixed some pretty minor issues with the SysTray module (uncreation as well as new boost build).
598
5992009-01-25 MickeM
600 * Fixed issue with checkVersion (#242)
601 * Fixed spelling error (#244)
602 * Fixed crash in CheckFile when a file was locked in exclusive mode (#254)
603 + Improved error handling in all CheckDIsk/CheckFile checks. Should report errors better now.
604 * Updated the config file a bit: remving "beta" from a bunch of modules no longer in beta.  (#270)
605 + Added more filter operatos to all numeric filters so they accept eq:, ne:, gt:, lt: in addition to =, >, <, <>, !, !=, in: (#269)
606
6072009-01-23 MickeM
608 + Added better support for numerical hit matching in the eventlog module. You can now use exact and detailed matching.
609    You can now use the following syntax:
610    CheckEventLog ... warn=ne:1 crit=eq:0 ...
611    To generate a warning if the number of hits are != 1 and a critical if the number of hits are = 0.
612    Other operators avalible are: =, >, <, <>, !, !=, eq:, ne:, gt:, lt:
613
6142009-01-23 MickeM
615 * Cleaned up the checkProcState code and it is not a lot better.
616   - Removed race conditions (crashes?) as well as improved perfoamnce and better error handling.
617 + Added new option 16bit to checkProcState. When set checkProcState will enumerate all 16 bit processes found running under NTVDM.
618 * Fixed NRPE version reported "incorrectly". (Version is now takedn from NSClient++)
619
6202009-01-21 MickeM
621 + Added experimental 16 bit process support to checkProcState
622
6232009-01-20 MickeM
624 * Fixed issue with CheckWMI when no filter was specified.
625
6262009-01-17 MickeM
627 + Added new command line option pdhlookup (to CheckSystem) to lookup index from names.
628   Probably not usefull to anyone but me :) Usage: "nsclient++ -noboot CheckSystem pdhlookup Antal bindningsreferenser"
629 * 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)
630 * removed debug output from -noboot
631 + Added new command line pdhmatch option to use pattern matching on PDH queries
632   Usage: nsclient++ -noboot CheckSystem pdhmatch \Process(*)\Antal trådar
633 * Improved error reporting in the PDH subsystem.
634 + Added new module A_DebugLogMetrics.dll which can be used to generate debug info.
635   Enable the module and a file called process_info.csv will be created under %APP_DATA%/nsclient++/process_info.csv which contains metrics.
636 * Fixed handle leak in CheckExternalProcess and NRPEListsner (executing commands).
637
6382009-01-13 MickeM
639 * Fixed issue with 64-bit installer (now installs under Program Files (and not x86)
640 + Brand new build enviornment based upon boost build!!!
641   Use batch file to build (release-build.bat or modify to make your own)
642 * Modified /about so it now shows a lot of usefull(?) info.
643
6442008-11-13 MickeM
645 + Added truncate option to checkServiceState
646
6472008-09-24 MickeM
648 * Imroved the installer (now auto-updates the version when built)
649
6502008-09-24 MickeM - 0.3.5
651 * Fixed issue with CheckServiceState and CheckAll (it now works)
652 + Added new check: CheckFile2 which has the same syntax as the event log filtering.
653    Usage: CheckFile2 file=c:\test\*.txt filter=in filter+creation=<24h "syntax=%filename% was created %creation%" MinWarn=0 MinCrit=0
654
6552008-09-18 MickeM - 0.3.4
656 * Changed so "missing services" are treated as stopped.
657    CheckServiceState missing=stopped ShowAll
658        OK: missing: not found
659 * Fixed issue with : in service name.
660 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
661
6622008-09-17 MickeM - 0.3.4 RC-6
663 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
664
6652008-09-17 MickeM
666 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
667 * Added so tray icon can get "propper" name from core for "description".
668 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
669
6702008-09-16 MickeM - 0.3.4 RC-5
671 * Fixed an issue with the session launcher
672
6732008-09-15 MickeM
674 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
675 + Added a very basic simple .net plugin (and a wrapper)
676
6772008-09-14 MickeM - 0.3.4 RC-4
678 * Fixed an issue with the session launcher
679 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
680
6812008-09-14 MickeM - 0.3.4 RC-4
682 * Fixed issue with OS detection (again)
683 * Fixed issue with plugin unloading (again)
684 * Fixed issue with SSL socket not unloading properly
685 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
686 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
687
6882008-09-12 MickeM
689 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
690
6912008-09-09 MickeM - 0.3.4 RC-3
692 * Improved error handling for the WMI checks.
693 + CheckWMI: Added support for extracting numbers from strings
694 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
695 * Fixed issue with & and some commands via check_nt.
696 * Fixed a crash on exit (which I added in Rc1).
697 * Added 10 "bytes" the CPU buffer: (#174)
698 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
699 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
700
7012008-09-08 MickeM - 0.3.4 RC-2
702 * Fixed issue in windows 2008 with system tray (shared_session).
703 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
704 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
705
7062008-09-07 MickeM
707 + Added sample powershell script as well as a workaround for making them run.
708 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
709 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
710
7112008-09-06 MickeM
712 * Improved error reporting in the eventlogchecker
713 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
714   I Recomend everyone to stop using the "old" filtering.
715
7162008-09-04 MickeM
717 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
718 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
719 * Fixed a memory leak in the error formating code
720
7212008-08-24 MickeM
722 * Changed NSCA "general problem" error message to be more descriptive.
723 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
724
7252008-08-16 MickeM
726 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
727 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
728 + Added shared session so system tray can communicate with master
729 + Added new system tray handlig (via TS so FUS should work with it)
730 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
731   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.
732
7332008-08-09 MickeM
734 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
735
7362008-07-28 MickeM
737 * Improved the error handling for the check proc state.
738 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
739
7402008-07-25 MickeM
741 + Built a garage at the summer house
742 * cut down all the reeds and shrubbs at the summer house.
743
7442008-07-03 MickeM
745 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
746 + Added some more error messages for when counters are not found.
747 * Fixed an issue with the new namespace option
748
7492008-07-02 MickeM
750 ! 0.3.3 Released (take 2)
751 + Added new option alias to controll the name for performance counters when using checkfile use like so:
752    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
753 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
754 ! 0.3.3 Released (take 1)
755 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
756
7572008-07-02 MickeM
758 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
759
7602008-07-01 MickeM
761 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
762   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
763
7642008-06-30 MickeM
765 * Fixed issue with CheckFile and performance data ( #156 )
766 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
767   *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)
768   Message will reflect reason.
769 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
770
7712008-06-25 MickeM
772 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
773
7742008-06-24 MickeM
775 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
776 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
777 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
778 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
779 * Better error messages in the check service thingy.
780
7812008-06-18 MickeM
782 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
783   Before only the first 1024 bytes were used.
784
7852008-06-15 MickeM
786 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
787   + CheckDriveSize now uses "all drives" when no drive is specified.
788   * Fixed misspellt Container
789
7902008-06-14 MickeM
791 * Fixed error message from external commands (better reporting now)
792
7932008-05-14 MickeM
794 * Fixed memoryleak in the service checker.
795     I am really sorry I usualy write better code then this.
796 + Added some "reasonable default cheks" under [External Alias] for the CheckExternalScripts.dll module.
797
7982008-09-17 MickeM - 0.3.4 RC-6
799 * Added option [EventLog] lookup_names=0 to disable the evetlog name lookup (default is on)
800
8012008-09-17 MickeM
802 * Fixed issue on all filters so == takes the "usual" 2 equalsigns (old still works).
803 * Added so tray icon can get "propper" name from core for "description".
804 * Added lookup of "long" eventlog names (you can now use the alias used in the event viewer)
805
8062008-09-16 MickeM - 0.3.4 RC-5
807 * Fixed an issue with the session launcher
808
8092008-09-15 MickeM
810 * Fixed so NSCLient++ can load with "broken plugins" (before it printed an error and exited)
811 + Added a very basic simple .net plugin (and a wrapper)
812
8132008-09-14 MickeM - 0.3.4 RC-4
814 * Fixed an issue with the session launcher
815 * Fixed an issue with the uninstaller (should not "fail" when problems uninstalling)
816
8172008-09-14 MickeM - 0.3.4 RC-4
818 * Fixed issue with OS detection (again)
819 * Fixed issue with plugin unloading (again)
820 * Fixed issue with SSL socket not unloading properly
821 * Fixed issue with "login" and "no session" (should work now I hope) (#222)
822 * Changed so all projects build under "tmp" instead of under respecitve directory. (simpler to remove all "tmp" files now)
823
8242008-09-12 MickeM
825 * Thanks to everyone who listened in on my session at NETWAYS Nagios Konferenz 2008!
826
8272008-09-09 MickeM - 0.3.4 RC-3
828 * Improved error handling for the WMI checks.
829 + CheckWMI: Added support for extracting numbers from strings
830 * Fixed performance data for "large float values" to be rendered without scientific notation. (#151)
831 * Fixed issue with & and some commands via check_nt.
832 * Fixed a crash on exit (which I added in Rc1).
833 * Added 10 "bytes" the CPU buffer: (#174)
834 + Added new option to [EventLog] section buffer_size to change the size of the buffer used when scanning the evenlotg (defaults to 64k).
835 * Fixed error handling in CHeckEventLog so errors are repoorted properly (#184)
836
8372008-09-08 MickeM - 0.3.4 RC-2
838 * Fixed issue in windows 2008 with system tray (shared_session).
839 * Fixed installer issue (should run (i hope) service installer on install now on 64 bit os)
840 * Fixed issue with unloading plugins and log (causing "timeouts" when exiting some times)
841
8422008-09-07 MickeM
843 + Added sample powershell script as well as a workaround for making them run.
844 * Fixed an issue making powershell scripts (and possibly others) not timeout properly.
845 + Added upgrade support to the installer (still need to add support for keeping .ini file so be ware)
846
8472008-09-06 MickeM
848 * Improved error reporting in the eventlogchecker
849 * *BREAKING CHANGE* filter=new is now the default so unless you use the new filtering you need to specify filter=old instead!
850   I Recomend everyone to stop using the "old" filtering.
851
8522008-09-04 MickeM
853 * Fixed issues with new service stuff on NT4 and W2K (should work fine now)
854 + Added some DebugOutput to service handling features so if you experience tropubel try using sysinternals DebugView too se logging before the agent startes.
855 * Fixed a memory leak in the error formating code
856
8572008-08-24 MickeM
858 * Changed NSCA "general problem" error message to be more descriptive.
859 * Fixed issue with CheckCPU not returning a valid performance unit (%) see issue #219 for details.
860
8612008-08-16 MickeM
862 * *WARNING* THIS IS VERY VERY UNSTABEL (possibly)
863 * *WARNING* A lot of new untested code here so dont run in production enviornments :)
864 + Added shared session so system tray can communicate with master
865 + Added new system tray handlig (via TS so FUS should work with it)
866 + Added new option [System] / shared_session=0 (or 1) to enable / disable the new shared memory framework (it is for now disabled by default)
867   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.
868
8692008-08-09 MickeM
870 + Added ChangeWindowMessageFilter so systray should maybe work on vista and beyond!
871
8722008-07-28 MickeM
873 * Improved the error handling for the check proc state.
874 * Removed all (I think) asserts replacing them with exceptions (should I hope reduce crashes and instead leave some form of errors)
875
8762008-07-25 MickeM
877 + Built a garage at the summer house
878 * cut down all the reeds and shrubbs at the summer house.
879
8802008-07-03 MickeM
881 * Fixed (again) issue with performance data and CheckDriveSize (when using "Min" bounds)
882 + Added some more error messages for when counters are not found.
883 * Fixed an issue with the new namespace option
884
8852008-07-02 MickeM
886 ! 0.3.3 Released (take 2)
887 + Added new option alias to controll the name for performance counters when using checkfile use like so:
888    checkfile alias=foo file=C:\boot.ini filter-written=>1000d syntax=gurka MaxCrit=1
889 * Fixed issue with performance data and CheckDriveSize (when using "Min" bounds)
890 ! 0.3.3 Released (take 1)
891 * Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
892
8932008-07-02 MickeM
894 + Fixed some issues (?) with the installer the w32 and x64 are now different components (GUIDs).
895
8962008-07-01 MickeM
897 + Added new option (namespace) to CheckWMI and CheckWMIValue use like so:
898   CheckWMI namespace=root\\cimv2 MaxCrit=3 MinWarn=1 "Query:load=Select * from win32_Processor"
899
9002008-06-30 MickeM
901 * Fixed issue with CheckFile and performance data ( #156 )
902 + Added option (InvalidStatus) to CheckCounter to allow other then UNKNOWN return state when counters are missing ( #167 ).
903   *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)
904   Message will reflect reason.
905 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) ( #190 )
906
9072008-06-25 MickeM
908 * Fixed issue with CheckDriveSize and CheckAllOthers (#188)
909
9102008-06-24 MickeM
911 + Added new check (to CheckHelpers): CheckOK: Just return OK (anything passed along will be used as a message).
912 + Added new check (to CheckHelpers): CheckWARNING: Just return WARN (anything passed along will be used as a message).
913 + Added new check (to CheckHelpers): CheckCRITICAL: Just return CRIT (anything passed along will be used as a message).
914 + Added new check (to CheckHelpers): CheckVersion: Just return the nagios version (along with OK status).
915 * Better error messages in the check service thingy.
916
9172008-06-18 MickeM
918 * Fixed an issue in regards to reading the return packet in the in the NRPEClient (now it works).
919   Before only the first 1024 bytes were used.
920
9212008-06-15 MickeM
922 * Applied patches from Jeff Goldschrafe <goldschr AT cshl.edu>
923   + CheckDriveSize now uses "all drives" when no drive is specified.
924   * Fixed misspellt Container
925
9262008-06-14 MickeM
927 * Fixed error message from external commands (better reporting now)
928
9292008-05-14 MickeM
930 * Fixed memoryleak in the service checker.
931     I am really sorry I usualy write better code then this.
932
9332008-05-?? MickeM
934 * BREAKING CHANGE! -- THe API function NSCLoadPlugin has been changed to take an integer to define the load-status
935
9362008-06-?? MickeM
937 * 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 :)
938
9392008-05-14 MickeM
940 * Fixed memoryleak in the service checker.
941     I am really sorry I usualy write better code then this.
942
9432008-05-11 MickeM
944 * BREAKING CHANGE! -- Changed PDH options to a more uniform design:
945     auto_detect_pdh and dont_use_pdh_index has been removed and instead there is a new method option that takes various values.
946
9472008-04-03 MickeM
948 * Moved COM init to "core" (from WMI module)
949 + Added new Check command: CheckTaskSched Use like so:
950     CheckTaskSched +filter-exit-code==1 ShowAll MaxWarn=1 MaxCrit=1
951
9522008-03-21 MickeM
953 + Added command line support for process checks
954   New option: cmdLine will toggle so full command lines are used instead of just process names.
955 + Added regular expression matching to process checks
956   New option: match=regexp (match=strings is the default and "old" way)
957 + Added substring matching to process checks
958   New option: match=substr (match=strings is the default and "old" way)
959   This is *NOT* case blind so might be hard to use, plan to add case blindness to it in the future.
960 : Sample command: check_nt ... -v PROCSTATE -l cmdLine,match=regexp,.*exp.* -d SHOWALL
961 * Ohh yeah... it is 2008 this year... not 2007, fixed a few entries in the change log :)
962 - BREAKING CHANGE! -- Removed TOOLHELPER API as PSAPI is simpler and toolhelp is really only useful on w9x (which I don't officially support)
963
9642008-03-20 MickeM
965 + Added host-lookupos for NSCA server (#149)
966 + Added option (cache_hostname=1|0) to cache the NSCA host name (Ie. only lookup once)
967 * Fixed service check: check_nt -v SERVICESTATE -l CheckAll so it works as advertised (#150)
968 * Fixed issue with check_nt MEMUSE/CPULOAD/UPTIME if something is "broken" they will now return an error instead of "0". (#134)
969   Added option debug_skip_data_collection to simulate this (just for kicks)
970
9712008-03-18 MickeM
972 * Added some more error messages to the NSCA module
973 * Added support for arguments to LUA module.
974   syntax: function debug (command, args) -- args is a table with all arguments
975
9762008-03-11 MickeM
977 ! 0.3.1 Released
978
9792008-03-08 MickeM
980 * Changed so log is now in Unicode format
981   Hopefully this will make it simpler to diagnose PDH issues in "strange locales".
982   If anyone hates this let me know and I will add an option to use "old ansi log".
983 * Fixed so the console is logged as ANSI (properly) and all Unicode's are discarded.
984   This means "strangeness" in Unicode and non-us-ascii chars on the console,
985    so for details refer to the log-file which is proper Unicode.
986 + Since log module is loaded "after" the client has booted I added a "hello" message that prints the current version
987    (if you find this annoying let me know, I will make it optional :)
988 * Fixed some issues in the registry handling
989
9902008-03-06 MickeM
991 * Fixed silly ordering bug with the <> syntax.
992
9932008-03-05 MickeM
994 + 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.
995 + Added syntax to new section [Eventlog] used as a shorthand for the syntax to use as "default" (when no syntax=... option is given)
996 * Fixed an issue with eventlog and . matching.
997 + Added shorthand ! for != in "all" numeric filters (eventlog)
998 + Added <> (same as ! and !=) as NRPE breaks the use of ! (in "all" numeric filters (eventlog))
999   Try using: filter-eventType=<>warning to remove everything that is not a warning
1000 * Fixed two spelling mistakes in the SysTray module.
1001 * Fixed 64-bit issues with installer
1002 * Fixed so installer uninstalls/installs the service
1003 
10042008-02-26 MickeM
1005 + Added installer
1006 
10072008-02-22 MickeM
1008 * Fixed issues in the NRPE module (now returns the correct status)
1009 + Added a lot of "error log" for when the packet size in NRPEListener is not correct
1010    (might make it simpler to diagnose problems)
1011
10122008-02-20 MickeM
1013 + Added new module NRPEClient that can act as a NRPE client, might be useful for testing things and
1014   eventually for relaying events.
1015   Usage: nsclient++ -noboot NRPEClient -H 192.168.0.1 -p 5666 -c check_something -a foo bar
1016   This is an early concept so don't expect much...
1017 * Fixed a bug in NSCA module (now it works again :)
1018 + Added a command wrapper for the NRPECLient module so now it can act as a check command.
1019   (No argument handling yet though), For a sample check out the [NRPE Client Handlers] section in NSC.ini
1020
10212008-02-19 MickeM
1022 + Fixed a buffer overflow in the NRPE socket handling.
1023 
10242008-02-18 MickeM
1025 + Added proper output handling to process subsystem (now you can execute programs that return "much" data.
1026 + Added select support for SSL_write (now you can send "any amount of data" to the (SSL) socket.
1027   Since check_nrpe doesn't do this it wont work in that end, but still...
1028
10292008-02-16 MickeM
1030 + Re factored ExternalCommand handling so NRPE and new module does the same thing.
1031
10322008-02-14 MickeM
1033 + Added so commands starting in host_ (NSCA Handlers) are sent as host-commands
1034 * Fixed a copy constructor in NSCA Commands (now service checks are sent as service checks)
1035
10362008-02-13 MickeM
1037 + Added string_length to [Settings] as well (used internally) for all "injected" buffers.
1038 * Fixed issue with scripts result truncated after 1024 chars
1039    (now they return "all" output and thus you can use the NRPE settings I added yesterday :)
1040 + Added hostname setting to [NSCA] section (must have been  when I did not add it before)
1041 + Added to NSCA truncates output when to long.
1042
10432008-02-12 MickeM
1044 + Added new option for the [NRPE] section string_length which is the length of the NRPE strings
1045   (notice you need to recompile the check_nrpe to match this value)
1046 * Improved exception handling in the PDH collector (hopefully less deadlocks)
1047
10482008-02-11 MickeM
1049 + Added encryption support for NSCA module (about half of the algorithms are available,
1050     if someone wants to use one not available let me know, and I will try to add it)
1051
10522008-02-09 MickeM
1053 + New module CheckExternalScripts to handle 1, external script (similar to the old NRPE but in its own module)
1054   - Can Check batch/vbs/programs/*
1055   - Works with NSCA module (if you don't want to have NRPE at the same time)
1056   - Simpler syntax (discarded old and added new section for alias)
1057   - Started to add "sample alias" to ease initial setup and give some nice ideas (please provide me with feedback on them)
1058
10592008-02-08 MickeM
1060 + Added some more default catch handlers (on the "core" side of plugin-calls).
1061
10622008-02-07 MickeM
1063 + Added default catch handlers to all wrapped plug in calls.
1064
10652008-02-05 MickeM
1066 * Fixed issue with checkEventLog (sometimes you got the wrong message back)
1067
10682008-02-04 MickeM
1069 *** Happy Birthday bogi!! :)
1070 * Fixed issues with performance counter rendering (mainly checkDisk)
1071
10722008-02-03 MickeM
1073 + Added encryption subsystem to NSCA module (still no mcrypt support, but at least you have "xor" and passwords)
1074 + Added API for scripts to register commands
1075 + Added command descriptions (for some modules)
1076 * Fixed issue in NRPE that displayed a console window when running commands
1077 * New improved "inject" dialog from the system tray
1078   Lists available commands, and shows command descriptions and a lot of other improvements.
1079 + Added an internal log windows that displays log in real-time.
1080 + Fixed some issues with the dialog procs (should work smoother now, especially Termination)
1081
10822008-02-02 MickeM
1083 * Might have fixed the "missing eventlog messages" problem.
1084 + Added %count% parameter to syntax which (when used with unique) will display the number of hits for each message displayed.
1085
10862008-01-27 MickeM
1087 * Fixed a memory-leak in format_time
1088 * Fixed so time/date is displayed in "local time" (not UTC) for the eventlog check
1089 + Added %message% to eventlog check. Will display the "proper formated eventlog message" as in the eventlog viewer.
1090   For this to work you need to have the descriptions flag set
1091   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
1092 + Added option "unique" to CheckEventLog If this is present only unique errors will be returned.
1093   The uniqueness is defined by event-log, event-source, event-id and event-category.
1094
10952007-12-16 MickeM
1096 + A lot of new features in the LUA module only "arguments" missing (as well as exposing more of the API)
1097 * Changed some exceptions that were thrown wrong
1098
10992007-12-11 MickeM
1100 + Added support for index-lookups of PDH counters (hopefully *all* locale problems are now fixed (yeah right))
1101
11022007-12-10 MickeM
1103 + Added initial draft for LUA module
1104
11052007-12-09 MickeM
1106 + Added a check if the service is started when running with /test so you get a warning
1107 + Improved the socket thread with:
1108    * a default-catch
1109    * If the socket fails to start we still wait for it to shut down (no error message)
1110 + Added first version of the NSCA agent (NSCAgent.dll)
1111   (no encryption support as of yet, but will come)
1112
11132007-12-04 MickeM
1114 ! 0.3.0 Released
1115
11162007-12-01 MickeM
1117 * Fixed issue with date formating in FILEAGE
1118
11192007-11-29 MickeM
1120 * Fixed issue with date formating in FILEAGE
1121
11222007-11-28 MickeM
1123 ! 0.3.0 RC-1
1124 * Fixed some UNICODE issues with process-listings
1125 + Added an error message if the "detected" process enumeration method is not available.
1126 + Fixed some more Unicode issues Password encrypt/decrypt: #107
1127 * Fixed Unicode issues with "external programs" #109
1128 * Fixed so default string for check_nt:s FILEAGE command is "delta" is 5 minutes ago (and not absolute ie. 1970...), Issue #39
1129 + added support for  <date strings> to check_nt:s FILEAGE command, Issue #39
1130    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 ...
1131    Only the above listed %<char> works, and default to 0 so might not be to pretty but works...
1132
11332007-11-26 MickeM
1134 + Fixed a socket issue (erroneously reported "Could not read NSClient packet from socket :(")
1135 * More 2k5 build tweaks
1136
11372007-11-23 MickeM
1138 * Converted to Unicode (damn sometimes I **HATE** C++)
1139 + Added support for escaping " on the /test syntax so now you can do: CheckWMI MaxCrit=3 "MinWarn=1" "Query:load=Select * from win32_Processor"
1140
11412007-11-22 MickeM
1142 * Fixed so the "default path" is correct even when running as a service (issue: #96)
1143
11442007-11-21 MickeM
1145 * Fixed process counter so checkProcState  now return the *correct* number (previously it was correct-1)
1146 * Fixed some missing exceptions that were not caught
1147 + Added "AliasCol" option to CheckWMIValue to allow a column to be used as "alias" for a result set:
1148     CheckWMIValue -a "Query=select Caption, ThreadCount from Win32_Process" MaxWarn=50 MaxCrit=100 Check:threads=ThreadCount AliasCol=Caption
1149    will give you: "System threads: 98 > warning, svchost.exe threads: 87 > warning"
1150 - Removed  from SVN (as it is old and outdated and no longer used)
1151
11522007-11-20 MickeM
1153 + Added new option to CheckSystem to override detected language (force_language=0x0014)
1154
11552007-11-19 MickeM
1156 * Fixed a minor issue in reading registry keys
1157 + Added -noboot option to startup used for running command line utilities without booting the client
1158   "nsclient++ -noboot RemoteConfigruation ini2reg" for instance
1159 + Added fall back to try <module> and <module>.dll if the module was not loaded (when running command lines)
1160 * Migrated 2008 project files to new name and back ported to 2005 project files.
1161
11622007-11-16 MickeM
1163 * Fixed an NRPE issue I added when I improved the sockets_timeout (now SSL works as well :).
1164 + Added sample VBS script and definitions
1165
11662007-11-15 MickeM
1167 * Improved error message when external NRPE command failles.
1168
11692007-11-14 MickeM
1170 + Added multi-line output support ( issue #91 )
1171 * Improved error handling for external commands
1172 * Fixed an issue with NRPE/NSClient socket-reading (introduced by the socket_timeout)
1173 + Added an English fall back if "local" language PDH counters fail.
1174
11752007-11-12 MickeM
1176 + Added option to configure socket_timeouts (default is now 30 seconds) should (I hope) fix issue #85
1177
11782007-11-11 MickeM
1179 + Added option to configure the behavior of CheckService CheckAll (#64)
1180
11812007-11-08 MickeM
1182 + Added CheckWMIValue to check result-values from a WMI Query
1183 * Changed so performance values are "collapsed" i.e. 75362115584 = 70.0G (#89)
1184    If anyone don't want this let me know and I will make an option for it.
1185
11862007-11-06 MickeM
1187 + Added CLI interface to CheckWMI to check queries
1188
11892007-11-04 MickeM
1190 * Rewritten WMI handling as well as checks so things should be more useful now (cf. the wiki page for details)
1191
11922007-10-29 MickeM
1193 * Restructured build and include to work from CLI
1194 + Started to add makefiles to build from CLI
1195 + Added Finnish counters (#98)
1196 * Fixed performance counter issue with check_nt (#99)
1197 
11982007-10-06 MickeM
1199 + Added auto-upda-te of versions and dates on build to make versions better updated.
1200 + Fixed x64 build and cleanup a bit.
1201
12022007-09-15 MickeM
1203 + Added better error messages (now return codes are displayed as text). Not implemented all over yet but the infrastructure is there.
1204
12052007-09-11 MickeM
1206 + Added Dutch performance counters to counters.defs
1207 + Added Spanish performance counters to counters.defs
1208 + Added #69 [includes] directive to INI-file to include other files
1209 * Fixed #75 (spelling issue)
1210
12112007-06-23 MickeM
1212 * 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...
1213 * Fixed the "check memory" issues for real this time.
1214 * 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.
1215
12162007-06-20 MickeM
1217 * Fixed #24 crash in NSClient++.exe CheckSystem listpdh | debugpdh
1218 * Fixed #62 Problems with CheckServiceState and services with spaces.
1219
12202007-03-06 MickeM
1221 ! 0.2.7 released
1222
12232007-03-05 MickeM
1224 * Fixed -v FILEAGE check_nt (NSClient) check.
1225 * Added license agreement header to all files
1226
12272007-03-04 MickeM
1228 + Added script_dir option to NRPE section as well as some sample scripts in the scripts/
1229   subdirectory. The script_dir will use all files in this directory as scripts for NRPE
1230 + Added Japanese counters to counters.defs from patch (thanx!!!)
1231
12322007-02-25 MickeM
1233 + Added possibility to check many memory checks in one go, just stack type options.
1234     type=paged type=physical etc...
1235 * Fixed a performance check bug in the last nightly.
1236 * Fixed a potential crash when a malformed check-file-age command was issued.
1237 + Added support for more then and NSClient command
1238 + Added net mask support to allowed_hosts (try with 192.168.0.1/24 and such)
1239 
12402007-02-22 MickeM
1241 + Added debug output to see if the socket is bound and/or has shutdown.
1242 * Fixed a potential bug in the thread manager.
1243 + Added configuration option for suppressing performance data to the NRPE section.
1244   Set performance_data=0 to stop sending performance data to nagios
1245 + New (better?) (simpler?) event log checking
1246 + Added option to most commands (ignore-perf-data) to suppress performance data
1247 + Added option CheckAll for checking all auto-start services to checkServiceState.
1248   Also an exclude=<service> to exclude checking that.
1249 * Fixed return syntax for PROCSTATE nsclient
1250
12512007-02-21 MickeM
1252 * Fixed "broken password check" (again) in NSClient listener (this time it is correct! :)
1253
12542006-12-02 MickeM
1255 + Managed to build so it works on NT 4.0 (SP6a) and W2K3
1256 * Fixed "broken password check" in NSClient listener
1257
12582006-11-18 MickeM
1259 + Added support for empty NRPE checking (i.e.. chec_nrpe without a -c argument)
1260 * Added error message when detected language is missing from counters.defs
1261 + Added Swedish locale to counters.defs (yes, I switched to Swedish XP on my computer :)
1262 * Fixed : (and possibly other problems) in counters when checking from check_nt (via NSCLient protocol)
1263 + Added CheckAllExcept to CheckDrive to check all except the specified drives.
1264 * Fixed a display error in the various size functions (1000-1024 byte was displayed incorrectly)
1265
12662006-10-05 MickeM
1267 * Yayyy!!! (first fix in a looong while :)
1268 * Fixed a W2k3 "bug" (actually just an incorrect error) but the:
1269   "e .\PDHCollector.cpp(130) Failed to query performance counters..." is no more...
1270 + Added option to NRPE/NSClient section to not-cache host names (for dyndns etc.)
1271   NOTICE this is "not safe" really in so far as someone might hi-jack your DNS and quickly gain
1272   access to your nagios box (probably only a theoretical problem but hey! :)
1273   NOTICE this is "slow" since all hosts in the list are "looked up" each time you get a NRPE/NSClient
1274   request it will be "slow" but I think it is not that much of a problem really.
1275   NOTICE I don't have the possibility to test this so feel free to report if it works and if it doesn't.
1276   Set cache_allowed_hosts=0 to disable host cache
1277
12782006-04-04 MickeM
1279 * Fixed a few more bugs to the INI/REG readers
1280
12812006-04-02 MickeM
1282 * Could all magicians stop trying to kill me?
1283   *Please* i don't like to die!
1284
12852006-03-31 MickeM
1286 * Damn necromancers! stop 0wning my ass all the time!
1287 
12882006-03-29 MickeM
1289 + Added API for saving/reading settings
1290 
12912006-03-28 MickeM
1292 + Added REG/INI parsers
1293 * *NOTICE* You need to add an option (use_file=1) to your nsc.ini file or new builds wont work.
1294
12952006-03-25 MickeM
1296 * Oblivion f*cking roxx!
1297
12982006-03-02 MickeM
1299 * Fixed bug in INI-file reader (memory leak)
1300
13012006-03-01 MickeM
1302 * Fixed bug in CheckFile (now dates work correctly)
1303
13042006-02-26 MickeM
1305 + Added syntax option to CheckFile (%filename%, %creation%, %access%, %write%, %size%).
1306
13072006-02-25 MickeM
1308 * Fixed Sections problem (now sections can be any size)
1309 + Added bind_to_address option to both NRPE and NSClient section in the INI file.
1310   Allows you to bind the listener to a specific IP address (only dotted number not host name).
1311   This might break things as I had to do some internal rewrite of the Socket classes so be careful :)
1312 * Disabled default-debug logging (as things are fairly stable, you can still enable it by using debug=1 in the NSC:ini file)
1313 * "Fixed" socket backlog to use "max responsible value" as opposed to "10" if no value is specified.
1314 + Added option socket_back_log to both NRPE and NSClient section that allows you to tweak the "back-log" of incoming connections to keep.
1315   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.
1316   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.
1317 - 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.
1318 * Moved listpdh and debugpdh into the CheckSystem module
1319 * Removed PDH dependencies from "core exe" means you can run NSClient++ without PDH (though you cant use the CheckSystem module)
1320 
13212006-02-2? MickeM
1322 + Added new Interface for Modules (NSCommandLineExec that allows modules to execute things give from command line.
1323   Syntax is NSClient++ <module name> <command> [arguments] and if a module doesn't support this it is simply ignored.
1324 + Added new install/uninstall command to SystemTray module:
1325   NSClient++.exe SystemTray install
1326   NSClient++.exe SystemTray uninstall
1327   That will install/uninstall the system tray module this sets the "Allow Service to Interact with Desktop" flag for the service.
1328 * 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).
1329 * Fixed so checkProcess isn't case sensitive.
1330 * Added (not finished) syntax option to event log checker to format the outputted data
1331
13322006-02-12 MickeM
1333 + Added support for host name resolve to allowed_hosts
1334
13352006-02-08 MickeM
1336 ! Fixed filter-eventID in EventLog module (now works for all IDs regardless of severity state)
1337 + Added new filters to EventLog (filter-severity that can filter based on event severity success, error, warning, informational)
1338
13392006-02-07 MickeM
1340 + Added new filter option to eventlog filter-eventID
1341 + Added new operator to all numeric filters in:number,number,... etc. (for instance filter-eventID=in:123,456,789 to check for lists.
1342
13432006-02-05 MickeM
1344 + Added CheckFile check command
1345   This new command (in development) will allow various file checks such as age, size, date, etc on single or multiple files.
1346 + Added FILEAGE support to NSClient
1347 + Started to convert the web page to WIKI
1348 
13492006-01-21 MickeM
1350 + Added WMI Check module (early alpha)
1351   This is an extremely early alpha more to see if there is an interest and how to progress with it.
1352   To use the WMI module enable the WMICheck.dll (nsc.ini) and then run the following check:
1353   CheckWMI MaxWarn=10 MaxCrit=15 "Query:load=Select LoadPercentage from win32_Processor"
1354   The Max* are as every other check and sets limits.
1355   The Query works similarly to other check commands i.e.. Query:<name>=<WMI query>
1356   So any other WMI query should work (notice this is experimental and not stable and has virtually
1357   no error handling so it is likely to crash nsclient if you ask anything "non working".)
1358   I would *really* *really* like to get feedback on how to expand this concept to work better so feel free to come with feedback.
1359  * Fixed NT4 /install (should work now!)
1360
13612006-01-02 MickeM
1362 * Fixed ChangeServiceConfig2 on NT4
1363 + Added support for more then 4GB memory (8GB?)
1364   Since I don't have this much memory this needs to be verified...
1365 * Fixed syntax of performance data
1366
13672005-09-24 MickeM
1368 * Fixed memory size bug (free and used were swapped)
1369
13702005-09-20 MickeM
1371 + Added option to debug all PDH counters /debugpdh
1372
13732005-09-17 MickeM
1374 + Added support for checking service by display name
1375
13762005-09-03 MickeM
1377 * First off, sorry for lack of updates, but was on vacation :)
1378 + Added ShowAll=long to CPULoad
1379 + Added several new types to checkMem (type=paged, type=physical, type=page, type=virtual)
1380
13812005-07-31 MickeM
1382 + /install now sets the service to autostart
1383 * Did some cleanup of minor code sections
1384 * (done before but not reported i think) /listpdh option added to list all PDH counters (nsclient++ /listpdh)
1385 + Added service description
1386 * Event log reworked (again) this time I hope it is better (and even useful, but syntax has changed)
1387
13882005-07-26 MickeM
1389 + Added support for ShowAll=long (to show long and short info, only applies to some areas, but available everywhere)
1390 + Extended Drive and memory check syntax to facilitate both Free and Used space checks: MaxWarnFree / MaxWarnUsed etc)
1391
13922005-07-19 MickeM
1393 * Changed thread API to use _creatthreadex as opposed to _creatthread (works better now!)
1394 * Fixed UNKNOWN return code (was 4 should have been 3)
1395
13962005-07-16 MickeM
1397 * Fixed drive checks from NSClient
1398
13992005-07-11 MickeM
1400 * *ALOT* of bug fixes and enhancements all checking code has been centralized and rewritten also my internal check scripts
1401   have been extended to check a lot more things.
1402   *NOTICE* that EventLog has not been upgraded yet neither has the documentation.
1403 + Added MaxWarnCount / MinWarnCount to checkProcState to check number of processes running
1404
14052005-06-09 MickeM
1406 * Escapes " in NRPE commands in the NSC.ini
1407
14082005-06-05 MickeM
1409 * Created configuration interface (not released yet)
1410
14112005-06-03 MickeM
1412 * Created interactive installer (not released yet)
1413
14142005-06-02 MickeM
1415 * CheckEventLog reworked...
1416
14172005-06-01 MickeM
1418 * CheckSystem auto detects windows version and language.
1419
14202005-05-29 MickeM
1421 * Fixed PROCSTATE and SERVICESTATE return state.
1422 + Added support for individual size in CheckDriveSize and CheckFileSize (size has to be specified before a drive/path)
1423 * Fixed performance data for drives (and possibly other places)
1424
14252005-05-23 MickeM
1426 + Added obfuscated password support
1427 + Added some more debug info on commands (return code, and input args)
1428 + Added some more comments to the NSC.ini
1429 + Added central password "override"
1430 + Added central "host override"
1431 + Fixed bug with external commands always getting WARNING state
1432
14332005-05-22 MickeM
1434 + Added debug output for command
1435 + Added timestamps for log-to-file (date_mask to configure format)
1436 + Added support for "no password" with check_nt
1437 + Added log of bad password on NSClient requests.
1438 * Some threading issues fixed (I hate threading :)
1439
14402005-05-19 MickeM
1441 * Verified NT4 compatibility
1442
14432005-05-18 MickeM
1444 * Fixed bug in NSC.ini (section title for Check System was wrong)
1445 + Added multitasking for plug-ins (now two plug-ins can handle requests simultaneously)
1446 * Fixed some minor issues here and there
1447
14482005-05-15 MickeM
1449 + Added NRPE support for checkCounter
1450 + Updated documentation
1451 * Make check commands ignore case
1452 + Added CheckHelpers module to alter the result of various check and similar things
1453
14542005-05-14 MickeM
1455 + Added support for Volumes (CheckDisk)
1456 + Added support for checking all drives of a certain kind
1457 + Added support for altering filter (makes it possible to check removable drives)
1458 + Created web page and better documentation
1459
14602005-04-20 MickeM
1461 + Added multitasking to socket listener (it can now handle multiple connections)
1462 * Fixed bug in NSClientListener now "seqv" in check_nt shouldn't happen.
1463 + Added COUNTER support to NSClient and CheckSystem
1464
14652005-04-19 MickeM
1466 + Added SSL support
1467 + Added a lot of new options
1468 + Added documentation
1469 * Renamed and restructured NSCLientCompat to CheckSystem
1470 * *ALOT* of fixes all over
1471 : We are now starting to get to something that is "stable"
1472 : This means that soon you might actually be able to use this.
1473 
14742005-03-28 MickeM
1475 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
1476 * Moved settings "keys" fro NRPE to config.h
1477 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
1478 * Minor tweaks to error/debug logging and small fixes "here and there"
1479
14802005-03-26 MickeM
1481 + NRPE Support (very basic, no encryption, and nothing fancy)
1482 * Socket classes rewritten
1483 + Added NSCModuleHelper::getSettingsSection to the API
1484
14852005-03-22 MickeM
1486 * Fixed NSClientListener return codes for basic commands
1487 * Extracted arrayBuffer code into new files under /include
1488 * Minor tweaks in the API (fixed minor issues)
1489 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
1490
14912005-03-21 MickeM
1492 * Fixed BUG in inject command (now things should "work" again, but far from stable)
1493 + Added NRPE return code
1494 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
1495
14962005-03-20 MickeM
1497 * Fundamental API changes (due to NRPE compatibility)
1498   - HandleCommand has changed
1499   - Inject has changed
1500   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
1501   - A lot of the old return codes have changed
1502 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
1503 + New SimpleSocket in include/ will be used as base class for Listeners
1504 * A lot of rewrite to the NSC API
1505
15062005-03-19 MickeM
1507 * Re factored out NSCLient Listener as a separate module
1508 + Added initial NRPE listener module (not yet implemented only a shell)
1509 * Changed Module API (Inject function has new syntax)
1510 + Added some tokenizer function to charEx
1511 + Added new wrapper function to inject Command
1512 * Minor changes in relation to refactor work
1513
15142005-03-01 MickeM
1515 * Improved thread safety in Core
1516 + Added exception handling and logging in PDH code
1517 * Various fixes all over the place
1518 + New module for check size of files/directories
1519 * Changed build to Dynamic link
1520 * Added regular expression support for EventLog checker
1521
15222005-02-22 MickeM
1523 + Added documentation
1524
15252005-02-17 MickeM
1526 * NSClient issues fixed
1527 * System Tray issues fixed
1528
15292005-02-14 MickeM
1530 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.