Changeset 39c73cd in nscp for service/NSClient++.h


Ignore:
Timestamp:
08/13/11 22:38:21 (22 months ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2
Children:
65a2940
Parents:
f881d47
Message:

2011-08-13 MickeM

  • Added support for command line execution to PythonScript module
  • Readded support for specifying module on command line with --client mode
  • Fixed some issues with the NRPEClient module


2011-08-12 MickeM

  • Finnished (rough) adding back command line exec (with modern API)
  • Fixed so installer uses correct name for dll:s (now Server not Listsener)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • service/NSClient++.h

    r7ec3dd1 r39c73cd  
    166166  std::wstring execute(std::wstring password, std::wstring cmd, std::list<std::wstring> args); 
    167167  void reportMessage(std::string data); 
    168   int commandLineExec(const wchar_t* module, const unsigned int argLen, wchar_t** args); 
     168  int command_line_exec(std::wstring module, std::wstring command, std::vector<std::wstring> arguments, std::vector<std::wstring> &resp); 
    169169 
    170170  struct service_controller { 
Note: See TracChangeset for help on using the changeset viewer.