1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-22 15:39:03 +00:00
Commit Graph

256 Commits

Author SHA1 Message Date
dmiller
30110f911e Add needed header checks, clean up unused ones. See #1887 2020-01-12 06:09:37 +00:00
dmiller
ef52628bbc Remove unused variable. #1834 2020-01-01 23:04:52 +00:00
dmiller
c89035b6dd Avoid 'import *' where __all__ not defined. #1834 2019-12-30 15:54:34 +00:00
dmiller
2abcac9925 Don't bother maintaining compat with Python 2.5. #1834 2019-12-30 06:57:04 +00:00
dmiller
d75e255113 Avoid handling BaseException, so SysExit and KeyboardInterrupt are propagated. #1834 2019-12-30 06:46:36 +00:00
dmiller
3e58be1551 Use 'with' statements for file open/close. #1834 2019-12-30 06:46:34 +00:00
dmiller
02212559d2 Delete unused variables and unreachable statements. #1834 2019-12-30 06:46:33 +00:00
dmiller
65450a0654 Actually delete Nmap output object in property deleter method. #1834 2019-12-30 06:46:32 +00:00
dmiller
33aca7c8f5 Avoid using for/else when loop doesn't break. #1834 2019-12-30 06:46:32 +00:00
dmiller
d3267a93c4 Fix a crash, config_parser referenced before assignment. 2019-12-30 05:05:39 +00:00
dmiller
17304bf825 Remove debug to file from OS X launcher. Closes #1777 2019-12-30 04:48:49 +00:00
dmiller
085cd7fd34 Suppress unused import LGTM.com alert for I18N
I18N installs the `_` function into the builtin namespace, so it looks
like it's unused when it's not. #1834
2019-12-30 00:53:25 +00:00
dmiller
33346f7651 Remove unused variables. #1834 2019-12-29 19:56:26 +00:00
dmiller
92270f313e Fix some 'import *' messiness. #1834 2019-12-29 19:56:26 +00:00
dmiller
e3f884a301 Silence some LGTM warnings, since the script is modified on install. #1834 2019-12-29 19:28:57 +00:00
dmiller
2a0c1eca5c Remove unused variables. #1834 2019-12-29 19:28:56 +00:00
dmiller
fa7cdb2c9f Remove unneeded delete (var goes out of scope). #1834 2019-12-29 15:57:31 +00:00
dmiller
92bf83aaba Remove unused imports 2019-12-28 02:42:14 +00:00
dmiller
162aa15d25 Delete unreferenced file. 2019-12-20 19:37:40 +00:00
dmiller
6a971163ac Fix calls to super from old-style classes. 2019-12-20 19:36:48 +00:00
dmiller
1d8ed90a5c Change from mktemp to mkstemp. Related #1834 2019-12-19 05:27:48 +00:00
dmiller
d0c61b9cbb Avoid DeprecationWarning due to accessing BaseException.message 2019-12-19 05:25:21 +00:00
dmiller
260fa12cce Fix up some unused test code to silence LGTM. See #1834 2019-12-16 05:55:46 +00:00
dmiller
fa0353badd Fix 'Missing call to __init__ during object initialization' from LGTM. See #1834 2019-12-16 05:55:45 +00:00
dmiller
ff61845ce2 Avoid encoding errors in exception handler. See #1839 2019-12-10 20:51:56 +00:00
nnposter
96bb8f9bc2 General clean-up. Closes #1687 2019-08-31 02:27:01 +00:00
dmiller
a36a34aa69 Bump version to 7.80SVN after release 2019-08-14 18:56:24 +00:00
dmiller
f05296d7f7 Merge changes from Nmap 7.80 release branch 2019-08-11 05:30:19 +00:00
dmiller
294f81a390 consolidate some definitions (name, url) to nmap.h 2019-06-21 17:32:03 +00:00
dmiller
b9e84ecdb8 Changes to support newer version of gtk-osx python environment. 2019-06-13 03:53:26 +00:00
dmiller
e0e03311a5 Run zenmap bundling script under jhbuild to ensure standardized environment. 2019-06-13 03:53:25 +00:00
dmiller
d639a53088 Bump copyright date in license headers 2019-05-28 21:36:04 +00:00
dmiller
bff7dcad4e Avoid crashing when PATH contains non-ascii/utf-8. Decode if possible 2018-11-15 16:23:32 +00:00
dmiller
adfc39f4f3 Fix crash when using dir: operator 2018-11-15 05:03:46 +00:00
dmiller
5a505b9fc9 Use consistent matching between NSEdoc and Zenmap parsers. Bad example: creds.[service] 2018-10-03 16:57:53 +00:00
dmiller
e16b6bff83 Update Zenmap copyright date 2018-07-11 21:27:02 +00:00
dmiller
f45da78f5b Catch a file error when saving recent scans. Fixes #1177 2018-04-09 16:17:09 +00:00
dmiller
b34a8e9aad Bump version for Nmap 7.70SVN 2018-03-20 18:12:14 +00:00
dmiller
cadb66231f Merge 7.70 release branch into trunk 2018-03-20 18:08:25 +00:00
dmiller
73b9059c29 Update library relocations for macOS 2018-03-16 20:58:41 +00:00
dmiller
9bda8cec86 Catch some potential conf parsing bugs 2018-03-08 18:27:06 +00:00
dmiller
01e7430797 Remove the old optparse function; options must be specified with hyphens. 2018-02-20 17:37:47 +00:00
fyodor
ff62300249 Bump copyright dates to 2018 and slightly improve wording (doesn't change meaning) of Nmap license header text 2018-01-28 21:18:17 +00:00
fyodor
152bcd4c6a Fix contributor's name 2017-10-30 01:13:00 +00:00
dmiller
87057d7c95 Fix build breakage: Zenmap sometimes builds purelib, so glob was not matching. 2017-08-07 16:14:51 +00:00
dmiller
4a6fb1abe6 Bump version and regen docs for 7.60 release 2017-08-01 21:50:08 +00:00
dmiller
9546d024e9 Avoid a crash when Zenmap can't read a script file 2017-07-16 17:51:37 +00:00
dmiller
78f650b5e5 Bump version and regen docs post-7.50 release 2017-06-13 19:49:30 +00:00
dmiller
9c7ea727a7 Update license terms for 2017 2017-06-07 12:32:38 +00:00
dmiller
73963022dd Avoid a crash when description is a list. http://seclists.org/nmap-dev/2017/q1/176 2017-03-06 23:18:08 +00:00