aboutsummaryrefslogtreecommitdiffstats
path: root/security/cyrus-sasl
Commit message (Collapse)AuthorAgeFilesLines
* Chase OpenLDAP 2.2vs2004-12-091-4/+4
| | | | | PR: ports/74069 Submitted by: ceri
* fix CAN-2004-0884.ume2004-11-152-1/+20
| | | | Obtained from: security/cyrus-sasl2
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | the libtoolX ports instead of the one included with each port. Ports that set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of the included version. To restore previous behavior, use the new macro, USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version. For example, to use the ports version of libtool-1.5, add the following to your Makefile: USE_LIBTOOL_VER= 15 To use the included version of libtool with extra hacks provided by libtool-1.5, add the following to your Makefile: USE_INC_LIBTOOL_VER= 15 With this change, ports that had to add additional libtool hacks to prevent .la files from being installed or to fix certain threading issues can now delete those hacks (after appropriate testing, of course). PR: 63944 Based on work by:eik and marcus Approved by: ade (autotools maintainer) Tested by: kris on pointyhat Bound to be hidden problems: You bet
* Sync with new bsd.autotools.mkade2004-06-051-0/+1
|
* Fix typo in saslauthd startup script.lofi2004-04-252-2/+2
| | | | | | Reported by: Thomas Abthorpe <thomas@stthomasanglican.org> Guido Berhoerster <ich@guido-berhoerster.org> Approved by: marcus (portmgr)
* Cram into 80 columns by 24 rows.trevor2004-04-111-34/+19
|
* SIZEify (maintainer timeout)trevor2004-03-311-0/+4
|
* Reset undeliverable maintainer addresseik2004-03-211-1/+1
|
* Use maintainer's other (older?) e-mail address, due to bounced e-mail:trevor2004-03-191-1/+1
| | | | | | | <FreeBSD-Maintainer@westbend.net>: host pop.hnet.net[65.114.87.100] said: 550 5.1.1 <FreeBSD-Maintainer@westbend.net> User unknown; rejecting Obtained from: PR 61650
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* - Fix startup scripts to not override settings foundclement2004-03-064-25/+135
| | | | | | | | in /etc/rc.conf upon startup. - Pass maintainership to submitter PR: 63289 Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net>
* Reset undeliverable maintainer addresskris2004-02-221-1/+1
|
* Update maintainer's email address per his request. While here, attemptlinimon2003-11-061-18/+17
| | | | to pacify portlint a little bit.
* Add RC_SUBR support.marcus2003-08-273-119/+18
| | | | | PR: 54116 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Add better identification for configuration dialog, especiallyerwin2003-08-131-1/+1
| | | | | | | | nice to have in with portupgrade PR: 54299 Submitted by: Mark Linimon <linimon@lonesome.com> Approved by: maintainer timeout (> 1 month)
* * Fix some problems with building the Kerberos IV and 5 mechs.arved2003-05-0910-172/+228
| | | | | | | | | | | | | | | | | | | * Made the port to optionally not build the mechs, define WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN]. * The Kerberos IV case is special, as we can use the base kerberos 4x (<=5.0-RELEASE), or use the security/krb4 port. WITH_KERBEROS4 - use security/krb4 port if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a doesn't exist WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a (<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf * Changed the combined rcNG/rcOG scripts, so that the defaults are at the top of the rc.d script and not in an external file to the script. PR: 51505 Submitted by: maintainer
* When sending mail localy on a system compiled woth SASL AUTH, theume2003-05-061-0/+11
| | | | | | | | | | | | | | sendmail mail submission program may log the following error on the sasldb file: error: safesasl(/usr/local/etc/sasldb) failed: Group readable file Pine by default is using SMTP, and therfore SMTP AUTH if compiled into sendmail. To disable SMTP AUTH we need to define DAEMON_OPTIONS for the loopback interface. PR: ports/51680 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Fix shell-syntax.edwin2003-03-291-2/+2
| | | | | PR: ports/48953 Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others.
* security/cyrus-sasl: Bento fails to build libkerberos + Upgradeedwin2003-02-2612-220/+405
| | | | | | | | | Bento fails to proberly package the port on -CURRENT due to -CURRENT no longer has libdes.* as the des functions have been moved to the libcrypto.* library. PR: 48442 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-2/+2
|
* Point dependencies on net/openldap to net/openldap12edwin2003-02-241-2/+2
|
* De-pkg-comment.knu2003-02-212-1/+1
|
* SASLv2 support of Sendmail is started with 8.12.4.ume2002-10-061-1/+1
| | | | | PR: ports/43719 Submitted by: Scot W. Hetzel <hetzels@westbend.net>
* add an example PAM file for saslauthd and pwcheck_pam daemonsdwcjr2002-09-024-7/+58
| | | | | | | | update the Sendmail.README file to include instructions for using the security/cyrus-sasl2 port. PR: 42153 Submitted by: maintainer
* BerkeleyDB cleanup - stage 2ade2002-08-232-2/+2
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* Add saslauthd as default general password checking daemon (replacesknu2002-08-159-26/+158
| | | | | | | pwcheck{_pam}). PR: ports/41653 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
* Include <sys/types.h> before including <security/pam_appl.h> andknu2002-08-151-0/+1
| | | | | | unbreak for -current's PAM. Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
* Fix startup-scripts for -current /bin/sh issues.anders2002-08-141-1/+2
|
* moving saslv1 includes files to make it easier to add saslv2ume2002-07-293-10/+10
| | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu
* - Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgzpat2002-06-274-5/+25
| | | | | | | | | author fixed bug in patch but didn't increment version. - Fix problem when openldap v1 is selected. - Bump PORTREVISION PR: ports/39800 Submitted by: maintainer
* fix configure on -currentijliao2002-06-182-13/+26
| | | | | | | update Sendmail.README for sendmail 8.10-8.12 PR: 38646 Submitted by: maintainer
* Do not add a shell to cyrus user.dwcjr2002-05-242-22/+31
| | | | | PR: 38434 Submitted by: maintainer
* Fix for DB3 & KRB4dwcjr2002-05-213-15/+74
| | | | | PR: 38363 Submitted by: maintainer
* new PORTREVISION, using newer patchfiledinoex2002-05-164-109/+7
| | | | | | | minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net
* Remove defunct Sourceforge site.trevor2002-05-151-1/+0
| | | | | PR: 38100 Submitted by: Alan Batie
* Add USE_SUBMAKE, where it might be necessary.sobomax2002-03-251-0/+1
|
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.pat2002-02-033-8/+36
| | | | | PR: 34561 Submitted by: maintainer
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inpat2002-02-021-8/+7
| | | | | | the last commit. Submitted by: maintainer
* Fix plist and dont use -w flag with fmt on older releases.pat2002-02-022-5/+10
| | | | | PR: 34541 Submitted by: maintainer
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-2/+2
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Fix build when KRB5_HOME is definedpat2002-01-221-0/+15
| | | | | PR: 34149 Submitted by: maintainer
* Fix OpenLDAP v1 errorsdwcjr2002-01-2110-48/+405
| | | | | | | | Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer
* Update to version 1.5.27kevlo2002-01-1714-632/+166
| | | | | PR: 33603 Submitted by: MAINTAINER
* This port requires automake 1.4 and cannot work with 1.5.will2002-01-071-1/+1
| | | | Submitted by: bento 4-exp
* Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}steve2001-12-251-0/+4
| | | | instead since ${.CURDIR} can be a read-only filesystem.
* refer to correct location in pkg-messageijliao2001-12-206-18/+37
| | | | | | | | correct db filename fix pkg-install script PR: 29731 Submitted by: maintainer
* Fix formatting string bugdwcjr2001-12-092-4/+14
| | | | | | | | Remove old MASTER_SITE PR: 32555 Submitted by: alx@cii.sumy.ua Approved by: maintainer
* Fix automake build problemdwcjr2001-11-231-1/+0
| | | | | PR: 32026 Submitted by: maintainer
* Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,petef2001-10-301-1/+1
| | | | | | | set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org>
* USE DOCSDIR and PORTDOCSdwcjr2001-08-134-34/+33
| | | | | | | ADD IPv6 support PR: 29404 Submitted by: maintainer
* Back out the db3 port update because some of these dependent ports hadknu2001-08-012-2/+2
| | | | | | | | | | been broken by the incompatibility between db3.2 and db3.3. I am unconditionally bumping the PORTREVISION's to eliminate possible troubles that should not happen before the coming release. Sorry for inconvenience. I'll try to check compatibility hard before committing next time.
* Reflect databases/db3's shlib version bump from 2 to 3.knu2001-07-252-2/+2
|
* Cosmetic change only: make the MAN3 section fit an 80 column screen.olgeni2001-05-221-5/+6
|
* Fix the DB3 support. DB3's shlib version is now at 2.knu2001-03-061-1/+1
|
* Switch from mysql322-{client,server} to mysql323-{client,server}.dirk2001-01-211-1/+1
| | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least).
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-5/+5
|
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Use mktemp(1) to create a temporary file instead of using a shortjedgar2000-12-191-4/+6
| | | | | | guessable filename during configuration. Approved by: Maintainer
* Update Sendmail.README with instructions on how to enable thesteve2000-12-111-4/+30
| | | | | | | GroupReadableSASLFile option for DONT_BLAME_SENDMAIL. PR: 23149 Submitted by: maintainer
* - Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-installkevlo2000-11-173-6/+8
| | | | | | | - Add support for Heimdal Kerberos V port PR: 22894 Submitted by: MAINTAINER
* PostFix requires 770 permissons on the /var/pwcheck directory.jeh2000-11-022-2/+2
| | | | | PR: 22490 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
* New filejeh2000-11-011-0/+39
| | | | PR: 22462
* - Change /var/pwcheck permissions so Postfix can use pwcheck for SASL ↵jeh2000-11-015-89/+44
| | | | | | | | | | | Authentication. - Update MySQL & LDAP Authentication Methods - Correct bento warning for extra file (Sendmail.conf). - Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3. PR: 22462 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
* Missing /SASL at the end of the path to install Sendmail.READMEjeh2000-10-261-1/+1
| | | | Submitted by: bento
* The last commit should have bumped PORTREVISIONjeh2000-10-241-1/+1
|
* autodetected DB3, but fails to find includesjeh2000-10-243-12/+69
| | | | | PR: 21411 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-2/+2
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Update all ports using OpenSSL and RSA to work without rsaref sincekris2000-09-221-1/+1
| | | | | | | it is no longer required. Apologies to the various maintainers whom I did not yet hear back from, but the ports freeze is coming up in a few hours and I will be verifying all of these ports on a 4.1 machine myself to catch any problems.
* Update the sendmail build information in light of the new SENDMAIL_* make.confgshapiro2000-09-201-16/+6
| | | | | | flags. Approved by: maintainer, ade
* Cyrus-SASL 1.5.24 sources changed on Aug 15thade2000-09-1913-22/+728
| | | | | | | | | | | | -- changed a hard coded value to a variable. Kerberos IV detection fails due to double check on krb_mk_priv (with/without com_err), used cached value from first check for krb_mk_priv. Added addtional pwcheck methods (MySQL & LDAP Authentication). PR: 21383 Submitted by: maintainer
* Update to 1.5.24nbm2000-08-133-25/+4
| | | | | | PR: ports/20376 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
* Move the stragler's www.freebsd.org/~user distfiles to the officalobrien2000-06-291-1/+2
| | | | MASTER_SITE_LOCAL site.
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-162-3/+2
| | | | ldconfig in PLIST need personal consideration.
* Update to 1.5.21.knu2000-06-114-51/+121
| | | | | | | | | | Fix detection of kerberos4. (Now support for kerberos4 is always build if /usr/lib/libkrb.a exists) Make use of PLIST_SUB. PR: ports/19187 Submitted by: Maintainer
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-212-5/+4
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+3
|
* Fix build error by adding ${OPENSSLINC}/openssl to the include path.dirk2000-02-291-1/+1
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* USE_OPENSSLkris2000-02-142-8/+23
| | | | Submitted by: Jim Bloom <bloom@acm.org>
* Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,peter2000-02-081-1/+1
| | | | | | as the days of the former are numbered. Reviewed by: asami
* Update to version 1.5.15.steve2000-01-247-53/+115
| | | | | PR: 16130 Submitted by: maintainer
* Use OpenSSL instaed of librc4 so this port's package can be exported.steve1999-12-294-44/+87
| | | | | | | Also incorporate Garrett Wollman's kerberos fixes. PR: 15732 Submitted by: maintainer
* Adding cyrus-sasl version 1.5.13.steve1999-12-277-0/+187
An RFC 2222 SASL (Simple Authentication and Security Layer). PR: 14619 Submitted by: Scot W. Hetzel <hetzels@westbend.net>