summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
1999-03-30Make this work on Solaris.agc1-2/+16
Substitute ${LOCALBASE} for the hardcoded value in the manual pages.
1999-03-23Adjust MASTER_SITES (the daily nessus-stable tar-file doesn't seem to bebouyer1-2/+2
fetchable from http).
1999-03-22Patches needed for 1.3.3.bouyer3-0/+97
1999-03-22Update to 990318.bouyer3-7/+16
1999-03-12Add missing RCS Id.tron1-0/+2
1999-03-12Enable "libident", fixes PR pkg/7141 by Greg A. Woods.tron1-2/+2
1999-03-12Update "libident" to version 0.22 and include shared library support.tron4-109/+54
1999-03-12Fix header, remove "MAN3" and resort category list.tron2-13/+7
1999-03-12Add RCS Ids and convert to "diff -u" format.tron2-197/+135
1999-03-12Patches to adapt this package to NetBSD supplied by Greg A. Woods intron4-6/+150
PR pkg/7141.
1999-03-12Initial import of FreeBSD's "libident" port:tron6-0/+100
A small library to interface the ident protocol server (rfc1413).
1999-03-10Use -O, not -O3, on ssleay for x86 port. This works around some sort ofexplorer1-2/+2
compiler problem when compiled with -O3.
1999-03-08s/make/${MAKE}/gagc1-3/+3
1999-03-04Update dependence for "gtk+" package.tron1-2/+2
1999-03-04Patch to get the included "gmp" library working again on "arm32" porttron1-0/+43
published by Richard Earnshaw on "port-arm32@netbsd.org".
1999-03-02Support TIS authentication if USE_TIS=YES.simonb2-1/+45
Remove extra "Challange" word from displayed challenge - the challenge string from authsrv already has it. XXX: No TIS fwtk package yet...
1999-03-01Patch to get the included "gmp" library working again on "arm32" porttron1-0/+61
published by Richard Earnshaw on "port-arm32@netbsd.org".
1999-02-22Explain what the package does, rather than just using the acronym.agc2-2/+2
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf3-9/+3
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1999-02-10pkglint: cleanup Makefile and add missing rcs id.frueauf2-2/+4
1999-02-08Network security scannerhubertf6-0/+238
1999-02-08add and enable nessushubertf1-1/+2
1999-02-03Oops! In Makefile, tabs != spaces. Comment lines need spaces, indentedwrstuden1-6/+6
commands need tabs.
1999-01-30Make the ssh package 68060 aware.is1-1/+7
Like for the pgp2 package, we avoid 68020-40 tuned assembler code that makes heavy use of the 32<->64bit mul or div, which is emulated on the 68060. Currently, we do this by using the --disable-asm configure option and passing -m68060 to the compiler. I couldn't figure out how to pass host=m68060--netbsd to the gmp subconfigure. Even this way, there is a speedup of about 6 for the sshd or ssh startup. To enable, set M68060=yes in your /etc/mk.conf, when building this package.
1999-01-30Back out (unrelated and experimental) part of last commit that shouldn't ↵is1-6/+1
have gone in.
1999-01-30use the RSAREF2 legal notice from the PGP2 package. (Outside of the USA, thereis1-6/+11
are "people", too.)
1999-01-19Fix linker directives for ELF platforms, as per PR 6439.hubertf1-2/+2
(Inputs from Ty Sarna and Bill Coldwell - thanks guys!)
1999-01-05Add patch that fixes bus error caused by alignment failures on NetBSD/Sparc.frueauf1-0/+91
Provided by Julian Coleman <J.D.Coleman@newcastle.ac.uk>.
1998-12-31Ok, cause I am to lame to teach cvs not so substitute $Id$, I trick itfrueauf3-100/+147
by using a different diff format. No damn $Id$ anymore.
1998-12-31I hope the patches are sane now...frueauf2-0/+90
1998-12-31Gna, $Id$ where changed, maybe cvs add -ko fixes sustition *sigh*frueauf2-90/+0
1998-12-31Add and enable pgp5.frueauf1-1/+2
1998-12-31Initial import of pgp-5.0i, PGP 5i (international version).frueauf12-0/+239
Based on pr 6684 by Martin J. Laubach with heavy refining/fixing by myself. XXX This package needs still some tweaking to work with rsaref. XXX Maybe some US citizen developer can take over? XXX At least its usefull to non-US ppl.
1998-12-18Re-enable on alphatsarna1-3/+1
1998-12-14pkglint: move WRKSRC where it belongs.frueauf1-2/+2
1998-12-13Update sudo to 1.5.7p4.frueauf4-836/+1850
Changes since 1.5.6: - Various bug fixes (not security related). - All compile-time options are now set via options to the configure script. - visudo is now installed in /usr/local/sbin where it belongs. [of course this is ${PREFIX}/sbin in our package for a long time - TF] - two problems with tgetpass() have been fixed. In one case the user was not always given a chance to enter a password. In the other a newline was not always printed after the password was entered on Linux. - Added support for Digital UNIX SIA (Security Integration Architecture). - %groups now work as RunAs specifiers like the man page says. - Sudo now sets the USER environment variable to the target user (root unless -u is specified). - Sudo will print "command not found" unless configure was run with --disable-path-info. Also, tell user when we ignore '.' in their path and it would have been used but for --with-ignore-dot. This means that sudo can be used to gather information about the existence of executable in directories not accessible by a normal user. If this bothers you, run configure with --disable-path-info. [in our package --disable-path-info is default - TF] - A longstanding bug wrt "sudo -l" has been fixed that could cause "sudo -l" to complain about non-existent syntax errors. - When configured with --with-tty-tickets the filename is now "user:tty" (was "user.tty") since a username could have a '.' in it.
1998-12-03Add LICENSE=no-commercial-use.tv1-2/+3
1998-12-03- libtoolize for use by mod_ssl (name is now "ssleay" and not "SSLeay" totv13-152/+333
match directory name and to differentiate from previous version) - remove md5 symlink to ssleay (conflicts with /usr/bin/md5) - move all include files to $PREFIX/include/ssleay (too much conflict potential in $PREFIX/include, not the least of which is md5.h) - link rsaref glue goop right into libcrypto, only as required - turn asm off on alpha temporarily while trying to find source of math errors on LP64 - set NOT_FOR_ARCHS=alpha *64 to prevent compiling on LP64 platforms
1998-11-24And and enable rc5des.agc1-1/+2
1998-11-24Initial import of rc5des, the distributed client for rc5-64 challenge.agc7-0/+79
This is a package of binaries, as compiled by Michael Graff (explorer@flame.org), and I have not even tried to run these binaries, let alone seen the source, and so cannot vouch for them. Binaries are provided for Alpha, i386 and arm32 architectures.
1998-11-17Enable tripwire.agc1-2/+2
1998-11-17Initial import of tripwire-1.2, a file and directory integrity checker,agc11-0/+390
into the NetBSD Packages Collection.
1998-11-12Some pkglint nits and add all missing rcs ids.frueauf5-3/+14
1998-11-04Add necessary security patches from PR pkg/6392 by Wolfgang Rupprechttron8-241/+246
and convert old patch files to unified output format.
1998-10-10add nfsbughubertf1-1/+2
1998-10-08NFS security verification suitehubertf6-0/+216
1998-10-08NFS security verification suitehubertf2-0/+21
1998-10-05Describing the ssleay package as "SSL" is not much help - expand the acronym.agc1-1/+1
1998-10-02Get libtool from the right place.tv2-5/+5
Nuke the README before refetching.