source: nscp/service/NSClient++.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @89838be   16 months michael * Added option to both execute and query item (with a reload in the middle … 0.4.00.4.10.4.2
(edit) @35254d1   16 months michael * Fixed installer "back" issues * Fixed payload truncation for NRPe and … 0.4.00.4.10.4.2
(edit) @ba63b95   16 months michael * Fixed issue with --submit command line option erroneusly reported … 0.4.00.4.10.4.2
(edit) @a87ce04   17 months michael * Fixed some issues in the NRPE decoder * Added support for forwarding … 0.4.00.4.10.4.2
(edit) @f085f9b   18 months michael * Fixed so command line client wont try to run commands in modules which … 0.4.00.4.10.4.2
(edit) @9c06054   18 months michael * Added python unittests to make sure threading is working properly * … 0.4.00.4.10.4.2
(edit) @96c1461   18 months michael * Major refactoring in the command line interface * Added support for … 0.4.00.4.10.4.2
(edit) @40fca56   19 months michael * Added initial SMTPClient to allow sending messages via SMTP. Still … 0.4.00.4.10.4.2
(edit) @f7a074d   19 months michael * Had some "vacation" so no updates for a while * A lot of fixes to the … 0.4.00.4.10.4.2
(edit) @98113da   20 months michael * Real-time CheckEventLog working (still only for one, and I think … 0.4.00.4.10.4.2
(edit) @9b9be81   20 months michael * Fixed many many issues all over the place as I tried to make things … 0.4.00.4.10.4.2
(edit) @a629015   20 months michael * Started on NSCA unit-tests in python * Refactored channel API a bit to … 0.4.00.4.10.4.2
(edit) @fb7e36a   21 months michael * Added installer for unittests to test.py run like so: nscp --client … 0.4.00.4.10.4.2
(edit) @a44cb15   21 months michael * Implemented registration of channels (so no longer faked) * Added … 0.4.00.4.10.4.2
(edit) @81e420c   21 months michael * Added support for loading same plugin twice (in different sessions) * … 0.4.00.4.10.4.2
(edit) @8840f09   21 months michael * Fixed some issues in the NSCPClient * Fixed debug log issue in core * … 0.4.00.4.10.4.2
(edit) @b38e845   21 months michael * Sever refactoring of the new API (there is now two pb files ipc for NSCP … 0.4.00.4.10.4.2
(edit) @2c95d22   21 months michael 2011-08-14 MickeM * Rename Function to Registry in PythonScript API as … 0.4.00.4.10.4.2
(edit) @65a2940   21 months michael 2011-08-14 MickeM * NRPEClient now works on linux * Added "portable" … 0.4.00.4.10.4.2
(edit) @39c73cd   21 months michael 2011-08-13 MickeM * Added support for command line execution to … 0.4.00.4.10.4.2
(edit) @afd42f1   22 months michael removed protobuf/log.proto.h and moved alll includes to target dir … 0.4.00.4.10.4.2
(edit) @04ef932   22 months michael 2011-08-10 * Fixed so it builds and runs on linux (but parser had issues … 0.4.00.4.10.4.2
(edit) @7ec3dd1   2 years michael various fixes and changes here and there Mainly build related (been trying … 0.4.00.4.10.4.2
(edit) @d66ccee   2 years michael Tweaks to make building faster 0.4.00.4.10.4.2
(edit) @b7d17f8   2 years michael 0.4.x: Major update with a lot of fixes and what not. Now NSCA is working … 0.4.00.4.10.4.2
(edit) @c391984   2 years michael 0.4.x: * tweaks to the build environment to make the installer work * … 0.4.00.4.10.4.2
(edit) @2d69ab6   2 years michael Added ability to rename service (automagically so you can run 0.4.x and … 0.4.00.4.10.4.2
(edit) @c760fc9   2 years michael * Fixed so old settings mappings are read/stored in a text file * Changed … 0.4.00.4.10.4.2
(edit) @1ecd26f   2 years michael syncronized streams between 0.4.x and 0.3.x as well as improed the CMAke … 0.4.00.4.10.4.2
(edit) @f7663c9   3 years michael * Fixed a bunch of settings related issues * Added "parent" links to … 0.4.00.4.10.4.2
(edit) @c015acc   3 years michael Builds again!!! Streamlined settings and mde the client side API slightly … 0.4.00.4.10.4.2
(edit) @b4db89d   3 years michael *sigh* maybe time to find a propepr dev enviornment for *nix? 0.4.00.4.10.4.2
(edit) @9111898   3 years michael Various settings loading fixes 0.4.00.4.10.4.2
(edit) @291548e   3 years michael Tweaks to the settings subsystem (thread safeness) as well as additions to … 0.4.00.4.10.4.2
(edit) @497b779   3 years michael New settings client (c++ instead of c) which looks pretty sweet :P Only … 0.4.00.4.10.4.2
(edit) @294b37b   3 years michael Added ssl support (almost, still has hard coded certificate). ported … 0.4.00.4.10.4.2
(edit) @cad08fb   3 years michael Major update with a new plugin glue that works better with *nix. … 0.4.00.4.10.4.2
(edit) @60375ed   3 years michael Fixed *nix compatiblity issues 0.4.00.4.10.4.2
(edit) @40970de   3 years michael Preliminary NSCA support (much is hard coded right now so only a PoC not a … 0.4.00.4.10.4.2
(edit) @c0d7e82   3 years michael * Multiple fixes all over the place * Available modules: … 0.4.00.4.10.4.2
(edit) @3080680   3 years michael Updated all (currently ported) modules to build and use protocol buffers … 0.4.00.4.10.4.2
(edit) @920626f   3 years michael Made some changes to facilitate building protocol buffer files from cmake 0.4.00.4.10.4.2
(edit) @2018659   3 years michael Added protocol buffers for internal channels (only command as of now) this … 0.4.00.4.10.4.2
(edit) @50a5db2   3 years michael Fixed some logica issues and changed so debug logging work on *nix (cout … 0.4.00.4.10.4.2
(edit) @6822839   3 years michael Fixed some unix issue 0.4.00.4.10.4.2
(edit) @cc2efd6   3 years michael Removed "old" settings CLI toy since it is no longer used 0.4.00.4.10.4.2
(edit) @753ea6d   3 years michael improved the scheduled module and re-added the settings command line toy … 0.4.00.4.10.4.2
(edit) @9b3f53c   3 years michael First version of a working NRPE Listener (does not (yet) handle commands … 0.4.00.4.10.4.2
(edit) @1e0bbec   3 years michael Semi-working NRPEClient (debian boost is broken so need to recompile it … 0.4.00.4.10.4.2
(edit) @01a278b   3 years michael (re)added service support (both w32/*nix) so now it runs as a service … 0.4.00.4.10.4.2
(edit) @b3078b4   3 years michael added some build stuff 0.4.00.4.10.4.2
(edit) @d05c3f0   4 years michael Next major "milestone" we now have one working plugin (CheckHelpers) which … 0.4.00.4.10.4.2
(edit) @818b54e   4 years michael First version which builds on Linux!!! (though 99% of all features are … 0.4.00.4.10.4.2
(edit) @77b729e   4 years michael minor updates (will keep at this for a while now...) 0.4.00.4.10.4.2
(edit) @b21f30b   4 years michael removed com helpers 0.4.00.4.10.4.2
(edit) @b4ab033   4 years michael removed file find (replaced with boost) 0.4.00.4.10.4.2
(edit) @773ad32   4 years michael swaped the mutexes for the settings subsysytem to boost 0.4.00.4.10.4.2
(edit) @6672c56   4 years michael * Fixed a few bugs in the old_settings store. * Swapped out all mutexes … 0.4.00.4.10.4.2
(edit) @7f9c823   4 years michael First attempt at serious boostification. NOTICE! This is NOT a complete … 0.4.00.4.10.4.2
(edit) @3b4097d   4 years michael added timeout handling 0.4.00.4.10.4.2
(edit) @d5356c1   4 years michael tried boost::asio in the NRPECLient and split settings to a new file … 0.4.00.4.10.4.2
(add) @f0eb62d   4 years michael Refactored service into its own project 0.4.00.4.10.4.2
Note: See TracRevisionLog for help on using the revision log.