Changeset 358cda1 in nscp for Jamroot


Ignore:
Timestamp:
08/31/09 06:57:02 (4 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
8170e81
Parents:
c4401d6
Message:

2009-08-30 MickeM

+ Added -c and -d command line options like so:

NSClient++ -c CheckFile2 path=c:\test pattern=*.txt MaxCrit=1 filter+written=gt:2h
NSClient++ -c <command> <argument 1> <argument 2> ...
-d Is the same thing but with debug enabled.

+ Added uninstall of old client (sort of broken but works)

2009-08-29 MickeM

  • Fixed issue with CheckFile (directory)
  • Rewrote the CA:s in the installer to work "better" (hopefully) in general it should be have more like a propper installer.

2009-07-18 MickeM

  • Fixed issue with no loggers avalible and "memory leak"
  • Added "firewall exception" to installer
  • Fixed an issue with the socket data buffer
  • Added new option to NSC.ini [NSCA] socket_timeout=30 (timeout in seconds when reading from NSCA sockets)
  • Fixed issue with NSCA socket.

2009-07-05 MickeM

2009-06-20 MickeM

  • Fixed issue with CheckDisk and paths not working out properly
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Jamroot

    r1ff950c r358cda1  
    5454  using bjam/lua : : $(TOP)/lib-source/lua-5.1.2 ; 
    5555  using bjam/cryptopp : : $(TOP)/lib-source/"Crypto++"/src ; 
     56  using bjam/psdk : : /foo ; 
    5657 
    5758  if [ bjam/lua.isEnabled ] = true { 
     
    8182  } else { 
    8283    echo "cryptopp not avaliable! encryption (NSCA) DISABLED (enable with --with-cryptopp)" ;  
     84  } 
     85 
     86  if [ bjam/psdk.isEnabled ] = true { 
     87    echo "Platform SDK found (disable with --without-psdk)" ;  
     88    bjam/psdk.printEnv ; 
     89  } else { 
     90    echo "Plattform SDK not avaliable! Various features wont work (enable with --with-psdk)" ;  
    8391  } 
    8492   
     
    8896    D:\source\tools\XAutobuild.exe -f $(TOP)  
    8997  } 
    90    
    9198} 
    9299 
     
    242249} 
    243250 
    244 alias installer_dll : helpers/installer_dll ; 
     251alias cryptopp-headers : helpers/cryptopp-headers ; 
     252explicit cryptopp-headers ; 
     253 
     254alias installer_dll : helpers/installer_dll helpers/installer_dll_fw ; 
    245255explicit installer_dll ; 
    246256 
     
    304314explicit dist-scripts ; 
    305315 
    306  
    307  
    308316alias build-binaries : dist dist-modules dist-helpers dist-scripts ; 
    309317explicit build-binaries ; 
Note: See TracChangeset for help on using the changeset viewer.