| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
system users don't accidently get configured to do stuff as root.
Submitted by: Adam Steffes
|
|
|
|
|
| |
* Fixed a very important bug that occurred when SYN scanning localhost.
* Fixed "-vv" to mean "-v -v" as it did in previous versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
stopping the server.
Martti's submission did not include -h, which I added because if I had
added the scripts the way he submitted them, the server wouldn't be
started on startup.
PR: 10196
Submitted by: Martti Kuparinen <martti.kuparinen@ericsson.com>
Reviewed by: kris (partially)
No response: maintainers (PR opened February 22, 1999)
|
|
|
|
| |
PLIST submitted by the maintainer.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
configured, can allow users to specify an arbitrary ident string.
Unfortunately, due to <sys/file.h> being outdated, this port is
marked BROKEN for all ${OSVERSION} prior to 400010, which is the
closest to src/sys/sys/file.h rev 1.16.2.2.
PR: 17660
Submitted by: Trevor Johnson <trevor@jpj.net>
Reviewed by: mharo (confirmation of BROKEN for < 400010)
|
|
|
|
|
|
| |
libraries.
Reported by: bento.freebsd.org
|
|
|
|
| |
Bugged by: Tim Yardley <yardley@uiuc.edu> :-)
|
|
|
|
|
| |
PR: 15192
Submitted by: Rod Taylor <rod@zort.on.ca>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added ACK scanning. This scan technique is great for testing firewall
rulesets. It can NOT find open ports, but it can distinguish between
filtered/unfilterd by sending an ACK packet to each port and waiting for
a RST to come back. Filtered ports will not send back a RST (or will
send ICMP unreachables). This scan type is activated with -sA .
* Documented the Window scan (-sW)
* "Protocol" field in output eliminated. It is now printed right
next to the number (/etc/services style). Like "22/tcp".
* Added --resume option to continue a large network scan where you left off.
It also allows you to start and stop for policy reasons
|
|
|
|
| |
Submitted by: kris
|
| |
|
| |
|
|
|
|
| |
PR: 15802
|
|
|
|
|
|
|
| |
I am storing the distfile on people.FreeBSD.org due to the fact that the
author did not store his tarball on his dist site properly.
PR: 15802
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PREFIX -> LOCALBASE
remove blank lines
|
| |
|
|
|
|
|
|
|
| |
Add 2 MASTER_SITES
PR: 17341
Submitted by: Maintainer
|
| |
|
| |
|
|
|
|
| |
PR: ports/17491
|
| |
|
|
|
|
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no>
Update to 0.99.7, also updater nessus-* to the same version.
Patches submitted by : port's maintainer.
Now Nessus supports CVE ID, you can search its plugins by CVE ID.
|
|
|
|
|
|
| |
Submitted by: Anders Nordby <anders@fix.no>
Update to 0.99.7, also updater nessus-* to the same version.
Patches submitted by : port's maintainer.
|
|
|
|
|
|
|
| |
* Add support for PGP 6.5
PR: 17119
Submitted by: Maintainer
|
| |
|
| |
|
|
|
|
|
|
| |
PR: 17295
Submitted by: Dave McKay <dave@elvis.mu.org>
Obtained from: Dave McKay <dave@elvis.mu.org>
|
|
|
|
|
|
| |
prefix handling.
OK'ed by: maintainer
|
|
|
|
| |
Obtained from: OpenBSD
|
| |
|
|
|
|
| |
Approved by: maintainer
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
|
|
|
|
|
|
|
| |
plugin for libcrypto in order to implement RSA using the better rsa_eay.c
code instead of having to use rsaref. Naturally this is for non-US folks.
'make world' will install this directly, this port is only needed to
make life easier for sysinstall on binary installs.
|
|
|
|
|
|
|
| |
if called without a controlling terminal, e.g. if called during the X
login process. It is somewhat configurable through app-defaults.
Makefile shamelessly ripped from: green's OpenSSH port.
|
|
|
|
|
|
|
|
|
| |
For green's honor, the patch I sent him for review was correct.
But because it is one line fix, I hand merged it into my
cvs committing environment, and then mistake happend.
This time, I applied correct fix which should have been aplied
at last commit.
|
| |
|
|
|
|
| |
No response by: maintainer
|
|
|
|
| |
tweaks.
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
|
| |
|
|
|
|
|
|
|
|
| |
at MASTER_SITE). Two extra patches to fix build warnings, and
make the inetd->xinetd configuration file translator work
a little better.
Submitted by: Mikhail Teterin <mi@video-collage.com>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Submitted by: Arjan.deVet@adv.iae.nl (Arjan de Vet)
- do not exit in failure to connect using IPv6 and try to IPv4
when connecting to dualstack hosts.
Approved by: torstenb
|