Changeset f3da50a in nscp
- Timestamp:
- 04/03/11 23:00:30 (2 years ago)
- Branches:
- stable
- Children:
- cc41da9
- Parents:
- 806bda2
- Files:
-
- 15 edited
-
AutoBuild.h (modified) (1 diff)
-
NSClient++-2005.sln (modified) (2 diffs)
-
changelog (modified) (1 diff)
-
modules/CheckDisk/CheckDisk-2005.vcproj (modified) (2 diffs)
-
modules/CheckHelpers/CheckHelpers-2005.vcproj (modified) (1 diff)
-
modules/CheckSystem/CheckSystem-2005.vcproj (modified) (2 diffs)
-
modules/CheckTaskSched/CheckTaskSched-2005.vcproj (modified) (2 diffs)
-
modules/CheckTaskSched2/CheckTaskSched2-2005.vcproj (modified) (2 diffs)
-
modules/CheckWMI/CheckWMI-2005.vcproj (modified) (2 diffs)
-
modules/FileLogger/FileLogger-2005.vcproj (modified) (2 diffs)
-
modules/LUAScript/LUAScript-2005.vcproj (modified) (2 diffs)
-
modules/NSCAAgent/NSCAAgent-2005.vcproj (modified) (2 diffs)
-
modules/NSCAAgent/NSCAThread.cpp (modified) (1 diff)
-
modules/NSClientListener/NSClientListener-2005.vcproj (modified) (2 diffs)
-
modules/SysTray/SysTray-2005.vcproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
AutoBuild.h
r806bda2 rf3da50a 3 3 // change the FALSE to TRUE for autoincrement of build number 4 4 #define INCREMENT_VERSION TRUE 5 #define FILEVER 0,3,9,29 56 #define PRODUCTVER 0,3,9,29 57 #define STRFILEVER _T("0.3.9.29 5")8 #define STRPRODUCTVER _T("0.3.9.29 5")9 #define STRPRODUCTDATE _T("2011-03- 22")5 #define FILEVER 0,3,9,297 6 #define PRODUCTVER 0,3,9,297 7 #define STRFILEVER _T("0.3.9.297") 8 #define STRPRODUCTVER _T("0.3.9.297") 9 #define STRPRODUCTDATE _T("2011-03-31") 10 10 #endif // AUTOBUILD_H -
NSClient++-2005.sln
raa3965b rf3da50a 654 654 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|Itanium.ActiveCfg = Debug|x64 655 655 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 656 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|Mixed Platforms.Build.0 = Debug|x64 656 657 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|Win32.ActiveCfg = Debug|Win32 657 658 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|x64.ActiveCfg = Debug|x64 659 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug|x64.Build.0 = Debug|x64 658 660 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug-MemCheck|Any CPU.ActiveCfg = Debug-MemCheck|x64 659 661 {6F55C9BF-57F6-4A15-A058-C83A52F539EE}.Debug-MemCheck|Itanium.ActiveCfg = Debug-MemCheck|x64 … … 1030 1032 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|Any CPU.ActiveCfg = Debug|Win32 1031 1033 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|Itanium.ActiveCfg = Debug|Win32 1032 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|Mixed Platforms.ActiveCfg = Debug| Win321034 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 1033 1035 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|Win32.ActiveCfg = Debug|Win32 1034 1036 {743B2362-DF6A-4C28-A6C9-0F970D8E1B66}.Debug|x64.ActiveCfg = Debug|x64 -
changelog
r806bda2 rf3da50a 6 6 * Fix depend onservice LanManWorkStation (old win) 7 7 * Fix RtlStringFromGUID problem on NT4 8 9 2011-04-01 MickeM 10 * Fixed (finally!!) the NSCA issue with multiple commands and missing "data" 8 11 9 12 2011-03-24 MickeM -
modules/CheckDisk/CheckDisk-2005.vcproj
r806bda2 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 135 135 MinimalRebuild="true" 136 136 BasicRuntimeChecks="3" 137 RuntimeLibrary=" 3"137 RuntimeLibrary="1" 138 138 UsePrecompiledHeader="2" 139 139 WarningLevel="3" -
modules/CheckHelpers/CheckHelpers-2005.vcproj
r806bda2 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" -
modules/CheckSystem/CheckSystem-2005.vcproj
r806bda2 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 134 134 MinimalRebuild="true" 135 135 BasicRuntimeChecks="3" 136 RuntimeLibrary=" 3"136 RuntimeLibrary="1" 137 137 UsePrecompiledHeader="2" 138 138 WarningLevel="3" -
modules/CheckTaskSched/CheckTaskSched-2005.vcproj
r349a44a rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 136 136 MinimalRebuild="true" 137 137 BasicRuntimeChecks="3" 138 RuntimeLibrary=" 3"138 RuntimeLibrary="1" 139 139 UsePrecompiledHeader="2" 140 140 WarningLevel="3" -
modules/CheckTaskSched2/CheckTaskSched2-2005.vcproj
r93efc94 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 135 135 MinimalRebuild="true" 136 136 BasicRuntimeChecks="3" 137 RuntimeLibrary=" 3"137 RuntimeLibrary="1" 138 138 UsePrecompiledHeader="2" 139 139 WarningLevel="3" -
modules/CheckWMI/CheckWMI-2005.vcproj
r3692371 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 136 136 MinimalRebuild="true" 137 137 BasicRuntimeChecks="3" 138 RuntimeLibrary=" 3"138 RuntimeLibrary="1" 139 139 UsePrecompiledHeader="2" 140 140 WarningLevel="3" -
modules/FileLogger/FileLogger-2005.vcproj
r3692371 rf3da50a 211 211 MinimalRebuild="true" 212 212 BasicRuntimeChecks="3" 213 RuntimeLibrary=" 3"213 RuntimeLibrary="1" 214 214 UsePrecompiledHeader="2" 215 215 WarningLevel="3" … … 293 293 MinimalRebuild="true" 294 294 BasicRuntimeChecks="3" 295 RuntimeLibrary=" 3"295 RuntimeLibrary="1" 296 296 UsePrecompiledHeader="2" 297 297 WarningLevel="3" -
modules/LUAScript/LUAScript-2005.vcproj
r9bb220f rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 136 136 MinimalRebuild="true" 137 137 BasicRuntimeChecks="3" 138 RuntimeLibrary=" 3"138 RuntimeLibrary="1" 139 139 UsePrecompiledHeader="2" 140 140 WarningLevel="3" -
modules/NSCAAgent/NSCAAgent-2005.vcproj
r9bb220f rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 133 133 Optimization="0" 134 134 AdditionalIncludeDirectories="../include;../../include" 135 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE "135 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1;_CRT_SECURE_NO_DEPRECATE;HAVE_LIBCRYPTOPP" 136 136 MinimalRebuild="true" 137 137 BasicRuntimeChecks="3" 138 RuntimeLibrary=" 3"138 RuntimeLibrary="1" 139 139 UsePrecompiledHeader="2" 140 140 WarningLevel="3" -
modules/NSCAAgent/NSCAThread.cpp
red8b470 rf3da50a 344 344 return; 345 345 } 346 socket.shutdown(); 346 347 socket.setLinger(30); 347 348 socket.close(); -
modules/NSClientListener/NSClientListener-2005.vcproj
r3692371 rf3da50a 52 52 MinimalRebuild="true" 53 53 BasicRuntimeChecks="3" 54 RuntimeLibrary=" 3"54 RuntimeLibrary="1" 55 55 UsePrecompiledHeader="2" 56 56 WarningLevel="3" … … 135 135 MinimalRebuild="true" 136 136 BasicRuntimeChecks="3" 137 RuntimeLibrary=" 3"137 RuntimeLibrary="1" 138 138 UsePrecompiledHeader="2" 139 139 WarningLevel="3" -
modules/SysTray/SysTray-2005.vcproj
r3692371 rf3da50a 211 211 MinimalRebuild="true" 212 212 BasicRuntimeChecks="3" 213 RuntimeLibrary=" 3"213 RuntimeLibrary="1" 214 214 UsePrecompiledHeader="2" 215 215 WarningLevel="3" … … 290 290 MinimalRebuild="true" 291 291 BasicRuntimeChecks="3" 292 RuntimeLibrary=" 3"292 RuntimeLibrary="1" 293 293 UsePrecompiledHeader="2" 294 294 WarningLevel="3"
Note: See TracChangeset
for help on using the changeset viewer.








