7a24737d03
Based on pr pkg/19438 by Adrian Portelli. Changes since 1.2.6: . changes by Renaud Deraison (deraison@cvs.nessus.org) - The 'cancel' button of several file selection dialogs is now working - Optimized several plugins : - Web-related checks now use http_recv() instead of recv() - open_priv_sock_tcp() has a lower timeout - RPC related checks now use get_rpc_port(), a function equivalent to libc's getrpcport() but with a much smaller timeout - Decreased the default value of checks_read_timeout from 15 to 5 - Fixed a bug in the plugin selection GUI which would not refresh the list of plugins of a given family properly (bug#3) - Fixed memory leaks in NASL - Fixed a bug in nessusd which would make it leak memory when receiving a SIGHUP (bug#10) - Fixed a compatibility problem with Nmap 3.10ALPHA (bug#11) - Nessus now accepts nmap's U: and T: notation for the port range (bug#5) . changes by Erik Anderson (eanders@pobox.com) - Added CVE and BID links, added urls and removed dead links from the plugins . changes by Michel Scheidell (scheidell@secnap.net) - Improved several SMB-related checks . changes by Rodolfo Baader (rbaader@activesec.biz) - Quotes and apostrophes are properly escaped in the XML output report
31 lines
915 B
Text
31 lines
915 B
Text
@comment $NetBSD: PLIST,v 1.8 2002/12/19 18:30:14 frueauf 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-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} /var/nessus
|
|
@unexec ${RMDIR} /var/nessus 2>/dev/null || ${TRUE}
|