pkgsrc/security
frueauf 7e44b847eb Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a.
This also includes changes offered in pr pkg/18734 and pr pkg/20796
submitted by Adrian Portelli. Thanks & Sorry that it took that long to
pick them up.

2.0.6 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Support for the keyword 'default' as a port range in nmap_wrapper.nes
- Fixed a zombie issue in nmap_wrapper.nes
- Fixed various issues which could allow a NASL script to crash the
  NASL interpretor
- Improved the process management in find_services.nes

2.0.5 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed a rare race condition which may make the scan hang
- Fixed SMB related issues
- Entering "default" as the port range will make nessusd scan the ports
  listed in the Nessus services file.
- Even more sigs in find_services.nes
. changes by Julien Bordet (zejames@greyhats.org)
- Added over 3,000 signatures to smtpscan.nasl (thanks to the data
  provided by the Nessus team)

2.0.4 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- fixed the SIGCHLD handler which would not work properly and leave zombies
  on the system
- fixed a race condition when testing a great number of hosts which would
  cause a testing process to slow down a whole audit or even hang it
  totally
- When a great number of host names is passed to nessusd as a target, they
  are resolved by chunks of 64 instead of trying to resolve everything then
  starting the test
- RedHat 9 support (in spite of their attempt to make their distro incompatible
  with everyone else)
. changes by Gabriel L. Somlo <somlo@acns.colostate.edu>
- The nessus can save the reports to stdout and read them from stdin

2.0.3 :
- fixed a compilation error which would prevent find_services from working
  properly

2.0.2 :
. changes by Michel Arboi (arboi@alussinan.org)
- NASL port of smtpscan (original Perl program by Julien Bordet)
- Nasty bug made loop stop prematurely on rare cases
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Re-wrote webmirror.nasl from scratch. The new version has a real parser
  built-in and is much faster
- Added checks for older Microsoft Advisories
- SMB plugins now use NTMLv1 authentication, ie: they don't send passwords
  in clear text over the network any more
- Added new crypto functions, taken from samba, in libnasl/
- Repaired detached scans
- Fixed IP ranges notation (10.1.1-9.1-254 did not work any more)
- Minor bug fixes and enhancements : #234, #233, #230, #229, #228, #225, #222,
  #220, #218, #217, #216, #215, #213, #212, #211, #207, #206, #205
- nessus-update-plugins properly calls chown under FreeBSD, no matter how
  many plugins there are
- find_services.nes recognizes even more protocols
. changes by Xueyong Zhi <zhi@mail.eecis.udel.edu>
- Added NTLMv2 authentication
. changes by Frank Migge (frank.migge@oracle.com)
- nessus-mkcert-client creates the auth/rules file properly

