aboutsummaryrefslogtreecommitdiff
path: root/security/cyrus-sasl2
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.1.20.Hajimu UMEMOTO2004-10-255-97/+89
| | | | | | | | | | | * Fixes to cram plugin to avoid attempting to canonify uninitialized data. * NTLM portability fixes. * Avoid potential attack using SASL_PATH when sasl is used in a setuid environment. * A trivial number of small bugfixes. Notes: svn path=/head/; revision=120142
* add WITH_AUTHDAEMON option to allow use of courier authdaemond.Hajimu UMEMOTO2004-10-121-0/+4
| | | | | | | | PR: ports/72093 Submitted by: Marcin Gryszkalis Notes: svn path=/head/; revision=119025
* fix http://vuxml.freebsd.org/92268205-1947-11d9-bc4a-000c41e2cdad.htmlHajimu UMEMOTO2004-10-082-1/+17
| | | | | | | | | Reported by: nectar Approved by: portmgr (krion) Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/sasl/lib/common.c#rev1.104 Notes: svn path=/head/; revision=118588
* Update to 2.1.19.Hajimu UMEMOTO2004-07-143-63/+17
| | | | Notes: svn path=/head/; revision=113667
* correct the path to match the path where the HTML docs are installed.Hajimu UMEMOTO2004-06-112-4/+5
| | | | | | | | PR: ports/67836 Submitted by: Linh Pham <question+freebsdpr@closedsrc.org> Notes: svn path=/head/; revision=111293
* Add WITH_SQLITE option to support sql plugin with SQLiteHajimu UMEMOTO2004-05-283-8/+61
| | | | | | | | | | | using nork's patch. His patch was already merged into cyrus-sasl2 and will be included in next release. Requested by: nork Notes: svn path=/head/; revision=110218
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems Notes: svn path=/head/; revision=109952
* make the default location of running directory of saslauthdHajimu UMEMOTO2004-05-121-1/+3
| | | | | | | | | customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521 Notes: svn path=/head/; revision=109014
* use LOCALBASE for dependent packages instead of PREFIX.Hajimu UMEMOTO2004-05-071-3/+3
| | | | Notes: svn path=/head/; revision=108606
* prefer /usr/sbin/nologin than /sbin/nologin when creating user cyrus.Hajimu UMEMOTO2004-03-311-1/+3
| | | | | | | Requested by: nork Notes: svn path=/head/; revision=105796
* When there is user cyrus, don't overwrite the user. It helpsHajimu UMEMOTO2004-03-301-3/+1
| | | | | | | updating cyrus-sasl2 without updating cyrus-imapd*. Notes: svn path=/head/; revision=105710
* cosmetic changes.Hajimu UMEMOTO2004-03-302-7/+7
| | | | Notes: svn path=/head/; revision=105709
* PGSQL may be built with GSSAPI.Hajimu UMEMOTO2004-03-241-1/+10
| | | | | | | Reported by: "Wolfram A. Kraushaar" <wak@prioris.dstm.de> Notes: svn path=/head/; revision=105139
* Don't allow enabling MySQL or PGSQL implicitly.Hajimu UMEMOTO2004-03-181-0/+4
| | | | | | | Submitted by: nork Notes: svn path=/head/; revision=104478
* Update to 2.1.18.Hajimu UMEMOTO2004-03-115-43/+39
| | | | Notes: svn path=/head/; revision=103667
* Set an appropriate LATEST_LINK to avoid conflicts with other ports.Hajimu UMEMOTO2004-02-061-0/+2
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=100164
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* Support Berkeley DB 4.2.Hajimu UMEMOTO2004-01-173-10/+69
| | | | | | | | | | | Since our db42 requires to include db.h to use. existing configure script cannot detect our db42. AC_CHECK_LIB() simply test if a function exists. :( Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca> Notes: svn path=/head/; revision=98399
* add WITHOUT_LOGIN and WITHOUT_PLAIN.Hajimu UMEMOTO2004-01-152-7/+19
| | | | | | | Requested by: Hans Hbner <hans@huebner.org> Notes: svn path=/head/; revision=98224
* add WITH_PGSQL knob which supports sql plugin with postgresql backend.Hajimu UMEMOTO2003-12-271-1/+11
| | | | | | | | PR: ports/60606 Submitted by: mat Notes: svn path=/head/; revision=96702
* - space before and after `(' and ')' [1]Hajimu UMEMOTO2003-12-191-2/+2
| | | | | | | | | | | - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko <os@rsu.ru> [1] Reported by: jeh [2] Notes: svn path=/head/; revision=96216
* ${OSVERSION} must be after including bsd.port.pre.mk.Hajimu UMEMOTO2003-12-191-2/+2
| | | | | | | Reported by: "Dan Langille" <dan@langille.org> Notes: svn path=/head/; revision=96206
* since 5-CURRENT has Kerberos5 as default, enable Kerberos5 asHajimu UMEMOTO2003-12-191-1/+1
| | | | | | | | | default on 5-CURRENT. Submitted by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=96180
* fix build with heimdal.Hajimu UMEMOTO2003-12-191-1/+1
| | | | | | | Submitted by: tiamat@komi.mts.ru Notes: svn path=/head/; revision=96179
* Update to 2.1.17.Hajimu UMEMOTO2003-12-045-65/+81
| | | | Notes: svn path=/head/; revision=94902
* add WITH_ALWAYSTRUE option.Hajimu UMEMOTO2003-12-041-0/+4
| | | | | | | Requested by: Ted Cabeen <secabeen@pobox.com> Notes: svn path=/head/; revision=94874
* USE_OPENSSL must be set before including bsd.port.pre.mk.Hajimu UMEMOTO2003-09-011-5/+2
| | | | | | | Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de> Notes: svn path=/head/; revision=88259
* Use USE_OPENSSL.Hajimu UMEMOTO2003-08-281-1/+1
| | | | Notes: svn path=/head/; revision=87909
* Oops, WITH_MYSQL must be set when WITH_MYSQL_VER is defined.Hajimu UMEMOTO2003-08-281-1/+1
| | | | Notes: svn path=/head/; revision=87899
* Use USE_MYSQL.Hajimu UMEMOTO2003-08-281-8/+6
| | | | Notes: svn path=/head/; revision=87895
* Remove obsoleted comment about use of saslauthd.Hajimu UMEMOTO2003-08-211-6/+1
| | | | | | | Reported by: nork Notes: svn path=/head/; revision=87448
* Add WITH_DEV_URANDOM option to use /dev/urandom instead ofHajimu UMEMOTO2003-08-111-0/+4
| | | | | | | /dev/random. Notes: svn path=/head/; revision=86778
* Stop installing Sendmail.conf by cyrus-sasl2, and it is now installedHajimu UMEMOTO2003-07-202-29/+0
| | | | | | | | | by cyrus-sasl2-saslauthd. Since if Sendmail.conf is not installed, SASL2 uses auxprop by default, it is enough to install Sendmail.conf by saslauthd port. Notes: svn path=/head/; revision=85224
* Update to 2.1.15.Hajimu UMEMOTO2003-07-156-52/+20
| | | | Notes: svn path=/head/; revision=84929
* Reduce warnings during build on 5-CURRENT.Hajimu UMEMOTO2003-07-021-1/+19
| | | | | | | Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=84033
* - made old distfile fetchable after an update.Hajimu UMEMOTO2003-06-302-5/+7
| | | | | | | | | | - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=83921
* It seems MySQL 4.X support in 2.1.14 is still incomplete.Hajimu UMEMOTO2003-06-301-0/+12
| | | | Notes: svn path=/head/; revision=83909
* Update to 2.1.14.Hajimu UMEMOTO2003-06-308-109/+59
| | | | Notes: svn path=/head/; revision=83906
* Sync with cyrus-sasl port. There is no functional change.Hajimu UMEMOTO2003-06-072-10/+11
| | | | | | | Obtained from: cyrus-sasl port Notes: svn path=/head/; revision=82443
* fix plist.Hajimu UMEMOTO2003-06-041-3/+3
| | | | | | | Submitted by: bento via kris Notes: svn path=/head/; revision=82253
* - Make saslauthd a separate port to avoid dependency loop betweenHajimu UMEMOTO2003-06-018-419/+80
| | | | | | | | | cyrus-sasl2 and openldap. - Stop using configuration menu. I believe it ease to maintain consistency with other SASL related ports. Notes: svn path=/head/; revision=81850
* remove useless trailing backslant.Hajimu UMEMOTO2003-06-011-1/+1
| | | | Notes: svn path=/head/; revision=81845
* make MySQL plugin work with MySQL 4.X.Hajimu UMEMOTO2003-06-011-0/+19
| | | | Notes: svn path=/head/; revision=81844
* add WITHOUT_SASLAUTHD option.Hajimu UMEMOTO2003-05-163-20/+44
| | | | Notes: svn path=/head/; revision=81089
* Sync the way how to handle Kerberos with latest security/cyrus-sasl.Hajimu UMEMOTO2003-05-162-5/+20
| | | | | | | Obtained from: security/cyrus-sasl Notes: svn path=/head/; revision=81087
* When sending mail localy on a system compiled woth SASL AUTH, theHajimu UMEMOTO2003-05-061-3/+18
| | | | | | | | | | | | | | | | | 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
* Add option WITHOUT_NTLM.Hajimu UMEMOTO2003-04-292-4/+11
| | | | | | | Submitted by: Dan Larsson <dl@tyfon.net> Notes: svn path=/head/; revision=79873
* Change the group of /var/state/saslauthd mail to be sync withHajimu UMEMOTO2003-04-251-2/+2
| | | | | | | | | | /usr/local/etc/sasldb2. The postfix should belongs to only mail group. Reported by: "Denis N. Peplin" <info@volginfo.ru> Notes: svn path=/head/; revision=79627
* Use security/openssl/bsd.openssl.mk.Hajimu UMEMOTO2003-04-241-2/+7
| | | | | | | | PR: ports/51090 Submitted by: Oleg Sharoiko <os@rsu.ru> (with modification by me) Notes: svn path=/head/; revision=79592
* Make MySQL 3.23, 4.0 and 4.1 selectable.Hajimu UMEMOTO2003-04-242-26/+55
| | | | | | | Requested by: Matthias Fechner <idefix@fechner.net> Notes: svn path=/head/; revision=79589