fyodor
|
57070b12a5
|
canonicalize capitalization
|
2007-09-08 05:56:15 +00:00 |
|
fyodor
|
082ee50244
|
trivial capitalization tweak
|
2007-09-08 04:52:00 +00:00 |
|
fyodor
|
8c87b5f34b
|
remove excess debugging messages
|
2007-08-30 22:27:51 +00:00 |
|
fyodor
|
72948b35a5
|
Integrate a patch from Marek which sets a cap on the number of sockets opened by NSE scripts. I made some changes to use a value derived from o.max_parallelism rather than a static define
|
2007-08-30 21:31:01 +00:00 |
|
stoiko
|
e765af4103
|
added --script-args to the usage-text (nmap.cc)
fixed to typos in error messages (nse_nsock.cc)
added a short description of --script-args to refguide.xml
|
2007-08-16 10:51:27 +00:00 |
|
kris
|
0b50c16b38
|
Adding Snprintf() and Vsnprintf() to nbase/nbase_str.c. This is because of Windows' stupid implementation where it doesn't write a NULL byte at the end of the buffer if the result is truncated. I would've just #defined snprintf and vsnprintf to some wrapper function for Windows, but this doesn't work as libdnet and libpcap (and libpcap includes under mswin32) define snprintf to _snprintf and vsnprintf to _vsnprintf like we do, and through the many defines they end up being available in the Nmap sources. Vsnprintf() uses vsnprintf() (and writes a NULL byte at the end if truncated), and Snprintf uses Vsnprintf().
|
2007-08-14 06:46:54 +00:00 |
|
fyodor
|
c124e918b7
|
merge soc07 r5360:5367 - Merge Majek's raw packet NSE patch
|
2007-08-11 06:13:25 +00:00 |
|
fyodor
|
62d7e3ed87
|
merge soc07 r5317:5322 - NSE buffered receives and script arguments
|
2007-08-11 06:09:50 +00:00 |
|
fyodor
|
8dc9673928
|
merge soc07 r5085 - Changing bare printf()s to log_write(LOG_PLAIN,)s because these were always printed even when things like XML and greppable output were sent to stdout (e.g. -oX -). This also adds o.scriptTrace() to make --script-trace behave more like --packet-trace and --version-trace. Nsock tracing was done unconditionally in NSE, and that has been changed to only be done when o.scriptTrace() is true.
|
2007-08-11 05:13:16 +00:00 |
|
fyodor
|
83ec445bcf
|
merge soc07 r5005:5013 - URL manipulation lib from LuaSocket with a couple funcs added; added garbage collection for nsock-objects in lua
|
2007-08-11 04:46:43 +00:00 |
|
fyodor
|
58522c59f6
|
merge soc07 r4822 - Reduce the number of build dependencies.
|
2007-08-11 03:35:46 +00:00 |
|
fyodor
|
cb8101dbcc
|
merge soc07 r4821 - fix nse build system issues
|
2007-08-11 03:35:12 +00:00 |
|
fyodor
|
b361685be8
|
NSE committed
|
2006-12-11 00:34:26 +00:00 |
|