summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
2004-01-26Fix build problem with gcc 3.X.taca2-2/+17
2004-01-25Make ksba-config --libs emit the runtime linker search path.kleink8-8/+41
Welcome nb1.
2004-01-25Fix two typos.wiz2-2/+2
2004-01-25Make the dependency on 0.4.7 explicit.kleink1-2/+2
2004-01-25In COMMENT, refer to the 0.4.x branch of ksba.kleink1-2/+2
2004-01-25Descend into libksba04.kleink1-1/+2
2004-01-25Initial import of libksba-0.4.7.kleink5-0/+63
KSBA is a library to make the taks of working with X.509 certifictes, CMS data and related data more easy.
2004-01-25Descend into libksba.kleink1-1/+2
2004-01-25Initial import of libksba-0.9.1.kleink5-0/+66
KSBA is a library to make the taks of working with X.509 certifictes, CMS data and related data more easy.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant10-20/+20
2004-01-24Append to BUILDLINK_DEPENDS.<pkg> instead of setting a default value. Injlam3-6/+6
the normal case when BUILDLINK_DEPENDS.<pkg> isn't specified, it receives a value only once due to the multiple inclusion protection in the bulldlink3.mk files. In the case where a package includes several buildlink3.mk files that each want a slightly different version of another dependency, having BUILDLINK_DEPENDS.<pkg> be a list allows for the strictest <pkg> dependency to be matched.
2004-01-24Support BUILDLINK_DEPENDS.<pkg> being a list of values.jlam4-14/+27
2004-01-23Correct a minor mistake in previous commit, to actually get itkristerw2-6/+15
to compile on NetBSD 1.6.
2004-01-23Fix build on NetBSD 1.6 where O_NOFOLLOW isn't available.recht3-1/+37
Noted by Krister Walfridsson.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv2-4/+4
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23add destroyrecht1-1/+2
2004-01-23initial import of destroy-20030307recht4-0/+23
sent to me by the author Shane Kinney A system utility that destroys files on the hard drive by writing null and random bytes to the file over and over.
2004-01-23Update pgpdump pacakge to 0.22.taca2-5/+5
0.22 2004/01/23 * parse_subpacket() are split into parse_signature_subpacket() and parse_userattr_subpacket(). A bug of length calculation is fixed. * The critical bit of the signature subpackets are supported. Peter Palfrader <peter@palfrader.org> 0.21 2004/01/13 * Removing compiler warnings. * Using getopt(). * Supporting RISC OS. Stefan Bellon <sbellon@sbellon.de> * Correct casting for Bzip2. Stefan Bellon <sbellon@sbellon.de> * Prepared os/riscos/{config.h,Makefile} since "sh" does not exist on RISC OS. Stefan Bellon <sbellon@sbellon.de>
2004-01-22Master site has moved to sourceforge.agc1-3/+3
2004-01-22Update portsentry from 1.0 to 1.2.agc4-28/+24
Major changes from previous version: Master site has moved to sourceforge Licence has changed to a GPL-like licence Minor changes from previous version: 12-21-1999 - 1.1 Fixed typo in bare-bones TCP list where 524 was supposed to be for 1524. 03-31-2000 - 1.1 Updated .conf to add ipf blocking rule. Thanks Graham Dunn <gdunn@inscriber.com> 06-08-2000 - 1.1 Fixed an error in the state engine portion that could cause an increment error under certain conditions. Thanks Peter M. Allan <peter.m.allan@hsbcgroup.com> for finding this. 6-21-2000 - 1.1 New Features added - Added in feature to disable DNS host resolution by checking RESOLVE_HOST in conf file. - Added in feature to have external command run before or after blocking has occurred as defined in KILL_RUN_CMD_FIRST option in conf file. - Removed DoBlockTCP/UDP functions. Converted over to generic flag checker. 7-5-2000 - 1.1 - Added iptables support (thanks Scott Catterton <scatterton@valinux.com>) - Added Makefile support for Irix - Put in ports for common DDOS ports 9-8-2000 - 1.1 - Added in netmask support 9-9-2000 - 1.1 - Finally moved resolver functions to own area. - Made CleanAndResolve to ensure DNS records returned are sanitized correctly before being passed back. 3-23-2001 - 1.1 - Fixed a bug that showed up under Linux 2.4 Kernel that would cause accept to loop. There was an error with how I used a count variable after trying to bind to ports. If the port didn't bind the count for the openSockfd would still increment and this caused the error to show up. 6-26-2001 - 1.1 - Added Mac OS X build support (Same as FreeBSD). Fixed bug for Advanced mode to properly monitor 1024 ports (it only did first 1023 before). Thanks Guido. 05-23-2003 - 1.2 - Removed references to old psionic e-mail and changed license to Common Public License. I've also added a fix for a multi-line string constant for gcc3.
2004-01-21Recognize KERBEROS as a flag that can cause this package to be built usingjlam2-4/+6
Kerberos for GSSAPI support.
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam1-5/+6
build and install properly using Heimdal.
2004-01-21Remove debugging line accidentally committed in previous.jlam1-2/+1
2004-01-21Convert to use krb5.buildlink3.mk to get Kerberos 5 support. Tested tojlam1-6/+5
build and install properly using Heimdal.
2004-01-21Only point SSLCERTS into ${PKG_SYSCONFDIR} if we're not using the built-injlam2-2/+6
OpenSSL software. Otherwise, set it to /etc/ssl/certs, which is where a lot of Linux distros store certs. The behaviour on NetBSD systems is unchanged -- always set to /etc/openssl/certs. Fixes PR 24161.
2004-01-21crank version for my modslukem1-2/+2
2004-01-21"Collapse" mutual trust into a single line of a different color.lukem1-10/+37
If an optional "mykeyid" is given on the command line, use different colors for lines to & from that node. The colors are: green mutual trust, includes mykey blue mutual trust, not mykey orange someone trusts mykey (one way) red mykey trusts someone (one way) black one way trust, not mykey
2004-01-21This simple perl script takes the output of gpg --list-keys --verbose,atatat5-1/+144
which lists all the keys in your public key ring, along with all their signatures, and converts it to a di-graph in "dot" language form. The graphviz package can turn the description into a graph you can look at to see who has signed whose key, or how far it is from your key to someone in Reykjavik, etc.
2004-01-20s/it's/its/snj1-2/+2
2004-01-20Add lsh (hi drochner!). Okayed by jmmv.snj1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc27-54/+58
2004-01-20put the stunnel.pid file in /var/run, not ${PREFIX}/var/run.grant1-3/+4
bump PKGREVISION.
2004-01-19This package never invokes the toolchain so it doesn't need buildlink[23].jlam1-2/+2
Define NO_BUILDLINK to signify this to bsd.pkg.mk.
2004-01-17Update MASTER_SITES and HOMEPAGE to current locations.jlam1-3/+3
2004-01-16bump to 20040116a. missing ntohs() in info exchange fix.itojun2-7/+7
2004-01-15No patches are needed for that package, except for -current between Sept.,cube3-8/+25
16th 2003 and Jan., 6th 2004 when <sys/siginfo.h> included <sys/queue.h> unconditionally. Rework the patches so that they're used only in that case.
2004-01-15Support a new yes/no variable "KERBEROS_PREFIX_CMDS" that can be used byjlam2-19/+30
Kerberos implementation packages to decide whether to prefix certain commands with a "k" to differentiate it from system tools with similar names. KERBEROS_PREFIX_CMDS defaults to "no".
2004-01-15kth-krb4: add CONFLICT on tnftp.grant1-1/+2
tnftp: add CONFLICT on lukemftp, kth-krb4.
2004-01-14upgrade to 2004/1/14 tar.gz. fixes hash validation problem posted to bugtraq.itojun2-8/+7
2004-01-13This package should try to build samba2 if it needs a samba packagejlam1-2/+2
installed.
2004-01-13Bump the version of security/cyrus-saslauthd to 2.1.17nb1: install thejlam2-3/+13
saslcache and testsaslauthd programs that are useful to test and debug the setup of saslauthd.
2004-01-13Move the documentation into share/doc instead of using share/examples.jlam2-6/+6
2004-01-13Fix build with gcc3.markd2-1/+17
2004-01-13whitespace.jlam1-9/+9
2004-01-12Update to 1.0.4xtraeme4-13/+10
Version 1.0.4 (04/01/2004) - Changed handshake behaviour to send the lowest TLS version when an unsupported version was advertized. The current behaviour is to send the maximum version we support. - certtool no longer asks the password in unencrypted private keys. - The source is now compiled to use the reentrant libc functions.
2004-01-12bl3ifyjlam1-2/+4
2004-01-12add a pkg for lsh-1.4.3, an alternative ssh2 client/serverdrochner6-0/+102
2004-01-12Remove unnecessary blank lines.cjep1-2/+1
2004-01-12Use correct Makefile.commonmartti1-2/+2
2004-01-12Use correct Makefile.commonmartti1-2/+2