pkgsrc/security/nessus-core/PLIST
adrianp a3a3bf3ab6 - Update nessus to 2.2.0
- ok'ed frueauf

Local security checks over SSH : Nessus can now log into the remote hosts
to determine their patch levels and missing updates

A rewritten internal knowledge base API : the new knowledge base API makes
KB access faster and lets the plugins store any amount of data

An improved internal communication between the various nessusd processes, thus
reducing the overhead it takes to handle the results of the plugins and pass
them to the client

An improved plugin scheduler which reduces the time Nessus needs to organize
the order in which plugins should be launched

Sensitive scripts (which can execute commands over SSH) are cryptographically
signed
2004-11-02 00:01:04 +00:00

32 lines
956 B
Text

@comment $NetBSD: PLIST,v 1.12 2004/11/02 00:01:04 adrianp Exp $
bin/nessus
bin/nessus-mkcert-client
bin/nessus-mkrand
include/nessus/config.h
include/nessus/includes.h
include/nessus/nessus-devel.h
include/nessus/nessusicmp.h
include/nessus/nessusip.h
include/nessus/nessusraw.h
include/nessus/nessustcp.h
include/nessus/nessusudp.h
include/nessus/ntcompat.h
man/man1/nessus-mkcert-client.1
man/man1/nessus-mkrand.1
man/man1/nessus.1
man/man8/nessus-adduser.8
man/man8/nessus-mkcert.8
man/man8/nessus-rmuser.8
man/man8/nessusd.8
sbin/nessus-adduser
sbin/nessus-check-signature
sbin/nessus-mkcert
sbin/nessus-rmuser
sbin/nessusd
@exec ${MKDIR} %D/lib/nessus/reports
@unexec ${RMDIR} %D/lib/nessus/reports 2>/dev/null || ${TRUE}
@unexec ${RMDIR} %D/lib/nessus 2>/dev/null || ${TRUE}
@exec ${MKDIR} %D/etc/nessus
@unexec ${RMDIR} %D/etc/nessus 2>/dev/null || ${TRUE}
@exec ${MKDIR} ${VARBASE}/nessus
@unexec ${RMDIR} ${VARBASE}/nessus 2>/dev/null || ${TRUE}