summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Collapse)AuthorFilesLines
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
2004-01-12Note conflict with samba>=3.0, which installs its own pam-smbpass.jlam1-1/+3
2004-01-12Note location of pidfile.jlam1-1/+2
2004-01-12Update security/PAM to 0.77nb1:jlam1-3/+11
Actually make this package honor PKG_SYSCONFDIR. This package now looks for /usr/pkg/etc/pam.conf if PKG_SYSCONFBASE != "/etc".
2004-01-12Substitute for ROOT_USER in the rc.d script.jlam1-1/+2
2004-01-12Add MAINTAINER, HOMEPAGE, COMMENT.jlam1-1/+5
2004-01-11Update to version 0.12, include new homepage and thusly fix problem seenjschauma2-9/+8
in agc's last bulk build. Changes since 0.11: - ZServerSSL with client certificate-based authentication rides again. - Created Makefile for Python 2.3. - Modified LICENCE: changed my name to the generic "the author" in the all-caps disclaimer paragraph. - Allow to save RSA key pair in the clear. - ZServerSSL for Zope 2.7. - Excluded RC5. IDEA was taken out several releases ago. This should allow M2Crypto to build with stock OpenSSL on various Linuxen. - Added ssl_set_tmp_dh_callback. - Added ssl_set_tmp_rsa and ssl_set_tmp_rsa_callback to support weak-cipher browsers. - ZServerSSL exports SSL_CIPHER request header (a la mod_ssl) to Zope applications. - Perform distutils's SWIG .i search path tweaking within setup.py. setup.py should now work "out of the box". - Allow using a passphrase callback in class SMIME. Thanks to Artur Frysiak <wiget@pld-linux.org> for the patch. - Added method get0_signers to class PKCS7, which retrieves signers' certificates from a PKCS7 blob. Thanks again to Artur Frysiak. - Added contrib/smimeplus.py, a high-level S/MIME interface, contributed by Bernard Yue <bernie@3captus.com>. Thanks Bernard. - Alias 'emailAddress' to 'Email' in X509.X509_Name.nid to support recent OpenSSL convention.
2004-01-11Fix printing of daemon name if rc.subr isn't there.jlam1-2/+2
2004-01-11bl3ifyjlam2-11/+14
2004-01-11s/bonobo-activation/libbonobo/xtraeme1-2/+2
2004-01-11Note CONFLICT with forthcoming mit-krb5 package.jlam1-1/+3
2004-01-10Add a rc.d script to start the kdc daemon on the Kerberos master server.jlam2-1/+26
2004-01-10Back out previous. This doesn't work as expected and needs more thought.jlam1-4/+2
2004-01-10The buildlink3 wrappers automatically remove -I/usr/include/* from thejlam1-2/+4
command line options. We need -I/usr/include/krb5 to build against heimdal, so symlink the headers in /usr/include/krb5 into ${BUILDLINK_DIR} so they can be found.
2004-01-10Add and enable heimdal.jlam1-1/+2
2004-01-10Initial import of heimdal-0.6 into security/heimdal.jlam9-0/+718
Heimdal is a free implementation of Kerberos 5. Kerberos is a system for authenticating users and services on a network. It is built upon the assumption that the network is "unsafe". Kerberos is a trusted third-party service. That means that there is a third party (the Kerberos server) that is trusted by all the entities on the network (users and services, usually called "principals"). All principals share a secret password (or key) with the Kerberos server and this enables principals to verify that the messages from the Kerberos server are authentic. Thus trusting the Kerberos server, users and services can authenticate each other.
2004-01-10Remove files listed in PLIST.ldap.jlam1-3/+1
2004-01-09Don't install the LDAP_SASLAUTHD documentation file unless we are buildingjlam2-1/+8
with support for LDAP.
2004-01-09Remove references to saslauthd from this package.jlam2-46/+1
2004-01-09Provide uint*_t datatypes for UINT* typedefs by including eitherjlam6-28/+74
<stdint.h> or <inttypes.h>. Fix suggested by the analysis in pkg PR 22031.
2004-01-09Add and enable cyrus-saslauthd.jlam1-1/+2
2004-01-09Initial import of cyrus-saslauthd-2.1.17 as security/cyrus-saslauthd.jlam9-0/+215
saslauthd is a daemon process that handles plaintext authentication requests on behalf of the Cyrus SASL library. It may be compiled to support authentication using getpwent, PAM, or an LDAP database.
2004-01-09Update cyrus-sasl2 to 2.1.15nb2. Changes from version 2.1.15nb1 arejlam9-84/+40
splitting out the saslauthd daemon into a separate package, security/cyrus-saslauthd. This allows the saslauthd daemon to support additional database backends for plaintext authentication without adding unrelated dependencies to the cyrus-sasl2 package.
2004-01-08bl3ifyjlam4-16/+23
2004-01-08Adding a MESSAGE file noting where these packages search for plugins orjlam2-1/+11
modules that may be added by other packages.
2004-01-08Add and enable fragroute.agc1-1/+2
2004-01-08Initial import of fragroute-1.2 into the NetBSD Packages Collection,agc6-0/+115
provided in PR 24022 by ISIHARA Takanori. This was taken from the FreeBSD Packages Collection and ported to NetBSD by ISIHARA Takanori. Additional fixes to make the package compile on NetBSD by myself, along with fixes for the build infrastructure (since libevent is part of NetBSD-current). "Fragroute intercepts, modifies, and rewrites egress traffic destined for a specified host, implementing most of the attacks described in the Secure Networks "Insertion, Evasion, and Denial of Service: Eluding Network Intrusion Detection" paper of January 1998. It features a simple ruleset language to delay, duplicate, drop, fragment, overlap, print, reorder, segment, source-route, or otherwise monkey with all outbound packets destined for a target host, with minimal support for randomized or probabilistic behaviour. This tool was written in good faith to aid in the testing of network intrusion detection systems, firewalls, and basic TCP/IP stack behaviour. Please do not abuse this software."
2004-01-08First cut at a common module.mk file to be included by PAM module packages.jlam1-0/+21
2004-01-08bl3ifyjlam3-10/+24
2004-01-07Convert to buildlink3.ben1-3/+5
2004-01-07Note rename of fp-netbsd-ws to fprot-workstation-bin.ben1-2/+2
2004-01-07Add security/fprot-workstation-bin-4.3.1, which used to be fp-netbsd-ws.ben4-0/+110
This is the F-prot antivirus for home users.
2004-01-07Remove fp-netbsd-ws in order to re-import as fprot-workstation-bin.ben4-107/+0
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam3-7/+7
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-06Make PLIST work if different perl version is used (version was hard-codedreed1-38/+38
in PLIST.) Use: ${PERL5_SITEARCH} Instead of: lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}
2004-01-05bl3ifyjlam2-5/+13
2004-01-05bl3ifyjlam1-5/+6
2004-01-05bl3ifyjlam5-12/+22
2004-01-05Fix build if SASL_USE_GSSAPI=YESmarkd3-10/+38
From PR pkg/23634 by Louis Guillaume. also noted in PR pkg/23339. Fix configure to not try and _statically_ link in gssapi support as it doesn't work (unresolved symbols when used). This deals with the second part of PR pkg/23339.