summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* Proper WWW syntaxcpiazza2000-04-091-1/+1
|
* Add WWWcpiazza2000-04-091-0/+2
|
* install sample file with everything commented out so that randommharo2000-04-071-0/+1
| | | | | | system users don't accidently get configured to do stuff as root. Submitted by: Adam Steffes
* Update to 2.30 Beta #18.obrien2000-04-063-8/+8
| | | | | * Fixed a very important bug that occurred when SYN scanning localhost. * Fixed "-vv" to mean "-v -v" as it did in previous versions.
* Add better sshd startup scripts; specifically, allow restarting andwill2000-04-054-4/+58
| | | | | | | | | | | | | 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)
* Ooops, I forgot to add MAN8 for oidentd.8 after removing it from thewill2000-04-021-0/+1
| | | | PLIST submitted by the maintainer.
* Activate oidentdwill2000-04-021-0/+1
|
* Add oidentd to ports tree; it is an identd server which, properlywill2000-04-026-0/+65
| | | | | | | | | | | | 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)
* Fix packaging: Need to check for com_err when building with Kerberos IVnectar2000-03-314-7/+4292
| | | | | | libraries. Reported by: bento.freebsd.org
* Upgrade to dsniff v1.7 and make it PREFIX-friendly.kris2000-03-303-5/+10
| | | | Bugged by: Tim Yardley <yardley@uiuc.edu> :-)
* Add ident2, a way for people running behind a natd server to use ident.will2000-03-276-0/+31
| | | | | PR: 15192 Submitted by: Rod Taylor <rod@zort.on.ca>
* Update to version 2.3 beta 17.obrien2000-03-273-10/+13
| | | | | | | | | | | | | | | | * 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
* Upgrade to 1.6.dirk2000-03-262-3/+3
| | | | Submitted by: kris
* Upgrade to 2.1.8.8p2, and add libwrap & loadavg support.vanilla2000-03-263-3/+25
|
* Fix incomplete PLIST.imura2000-03-251-2/+1
|
* Activate kssh.will2000-03-231-0/+1
| | | | PR: 15802
* New port for KSSH - a KDE ssh frontend.will2000-03-236-0/+60
| | | | | | | 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
* Move a couple of orphaned distfiles to ~fennerfenner2000-03-221-1/+1
|
* Restore useless version required comments.obrien2000-03-2215-0/+15
|
* PREFIX -> LOCALBASE (portlint)mharo2000-03-211-1/+1
|
* portlint:mharo2000-03-212-3/+2
| | | | | PREFIX -> LOCALBASE remove blank lines
* "http://www.FreeBSD.org/~user/" -> "http://people.FreeBSD.org/~user/"asami2000-03-211-1/+1
|
* Update port to 2.0.beta2jedgar2000-03-213-321/+358
| | | | | | | Add 2 MASTER_SITES PR: 17341 Submitted by: Maintainer
* upgrade to 1.6.2p3mharo2000-03-202-2/+4
|
* remove whitespace and PREFIX->LOCALBASE (portlint)mharo2000-03-201-2/+2
|
* Fix socklen_t for FreeBSD 3.fenner2000-03-201-1/+1
| | | | PR: ports/17491
* Remove the "version required" line.obrien2000-03-2015-15/+0
|
* PR: 17325(part of)foxfair2000-03-196-4/+46
| | | | | | | | 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.
* PR: 17325(Part of)foxfair2000-03-1914-18/+16
| | | | | | 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.
* Update port to 0.16jedgar2000-03-112-4/+4
| | | | | | | * Add support for PGP 6.5 PR: 17119 Submitted by: Maintainer
* Support OpenSSH in the base system as the ssh1 component.obrien2000-03-111-2/+10
|
* Activate seahorse (found by bento)jedgar2000-03-101-0/+1
|
* Port for Seahorse, a Gnome front end for GnuPG.wes2000-03-105-0/+38
| | | | | | PR: 17295 Submitted by: Dave McKay <dave@elvis.mu.org> Obtained from: Dave McKay <dave@elvis.mu.org>
* Fix usage of libc_r (i. e. replace -lc_r with -pthread) and simplifydirk2000-03-072-28/+5
| | | | | | prefix handling. OK'ed by: maintainer
* lxnb is a NetBus 1.60 client for remote administration of Windows machineskris2000-03-057-0/+52
| | | | Obtained from: OpenBSD
* Update this to a CVS_DATE of a few minutes ago.green2000-03-034-39/+21
|
* Allow manual PORTS_CVS_SERVER and CVS_SITES settings.brian2000-03-022-2/+8
| | | | Approved by: maintainer
* Fix build error by adding ${OPENSSLINC}/openssl to the include path.dirk2000-02-282-2/+2
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Try my hand at a port/package for making a modular librsaintl librarypeter2000-02-281-0/+1
| | | | | | | 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.
* ssh-askpass is a small X app which OpenSSH's ssh-add(1) will try and spawnkris2000-02-288-0/+174
| | | | | | | 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.
* Woops fix my previous incorrect patch.shin2000-02-271-7/+7
| | | | | | | | | 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.
* PLIST related fixes.reg2000-02-272-0/+10
|
* Respect CFLAGS.reg2000-02-271-1/+1
| | | | No response by: maintainer
* Prompt for license confirmation when pkg_add'ing the port, and some minorkris2000-02-272-2/+2
| | | | tweaks.
* Fix build.kris2000-02-272-2/+54
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Chase the checksum (README changed)kris2000-02-271-1/+1
|
* Update to 2.1.8.8p1 (previous version no longer availableade2000-02-264-4/+46
| | | | | | | | 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>
* Fix a coredump-y bug that crept in recently.green2000-02-251-2/+2
|
* Update port to 1.0.1jedgar2000-02-243-12/+6
|
* - re-enable TCP_NODELAYsumikawa2000-02-241-41/+30
| | | | | | | | | 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
OpenPOWER on IntegriCloud