source: nscp/changelog @ 1eef1ee

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

*OBS* This might no longer work! (expect updated code in the next few days if things are broken)

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