aboutsummaryrefslogtreecommitdiffstats
path: root/security/nessus-libnasl
Commit message (Collapse)AuthorAgeFilesLines
* Add INSTALLS_SHLIB.olgeni2001-10-061-0/+1
|
* Update nessus suite to version 1.0.9, remove extra file from nessus'olgeni2001-08-082-2/+2
| | | | pkg-plist (includes.h).
* Update the Nessus suite to version 1.0.8.olgeni2001-05-242-2/+2
|
* Update to version 1.0.7a.olgeni2001-02-062-11/+11
|
* Use proper capitalization (freebsd.org -> FreeBSD.org)olgeni2001-01-241-1/+1
| | | | Noted by: sobomax
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)olgeni2001-01-241-1/+1
|
* Upgrade to 1.0.7.vanilla2001-01-243-17/+16
| | | | | PR: ports/24501, ports/24502, ports/24503, ports24504 Submitted by: maintainer
* Maintainer upgrade to 1.0.6.dougb2000-11-262-2/+3
| | | | | PR: ports/22725 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.sobomax2000-11-101-1/+1
| | | | Submited by: Jimmy Olgeni <olgeni@uli.it>
* Revert maintainership to ports@ at maintainer's request.des2000-11-091-1/+1
|
* Update to 1.0.5jeh2000-10-282-18/+12
| | | | | PR: 21944 Submitted by: Anders Nordby <anders@fix.no> MAINTAINER
* Update to version 1.0.4kevlo2000-09-093-15/+20
| | | | | PR: 20910 Submitted by: MAINTAINER
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* PR: 17325(Part of)foxfair2000-03-192-3/+3
| | | | | | 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.
* Unbreak for -current.kuriyama2000-02-222-10/+3
| | | | Use USE_LIBTOOL.
* Update port to 0.99.4jedgar2000-02-012-3/+3
| | | | | PR: 16478 Submitted by: Maintainer
* Update to version 0.99.3, update PLIST accordingly, and enable encryptionsteve2000-01-292-3/+5
| | | | | | | between the client and server. PR: 16018 Submitted by: maintainer
* Don't include bsd.port.pre.mk twice. This usually is caused by firstasami2000-01-081-1/+1
| | | | | including bsd.port.pre.mk and then later including bsd.port.mk (the latter of which of course should be bsd.port.post.mk).
* Update to version 0.99.2.steve1999-12-282-4/+4
| | | | | PR: 15714 (2 of 4) Submitted by: maintainer
* PORTLINT rules.foxfair1999-12-021-4/+3
|
* PR: 14775foxfair1999-12-015-0/+67
Submitted by: Anders Nordby <anders@fix.no> NASL is a scripting language designed for the Nessus security scanner. Its aim is to allow anyone to write a test for a given security hole in a few minutes, to allow people to share their tests without having to worry about their operating system, and to garantee everyone that a NASL script can not do anything nasty except performing a given security test against a given target. NASL is not a powerful scripting language. Its purpose is to make scripts that are security tests. So, do not expect to write a third generation web server in this language, nor a file conversion utility. Use perl, python or whatever scripting language to do this. WWW: http://www.nessus.org/doc/nasl.html