source: nscp/trunk/changelog @ f705d34

Last change on this file since f705d34 was f705d34, checked in by Michael Medin <michael@…>, 8 years ago

+ NRPE Support (very basic, no encryption, and nothing fancy)

  • Socket classes rewritten + Added NSCModuleHelper::getSettingsSection to the API
  • Property mode set to 100644
File size: 1.9 KB
Line 
12005-03-26 MickeM
2 + NRPE Support (very basic, no encryption, and nothing fancy)
3 * Socket classes rewritten
4 + Added NSCModuleHelper::getSettingsSection to the API
5
62005-03-22 MickeM
7 * Fixed NSClientListener return codes for basic commands
8 * Extracted arrayBuffer code into new files under /include
9 * Minor tweaks in the API (fixed minor issues)
10 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
11
122005-03-21 MickeM
13 * Fixed BUG in inject command (now things should "work" again, but far from stable)
14 + Added NRPE return code
15 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
16
172005-03-20 MickeM
18 * Fundamental API changes (due to NRPE compatibility)
19   - HandleCommand has changed
20   - Inject has changed
21   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
22   - A lot of the old return codes have changed
23 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
24 + New SimpleSocket in include/ will be used as base class for Listeners
25 * A lot of rewrite to the NSC API
26
272005-03-19 MickeM
28 * Refactored out NSCLient Listener as a separate module
29 + Added initial NRPE listener module (not yet implemented only a shell)
30 * Changed Module API (Inject function has new syntax)
31 + Added some tokenizer function to charEx
32 + Added new wrapper function to inject Command
33 * Minor changes in relation to refactor work
34
352005-03-01 MickeM
36 * Improved thread safety in Core
37 + Added exception handling and logging in PDH code
38 * Various fixes all over the place
39 + New module for check size of files/directories
40 * Changed build to Dynamic link
41 * Added regular expression support for EventLog checker
42
432005-02-22 MickeM
44 + Added documentation
45
462005-02-17 MickeM
47 * NSClient issues fixed
48 * System Tray issues fixed
49
502005-02-14 MickeM
51 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.