fyodor
|
23e9e0b1d2
|
merge soc07 r5225 - fix for systems which return -1 when vsnprintf doesn't have enough space rather than returning the amount of space needed.
|
2007-08-11 05:56:10 +00:00 |
|
fyodor
|
622995be62
|
merge soc07 r5209 - --iflist bug. The parameters to NmapOutputTable were in the wrong order but due to the number of interfaces on my computer it still worked
|
2007-08-11 05:54:20 +00:00 |
|
fyodor
|
8d85a7b75b
|
merge soc07 r5161:5165 - --iflist null device bugfix
|
2007-08-11 05:46:39 +00:00 |
|
fyodor
|
5528726e5b
|
merge soc07 r5124:5142 - build/install system updates; changelog updates; umit install code; compilation fixes; integrate umit
|
2007-08-11 05:41:41 +00:00 |
|
fyodor
|
6c06f51bd7
|
merge soc07 r5100 - Changing fprintf(stderr, )'s to error()'s (or fatal() if followed by and exit()). Besides providing consistency, this also allows more errors to actually be logged with --log-errors.
|
2007-08-11 05:16:56 +00:00 |
|
fyodor
|
f025e86b0b
|
merge soc07 r5085:5094 - removed a period which could lead to slightly confusing output such as 'Read data files from: ..' when they are read from the current directory; Always print a message when the script database is updated successfully; Added a whole bunch of entries to the CHANGELOG in preparation for the first soc07 release; latest auto-generated files; add a question mark to a textual question
|
2007-08-11 05:14:52 +00:00 |
|
fyodor
|
90a0087bb4
|
merge soc07 r5081 - changed close to 100 occurrences of LOG_NORMAL|LOG_SKID|LOG_STDOUT (and combinations) to LOG_PLAIN, and moved LOG_PLAIN definition to output.h from traceroute.h
|
2007-08-11 05:11:47 +00:00 |
|
fyodor
|
a09a6e2007
|
merge soc07 r4994:5001 - Adding <portused> element for the open TCP port used when performing OS Detection. Only closed TCP and UDP were being printed; I guess it was just an oversight; Call endTask() in process_mainloop() in nse_main.cc so task ending information (like the <taskend> element) are printed; old_locale is allocated on the STACK not the HEAP; NULL is NOT a valid PCRE pointer.
|
2007-08-11 04:42:31 +00:00 |
|
fyodor
|
2af8e785f8
|
merge soc07 r4957 - Put <extrareasons> inside <extraports> as this should really simplify XML parsers' jobs because they won't have to keep track of what states and reasons go together
|
2007-08-11 04:29:50 +00:00 |
|
fyodor
|
65e680a634
|
merge soc07 r4939 - fixed a small bug in formatscriptoutput (output.cc) which caused a core dump
|
2007-08-11 04:25:05 +00:00 |
|
fyodor
|
f69d93c65a
|
merge soc07 r4899:4902 - Add a note to the reference guide saying that --servicedb implies -F; Rewrite in C the dirname and basename replacements used in printdatafilepaths and move them into nbase. Their names are now path_get_dirname and path_get_basename.; Give a fatal error in printdatafilepaths if memory can't be allocated, rather than returning silently.
|
2007-08-11 04:15:39 +00:00 |
|
fyodor
|
8d74bbcd8a
|
merge soc07 r4871:4884 and r4888 - renaming __FUNCTION__ to __func__ and changing hardcoded func names to __func__
|
2007-08-11 04:06:09 +00:00 |
|
fyodor
|
65bc340828
|
merge soc07 r4863 - Add some logic to printdatafilepaths to control what gets displayed
|
2007-08-11 04:00:36 +00:00 |
|
fyodor
|
5e3bb361f2
|
merge soc07 r4860 - Add verbose data file path reporting. Some more changes might be coming, for example to change the conditions under which this information is displayed.
|
2007-08-11 03:59:18 +00:00 |
|
fyodor
|
8b9a340fc4
|
merge soc07 r4829 - Added winpcap device names to the --iflist table
|
2007-08-11 03:44:40 +00:00 |
|
fyodor
|
58522c59f6
|
merge soc07 r4822 - Reduce the number of build dependencies.
|
2007-08-11 03:35:46 +00:00 |
|
fyodor
|
c6f2ab6e83
|
merge soc07 r4804 - misc. NSE improvements
|
2007-08-11 03:32:26 +00:00 |
|
fyodor
|
3f2f00900a
|
merge soc07 r4799 - NSE formatScriptOutput() function uses strtok which has side effects on its argument.
|
2007-08-11 03:30:38 +00:00 |
|
fyodor
|
f5e32d305f
|
merge soc07 r4780 - Moved OSScan warning message (may not be reliable because could not find 1 open and 1 closed port) so it is printed along with the OSScan results instead of above it
|
2007-08-11 03:24:04 +00:00 |
|
fyodor
|
58f46706e5
|
merge soc07 r4751 - UDP traceroute hop distance and port state reason feature
|
2007-08-11 03:15:24 +00:00 |
|
fyodor
|
e02e4cfef2
|
fix xml bug
|
2007-03-18 01:00:32 +00:00 |
|
kris
|
f221d54908
|
Change a little over 10 malloc()s and realloc()s to their safe_* equivalents (which let's us get rid a two checks on the returned mem elsewhere in the code).
|
2007-02-25 15:43:56 +00:00 |
|
kris
|
cc14c538ad
|
Removing extraneous newlines (sometimes up to 9 of them) from ends of a few files
|
2007-02-04 02:53:29 +00:00 |
|
diman
|
65d08549c7
|
Hopefully final --iflist bug
the routes are now displayed correctly
|
2007-01-08 21:56:22 +00:00 |
|
fyodor
|
84340f5737
|
Fixed a bug which prevented the --without-liblua compilation option from working. Thanks to Kris Katterjohn for the patch.
|
2007-01-03 20:46:14 +00:00 |
|
fyodor
|
12e25f4879
|
possibly fixed a xml not-well-formed bug in service element reported by Jason Edelstein
|
2006-12-31 23:36:51 +00:00 |
|
fyodor
|
4ea7ef7178
|
typo
|
2006-12-16 08:42:55 +00:00 |
|
fyodor
|
b361685be8
|
NSE committed
|
2006-12-11 00:34:26 +00:00 |
|
fyodor
|
1308928e29
|
Nmap 4.20, woohoo
|
2006-12-08 03:01:08 +00:00 |
|
fyodor
|
9a1fece75d
|
fix a couple bugs found by Jochen (voss at seehuhn.de
|
2006-11-06 02:14:35 +00:00 |
|
fyodor
|
e4ee4d5e4c
|
getting closer to 4.20ALPHA9
|
2006-10-14 01:25:43 +00:00 |
|
fyodor
|
47b833c055
|
Kris patch
|
2006-10-01 07:23:30 +00:00 |
|
fyodor
|
80f0f7ccb9
|
minor patches from kris
|
2006-09-30 21:08:04 +00:00 |
|
fyodor
|
7ec1a2427e
|
SCAN() line now printed in -d OS fingerprints so people can submit them if the result is wrong
|
2006-09-30 10:17:17 +00:00 |
|
fyodor
|
452a9903c8
|
Windoze fixes, some OS DB updates based on Windows scanning of my LAN boxes
|
2006-08-31 06:21:38 +00:00 |
|
fyodor
|
521184fdc8
|
Fix some Windows compilation errors
|
2006-08-31 05:28:59 +00:00 |
|
fyodor
|
2140dfb00f
|
Applied a patch by Kris Katterjohn which makes 14 functions static
|
2006-08-29 04:03:03 +00:00 |
|
fyodor
|
87c4dbdf39
|
Added new SEQ.ISR element, removed SEQ.CL, changed calculation of SEQ.SP
|
2006-08-27 02:43:44 +00:00 |
|
fyodor
|
b28d51167c
|
Minor source code header improvements
|
2006-08-25 01:47:49 +00:00 |
|
fyodor
|
1d2069a2bd
|
fix to my previous out of buffer space fix
|
2006-08-24 06:42:30 +00:00 |
|
fyodor
|
11d0a44332
|
Fix a bug which would cause Nmap to crash with the message 'log_vwrite: write buffer not large enough'
|
2006-08-24 06:41:14 +00:00 |
|
fyodor
|
a403864351
|
Replace file headers, mostly to update copyright to 2006
|
2006-08-24 04:43:50 +00:00 |
|
fyodor
|
a15e1e0f05
|
OS detection changes to improve timing/reliability, print fprint in more cases, etc. Also some tiny changes from Kris Katterjohn
|
2006-08-24 04:06:08 +00:00 |
|
fyodor
|
7f10cfee2c
|
OS detection improvements
|
2006-08-18 06:22:23 +00:00 |
|
fyodor
|
d32123bd54
|
os detection fixes and new integration tools from Zhao
|
2006-08-05 04:36:02 +00:00 |
|
fyodor
|
7541ffb3e0
|
Zhao os detection patch fixes a couple minor things
|
2006-06-28 22:04:10 +00:00 |
|
fyodor
|
56384d8770
|
About to release 4.20SOC-ALPHA1
|
2006-06-25 02:02:14 +00:00 |
|
fyodor
|
bb10b6a8f3
|
moved everything to VS Express 2005
|
2006-05-31 23:01:19 +00:00 |
|
fyodor
|
90d9ceaefa
|
Added Martin Macok ratelimit patch with minor changes
|
2006-05-15 22:37:31 +00:00 |
|
fyodor
|
37fac543b5
|
Majek's Portlist change patch
|
2006-05-14 05:00:58 +00:00 |
|