source: nscp/trunk/changelog @ 5d8cb39

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

+ Added NRPE return code

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