source: nscp/changelog @ cea178b

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

MAJOR CHANGES
2004-04-19 MickeM

+ Added SSL support
+ Added alot of new options
+ Added documentation

  • Renamed and restructured NSCLientCompat to CheckSystem
  • *ALOT* of fixes all over : We are now starting to get to something that is "stable" : This means that soon you might actually be able to use this.
  • Property mode set to 100644
File size: 2.5 KB
Line 
12004-04-19 MickeM
2 + Added SSL support
3 + Added alot of new options
4 + Added documentation
5 * Renamed and restructured NSCLientCompat to CheckSystem
6 * *ALOT* of fixes all over
7 : We are now starting to get to something that is "stable"
8 : This means that soon you might actually be able to use this.
9 
102005-03-28 MickeM
11 * Changed the Thread class a bit (mutex -> signal, and CreatThread does not return the instance)
12 * Moved settings "keys" fro NRPE to config.h
13 * Changed build options (added Distribution) which builds a zip file under ./dist (requires 7z installed)
14 * Minor tweaks to error/debug logging and small fixes "here and there"
15
162005-03-26 MickeM
17 + NRPE Support (very basic, no encryption, and nothing fancy)
18 * Socket classes rewritten
19 + Added NSCModuleHelper::getSettingsSection to the API
20
212005-03-22 MickeM
22 * Fixed NSClientListener return codes for basic commands
23 * Extracted arrayBuffer code into new files under /include
24 * Minor tweaks in the API (fixed minor issues)
25 + Added some basic "tests" to a few commands (getToken, and arrayBuffer related)
26
272005-03-21 MickeM
28 * Fixed BUG in inject command (now things should "work" again, but far from stable)
29 + Added NRPE return code
30 * Fixed some return states to NSClientListener (not verified yet, but soon they will be back in order :)
31
322005-03-20 MickeM
33 * Fundamental API changes (due to NRPE compatibility)
34   - HandleCommand has changed
35   - Inject has changed
36   - Most API calls have new "return codes" (typedef:ed INT to allow for return code compiler checks)
37   - A lot of the old return codes have changed
38 + Preliminary NRPE support (can parse and execute incoming requests, cant return data yet, and no encryption)
39 + New SimpleSocket in include/ will be used as base class for Listeners
40 * A lot of rewrite to the NSC API
41
422005-03-19 MickeM
43 * Refactored out NSCLient Listener as a separate module
44 + Added initial NRPE listener module (not yet implemented only a shell)
45 * Changed Module API (Inject function has new syntax)
46 + Added some tokenizer function to charEx
47 + Added new wrapper function to inject Command
48 * Minor changes in relation to refactor work
49
502005-03-01 MickeM
51 * Improved thread safety in Core
52 + Added exception handling and logging in PDH code
53 * Various fixes all over the place
54 + New module for check size of files/directories
55 * Changed build to Dynamic link
56 * Added regular expression support for EventLog checker
57
582005-02-22 MickeM
59 + Added documentation
60
612005-02-17 MickeM
62 * NSClient issues fixed
63 * System Tray issues fixed
64
652005-02-14 MickeM
66 * Initial SourceForge release
Note: See TracBrowser for help on using the repository browser.