stable
|
Last change
on this file since f3da50a was
358cda1,
checked in by Michael Medin <michael@…>, 4 years ago
|
|
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
|
-
Property mode set to
100644
|
|
File size:
470 bytes
|
| Line | |
|---|
| 1 | local target = NSCAAgent ;
|
|---|
| 2 | local source = $(target) ;
|
|---|
| 3 |
|
|---|
| 4 | project
|
|---|
| 5 | : requirements
|
|---|
| 6 | <find-static-library>ws2_32
|
|---|
| 7 | ;
|
|---|
| 8 |
|
|---|
| 9 | lib $(target)
|
|---|
| 10 |
|
|---|
| 11 | : # sources
|
|---|
| 12 | $(source).cpp
|
|---|
| 13 | NSCAThread.cpp
|
|---|
| 14 | ../../include/NSCHelper.cpp
|
|---|
| 15 | ../../include/arrayBuffer.cpp
|
|---|
| 16 | ../../include/Socket.cpp
|
|---|
| 17 | ../../include/utils.cpp
|
|---|
| 18 | /cryptopp//embedded
|
|---|
| 19 |
|
|---|
| 20 | : # requirements
|
|---|
| 21 | <def-file>$(source).def
|
|---|
| 22 | #<user-interface>gui
|
|---|
| 23 | <runtime-link>static
|
|---|
| 24 |
|
|---|
| 25 | : # default build
|
|---|
| 26 |
|
|---|
| 27 | : # usage requirements
|
|---|
| 28 | ;
|
|---|
| 29 |
|
|---|
Note: See
TracBrowser
for help on using the repository browser.