summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2003-01-13add LDFLAGS to ld arguments so libpam_misc can find libpam.grant2-4/+13
fixes build problem in Hubert's bulk-build.
2003-01-12Update to ssh version 3.2.2.seb3-79/+14
Changes since 3.2.0: 2002-10-15 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.2 (on Unix this time). * sshd2: Fixed a security problem with setsid() use. Now we call it every time, if we need to run a new process on the user's privileges (command, subsystem or shell). Previously, it was only run if the user had requested a tty (for a shell, for example). Special thanks to Logan Gabriel for finding this problem. 2002-10-01 Sami J. Lehtinen <sjl@ssh.com> * configure: Previous: Check for /dev/pts was broken. 2002-08-08 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.2 (only Windows client, no *nix changes). 2002-07-26 Sami J. Lehtinen <sjl@ssh.com> * ssh-3.2.1. 2002-07-24 Sami J. Lehtinen <sjl@ssh.com> * sshd2: Fixed a bug with setpcred() usage (on AIX), which caused that chroot() was not done.
2003-01-10USE_PKGLOCALEDIR=yescjep1-5/+6
2003-01-10USE_PKGLOCALEDIR=yescjep2-8/+10
2003-01-09Update from 2.20 to 2.22.mycroft2-5/+5
Release 2.22. Added clone method. Contributed by Holger Smolinski <holger@kunterbunt.bb.bawue.de> Release 2.21 Minor tweaks sync up with bleadperl: - VMS optimizer tweaks to the Makefile.PL - MacOS support - Added alignment test Added example to the MD5 POD that shows how to calculate the digest of Unicode strings.
2003-01-09Update checksum for idea.c.gz.chris1-3/+3
Changelog from idea.c file indicates: * 2002-12-11 wk __ppc__ is used on Darwin instead of __powerpc__. Used .sig file to check download was ok. Closes pkg/19749
2003-01-06Split up installation of directories to please SunOS /usr/ucb/installcjep1-2/+3
2003-01-04Instead of using -Wl,-R use -Wl,${_OPSYS_RPATH_NAME} (and pass thiscjep3-5/+6
value to make).
2003-01-03Pass -Wl,-R${X11BASE}/lib to cc to build ssh-askpass (instead of just -R)cjep2-24/+24
2003-01-03Change my email address to the NetBSD one (hispabsd.org -> netbsd.org).jmmv2-4/+4
Approved by wiz.
2003-01-02Fix distinfos (server holding distfiles replaced and original distfiles lost)abs2-6/+6
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.