2.0.1 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Minor bugfixes (bugs #180, #183, #185, #188, #189, #195, #197, #202, #203, #204)
- Fixed the "pink" graphical report issue
- Added http keep-alive support in the CGI related plugins
- Fixed a bug in the function get_kb_list() which would not always work
  properly
- Fixed an issue where in some situations, some HTTP services would not
  be tested for flaws if they have not been port-scanned first
- Added new signatures in find_services.nes
. changes by Stephen Friedl (steve@unixwiz.net)
- Fixed bugs and warnings in nessus-libraries

2.0.0 :
. changes by Michel Arboi (arboi@alussinan.org)
- NASL2 : Implement >!< "strings don't match" operator
- NASL2 : fixed a vicious case of freed memory copy.
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Fixed a small bug in the plugin scheduler
- Ported to IRIX
- Several small bugfixes
. changes by Xueyong Zhi <zhi@mail.eecis.udel.edu>
- Added nmap_osfingerprint

1.3.4 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Re-written the process manager for the hosts
- Lots of bugfixes in the plugins text store manager
- New port scanner "synscan" which uses the RTT of the packets to do
  its job.
- Fixed several small issues in nasl and nessusd (bug fixes, code cleanup)
- Added cryptographic hashing functions in NASL
- Added the function get_kb_list() which returns the content of a KB
  without forking the plugin
- Updated the manpages of nessusd and nasl
. changes by Michel Arboi (arboi@alussinan.org)
- Fixed scanner_get_port() when running in standalone mode
- Fixed possible uninitiliazed memory issues in libnasl
- Started to write the NASL2 reference guide (to be found in libnasl/doc/)

1.3.3 :
. changes by Michel Arboi (arboi@alussinan.org)
- Implement bit xor, logical & aithmetic right shift, power
- Fix operator precedence
- Added new NASL functions
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- The plugin texts are not loaded in memory any more, thus reducing
  the consumption of the nessus daemon of two megs. This also speeds up
  the loading of nessusd.
- Fixed a bug in the plugins scheduler (if optimizations were enabled,
  the scan would sometime hang)
- Added a new NASL function (int())
- Fixed strings substraction to handle null values properly
- find_services.nes runs in parallel mode, for improved speed
- new plugin (synscan) which should perform well against firewalled
  hosts (computes the RTT before the scan)

1.3.2 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Added fixes so that nessus-core/nessusd/pluginscheduler.c compiles with
  the latest version of GCC
- Fixed a bug in nessus-libraries/libnessus/bpf_share.c : a timer would not
  be reset, causing plugins which call bpf_next() to sometimes crash
- Set the timer of bpf_share.c to a much lower value, thus making it work
  much better
- Improved tcp_ping()
- Fixed two bugs in the plugins scheduler :
	- If the option "enable dependencies at runtime" is set,
	  it would enable ALL the plugins which are depended on, instead
	  of only those we use ;
	- In some cases, it may terminate too early, thus preventing a scan
	  from being complete
- DESTDIR support

1.3.1 :
. changes by Renaud Deraison (deraison@cvs.nessus.org)
- Rewrote the plugins scheduler (which determines the order in which
  the plugins are to be launched). The new one is much more efficient
  but as a result, it is not possible to accurately determine the
  order in which the plugins will be ran, so the 'plugin name' in
  the client is now totally bogus
- Fixed various issues with NASL scripts so that they work better
  with NASL2
- Fixed bugs relative to the creation of icmp and udp packets in nasl
- Fixed some fatal bugs in the bpf sharer
- NASL scripts do not read /dev/urandom any more, and use time() as a
  random seed instead. As a result, the loading and execution of nasl
  scripts if faster on systems where /dev/urandom can be blocking
- Fixed the tcp NIDS evasion techniques on BSD systems
- Full support for Bugtraq IDs
- The HTML reports add links for URLs, and show the ID number of
  the plugin that issues the report.
- Speed up the calls to arg_get_value() by using a hash of the name
  being searched for.
- Changed the licence of NASL2 to the GPLv2 (with the consent of Michel Arboi)
. changes by Michel Arboi (arboi@alussinan.org)
- Better handling of the arrays in NASL2
. changes by Erik Anderson (eanders@carmichaelsecurity.com)
- CVE and bugtraq cross references
. changes by Jay (jay@kinetic.org)
- Fixed multiple typos in the plugins
. changes by Javier Fernandez-Sanguino (jfernandez@germinus.com)
- Nessus now ships Hydra 2.2
- Fixed various compilation scritps (see bug#63)

1.3.0 :
. changes by Michel Arboi (arboi@alussinan.org)
- Use our own nessus-services file (re-generated at first start to include
  /etc/services and nmap-services)
- Added new families of plugins (ACT_KILL_HOST and ACT_END)
- Rewrote libnasl
. 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)
- Helped Michel Arboi to give the last touches to the new libnasl
. 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
2003-06-09 17:01:24 +00:00
..
AiCA Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
aide Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
AiSSLtelnet Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
amavis Allow this to build on NetBSD when gtar is installed by only looking for 2003-04-11 22:06:22 +00:00
amavis-perl Fix typo, reported by yaranaika in PR 21825. 2003-06-09 09:36:20 +00:00
apg Adjust format a bit: 2001-11-11 06:17:26 +00:00
arirang Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
audit-packages Update to version 1.15. 2003-05-21 14:07:45 +00:00
avcheck Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
cfs Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
crack Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
cy-login Initial import of security/cy-login. 2003-03-19 21:09:46 +00:00
cy2-login Sync up library versions 2003-06-06 15:14:04 +00:00
cy2-ntlm Sync up with reality 2003-06-06 15:10:38 +00:00
cyrus-sasl Correct DEPENDS line to proper format 2003-03-22 22:09:02 +00:00
cyrus-sasl2 Updated cyrus-sasl to 2.1.13 2003-05-26 06:53:08 +00:00
ddos-scan Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
dsniff Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
egd Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
flawfinder Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
fortify Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
fressh Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
fsh Update fsh to 1.2. Changes since 1.1: 2003-03-05 21:59:34 +00:00
gnupg fix checksum for USE_IDEA case 2003-05-07 08:26:10 +00:00
gnutls Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
gpa Dependency bumps, needed because of devel/pth's major bump, and related 2003-05-02 11:53:34 +00:00
gpgme Dependency bumps, needed because of devel/pth's major bump, and related 2003-05-02 11:53:34 +00:00
gtk-systrace Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
hackbot hackbot 2.15 provided by Niilo Kajander in pkg/19151 2002-11-26 13:40:17 +00:00
isakmpd Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
john Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
keychain Updated keychain to 2.0.2 2003-01-18 05:58:58 +00:00
kssh Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
kth-krb4 Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
libbf Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
libcrack Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
libdes Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
libgcrypt Updated to version 1.1.12. 2003-05-13 03:07:10 +00:00
libidea Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
libident Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
libmcrypt Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
libnasl Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a. 2003-06-09 17:01:24 +00:00
libtasn1 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
logcheck Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
mcrypt Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
mhash Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
mirrordir Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
msu Update: 2003-06-06 17:09:05 +00:00
msudir Update: 2003-06-06 17:09:05 +00:00
nessus Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a. 2003-06-09 17:01:24 +00:00
nessus-core Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a. 2003-06-09 17:01:24 +00:00
nessus-libraries Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a. 2003-06-09 17:01:24 +00:00
nessus-plugins Update libnasl and nessus{-core,-libraries,-plugins} to 2.0.6a. 2003-06-09 17:01:24 +00:00
netramet enable IPv6. 2002-04-03 02:09:54 +00:00
nfsbug Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
opencdk Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
openssh Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
openssl Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
otpcalc Line up PKGREVISION whitespace. 2003-05-05 16:40:38 +00:00
p0f Make this package honor PKG_SYSCONFDIR. Bump PKGREVISION. 2003-02-02 21:32:11 +00:00
p5-Crypt-Blowfish Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-CBC Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-DES Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-DES_EDE3 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-DSA Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-IDEA Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-OpenPGP Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-Primes Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-Random Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-Rijndael Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-RIPEMD160 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-RSA Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Crypt-Twofish Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-HMAC Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-MD2 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-MD4 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-MD5 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-Nilsimsa Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Digest-SHA1 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-IO-Socket-SSL Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-Net-SSLeay Pass prefix to openssl as argument to the configure stage: helps 2003-03-05 11:42:53 +00:00
p5-SHA Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
p5-SSLeay Updated to p5-SSLeay-0.47 2003-02-09 08:09:08 +00:00
p5-Tie-EncryptedHash Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
pakemon Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
PAM Some improvements from Jeremy C. Reed via PR 20892: 2003-05-22 14:36:06 +00:00
pam-ldap PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
pam-smbpass Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:48:57 +00:00
pgp2 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
pgp5 Correct man page xrefs pgp(1) -> pgp5(1). 2002-08-25 15:18:41 +00:00
pgpdump Update pgpdump to 0.18. approved by jun. 2003-05-20 16:40:13 +00:00
php4-mcrypt Use the libmcrypt package instead of the obsolete libmcrypt22 one. 2003-03-05 09:07:23 +00:00
php4-mhash - make this work with apache2 2002-11-05 07:33:13 +00:00
pks Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
portsentry Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
priv Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
pscan Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
py-amkCrypto Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
py-cryptkit Strip the ".buildlink" from the names of the python application and 2002-09-21 23:46:45 +00:00
py-gnupg Strip the ".buildlink" from the names of the python application and 2002-09-21 23:46:45 +00:00
pyca Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
qident Update MASTER_SITES. 2003-03-23 22:33:23 +00:00
racoon Install an rc.d script; closes PR pkg/20841 and PR pkg/20842 by David Ferlier. 2003-03-22 11:00:16 +00:00
rats Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
rc5des Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
rid Make this package honor PKG_SYSCONFDIR. Bump PKGREVISION. 2003-02-02 19:47:35 +00:00
rsaref Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
ruby-acl Simplify document arrangement. 2002-01-03 15:21:38 +00:00
ruby-digest Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
ruby-openssl buildlink1 -> buildlink2. 2002-10-25 09:36:24 +00:00
ruby-tcpwrap It's tcp_wrapper_s_. 2003-06-06 03:16:23 +00:00
scanssh Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
seahorse Depend on (at least) version 1.2 of gnome{,1,2}-dirs to automatically handle 2003-05-30 16:19:50 +00:00
sfs Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3 2003-06-02 14:05:00 +00:00
skey Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
smimemsg Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
smtpd Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
sniff Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
snortsnarf Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
srp_client buildlink1 -> buildlink2. 2002-10-09 19:45:26 +00:00
ssh Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
ssh-askpass Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
ssh-ip-tunnel Move pkg/ files into package's toplevel directory 2001-11-01 00:57:41 +00:00
ssh2 Claim stewardship of these. 2003-06-03 09:39:00 +00:00
ssh2-nox11 Initial import of ssh2-nox11 into the NetBSD Packages Collection. 2003-05-10 10:05:50 +00:00
ssldump Update to version 0.9b3. Okay'ed by hubertf. 2002-12-01 21:48:09 +00:00
sslwrap Merge packages from the buildlink2 branch back into the main trunk that 2002-08-25 21:48:57 +00:00
stunnel Updated stunnel to 4.04 (upgrade to 4.03 provided by Juan RP in pkg/19310) 2003-01-18 08:33:42 +00:00
sudo Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
tcp_wrappers Make this work on IRIX. 2002-12-24 04:23:09 +00:00
tct Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
tkpasman Change my email address to the NetBSD one (hispabsd.org -> netbsd.org). 2003-01-03 15:26:54 +00:00
tripwire Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
uvscan Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
winbind Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
xdm-krb4 Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
zebedee Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages. 2003-06-02 01:15:31 +00:00
Makefile Add gnutls, libasn1 and opencdk. 2003-05-14 03:49:59 +00:00