source: nscp/changelog @ 81e29d8

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

Fixed bug in INject (now things should work, but far from stable)

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