source: nscp/include @ d6c3131

0.4.00.4.10.4.2
Name Size Rev Age Author Last Change
../
b64 8b206ee   5 years michael humm…
breakpad c760fc9   2 years michael * Fixed so old settings mappings are read/stored in a text file * Changed …
check_nt 682ccd2   14 months michael * Fixed crash in new logger * Fixed a few command line parsing issues …
client 84cdb9b   16 months michael Cleaned up the API helper classes to make inclusion simpler and more …
dll 96c1461   19 months michael * Major refactoring in the command line interface * Added support for …
file 40970de   3 years michael Preliminary NSCA support (much is hard coded right now so only a PoC not a …
http b7d17f8   2 years michael 0.4.x: Major update with a lot of fixes and what not. Now NSCA is working …
net 308ae18   14 months michael * Fixed issue with missing performance data via NSCA * Fixed issue with …
nrpe 84cdb9b   16 months michael Cleaned up the API helper classes to make inclusion simpler and more …
nsca 84cdb9b   16 months michael Cleaned up the API helper classes to make inclusion simpler and more …
nscapi 67c6d04   14 months michael * Fixed parsing of empty sections (CheckExternalScripts) - #524 * Fixed …
nsclient 6533c1a   14 months michael * Fixed so keys with parents are advanced (in favour of the parent) * …
nscp 96c1461   19 months michael * Major refactoring in the command line interface * Added support for …
parsers 836e9cd   16 months michael * Fixed so time/date comparissons are actually done in UTC (fixed for real …
pdh d6c3131   14 months michael * Added a test to see if I can resolve the negative denominator issue.
scripts 9c06054   19 months michael * Added python unittests to make sure threading is working properly * …
service 8d89d7a   15 months michael * Fixed issue with default port for NSCA/NRPE/* clients * Removed …
settings 6533c1a   14 months michael * Fixed so keys with parents are advanced (in favour of the parent) * …
simpleini 58f0e80   20 months michael 2011-10-21 MickeM * Some more threading issues in Python (works …
socket 72eea1f   16 months michael * Fixed NRPE buffer issue * Added test case for 65K NRPE buffer length as …
zeromq 96c1461   19 months michael * Major refactoring in the command line interface * Added support for …
arrayBuffer.cpp 7.8 KB d66ccee   2 years michael Tweaks to make building faster
arrayBuffer.h 3.8 KB d66ccee   2 years michael Tweaks to make building faster
buffer.hpp 564 bytes 358cda1   4 years michael 2009-08-30 MickeM + Added -c and -d command line options like so: …
char_buffer.hpp 839 bytes 65a2940   22 months michael 2011-08-14 MickeM * NRPEClient now works on linux * Added "portable" …
charEx.h 3.6 KB d05c3f0   4 years michael Next major "milestone" we now have one working plugin (CheckHelpers) which …
checkHelpers.hpp 41.8 KB 330af36   18 months michael * Fixed so non custom installers gets configuration UI (meaning you can …
CheckMemory.h 4.5 KB 99e4d8f   6 years michael 2007-11-23 MickeM * Converted to unicode (damn sometimes I HATE C++) …
com_helpers.hpp 1.4 KB 29655a1   16 months michael * Added "back" WMI Query command line exec like so: nscp wmi --exec …
common.hpp 1.8 KB a78a985   22 months michael * Cleaned up some dependencies (on config.h) * Fixed invalid data in …
concurrent_queue.hpp 956 bytes 682ccd2   14 months michael * Fixed crash in new logger * Fixed a few command line parsing issues …
config.h.in 3.2 KB a78a985   22 months michael * Cleaned up some dependencies (on config.h) * Fixed invalid data in …
EnumNtSrv.cpp 7.6 KB e11d494   2 years michael 2011-07-25 * merged in all 0.3.9 changes into 0.4.0 * refactored where …
EnumNtSrv.h 2.2 KB e11d494   2 years michael 2011-07-25 * merged in all 0.3.9 changes into 0.4.0 * refactored where …
EnumProcess.cpp 14.5 KB a87ce04   18 months michael * Fixed some issues in the NRPE decoder * Added support for forwarding …
EnumProcess.h 5.4 KB 81a6048   18 months michael Swapped APIs to make command line option for CheckProcess? work with x64…
error.hpp 195 bytes 42ff14d   3 years michael 2009-01-24 MickeM * Fixed so files locked for reading can be chcked …
error_com.hpp 705 bytes 367bf20   5 years michael 2008-04-03 MickeM * Moved COM init to "core" (from WMI module) + Added …
error_impl_unix.hpp 1.6 KB de7ec29   3 years michael Fixed some unix incompatibility issues
error_impl_w32.hpp 9.4 KB 98113da   21 months michael * Real-time CheckEventLog working (still only for one, and I think …
event_handler.hpp 5.8 KB 739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more …
execute_process.hpp 2.2 KB c710cc7   16 months michael * Added support for running commands as other users (#131) * Replaced …
execute_process_unix.hpp 1.7 KB 79e734f   4 years michael Re added some more stuff anf fixed *nix compatibility of sockets
execute_process_w32.hpp 6.3 KB 83c2453   15 months michael * Fixed performance data parsing issue * Fixed external scripts …
file_helpers.hpp 2.2 KB 04ef932   23 months michael 2011-08-10 * Fixed so it builds and runs on linux (but parser had issues …
file_logger.hpp 4.2 KB d66ccee   2 years michael Tweaks to make building faster
filter_framework.hpp 14.4 KB d1029bd   3 years michael 2010-04-21 MickeM - 0.3.8 RC1 + Added support for strings and int …
firewall_helpers.hpp 1.3 KB a0e17ff   4 years michael Added a lot of missing files and cleanup source folder a bit for the 0.3.7 …
luna.h 3.8 KB c5ec0c8   17 months michael * Fixed issue with parsing "invalid external commands". If parsing …
multithread.h 5.7 KB 89f1a84   8 years michael Added some missing files tpo the CVS
Mutex.h 8.5 KB 739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more …
MutexRW.h 5.8 KB 739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more …
NSCAPI.h 9.4 KB 440c0cb   15 months michael * Fixed issue with empty filters in active eventlog * Resolved some …
nsclient_session.hpp 30.5 KB 01a278b   4 years michael (re)added service support (both w32/*nix) so now it runs as a service …
pdh.hpp 261 bytes f0e6036   3 years michael Reintegrated stable branch and removed some project files (no longer …
PDHCollectors.h 11.2 KB 42ff14d   3 years michael 2009-01-24 MickeM * Fixed so files locked for reading can be chcked …
PDHCounter.cpp 1.8 KB 42ff14d   3 years michael 2009-01-24 MickeM * Fixed so files locked for reading can be chcked …
PDHCounter.h 18.1 KB 42ff14d   3 years michael 2009-01-24 MickeM * Fixed so files locked for reading can be chcked …
program_options_ex.hpp 1.7 KB 39c73cd   23 months michael 2011-08-13 MickeM * Added support for command line execution to …
remote_processes.hpp 3.7 KB 739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more …
ServiceCmd.cpp 13.0 KB c74d7b6   16 months michael * Added new module CauseCrash? which has a single command CrashClient? to …
ServiceCmd.h 2.3 KB 2d69ab6   2 years michael Added ability to rename service (automagically so you can run 0.4.x and …
shared_memory.hpp 5.5 KB 739db5a   5 years michael First attempt at merging stable changes over to here (probably needs more …
simple_registry.hpp 6.6 KB d1029bd   3 years michael 2010-04-21 MickeM - 0.3.8 RC1 + Added support for strings and int …
simple_timer.hpp 759 bytes 497b779   3 years michael New settings client (c++ instead of c) which looks pretty sweet :P Only …
Singleton.h 1.8 KB 3bdaf18   2 years michael Tweaks to building on linux, stil need to fix the utf8 issue and some …
socket_helpers.hpp 4.3 KB b9498ef   22 months michael 2011-08-15 MickeM * Readded allowed hosts function * Moved default …
SSLSocket.cpp 5.8 KB 1d84e57   5 years michael x64 build fixes (as well as bundling of some libraries)
SSLSocket.h 10.2 KB 1ecd26f   2 years michael syncronized streams between 0.4.x and 0.3.x as well as improed the CMAke …
strEx.h 33.2 KB fa11893   14 months michael * Fixed issue with parsing size-type (usch as MinCritFree?=10G)
swap_bytes.hpp 1.1 KB 84cdb9b   16 months michael Cleaned up the API helper classes to make inclusion simpler and more …
sysinfo.cpp 2.2 KB 3692371   4 years michael 2009-01-20 MickeM * Fixed issue with CheckWMI when no filter was …
sysinfo.h 3.2 KB e11d494   2 years michael 2011-07-25 * merged in all 0.3.9 changes into 0.4.0 * refactored where …
thread.h 8.7 KB c1d545e   5 years michael 2008-02-09 MickeM + New module CheckExternalScripts to handle 1, external …
types.hpp 742 bytes d66ccee   2 years michael Tweaks to make building faster
unicode_char.hpp 167 bytes 04ef932   23 months michael 2011-08-10 * Fixed so it builds and runs on linux (but parser had issues …
utils.cpp 2.6 KB ce57b1b   5 years michael 2008-02-11 MickeM + Added encryption support for NSCA module (about half …
utils.h 7.6 KB 330af36   18 months michael * Fixed so non custom installers gets configuration UI (meaning you can …
zmsg.hpp 12.3 KB 2b2e9b8   21 months michael Another massive commit with a single comment, but essentially this is the …
  • Property mode set to 040000
Note: See TracBrowser for help on using the repository browser.