Commit Graph

66 Commits

Author SHA1 Message Date
851cdb05d6 Merge branch 'master' of github.com:jimcheetham/zmap into jimcheetham-master 2013-08-29 01:49:04 -04:00
f6bcd169c1 Merge branch 'patch-2' of github.com:cicku/zmap into cicku-patch-2 2013-08-29 01:09:04 -04:00
0d125d18e3 fixing .h protectors in lib/* 2013-08-26 14:30:02 -04:00
0d3ad52ee0 fixing header guards close issue #48 2013-08-26 12:26:01 -04:00
4ec783f748 $(EXTRA_CFLAGS) FOR RPM %{optflags}
We RPM packaging system need to use optflags for secure building, and of course will override the flags you've defined.

However the current one is not good, we should leave it to the end of the flags queue.

[rpmaker@fab SPECS]$ rpm -E %{optflags}
-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches  -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables
2013-08-22 13:40:19 +08:00
c6fc67288a Install man files under $(PREFIX) 2013-08-20 21:53:37 -04:00
853524c2ae remove redundant -Ws from Makefile 2013-08-20 19:24:18 -04:00
5e4143973d Undefine _FORTIFY_SOURCE before defining it, in case it's set by the distro.
Fixes Issue #7.
2013-08-20 13:05:47 -04:00
9200992976 Remove Redis objects on make clean
Resolves Issue #33.
2013-08-20 12:23:12 -04:00
f34343a887 Clean up Makefile success output 2013-08-20 12:20:53 -04:00
b588a7dbaf Clean up GCC flags
Remove some redundant or repeated flags, as noted by ppannuto in Issue #23.
2013-08-20 12:11:48 -04:00
81f25a1848 Fix unrecognized option errors when building with older versions of GCC (Issue #23).
This approach suggested by ppannuto.
2013-08-20 12:01:01 -04:00
0b6494a3fb Merge branch 'stable' 2013-08-19 23:01:20 -04:00
d7972dec68 updating changelog 2013-08-19 23:00:16 -04:00
28e698cc7f fixing issue #28, fixing memset operation in send_nl_req. 2013-08-19 22:52:03 -04:00
581725a8dd Fixing issue #24; accidentally clobbering LDFLAGS and CFLAGS previously. 2013-08-19 22:51:56 -04:00
2a2ce7a2d0 fixing get_gateway malloc error issue #21 2013-08-19 22:51:48 -04:00
12750cec8d fixing issue #28, fixing memset operation in send_nl_req. 2013-08-19 22:46:05 -04:00
aa090e63eb Fixing issue #24; accidentally clobbering LDFLAGS and CFLAGS previously. 2013-08-19 21:02:27 -04:00
dab1e823bd fixing get_gateway malloc error issue #21 2013-08-19 11:34:16 -04:00
37630d7325 Merge branch 'stable' 2013-08-18 13:39:47 -04:00
314fb7b1de updating CHANGELOG 2013-08-18 13:39:12 -04:00
01de79da5a fixing recv_run header in recv.h. fixes issue #14 2013-08-18 13:35:45 -04:00
8ed7a2fe36 Merge branch 'master' of github.com:zmap/zmap 2013-08-18 13:34:13 -04:00
0b791e5c47 fixing recv_run header in recv.h. fixes issue #14 2013-08-18 13:33:30 -04:00
0d9842af97 Merge pull request #13 from hmoore-r7/bug/fix-udp-malloc-free
Fix strdup/malloc/free ordering to always free the right pointer.
2013-08-18 10:15:08 -07:00
1bf3f2a8d5 Arguments in error message were swapped, fix 2013-08-17 20:59:42 -05:00
d57091dcbf Fix strdup/malloc/free ordering to always free the right pointer.
This commit ensures that udp_send_msg is freed before being reallocated
and freed before the process exits. This also changes the last fprintf
to a log_warn() call, which should be more inline with the intent.
2013-08-17 20:52:43 -05:00
aeac7d291d fixing readme 2013-08-17 19:32:55 -04:00
9a40f15e91 cleaning up readme 2013-08-17 18:51:57 -04:00
779424fe2c Merge branch 'master' of https://github.com/ciccio-87/zmap into ciccio-87-master 2013-08-17 18:51:27 -04:00
eaf4ece8dd Merge branch 'stable' 2013-08-17 17:11:57 -04:00
ce5be6e30f Clean up and add memory requirements. 2013-08-17 17:11:14 -04:00
387569538c adding v1.0.1 to changelog. 2013-08-17 17:09:55 -04:00
0b5b8fb80d fixing makefile to not require ssldb for building redis 2013-08-17 16:16:42 -04:00
e084d3fb6f Note 64-bit requirement 2013-08-17 16:16:00 -04:00
f86b764cab Merge branch 'hmoore-r7-feature/add-udp-probe-specifiers' 2013-08-17 15:45:30 -04:00
43239cf5df Merge branch 'hmoore-r7-feature/add-udp-probe-specifiers' of github.com:zmap/zmap into stable 2013-08-17 15:41:26 -04:00
3b2ea3627e merge 2013-08-17 15:30:31 -04:00
15036cfe83 Proper cleanup and typo fixes 2013-08-17 14:11:58 -05:00
ed47f926f5 Free memory on close 2013-08-17 14:06:34 -05:00
98f96410db Clean up and add memory requirements. 2013-08-17 14:50:07 -04:00
3776d3cae7 Merge pull request #8 from hmoore-r7/bug/fix-redis-output-compile
This is the last commit needed to build with REDIS
2013-08-17 11:41:39 -07:00
2e6261720f This is the last commit needed to build with REDIS 2013-08-17 10:38:57 -05:00
8aac1ccc52 Make oom check consistent, check and correct overlong payload size 2013-08-17 10:20:17 -05:00
01f4f985a1 Merge branch 'master' of github.com:zmap/zmap 2013-08-17 02:35:30 -04:00
597a0c252e remove ssldb and fix redis callback 2013-08-17 02:35:27 -04:00
7438bdd461 Merge branch 'master' of https://github.com/ciccio-87/zmap 2013-08-17 08:13:49 +02:00
69f22bb996 Update README 2013-08-17 08:19:56 +02:00
4f860d66db fixed blacklist.c 2013-08-17 08:13:01 +02:00