- Timestamp:
- 11/08/09 23:24:31 (4 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2
- Children:
- 6672c56
- Parents:
- 3b4097d
- Location:
- modules
- Files:
-
- 21 edited
-
CheckDisk/CheckDisk.cpp (modified) (1 diff)
-
CheckDisk/stdafx.h (modified) (1 diff)
-
CheckEventLog/CheckEventLog.cpp (modified) (2 diffs)
-
CheckEventLog/stdafx.h (modified) (1 diff)
-
CheckExternalScripts/CheckExternalScripts-2005.vcproj (modified) (3 diffs)
-
CheckExternalScripts/stdafx.h (modified) (1 diff)
-
CheckHelpers/stdafx.h (modified) (1 diff)
-
CheckSystem/CheckSystem.cpp (modified) (1 diff)
-
CheckSystem/stdafx.h (modified) (1 diff)
-
CheckTaskSched/stdafx.h (modified) (1 diff)
-
CheckWMI/WMIQuery.h (modified) (1 diff)
-
CheckWMI/stdafx.h (modified) (1 diff)
-
DebugLogMetrics/stdafx.h (modified) (1 diff)
-
FileLogger/stdafx.h (modified) (1 diff)
-
LUAScript/stdafx.h (modified) (1 diff)
-
NRPEClient/NRPEClient.cpp (modified) (7 diffs)
-
NRPEClient/stdafx.h (modified) (1 diff)
-
NRPEListener/stdafx.h (modified) (1 diff)
-
NSCAAgent/stdafx.h (modified) (1 diff)
-
NSClientListener/stdafx.h (modified) (1 diff)
-
SysTray/stdafx.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
modules/CheckDisk/CheckDisk.cpp
rf0eb62d r7f9c823 680 680 unsigned long long now = ((now_.dwHighDateTime * ((unsigned long long)MAXDWORD+1)) + (unsigned long long)now_.dwLowDateTime); 681 681 time_t value = (now-finder.info.ullLastWriteTime)/10000000; 682 message = strEx::itos(value/60) + _T("&") + strEx::format_time_delta(gmtime(&value), format);682 message = to_wstring(value/60) + _T("&") + strEx::format_time_delta(gmtime(&value), format); 683 683 return NSCAPI::returnOK; 684 684 } -
modules/CheckDisk/stdafx.h
rb0ae738 r7f9c823 30 30 #include <NSCAPI.h> 31 31 #include <NSCHelper.h> 32 #include <nsc_module_wrapper.hpp> 32 33 33 34 #ifdef MEMCHECK -
modules/CheckEventLog/CheckEventLog.cpp
rd5356c1 r7f9c823 361 361 return ret; 362 362 } 363 SYSTEMTIME get_time(DWORD time) { 363 // SYSTEMTIME 364 boost::posix_time::ptime get_time(DWORD time) { 364 365 FILETIME FileTime, LocalFileTime; 365 366 SYSTEMTIME SysTime; … … 372 373 FileTime.dwHighDateTime = (DWORD)(lgTemp >> 32); 373 374 375 return boost::date_time::time_from_ftime<boost::posix_time::ptime>(FileTime); 376 377 378 /* 374 379 FileTimeToLocalFileTime(&FileTime, &LocalFileTime); 375 380 FileTimeToSystemTime(&LocalFileTime, &SysTime); 376 381 return SysTime; 377 } 378 379 SYSTEMTIME get_time_generated() { 382 */ 383 } 384 385 boost::posix_time::ptime get_time_generated() { 380 386 return get_time(pevlr_->TimeGenerated); 381 387 } 382 SYSTEMTIMEget_time_written() {388 boost::posix_time::ptime get_time_written() { 383 389 return get_time(pevlr_->TimeWritten); 384 390 } -
modules/CheckEventLog/stdafx.h
rb0ae738 r7f9c823 34 34 35 35 #include <NSCAPI.h> 36 #include <nsc_module_wrapper.hpp> 36 37 #include <NSCHelper.h> 37 38 -
modules/CheckExternalScripts/CheckExternalScripts-2005.vcproj
rf0eb62d r7f9c823 49 49 Name="VCCLCompilerTool" 50 50 AdditionalIncludeDirectories="../include;../../include" 51 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 51 52 /> 52 53 <Tool … … 114 115 Name="VCCLCompilerTool" 115 116 AdditionalIncludeDirectories="../include;../../include" 117 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 116 118 /> 117 119 <Tool … … 127 129 Name="VCLinkerTool" 128 130 AdditionalDependencies="ws2_32.lib ssleay32.lib libeay32.lib" 131 /> 132 <Tool 133 Name="VCALinkTool" 134 /> 135 <Tool 136 Name="VCManifestTool" 137 /> 138 <Tool 139 Name="VCXDCMakeTool" 140 /> 141 <Tool 142 Name="VCBscMakeTool" 143 /> 144 <Tool 145 Name="VCFxCopTool" 146 /> 147 <Tool 148 Name="VCAppVerifierTool" 149 /> 150 <Tool 151 Name="VCWebDeploymentTool" 152 /> 153 <Tool 154 Name="VCPostBuildEventTool" 155 /> 156 </Configuration> 157 <Configuration 158 Name="Debug|Win32" 159 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 160 IntermediateDirectory="$(ConfigurationName)" 161 ConfigurationType="2" 162 CharacterSet="1" 163 > 164 <Tool 165 Name="VCPreBuildEventTool" 166 /> 167 <Tool 168 Name="VCCustomBuildTool" 169 /> 170 <Tool 171 Name="VCXMLDataGeneratorTool" 172 /> 173 <Tool 174 Name="VCWebServiceProxyGeneratorTool" 175 /> 176 <Tool 177 Name="VCMIDLTool" 178 /> 179 <Tool 180 Name="VCCLCompilerTool" 181 AdditionalIncludeDirectories="../include;../../include" 182 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 183 /> 184 <Tool 185 Name="VCManagedResourceCompilerTool" 186 /> 187 <Tool 188 Name="VCResourceCompilerTool" 189 /> 190 <Tool 191 Name="VCPreLinkEventTool" 192 /> 193 <Tool 194 Name="VCLinkerTool" 195 /> 196 <Tool 197 Name="VCALinkTool" 198 /> 199 <Tool 200 Name="VCManifestTool" 201 /> 202 <Tool 203 Name="VCXDCMakeTool" 204 /> 205 <Tool 206 Name="VCBscMakeTool" 207 /> 208 <Tool 209 Name="VCFxCopTool" 210 /> 211 <Tool 212 Name="VCAppVerifierTool" 213 /> 214 <Tool 215 Name="VCWebDeploymentTool" 216 /> 217 <Tool 218 Name="VCPostBuildEventTool" 219 /> 220 </Configuration> 221 <Configuration 222 Name="Debug|x64" 223 OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)" 224 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 225 ConfigurationType="2" 226 CharacterSet="1" 227 > 228 <Tool 229 Name="VCPreBuildEventTool" 230 /> 231 <Tool 232 Name="VCCustomBuildTool" 233 /> 234 <Tool 235 Name="VCXMLDataGeneratorTool" 236 /> 237 <Tool 238 Name="VCWebServiceProxyGeneratorTool" 239 /> 240 <Tool 241 Name="VCMIDLTool" 242 /> 243 <Tool 244 Name="VCCLCompilerTool" 245 AdditionalIncludeDirectories="../include;../../include" 246 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;USE_BOOST" 247 /> 248 <Tool 249 Name="VCManagedResourceCompilerTool" 250 /> 251 <Tool 252 Name="VCResourceCompilerTool" 253 /> 254 <Tool 255 Name="VCPreLinkEventTool" 256 /> 257 <Tool 258 Name="VCLinkerTool" 129 259 /> 130 260 <Tool -
modules/CheckExternalScripts/stdafx.h
rd5356c1 r7f9c823 30 30 #include <utils.h> 31 31 32 #include <boost/lexical_cast.hpp> 33 32 34 #include <NSCAPI.h> 35 #include <nsc_module_wrapper.hpp> 33 36 #include <NSCHelper.h> 34 37 -
modules/CheckHelpers/stdafx.h
rb0ae738 r7f9c823 29 29 30 30 #include <NSCAPI.h> 31 #include <nsc_module_wrapper.hpp> 31 32 #include <NSCHelper.h> 32 33 -
modules/CheckSystem/CheckSystem.cpp
rf0eb62d r7f9c823 365 365 } 366 366 static std::wstring print_perf(__int64 value, std::wstring unit) { 367 return strEx::itos(value);367 return to_wstring(value); 368 368 } 369 369 static std::wstring print_percent(int value) { 370 return strEx::itos(value) + _T("%");370 return to_wstring(value) + _T("%"); 371 371 } 372 372 static std::wstring key_prefix() { -
modules/CheckSystem/stdafx.h
rb0ae738 r7f9c823 35 35 #include <list> 36 36 #include <NSCAPI.h> 37 #include <nsc_module_wrapper.hpp> 37 38 #include <NSCHelper.h> 38 39 #include <config.h> -
modules/CheckTaskSched/stdafx.h
r367bf20 r7f9c823 35 35 #include <NSCAPI.h> 36 36 #include <NSCHelper.h> 37 #include <nsc_module_wrapper.hpp> 37 38 #include <checkHelpers.hpp> 38 39 #include <filter_framework.hpp> -
modules/CheckWMI/WMIQuery.h
r1fc246c r7f9c823 101 101 void setString(std::wstring a, std::wstring s) { 102 102 string = s; 103 numeric = strEx::stoi64(s);103 numeric = boost::lexical_cast<long long>(s); 104 104 alias = a; 105 105 } 106 106 void setNumeric(std::wstring a, long long n) { 107 107 numeric = n; 108 string = strEx::itos(n);108 string = to_wstring(n); 109 109 alias = a; 110 110 } -
modules/CheckWMI/stdafx.h
rb0ae738 r7f9c823 35 35 #include <NSCAPI.h> 36 36 #include <NSCHelper.h> 37 #include <nsc_module_wrapper.hpp> 37 38 #include <checkHelpers.hpp> 38 39 #include <filter_framework.hpp> -
modules/DebugLogMetrics/stdafx.h
r3692371 r7f9c823 33 33 #include <NSCAPI.h> 34 34 #include <NSCHelper.h> 35 #include <nsc_module_wrapper.hpp> 35 36 36 37 #ifdef MEMCHECK -
modules/FileLogger/stdafx.h
rb0ae738 r7f9c823 27 27 #include <NSCAPI.h> 28 28 #include <NSCHelper.h> 29 #include <nsc_module_wrapper.hpp> 29 30 #include <string> 30 31 #include <iostream> -
modules/LUAScript/stdafx.h
r3f69109 r7f9c823 30 30 #include <NSCAPI.h> 31 31 #include <NSCHelper.h> 32 #include <nsc_module_wrapper.hpp> 32 33 33 34 #ifdef MEMCHECK -
modules/NRPEClient/NRPEClient.cpp
r3b4097d r7f9c823 186 186 #endif 187 187 188 using boost::asio::ip::tcp;189 188 190 189 int NRPEClient::commandLineExec(const TCHAR* command, const unsigned int argLen, TCHAR** args) { … … 246 245 } 247 246 } 247 /* 248 248 NRPEPacket NRPEClient::send_ssl(std::wstring host, int port, int timeout, NRPEPacket packet) 249 249 { … … 251 251 return send_nossl(host, port, timeout, packet); 252 252 #else 253 253 254 initSSL(); 254 255 simpleSSL::Socket socket(true); … … 261 262 packet.readFrom(buffer.getBuffer(), buffer.getLength()); 262 263 return packet; 263 #endif 264 } 265 264 265 266 boost::asio::ssl::context ctx(io_service, boost::asio::ssl::context::sslv23); 267 ctx.use_tmp_dh_file("d:\\nrpe_512.pem"); 268 ctx.set_verify_mode(boost::asio::ssl::context::verify_peer); 269 nrpe_ssl_socket socket(io_service, ctx, host, port); 270 //socket. 271 272 #endif 273 } 274 */ 275 using boost::asio::ip::tcp; 266 276 267 277 void set_result(boost::optional<boost::system::error_code>* a, boost::system::error_code b) … … 269 279 a->reset(b); 270 280 } 271 template <typename MutableBufferSequence>272 void read_with_timeout( tcp::socket& sock, const MutableBufferSequence& buffers, boost::posix_time::time_duration duration)281 template <typename AsyncReadStream, typename RawSocket, typename MutableBufferSequence> 282 void read_with_timeout(AsyncReadStream& sock, RawSocket& rawSocket, const MutableBufferSequence& buffers, boost::posix_time::time_duration duration) 273 283 { 274 284 boost::optional<boost::system::error_code> timer_result; … … 286 296 timer.cancel(); 287 297 else if (timer_result) 288 sock.close();298 rawSocket.close(); 289 299 } 290 300 … … 293 303 } 294 304 305 template <typename AsyncWriteStream, typename RawSocket, typename MutableBufferSequence> 306 void write_with_timeout(AsyncWriteStream& sock, RawSocket& rawSocket, const MutableBufferSequence& buffers, boost::posix_time::time_duration duration) 307 { 308 boost::optional<boost::system::error_code> timer_result; 309 boost::asio::deadline_timer timer(sock.io_service()); 310 timer.expires_from_now(duration); 311 timer.async_wait(boost::bind(set_result, &timer_result, _1)); 312 313 boost::optional<boost::system::error_code> read_result; 314 async_write(sock, buffers, boost::bind(set_result, &read_result, _1)); 315 316 sock.io_service().reset(); 317 while (sock.io_service().run_one()) 318 { 319 if (read_result) 320 timer.cancel(); 321 else if (timer_result) 322 rawSocket.close(); 323 } 324 325 if (*read_result) 326 throw boost::system::system_error(*read_result); 327 } 328 329 class nrpe_socket : public boost::noncopyable { 330 public: 331 tcp::socket socket_; 332 333 public: 334 nrpe_socket(boost::asio::io_service &io_service, std::wstring host, int port) : socket_(io_service) { 335 NSC_LOG_CRITICAL(_T("Looking up...")); 336 tcp::resolver resolver(io_service); 337 tcp::resolver::query query(to_string(host), to_string(port)); 338 //tcp::resolver::query query("www.medin.name", "80"); 339 //tcp::resolver::query query("test_server", "80"); 340 341 tcp::resolver::iterator endpoint_iterator = resolver.resolve(query); 342 tcp::resolver::iterator end; 343 344 NSC_LOG_CRITICAL(_T("connecting...")); 345 boost::system::error_code error = boost::asio::error::host_not_found; 346 while (error && endpoint_iterator != end) 347 { 348 tcp::resolver::endpoint_type ep = *endpoint_iterator; 349 NSC_DEBUG_MSG_STD(_T("Attempting to connect to: ") + to_wstring(ep.address().to_string()) + _T(":") + to_wstring(ep.port())); 350 socket_.close(); 351 socket_.connect(*endpoint_iterator++, error); 352 } 353 NSC_LOG_CRITICAL(_T("Connected...")); 354 if (error) 355 throw boost::system::system_error(error); 356 } 357 ~nrpe_socket() { 358 socket_.close(); 359 } 360 361 void send(NRPEPacket &packet, boost::posix_time::seconds timeout) { 362 std::vector<char> buf(packet.getBufferLength()); 363 write_with_timeout(socket_, socket_, boost::asio::buffer(packet.getBuffer(), packet.getBufferLength()), timeout); 364 } 365 NRPEPacket recv(const NRPEPacket &packet, boost::posix_time::seconds timeout) { 366 std::vector<char> buf(packet.getBufferLength()); 367 read_with_timeout(socket_, socket_, boost::asio::buffer(buf), timeout); 368 return NRPEPacket(&buf[0], buf.size(), packet.getInternalBufferLength()); 369 } 370 }; 371 372 class nrpe_ssl_socket { 373 374 private: 375 boost::asio::ssl::stream<boost::asio::ip::tcp::socket> socket_; 376 public: 377 nrpe_ssl_socket(boost::asio::io_service &io_service, boost::asio::ssl::context &ctx, std::wstring host, int port) : socket_(io_service, ctx) { 378 NSC_LOG_CRITICAL(_T("Looking up...")); 379 tcp::resolver resolver(io_service); 380 //tcp::resolver::query query(to_string(host), to_string(port)); 381 tcp::resolver::query query("www.medin.name", "80"); 382 //tcp::resolver::query query("test_server", "80"); 383 384 tcp::resolver::iterator endpoint_iterator = resolver.resolve(query); 385 tcp::resolver::iterator end; 386 387 boost::system::error_code error = boost::asio::error::host_not_found; 388 NSC_LOG_CRITICAL(_T("Connecting...")); 389 while (error && endpoint_iterator != end) 390 { 391 tcp::resolver::endpoint_type ep = *endpoint_iterator; 392 NSC_DEBUG_MSG_STD(_T("Attempting to connect to: ") + to_wstring(ep.address().to_string()) + _T(":") + to_wstring(ep.port())); 393 socket_.lowest_layer().close(); 394 socket_.lowest_layer().connect(*endpoint_iterator++, error); 395 } 396 if (error) 397 throw boost::system::system_error(error); 398 NSC_LOG_CRITICAL(_T("Connected...")); 399 400 NSC_LOG_CRITICAL(_T("Handshaking...")); 401 //socket_.handshake(boost::asio::ssl::stream_base::client); 402 socket_.handshake(boost::asio::ssl::stream_base::client); 403 NSC_LOG_CRITICAL(_T("Handshook...") + strEx::itos(error.value())); 404 405 } 406 407 void send(NRPEPacket &packet, boost::posix_time::seconds timeout) { 408 NSC_LOG_CRITICAL(_T("Writing...")); 409 std::vector<char> buf(packet.getBufferLength()); 410 write_with_timeout(socket_, socket_.lowest_layer(), boost::asio::buffer(packet.getBuffer(), packet.getBufferLength()), timeout); 411 NSC_LOG_CRITICAL(_T("Written...")); 412 } 413 NRPEPacket recv(const NRPEPacket &packet, boost::posix_time::seconds timeout) { 414 NSC_LOG_CRITICAL(_T("Reading...")); 415 std::vector<char> buf(packet.getBufferLength()); 416 read_with_timeout(socket_, socket_.lowest_layer(), boost::asio::buffer(buf), timeout); 417 return NRPEPacket(&buf[0], buf.size(), packet.getInternalBufferLength()); 418 NSC_LOG_CRITICAL(_T("Read...")); 419 } 420 }; 421 295 422 NRPEPacket NRPEClient::send_nossl(std::wstring host, int port, int timeout, NRPEPacket packet) 296 423 { 297 424 boost::asio::io_service io_service; 298 tcp::resolver resolver(io_service); 299 // tcp::resolver::query query("127.0.0.1", boost::lexical_cast<std::string>(port)); 300 tcp::resolver::query query("www.medin.name", "80"); 301 302 tcp::resolver::iterator endpoint_iterator = resolver.resolve(query); 303 tcp::resolver::iterator end; 304 305 tcp::socket socket(io_service); 306 boost::system::error_code error = boost::asio::error::host_not_found; 307 while (error && endpoint_iterator != end) 308 { 309 tcp::resolver::endpoint_type ep = *endpoint_iterator; 310 NSC_DEBUG_MSG_STD(_T("Connectiing to: ") + boost::lexical_cast<std::wstring>(ep.address().to_string()) + _T(":") + boost::lexical_cast<std::wstring>(ep.port())); 311 socket.close(); 312 socket.connect(*endpoint_iterator++, error); 313 } 314 if (error) 315 throw boost::system::system_error(error); 316 317 //for (;;) 318 { 319 std::vector<char> buf(packet.getBufferLength()); 320 boost::system::error_code error; 321 322 size_t len = socket.write_some(boost::asio::buffer(packet.getBuffer(), packet.getBufferLength()), error); 323 NSC_DEBUG_MSG_STD(_T("Error: ") + strEx::itos(error.value()) + _T(" wrote: ") + strEx::itos(len)); 324 325 read_with_timeout(socket, boost::asio::buffer(buf), boost::posix_time::seconds(5) ); 326 //len = socket.read_some(boost::asio::buffer(buf), error); 327 NSC_DEBUG_MSG_STD(_T("Error: ") + strEx::itos(error.value()) + _T(" read: ") + strEx::itos(len)); 328 329 if (error == boost::asio::error::eof) 330 ;//break; // Connection closed cleanly by peer. 331 else if (error) 332 throw boost::system::system_error(error); // Some other error. 333 packet.readFrom(&buf[0], buf.size()); 334 } 335 336 337 425 nrpe_socket socket(io_service, host, port); 426 socket.send(packet, boost::posix_time::seconds(timeout)); 427 return socket.recv(packet, boost::posix_time::seconds(timeout)); 428 } 429 430 NRPEPacket NRPEClient::send_ssl(std::wstring host, int port, int timeout, NRPEPacket packet) 431 { 432 boost::asio::io_service io_service; 433 boost::asio::ssl::context ctx(io_service, boost::asio::ssl::context::sslv23); 434 SSL_CTX_set_cipher_list(ctx.impl(), "ADH"); 435 ctx.use_tmp_dh_file("d:\\nrpe_512.pem"); 436 ctx.set_verify_mode(boost::asio::ssl::context::verify_none); 437 nrpe_ssl_socket socket(io_service, ctx, host, port); 438 socket.send(packet, boost::posix_time::seconds(timeout)); 439 return socket.recv(packet, boost::posix_time::seconds(timeout)); 440 } 338 441 /* 339 simpleSocket::Socket socket(true); 340 socket.connect(host, port); 341 socket.sendAll(packet.getBuffer(), packet.getBufferLength()); 342 simpleSocket::DataBuffer buffer; 343 socket.readAll(buffer); 344 packet.readFrom(buffer.getBuffer(), buffer.getLength()); 345 */ 346 return packet; 347 } 348 442 NRPEPacket NRPEClient::send_nossl(std::wstring host, int port, int timeout, NRPEPacket packet) 443 { 444 unsigned char dh512_p[] = { 445 0xCF, 0xFF, 0x65, 0xC2, 0xC8, 0xB4, 0xD2, 0x68, 0x8C, 0xC1, 0x80, 0xB1, 446 0x7B, 0xD6, 0xE8, 0xB3, 0x62, 0x59, 0x62, 0xED, 0xA7, 0x45, 0x6A, 0xF8, 447 0xE9, 0xD8, 0xBE, 0x3F, 0x38, 0x42, 0x5F, 0xB2, 0xA5, 0x36, 0x03, 0xD3, 448 0x06, 0x27, 0x81, 0xC8, 0x9B, 0x88, 0x50, 0x3B, 0x82, 0x3D, 0x31, 0x45, 449 0x2C, 0xB4, 0xC5, 0xA5, 0xBE, 0x6A, 0xE3, 0x2E, 0xA6, 0x86, 0xFD, 0x6A, 450 0x7E, 0x1E, 0x6A, 0x73, 451 }; 452 unsigned char dh512_g[] = { 0x02, }; 453 454 DH *dh_2 = DH_new(); 455 dh_2->p = BN_bin2bn(dh512_p, sizeof(dh512_p), NULL); 456 dh_2->g = BN_bin2bn(dh512_g, sizeof(dh512_g), NULL); 457 458 FILE *outfile = fopen("d:\\nrpe_512.pem", "w"); 459 PEM_write_DHparams(outfile, dh_2); 460 PEM_write_DHparams(stdout, dh_2); 461 fclose(outfile); 462 463 nrpe_socket socket(host, port); 464 socket.send(packet, boost::posix_time::seconds(timeout)); 465 return socket.recv(packet, boost::posix_time::seconds(timeout)); 466 } 467 */ 349 468 350 469 -
modules/NRPEClient/stdafx.h
r3b4097d r7f9c823 36 36 #include <NSCAPI.h> 37 37 #include <NSCHelper.h> 38 #include <nsc_module_wrapper.hpp> 38 39 39 40 #include <boost/array.hpp> 40 #include <boost/date_time/posix_time/posix_time.hpp>41 41 #include <boost/asio.hpp> 42 #include <boost/optional.hpp> 42 43 #include <boost/bind.hpp> 44 #include <boost/asio/ssl.hpp> 43 45 44 46 #ifdef MEMCHECK -
modules/NRPEListener/stdafx.h
rb0ae738 r7f9c823 33 33 #include <NSCAPI.h> 34 34 #include <NSCHelper.h> 35 #include <nsc_module_wrapper.hpp> 35 36 36 37 #ifdef MEMCHECK -
modules/NSCAAgent/stdafx.h
r5ca3931 r7f9c823 36 36 #include <NSCAPI.h> 37 37 #include <NSCHelper.h> 38 #include <nsc_module_wrapper.hpp> 38 39 #include <config.h> 39 40 #include <utils.h> -
modules/NSClientListener/stdafx.h
rb0ae738 r7f9c823 30 30 #include <NSCAPI.h> 31 31 #include <NSCHelper.h> 32 #include <nsc_module_wrapper.hpp> 32 33 33 34 #ifdef MEMCHECK -
modules/SysTray/stdafx.h
rb0ae738 r7f9c823 27 27 #include <string> 28 28 #include <NSCHelper.h> 29 #include <nsc_module_wrapper.hpp> 29 30 #include <assert.h> 30 31
Note: See TracChangeset
for help on using the changeset viewer.








