Changeset 1eef1ee in nscp for changelog


Ignore:
Timestamp:
03/20/05 20:54:25 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
c6e008c
Parents:
2a94f3f
Message:

*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
File:
1 edited

Legend:

Unmodified
Added
Removed
  • changelog

    r2a94f3f r1eef1ee  
     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 
    1112005-03-19 MickeM 
    212 * Refactored out NSCLient Listener as a separate module 
Note: See TracChangeset for help on using the changeset viewer.