aboutsummaryrefslogtreecommitdiff
path: root/security/nessus-libnasl
Commit message (Collapse)AuthorAgeFilesLines
* Update nessus suite to version 1.0.9, remove extra file from nessus'Jimmy Olgeni2001-08-082-2/+2
| | | | | | | pkg-plist (includes.h). Notes: svn path=/head/; revision=45957
* Update the Nessus suite to version 1.0.8.Jimmy Olgeni2001-05-242-2/+2
| | | | Notes: svn path=/head/; revision=43002
* Update to version 1.0.7a.Jimmy Olgeni2001-02-052-11/+11
| | | | Notes: svn path=/head/; revision=38019
* Use proper capitalization (freebsd.org -> FreeBSD.org)Jimmy Olgeni2001-01-241-1/+1
| | | | | | | Noted by: sobomax Notes: svn path=/head/; revision=37538
* Change maintainer email address (olgeni@uli.it -> olgeni@freebsd.org)Jimmy Olgeni2001-01-241-1/+1
| | | | Notes: svn path=/head/; revision=37537
* Upgrade to 1.0.7.Vanilla I. Shu2001-01-243-17/+16
| | | | | | | | PR: ports/24501, ports/24502, ports/24503, ports24504 Submitted by: maintainer Notes: svn path=/head/; revision=37517
* Maintainer upgrade to 1.0.6.Doug Barton2000-11-262-2/+3
| | | | | | | | PR: ports/22725 Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=35423
* Reassign maintainership from ports@FreeBSD.org to Jimmy Olgeni <olgeni@uli.it>.Maxim Sobolev2000-11-091-1/+1
| | | | | | | Submited by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=34948
* Revert maintainership to ports@ at maintainer's request.Dag-Erling Smørgrav2000-11-091-1/+1
| | | | Notes: svn path=/head/; revision=34944
* Update to 1.0.5James E. Housley2000-10-282-18/+12
| | | | | | | | PR: 21944 Submitted by: Anders Nordby <anders@fix.no> MAINTAINER Notes: svn path=/head/; revision=34332
* Update to version 1.0.4Kevin Lo2000-09-093-15/+20
| | | | | | | | PR: 20910 Submitted by: MAINTAINER Notes: svn path=/head/; revision=32467
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27426
* PR: 17325(Part of)Foxfair Hu2000-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. Notes: svn path=/head/; revision=26810
* Unbreak for -current.Jun Kuriyama2000-02-222-10/+3
| | | | | | | Use USE_LIBTOOL. Notes: svn path=/head/; revision=26124
* Update port to 0.99.4Chris D. Faulhaber2000-02-012-3/+3
| | | | | | | | PR: 16478 Submitted by: Maintainer Notes: svn path=/head/; revision=25374
* Update to version 0.99.3, update PLIST accordingly, and enable encryptionSteve Price2000-01-282-3/+5
| | | | | | | | | | between the client and server. PR: 16018 Submitted by: maintainer Notes: svn path=/head/; revision=25175
* Don't include bsd.port.pre.mk twice. This usually is caused by firstSatoshi Asami2000-01-071-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). Notes: svn path=/head/; revision=24507
* Update to version 0.99.2.Steve Price1999-12-272-4/+4
| | | | | | | | PR: 15714 (2 of 4) Submitted by: maintainer Notes: svn path=/head/; revision=24176
* PORTLINT rules.Foxfair Hu1999-12-011-4/+3
| | | | Notes: svn path=/head/; revision=23544
* PR: 14775Foxfair Hu1999-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 Notes: svn path=/head/; revision=23523