aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl
Commit message (Collapse)AuthorAgeFilesLines
* * Fix some problems with building the Kerberos IV and 5 mechs.Tilman Keskinoz2003-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 Notes: svn path=/head/; revision=80547
* When sending mail localy on a system compiled woth SASL AUTH, theHajimu UMEMOTO2003-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> Notes: svn path=/head/; revision=80262
* Fix shell-syntax.Edwin Groothuis2003-03-281-2/+2
| | | | | | | | PR: ports/48953 Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others. Notes: svn path=/head/; revision=77659
* security/cyrus-sasl: Bento fails to build libkerberos + UpgradeEdwin Groothuis2003-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> Notes: svn path=/head/; revision=76492
* Point dependencies on net/openldap2 to net/openldap20Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76346
* Point dependencies on net/openldap to net/openldap12Edwin Groothuis2003-02-241-2/+2
| | | | Notes: svn path=/head/; revision=76344
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* SASLv2 support of Sendmail is started with 8.12.4.Hajimu UMEMOTO2002-10-051-1/+1
| | | | | | | | PR: ports/43719 Submitted by: Scot W. Hetzel <hetzels@westbend.net> Notes: svn path=/head/; revision=67391
* add an example PAM file for saslauthd and pwcheck_pam daemonsDavid W. Chapman Jr.2002-09-014-7/+58
| | | | | | | | | | | update the Sendmail.README file to include instructions for using the security/cyrus-sasl2 port. PR: 42153 Submitted by: maintainer Notes: svn path=/head/; revision=65427
* BerkeleyDB cleanup - stage 2Ade Lovett2002-08-222-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 Notes: svn path=/head/; revision=64836
* Add saslauthd as default general password checking daemon (replacesAkinori MUSHA2002-08-149-26/+158
| | | | | | | | | | pwcheck{_pam}). PR: ports/41653 Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) Notes: svn path=/head/; revision=64513
* Include <sys/types.h> before including <security/pam_appl.h> andAkinori MUSHA2002-08-141-0/+1
| | | | | | | | | unbreak for -current's PAM. Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER) Notes: svn path=/head/; revision=64512
* Fix startup-scripts for -current /bin/sh issues.Anders Nordby2002-08-141-1/+2
| | | | Notes: svn path=/head/; revision=64482
* moving saslv1 includes files to make it easier to add saslv2Hajimu UMEMOTO2002-07-283-10/+10
| | | | | | | | | PR: ports/40288 Submitted by: Mathieu Arnold <m@absolight.net> Approved by: knu Notes: svn path=/head/; revision=63671
* - Chase checksum for sasl-1.5.27-ldap-ssl-filter-mysql-patch4.tgzPatrick Li2002-06-264-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 Notes: svn path=/head/; revision=62040
* fix configure on -currentYing-Chieh Liao2002-06-182-13/+26
| | | | | | | | | | update Sendmail.README for sendmail 8.10-8.12 PR: 38646 Submitted by: maintainer Notes: svn path=/head/; revision=61477
* Do not add a shell to cyrus user.David W. Chapman Jr.2002-05-242-22/+31
| | | | | | | | PR: 38434 Submitted by: maintainer Notes: svn path=/head/; revision=59841
* Fix for DB3 & KRB4David W. Chapman Jr.2002-05-213-15/+74
| | | | | | | | PR: 38363 Submitted by: maintainer Notes: svn path=/head/; revision=59628
* new PORTREVISION, using newer patchfileDirk Meyer2002-05-164-109/+7
| | | | | | | | | | minor Update of the Readme PR: 37607,37913 Submitted by: hetzels@westbend.net Notes: svn path=/head/; revision=59221
* Remove defunct Sourceforge site.Trevor Johnson2002-05-151-1/+0
| | | | | | | | PR: 38100 Submitted by: Alan Batie Notes: svn path=/head/; revision=59150
* Add USE_SUBMAKE, where it might be necessary.Maxim Sobolev2002-03-251-0/+1
| | | | Notes: svn path=/head/; revision=56610
* Add patch to prevent from breaking if KRB5_HOME / HEIMDAL_HOME are defined.Patrick Li2002-02-033-8/+36
| | | | | | | | PR: 34561 Submitted by: maintainer Notes: svn path=/head/; revision=54151
* Fix placement of .include <bsd.port.pre.mk> which I screwed up inPatrick Li2002-02-021-8/+7
| | | | | | | | | the last commit. Submitted by: maintainer Notes: svn path=/head/; revision=54135
* Fix plist and dont use -w flag with fmt on older releases.Patrick Li2002-02-022-5/+10
| | | | | | | | PR: 34541 Submitted by: maintainer Notes: svn path=/head/; revision=54119
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-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. Notes: svn path=/head/; revision=53959
* Fix build when KRB5_HOME is definedPatrick Li2002-01-221-0/+15
| | | | | | | | PR: 34149 Submitted by: maintainer Notes: svn path=/head/; revision=53522
* Fix OpenLDAP v1 errorsDavid W. Chapman Jr.2002-01-2010-48/+405
| | | | | | | | | | | Allow PAM aware pwcheck daemon Add JavaSASL PR: 34068 Submitted by: maintainer Notes: svn path=/head/; revision=53400
* Update to version 1.5.27Kevin Lo2002-01-1714-632/+166
| | | | | | | | PR: 33603 Submitted by: MAINTAINER Notes: svn path=/head/; revision=53251
* This port requires automake 1.4 and cannot work with 1.5.Will Andrews2002-01-071-1/+1
| | | | | | | Submitted by: bento 4-exp Notes: svn path=/head/; revision=52680
* Don't write pkg-{deinstall,install,message} to ${.CURDIR} but ${WRKDIR}Steve Price2001-12-241-0/+4
| | | | | | | instead since ${.CURDIR} can be a read-only filesystem. Notes: svn path=/head/; revision=52121
* refer to correct location in pkg-messageYing-Chieh Liao2001-12-206-18/+37
| | | | | | | | | | | correct db filename fix pkg-install script PR: 29731 Submitted by: maintainer Notes: svn path=/head/; revision=51885
* Fix formatting string bugDavid W. Chapman Jr.2001-12-092-4/+14
| | | | | | | | | | | Remove old MASTER_SITE PR: 32555 Submitted by: alx@cii.sumy.ua Approved by: maintainer Notes: svn path=/head/; revision=51268
* Fix automake build problemDavid W. Chapman Jr.2001-11-231-1/+0
| | | | | | | | PR: 32026 Submitted by: maintainer Notes: svn path=/head/; revision=50395
* Instead of setting ${AUTOMAKE} to automake --add-missing --include-deps,Pete Fritchman2001-10-301-1/+1
| | | | | | | | | | set ${AUTOMAKE_ARGS} to --add-missing --include-deps. PR: 31593 Submitted by: TOGAWA Satoshi <toga@puyo.org> Notes: svn path=/head/; revision=49355
* USE DOCSDIR and PORTDOCSDavid W. Chapman Jr.2001-08-134-34/+33
| | | | | | | | | | ADD IPv6 support PR: 29404 Submitted by: maintainer Notes: svn path=/head/; revision=46161
* Back out the db3 port update because some of these dependent ports hadAkinori MUSHA2001-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. Notes: svn path=/head/; revision=45700
* Reflect databases/db3's shlib version bump from 2 to 3.Akinori MUSHA2001-07-252-2/+2
| | | | Notes: svn path=/head/; revision=45472
* Cosmetic change only: make the MAN3 section fit an 80 column screen.Jimmy Olgeni2001-05-211-5/+6
| | | | Notes: svn path=/head/; revision=42888
* Fix the DB3 support. DB3's shlib version is now at 2.Akinori MUSHA2001-03-051-1/+1
| | | | Notes: svn path=/head/; revision=39107
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-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). Notes: svn path=/head/; revision=37401
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=37252
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* Use mktemp(1) to create a temporary file instead of using a shortChris D. Faulhaber2000-12-191-4/+6
| | | | | | | | | guessable filename during configuration. Approved by: Maintainer Notes: svn path=/head/; revision=36106
* Update Sendmail.README with instructions on how to enable theSteve Price2000-12-111-4/+30
| | | | | | | | | | GroupReadableSASLFile option for DONT_BLAME_SENDMAIL. PR: 23149 Submitted by: maintainer Notes: svn path=/head/; revision=35852
* - Correct misspelling (PGK_PREFIX -> PKG_PREFIX) in pkg-installKevin Lo2000-11-173-6/+8
| | | | | | | | | | - Add support for Heimdal Kerberos V port PR: 22894 Submitted by: MAINTAINER Notes: svn path=/head/; revision=35223
* PostFix requires 770 permissons on the /var/pwcheck directory.James E. Housley2000-11-022-2/+2
| | | | | | | | PR: 22490 Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER Notes: svn path=/head/; revision=34576
* New fileJames E. Housley2000-11-011-0/+39
| | | | | | | PR: 22462 Notes: svn path=/head/; revision=34539
* - Change /var/pwcheck permissions so Postfix can use pwcheck for SASL ↵James E. Housley2000-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 Notes: svn path=/head/; revision=34538
* Missing /SASL at the end of the path to install Sendmail.READMEJames E. Housley2000-10-251-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=34227
* The last commit should have bumped PORTREVISIONJames E. Housley2000-10-241-1/+1
| | | | Notes: svn path=/head/; revision=34171