summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2002-12-31Updated to p5-Net-SSLeay-1.21shell2-5/+5
Changes provided, but not clear, I guess should be a functional improvement and some bugs fixed. - Patch by Mike McCauley mikem@open.com_.au - applied patch from Tim Engler <tim@burntcouch_.com> - perl-5.8/gcc-3.2 patch on Makefile.PL from Joern_Hoos@@notes.uni-paderborn._de, lucho@@galix._com, bellis@@saberlogic._com, and simonclewer@@superquote._com
2002-12-30remove entry for "lib/nessus/plugins_factory". Reported by Bernd Ernestifrueauf1-2/+1
in private mail.
2002-12-25Use automatic PLIST handling.grant5-12/+9
2002-12-24Make this work on IRIX.jschauma1-2/+4
2002-12-24Add PLIST for irix6. Same as netbsd and solaris -- maybe we can combine these?jschauma1-0/+7
2002-12-24implementations->implicationscjep1-1/+1
2002-12-23Update security/PAM to 0.77. Changes from version 0.75 include:jlam29-747/+875
* Numerous bug fixes for most of the PAM modules, including several string length checks and fixes (update recommended!). * fix for legacy behavior of pam_setcred and pam_close_session in the case that pam_authenticate and pam_open_session hadn't been called * pam_unix: - don't zero out password strings during password changing function * pam_wheel: - feature: can use the module to provide wheel access to non-root accounts. * pam_limits: - added '%' domain for maxlogins limiting, now '*' and @group have the old meaning (every) and '%' the new one (all) - handle negative priority limits (which can apply to the superuser too). * pam_userdb: - require that all of typed password matches that in database * pam_access: - added the 'fieldsep=' argument, made a PAM_RHOST of "" equivalent to NULL Incidentally, cups-1.1.18 will once again do PAM authentication using pam_unix.so if built against PAM-0.77.
2002-12-23Whitespace fixcjep3-7/+7
2002-12-22Update gpgme to 0.3.14.chris3-7/+7
From NEWS file: Noteworthy changes in version 0.3.14 (2002-12-04) ------------------------------------------------- * GPGME-Plug is now in its own package "cryptplug". * Workaround for a setlocale problem. Fixed a segv related to not correctly as closed marked file descriptors. For full list of changes see ChangeLog. (distfile checked against .sig file)
2002-12-19Update nessus{-core,-libraries,-plugins} and libnasl to 1.2.7.frueauf14-40/+88
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
2002-12-18Add and enable gtk-systrace and tkpasman.wiz1-1/+3
2002-12-18GTK interface to systrace(1).wiz5-0/+81
2002-12-16On NetBSD use /dev/urandom insted of /dev/random (PR#19275).martti4-8/+30
Bump PKGREVISION.
2002-12-14REPLACE_PERL's working directory is ${WRKSRC}, so packages needn'tschmonz1-2/+2
prefix REPLACE_PERL definitions with ${WRKSRC}.
2002-12-13Change directory before ${FETCH_CMD} as mk/bsd.pkg.mk does. This avoids auebayasi1-3/+4
fetch error if FETCH_CMD is e.g. ``curl -O''. No functional changes.
2002-12-13add some missing documentation files.grant1-1/+7
2002-12-12shorten COMMENTabs1-2/+2
2002-12-12Update buildlink2.mk to force the use of 2.1.10.chris1-2/+2
2002-12-11Update cyrus sasl to 2.1.10. As noted in pkg/19335.chris7-32/+37
Fixes a buffer overflow: http://online.securityfocus.com/archive/1/302603 and other misc bugs. (note .sig file checked and verified)
2002-12-09Replace "true" by "${TRUE}".tron2-8/+8
2002-12-07Avoid using the "tl" modifier in PKGNAME. It is not supported in make ofjmmv1-2/+2
NetBSD 1.5.
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz4-9/+9
2002-12-05Initial import of tkpasman, version 2.2. Description follows:jmmv5-0/+102
TkPasMan is a simple program that lets you store usernames and passwords you collect during access to forums, mailing lists, and other websites. It is inspired in gpasman, but it has more paste possibilities. You can, for example, paste the username at first and then password, using two mouse clicks. Passwords can be stored in a secure file, using OpenSSL to encrypt it. This closes my own PR pkg/18884. Approved by wiz.
2002-12-03on Solaris, pass -Wl,-R ... (as per NetBSD targets) so that libssl cangrant2-6/+89
find libcrypto. fixes my PR pkg/19229.
2002-12-02A build dependence on the "bison" package is enough. It is not requiredtron1-2/+2
for running this package.
2002-12-01Update to version 0.9b3. Okay'ed by hubertf.seb3-11/+16
Package changes: use buildlink2, ssldump command moved from bin/ to sbin/. Selected Changelogs bits: * Added support for VLAN networks (Jeffrey Hafey) * Added support for non-promiscuous mode (-P flag) (Bruce M Simpson) * Added support for session resumption. * Added the -X flag to force hex-only printing when binary data is displayed as hex dumps. * Added -r as a synonym for -f. -f will eventually be removed and reused for some other option. This was done for option compatibility with tcpdump and on the theory that someday I might add a -w. * Renamed -h to -H and added it to the documentation. -h now triggers usage info. Plus numerous fixes, bug fixes and security fixes.
2002-11-30Add patch to reopen stdout/stderr to /dev/null to quelch whining aboutmjl3-2/+43
closed descriptors in syslog.
2002-11-30Explicitly specify the path to Perl5 executable for configure script.uebayasi1-2/+2
Reported by Jonathan Perkin in PR19205.
2002-11-29Belated bump libgpgme.so from 9.3 to 9.4.chris1-2/+2
Next time something says just updated a couple of scripts, I won't believe it. Thanks to skrueger for pointing this out 8)
2002-11-26Add RCS Tag.cjep1-0/+1
2002-11-26add&enable hackbotpooka1-1/+2
2002-11-26hackbot 2.15 provided by Niilo Kajander in pkg/19151pooka4-0/+44
from DESCR: Hackbot is a vulnerability scanner that started as a joke at first, but now it has become a serious project. Hackbot scans over 300 CGI's, scans for banners of several services, does unicode checks, checks for open relays, outsmarts Cisco PIX MailGuard, can do ripe checkup, spamcop db checkup, X connect test and lots more.
2002-11-24Trivially use buildlink2.seb1-2/+3
2002-11-24As I said before this INSTALL script is not needed anymore: /usr/lib/sasl2seb1-12/+0
is not needed!
2002-11-24use test target provided by bsd.pkg.mk instead of home grown one.dillo1-4/+2
2002-11-24Rename the regress target test. This appears to be the new standard:chris1-2/+2
http://mail-index.netbsd.org/pkgsrc-changes/2002/11/23/0009.html
2002-11-24Update gpgme to 0.3.13.chris2-6/+6
Only change (other than version) is: * config.sub, config.guess: Updated from ftp.gnu.org/gnu/config to version 2002-11-08.
2002-11-24Seems that gnupg now depends on perl being available to create, installchris1-1/+3
and run gpgkeys_mailto Fixes PR pkg/19104 Also bump pkgrevision.
2002-11-23saslauthd daemonises itself, so we don't need to background it, andchris1-2/+1
we don't really need to sleep 2 while it gets going.
2002-11-23Match the default for the sasl socket dir, IE /var/run/saslauthd.chris3-8/+9
Also the dir is now root owned, but with 755 permissions, previously it was cyrus owned. Bump PKGREVISION to 2.
2002-11-20adjust version date embedded into binaryitojun1-3/+3
2002-11-20upgrade to 20021120.itojun4-36/+12
- fix sha2 computation (was in patch-ag) - plug some memory leaks - more strict isakmp header length check - correct phase 2 proposal reqid handling - check for fd_set overrun
2002-11-18Updated isakmpd to 20021118martti2-5/+5
* bug fixes
2002-11-15Whitespace fixes for 80-char wide displays.jlam1-10/+10
2002-11-15buildlink1 -> buildlink2jlam1-2/+2
2002-11-14Bump PKGREVISION:seb12-199/+181
- No need for /usr/lib/sasl2 anymore: INSTALL script removed, DEINSTALL script tuned. - Removed auto* tools dependencies by providing patch files for generated configure and Makefile.in. - Use ${PKGDIR} instead of ${.CURDIR} for PLIST_SRC files. - `--with-rc4' does not need an argument. - Use BUILDLINK_PREFIX.whatever instead of BUILDLINK_DIR. - Fix GSSAPI build for non-current NetBSD, this includes patch-ag removal. - Fix PLIST handling by providing PLIST.post (lib/sasl2 removal at deinstall time) and fixing PLIST.common (include/sasl removal at deinstall time). - Bump BUILDLINK_DEPENDS.cyrus-sasl in buildlink2.mk. - Work around problem introduced by LTCONFIG_OVERRIDE and direct usage of ac_cv_can_build_shared in configure.in as suggested by Nick Hudson. Remove patch-ab (sasl-config is gone btw, it was not needed anyway). This should fix plugins shared libs problem as reported -among other- in PR pkg/19001 by Stephen Degler <sdegler at degler dot net>.
2002-11-13Update to 0.9:jschauma3-22/+9
Version 0.9 * Fixed bugs * Added support for keyed md check of db and config * Removed dependancy on libgcrypt * Added dependancy on mhash Version 0.8 * Fixed loads and loads of bugs * Added syslog backend * Report format changed * added lots of parameters see man page and configure --help * added ACL support for SunOS 5.x (and compatibles) * libgcrypt is now separate and required Version 0.7 * Bug fixes * Compressed database support * Linkname checking * Mhash support (version 0.8.1 of mhash required)
2002-11-13Update to version 0.8.17:jschauma2-6/+6
Version 0.8.17 (released October 4 2002) - Corrected the HEX key mode. Refuses to convert hex strings longer than the given key size. - Corrected some memory leaks in keygen_s2k. Patch by Bob Mathews <bobmathews@alumni.calpoly.edu> - Corrected wrong use of sizeof in hmac_test. Reported by Ellis Pritchard <ellispritchard@users.sf.net> Version 0.8.16 (released May 29 2002) - Code cleanups and optimizations - Added configure time options to disable certain algorithms Version 0.8.15 (released May 24 2002) - Corrected Iterated S2K - Made all static tables constant (pointed out by Darryl Miles <darryl@netbauds.net>) Version 0.8.14 (release March 28 2002) - mhash_deinit() and mhash_hmac_deinit() now accept a null digest parameter - Corrected memory leaks (patch by Gustavo Niemeyer <niemeyer@conectiva.com>) - Corrected bug in Gost hash algorithm (pointed out by Mike Gorchak <mike@malva.ua>) Version 0.8.13 (released November 18 2001) - Added ADLER32 algorithm (implementation by Manuel Kasper <mk@neon1.net>) Version 0.8.12 (released October 29 2001) - Corrected bugs in mhash_get_name() functions - Added SHA-256 from libnettle. Version 0.8.11 (released October 21 2001) - added mhash_save_state_mem() and mhash_restore_state_mem() functions, initial patches and idea by Blake Stephen <Stephen.Blake@veritect.com> - Added mhash_get_name_static() - Corrected mhash_get_name() and mhash_count() Version 0.8.10 (released on July 12 2001) - New mhash_deinit() and mhash_hmac_deinit() functions based on the proposal, and patches by William Ahern <wahern@25thandClement.com>
2002-11-13Make it build again if you don't have SASL_USE_GSSAPI set anywhere.chris1-2/+2
2002-11-13Fix support for kerberos 5, it now compiles and installs properly whenchris4-20/+18
SASL_USE_GSSAPI is defined to yes. Note untested as I don't have kerberos setup, it probably won't work until some patches are put in to fix plugins not working.