Skip to content

Tags: zmap/zmap

Tags

v4.4.0

Toggle v4.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
phillip-stephens Phillip Stephens
update CMakeLists.txt version to v4.4.0

v4.3.4

Toggle v4.3.4's commit message
update readme/changelog for new release

v4.3.3

Toggle v4.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add changes to log and bump README version (#938)

v4.3.2

Toggle v4.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix NETLINK issues in ZMap caused by changes in latest linux kernel (#…

…925)

* bug - fix netlink handling with new linux kernel changes to search for NLMSG_DONE

* ci - add ubuntu 24.10 docker for CI cmake check

* ci - attempt to scan 1.1.1.1 on 24.10

* cleanup - mv Dockerfile into correct folder

* ci - use amd64, not arm,  ubuntu container

* ci - remove 24.10 compilation tests since the bug was encountered at runtime

v4.3.1

Toggle v4.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
updated tagged version of README for 4.3.1 (#918)

v4.3.0

Toggle v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md for `4.3.0` (#910)

* update changelog for 4.2.1

* correct typo and move to 4.3

v4.2.0

Toggle v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump docker base image and relevant packages (#888)

* bump docker base image and relevent pkgs

* remove arm build image

* remove unneeded redis

v4.1.1

Toggle v4.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump release version to v.4.1.1 and update the README and CHANGELOG (#…

…881)

* fixed link

* set release tag to a bug fix version since I don't think the docker push github action likes the patch versions

v4.1.0+1

Toggle v4.1.0+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix typos (#879)

v4.1.0

Toggle v4.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PF_RING: Do not delay termination by waiting for packets forever (#876)

On empty queue, return after the brief sleep instead of looping.  This
lets the outer loop check its termination condition.  Fixes bug where a
PF_RING based scan would not terminate even after the cooldown timer
expires, until there are extra incoming packets.