The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD security : cyrus-sasl2-saslauthd

SASL authentication server for cyrus-sasl2

 saslauthd is a daemon process that handles plaintext authentication
requests on behalf of the SASL library.
 
The server fulfills two roles: it isolates all code requiring
superuser privileges into a single process, and it can be used to
provide proxy authentication services to clients that do not
understand SASL based authentication.
 

http://cyrusimap.web.cmu.edu/



cyrus-sasl2-saslauthd history


v. 1.51
date: 2007/08/07 16:46:22;  author: ume;  state: Exp;  lines: +9 -17
- Use OPTIONS.
- Obey the default BDB version defined in bsd.database.mk.

v. 1.50 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.49 date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.48 date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.47 date: 2006/09/17 05:25:21; author: ume; state: Exp; lines: +1 -1 krb5 1.5.1 won't build .a files by default, just .so files. Submitted by: Paul Vixie
v. 1.46 date: 2006/05/19 20:45:37; author: ume; state: Exp; lines: +6 -2 Update to 2.1.22.
v. 1.45 date: 2006/04/18 17:48:29; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.44 date: 2006/04/18 12:33:21; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.43 date: 2006/04/16 15:49:24; author: ume; state: Exp; lines: +5 -8 Enable support for db-4.4.
v. 1.42 date: 2005/12/26 14:52:22; author: ume; state: Exp; lines: +4 -4 change /var/state/saslauthd to /var/run/saslauthd as respect hier(7). PR: ports/90810 Submitted by: Artis Caune
v. 1.41 date: 2005/11/08 16:51:08; author: ume; state: Exp; lines: +4 -10 - use USB_BDB. - add SHA256.
v. 1.40 date: 2005/05/17 16:36:55; author: ume; state: Exp; lines: +3 -3 Update to 2.1.21.
v. 1.39 date: 2005/02/28 05:20:11; author: ume; state: Exp; lines: +1 -1 fix dependency. don't forget `+'.
v. 1.38 date: 2005/02/25 16:12:53; author: ume; state: Exp; lines: +12 -11 simplify.
v. 1.37 date: 2005/02/23 21:18:46; author: ume; state: Exp; lines: +4 -1 Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh
v. 1.36 date: 2005/02/10 19:32:10; author: ume; state: Exp; lines: +2 -7 use new scheme of USE_RC_SUBR.
v. 1.35 date: 2004/11/30 16:42:36; author: ume; state: Exp; lines: +7 -1 build & install two useful programs; testsaslauthd and saslcache. Submitted by: Yuri Ryazantsev
v. 1.34 date: 2004/11/28 09:42:03; author: ume; state: Exp; lines: +0 -5 remove needless definition.
v. 1.33 date: 2004/11/28 07:09:12; author: ume; state: Exp; lines: +6 -1 cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi
v. 1.32 date: 2004/11/24 16:35:34; author: ume; state: Exp; lines: +1 -1 Fix build with gssapi and krb5 PR: ports/74321 Submitted by: Florian Kraft
v. 1.31 date: 2004/10/25 12:42:40; author: ume; state: Exp; lines: +2 -1 Update to 2.1.20. * 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.
v. 1.30 date: 2004/07/14 18:01:22; author: ume; state: Exp; lines: +2 -2 Update to 2.1.19.
v. 1.29 date: 2004/06/11 15:49:48; author: ume; state: Exp; lines: +1 -1 use `command_args' instead of overriding `flags'.
v. 1.28 date: 2004/05/12 16:12:11; author: ume; state: Exp; lines: +19 -5 make the default location of running directory of saslauthd customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
v. 1.27 date: 2004/05/07 10:13:37; author: ume; state: Exp; lines: +2 -2 use LOCALBASE for dependent packages instead of PREFIX.
v. 1.26 date: 2004/03/31 16:32:16; author: ume; state: Exp; lines: +2 -1 - add saslauthd_runpath option to change run path which is specified by -m option of saslauthd. since this option affects a location of a pidfile, we need to separate it from saslauthd_flags.[1] - change the default of saslauthd_enable to NO as other potrs do. Requested by: "Paul-Andrew Joseph Miseiko" [1]
v. 1.25 date: 2004/03/11 17:16:41; author: ume; state: Exp; lines: +2 -2 Update to 2.1.18.
v. 1.24 date: 2004/01/17 15:35:34; author: ume; state: Exp; lines: +11 -8 Support Berkeley DB 4.2. 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
v. 1.23 date: 2003/12/19 17:40:04; author: ume; state: Exp; lines: +2 -2 - space before and after `(' and ')' [1] - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko [1] Reported by: jeh [2]
v. 1.22 date: 2003/12/19 14:52:12; author: ume; state: Exp; lines: +2 -2 ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille"
v. 1.21 date: 2003/12/19 04:48:16; author: ume; state: Exp; lines: +1 -1 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as default on 5-CURRENT. Submitted by: Sean McNeil
v. 1.20 date: 2003/12/19 04:29:13; author: ume; state: Exp; lines: +1 -1 fix build with heimdal. Submitted by: tiamat@komi.mts.ru
v. 1.19 date: 2003/12/04 08:06:03; author: ume; state: Exp; lines: +2 -2 Update to 2.1.17.
v. 1.18 date: 2003/11/11 07:44:22; author: ume; state: Exp; lines: +0 -2 build package again. the problem was fixed by bsd.port.mk 1.469 (PR 58885). Submitted by: Oliver Eikemeier
v. 1.17 date: 2003/11/04 17:27:23; author: ume; state: Exp; lines: +1 -1 mark NO_PACKAGE instead of BROKEN. Though it fails to build package on bento, at least it can be installed from port.
v. 1.16 date: 2003/11/03 03:56:40; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.15 date: 2003/10/01 17:56:06; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines Submitted by: Barry Pederson
v. 1.14 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.13 date: 2003/08/28 17:44:28; author: ume; state: Exp; lines: +7 -2 Use USE_RC_SUBR.
v. 1.12 date: 2003/08/28 15:53:34; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.11 date: 2003/08/28 13:11:25; author: ume; state: Exp; lines: +8 -7 Use USE_OPENLDAP.
v. 1.10 date: 2003/08/14 09:31:04; author: ume; state: Exp; lines: +2 -2 Depends on net/openldap*-client instead of net/openldap*.
v. 1.9 date: 2003/07/20 06:29:25; author: ume; state: Exp; lines: +2 -0 Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed 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.
v. 1.8 date: 2003/07/18 20:00:50; author: ume; state: Exp; lines: +2 -1 Broken manpage was installed. Remove pre-generated manpage to be make sure to generate it by FreeBSD's man system. Reported by: Drew Tomlinson
v. 1.7 date: 2003/07/15 18:32:58; author: ume; state: Exp; lines: +1 -2 Update to 2.1.15.
v. 1.6 date: 2003/07/05 07:07:37; author: ume; state: Exp; lines: +1 -0 Workaround to make it buildable without enabling gsspai. It is known problem of cyrus-sasl-2.1.14. Reported by: many
v. 1.5 date: 2003/07/03 19:07:18; author: ume; state: Exp; lines: +3 -2 Add support for OpenLDAP22. PR: ports/53932 Submitted by: Oliver Eikemeier
v. 1.4 date: 2003/06/30 18:43:18; author: ume; state: Exp; lines: +4 -3 - made old distfile fetchable after an update. - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier
v. 1.3 date: 2003/06/30 16:51:00; author: ume; state: Exp; lines: +1 -1 Update to 2.1.14.
v. 1.2 date: 2003/06/01 05:45:41; author: ume; state: Exp; lines: +0 -3 remove unused variables.
v. 1.1 date: 2003/06/01 04:24:15; author: ume; state: Exp; Add saslauthd as a separated port from cyrus-sasl2 to avoid dependency loop between cyrus-sasl2 and openldap. ============================================================================= v. 1.51 date: 2007/08/07 16:46:22; author: ume; state: Exp; lines: +9 -17 - Use OPTIONS. - Obey the default BDB version defined in bsd.database.mk.
v. 1.50 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.49 date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.48 date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.47 date: 2006/09/17 05:25:21; author: ume; state: Exp; lines: +1 -1 krb5 1.5.1 won't build .a files by default, just .so files. Submitted by: Paul Vixie
v. 1.46 date: 2006/05/19 20:45:37; author: ume; state: Exp; lines: +6 -2 Update to 2.1.22.
v. 1.45 date: 2006/04/18 17:48:29; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.44 date: 2006/04/18 12:33:21; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.43 date: 2006/04/16 15:49:24; author: ume; state: Exp; lines: +5 -8 Enable support for db-4.4.
v. 1.42 date: 2005/12/26 14:52:22; author: ume; state: Exp; lines: +4 -4 change /var/state/saslauthd to /var/run/saslauthd as respect hier(7). PR: ports/90810 Submitted by: Artis Caune
v. 1.41 date: 2005/11/08 16:51:08; author: ume; state: Exp; lines: +4 -10 - use USB_BDB. - add SHA256.
v. 1.40 date: 2005/05/17 16:36:55; author: ume; state: Exp; lines: +3 -3 Update to 2.1.21.
v. 1.39 date: 2005/02/28 05:20:11; author: ume; state: Exp; lines: +1 -1 fix dependency. don't forget `+'.
v. 1.38 date: 2005/02/25 16:12:53; author: ume; state: Exp; lines: +12 -11 simplify.
v. 1.37 date: 2005/02/23 21:18:46; author: ume; state: Exp; lines: +4 -1 Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh
v. 1.36 date: 2005/02/10 19:32:10; author: ume; state: Exp; lines: +2 -7 use new scheme of USE_RC_SUBR.
v. 1.35 date: 2004/11/30 16:42:36; author: ume; state: Exp; lines: +7 -1 build & install two useful programs; testsaslauthd and saslcache. Submitted by: Yuri Ryazantsev
v. 1.34 date: 2004/11/28 09:42:03; author: ume; state: Exp; lines: +0 -5 remove needless definition.
v. 1.33 date: 2004/11/28 07:09:12; author: ume; state: Exp; lines: +6 -1 cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi
v. 1.32 date: 2004/11/24 16:35:34; author: ume; state: Exp; lines: +1 -1 Fix build with gssapi and krb5 PR: ports/74321 Submitted by: Florian Kraft
v. 1.31 date: 2004/10/25 12:42:40; author: ume; state: Exp; lines: +2 -1 Update to 2.1.20. * 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.
v. 1.30 date: 2004/07/14 18:01:22; author: ume; state: Exp; lines: +2 -2 Update to 2.1.19.
v. 1.29 date: 2004/06/11 15:49:48; author: ume; state: Exp; lines: +1 -1 use `command_args' instead of overriding `flags'.
v. 1.28 date: 2004/05/12 16:12:11; author: ume; state: Exp; lines: +19 -5 make the default location of running directory of saslauthd customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
v. 1.27 date: 2004/05/07 10:13:37; author: ume; state: Exp; lines: +2 -2 use LOCALBASE for dependent packages instead of PREFIX.
v. 1.26 date: 2004/03/31 16:32:16; author: ume; state: Exp; lines: +2 -1 - add saslauthd_runpath option to change run path which is specified by -m option of saslauthd. since this option affects a location of a pidfile, we need to separate it from saslauthd_flags.[1] - change the default of saslauthd_enable to NO as other potrs do. Requested by: "Paul-Andrew Joseph Miseiko" [1]
v. 1.25 date: 2004/03/11 17:16:41; author: ume; state: Exp; lines: +2 -2 Update to 2.1.18.
v. 1.24 date: 2004/01/17 15:35:34; author: ume; state: Exp; lines: +11 -8 Support Berkeley DB 4.2. 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
v. 1.23 date: 2003/12/19 17:40:04; author: ume; state: Exp; lines: +2 -2 - space before and after `(' and ')' [1] - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko [1] Reported by: jeh [2]
v. 1.22 date: 2003/12/19 14:52:12; author: ume; state: Exp; lines: +2 -2 ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille"
v. 1.21 date: 2003/12/19 04:48:16; author: ume; state: Exp; lines: +1 -1 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as default on 5-CURRENT. Submitted by: Sean McNeil
v. 1.20 date: 2003/12/19 04:29:13; author: ume; state: Exp; lines: +1 -1 fix build with heimdal. Submitted by: tiamat@komi.mts.ru
v. 1.19 date: 2003/12/04 08:06:03; author: ume; state: Exp; lines: +2 -2 Update to 2.1.17.
v. 1.18 date: 2003/11/11 07:44:22; author: ume; state: Exp; lines: +0 -2 build package again. the problem was fixed by bsd.port.mk 1.469 (PR 58885). Submitted by: Oliver Eikemeier
v. 1.17 date: 2003/11/04 17:27:23; author: ume; state: Exp; lines: +1 -1 mark NO_PACKAGE instead of BROKEN. Though it fails to build package on bento, at least it can be installed from port.
v. 1.16 date: 2003/11/03 03:56:40; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.15 date: 2003/10/01 17:56:06; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines Submitted by: Barry Pederson
v. 1.14 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.13 date: 2003/08/28 17:44:28; author: ume; state: Exp; lines: +7 -2 Use USE_RC_SUBR.
v. 1.12 date: 2003/08/28 15:53:34; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.11 date: 2003/08/28 13:11:25; author: ume; state: Exp; lines: +8 -7 Use USE_OPENLDAP.
v. 1.10 date: 2003/08/14 09:31:04; author: ume; state: Exp; lines: +2 -2 Depends on net/openldap*-client instead of net/openldap*.
v. 1.9 date: 2003/07/20 06:29:25; author: ume; state: Exp; lines: +2 -0 Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed 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.
v. 1.8 date: 2003/07/18 20:00:50; author: ume; state: Exp; lines: +2 -1 Broken manpage was installed. Remove pre-generated manpage to be make sure to generate it by FreeBSD's man system. Reported by: Drew Tomlinson
v. 1.7 date: 2003/07/15 18:32:58; author: ume; state: Exp; lines: +1 -2 Update to 2.1.15.
v. 1.6 date: 2003/07/05 07:07:37; author: ume; state: Exp; lines: +1 -0 Workaround to make it buildable without enabling gsspai. It is known problem of cyrus-sasl-2.1.14. Reported by: many
v. 1.5 date: 2003/07/03 19:07:18; author: ume; state: Exp; lines: +3 -2 Add support for OpenLDAP22. PR: ports/53932 Submitted by: Oliver Eikemeier
v. 1.4 date: 2003/06/30 18:43:18; author: ume; state: Exp; lines: +4 -3 - made old distfile fetchable after an update. - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier
v. 1.3 date: 2003/06/30 16:51:00; author: ume; state: Exp; lines: +1 -1 Update to 2.1.14.
v. 1.2 date: 2003/06/01 05:45:41; author: ume; state: Exp; lines: +0 -3 remove unused variables.
v. 1.1 date: 2003/06/01 04:24:15; author: ume; state: Exp; Add saslauthd as a separated port from cyrus-sasl2 to avoid dependency loop between cyrus-sasl2 and openldap. ============================================================================= v. 1.51 date: 2007/08/07 16:46:22; author: ume; state: Exp; lines: +9 -17 - Use OPTIONS. - Obey the default BDB version defined in bsd.database.mk.
v. 1.50 date: 2007/08/06 15:01:21; author: ume; state: Exp; lines: +3 -2 Allow to build with db45 and db46 as well.
v. 1.49 date: 2007/07/23 09:36:28; author: rafan; state: Exp; lines: +0 -1 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
v. 1.48 date: 2006/10/07 10:26:49; author: ume; state: Exp; lines: +1 -1 Change the MASTER_SITES entries from ftp://ftp.hanse.de/sites/transit/mirror/ to http://www.transit.hanse.de/mirror/ Requested by: Stefan Bethke
v. 1.47 date: 2006/09/17 05:25:21; author: ume; state: Exp; lines: +1 -1 krb5 1.5.1 won't build .a files by default, just .so files. Submitted by: Paul Vixie
v. 1.46 date: 2006/05/19 20:45:37; author: ume; state: Exp; lines: +6 -2 Update to 2.1.22.
v. 1.45 date: 2006/04/18 17:48:29; author: ume; state: Exp; lines: +1 -1 Give sensible sentences for IGNORE. Requested by: kris
v. 1.44 date: 2006/04/18 12:33:21; author: ume; state: Exp; lines: +1 -1 Replace BROKEN with IGNORE.
v. 1.43 date: 2006/04/16 15:49:24; author: ume; state: Exp; lines: +5 -8 Enable support for db-4.4.
v. 1.42 date: 2005/12/26 14:52:22; author: ume; state: Exp; lines: +4 -4 change /var/state/saslauthd to /var/run/saslauthd as respect hier(7). PR: ports/90810 Submitted by: Artis Caune
v. 1.41 date: 2005/11/08 16:51:08; author: ume; state: Exp; lines: +4 -10 - use USB_BDB. - add SHA256.
v. 1.40 date: 2005/05/17 16:36:55; author: ume; state: Exp; lines: +3 -3 Update to 2.1.21.
v. 1.39 date: 2005/02/28 05:20:11; author: ume; state: Exp; lines: +1 -1 fix dependency. don't forget `+'.
v. 1.38 date: 2005/02/25 16:12:53; author: ume; state: Exp; lines: +12 -11 simplify.
v. 1.37 date: 2005/02/23 21:18:46; author: ume; state: Exp; lines: +4 -1 Allow to use Berkeley DB 4.3. PR: ports/76154 Submitted by: Sunpoet Po-Chuan Hsieh
v. 1.36 date: 2005/02/10 19:32:10; author: ume; state: Exp; lines: +2 -7 use new scheme of USE_RC_SUBR.
v. 1.35 date: 2004/11/30 16:42:36; author: ume; state: Exp; lines: +7 -1 build & install two useful programs; testsaslauthd and saslcache. Submitted by: Yuri Ryazantsev
v. 1.34 date: 2004/11/28 09:42:03; author: ume; state: Exp; lines: +0 -5 remove needless definition.
v. 1.33 date: 2004/11/28 07:09:12; author: ume; state: Exp; lines: +6 -1 cyrus-sasl2-saslauthd couldn't be built with system OpenSSL and BDB42. PR: ports/74463 Submitted by: NIIMI Satoshi
v. 1.32 date: 2004/11/24 16:35:34; author: ume; state: Exp; lines: +1 -1 Fix build with gssapi and krb5 PR: ports/74321 Submitted by: Florian Kraft
v. 1.31 date: 2004/10/25 12:42:40; author: ume; state: Exp; lines: +2 -1 Update to 2.1.20. * 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.
v. 1.30 date: 2004/07/14 18:01:22; author: ume; state: Exp; lines: +2 -2 Update to 2.1.19.
v. 1.29 date: 2004/06/11 15:49:48; author: ume; state: Exp; lines: +1 -1 use `command_args' instead of overriding `flags'.
v. 1.28 date: 2004/05/12 16:12:11; author: ume; state: Exp; lines: +19 -5 make the default location of running directory of saslauthd customizable by SASLAUTHD_RUNPATH variable. PR: ports/66521
v. 1.27 date: 2004/05/07 10:13:37; author: ume; state: Exp; lines: +2 -2 use LOCALBASE for dependent packages instead of PREFIX.
v. 1.26 date: 2004/03/31 16:32:16; author: ume; state: Exp; lines: +2 -1 - add saslauthd_runpath option to change run path which is specified by -m option of saslauthd. since this option affects a location of a pidfile, we need to separate it from saslauthd_flags.[1] - change the default of saslauthd_enable to NO as other potrs do. Requested by: "Paul-Andrew Joseph Miseiko" [1]
v. 1.25 date: 2004/03/11 17:16:41; author: ume; state: Exp; lines: +2 -2 Update to 2.1.18.
v. 1.24 date: 2004/01/17 15:35:34; author: ume; state: Exp; lines: +11 -8 Support Berkeley DB 4.2. 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
v. 1.23 date: 2003/12/19 17:40:04; author: ume; state: Exp; lines: +2 -2 - space before and after `(' and ')' [1] - bump version [2] PR: ports/60392 [1] Submitted by: Oleg Sharoiko [1] Reported by: jeh [2]
v. 1.22 date: 2003/12/19 14:52:12; author: ume; state: Exp; lines: +2 -2 ${OSVERSION} must be after including bsd.port.pre.mk. Reported by: "Dan Langille"
v. 1.21 date: 2003/12/19 04:48:16; author: ume; state: Exp; lines: +1 -1 since 5-CURRENT has Kerberos5 as default, enable Kerberos5 as default on 5-CURRENT. Submitted by: Sean McNeil
v. 1.20 date: 2003/12/19 04:29:13; author: ume; state: Exp; lines: +1 -1 fix build with heimdal. Submitted by: tiamat@komi.mts.ru
v. 1.19 date: 2003/12/04 08:06:03; author: ume; state: Exp; lines: +2 -2 Update to 2.1.17.
v. 1.18 date: 2003/11/11 07:44:22; author: ume; state: Exp; lines: +0 -2 build package again. the problem was fixed by bsd.port.mk 1.469 (PR 58885). Submitted by: Oliver Eikemeier
v. 1.17 date: 2003/11/04 17:27:23; author: ume; state: Exp; lines: +1 -1 mark NO_PACKAGE instead of BROKEN. Though it fails to build package on bento, at least it can be installed from port.
v. 1.16 date: 2003/11/03 03:56:40; author: kris; state: Exp; lines: +2 -0 Mark BROKEN (see bento logs). These ports are scheduled for removal after Feb 2 2004 if they are still broken at that time and no fixes have been submitted by PR.
v. 1.15 date: 2003/10/01 17:56:06; author: ume; state: Exp; lines: +1 -1 the start/stop scripts failed when booting on 5.x machines Submitted by: Barry Pederson
v. 1.14 date: 2003/09/01 10:44:42; author: ume; state: Exp; lines: +2 -5 USE_OPENSSL must be set before including bsd.port.pre.mk. Reported by: Fritz Heinrichmeyer
v. 1.13 date: 2003/08/28 17:44:28; author: ume; state: Exp; lines: +7 -2 Use USE_RC_SUBR.
v. 1.12 date: 2003/08/28 15:53:34; author: ume; state: Exp; lines: +1 -1 Use USE_OPENSSL.
v. 1.11 date: 2003/08/28 13:11:25; author: ume; state: Exp; lines: +8 -7 Use USE_OPENLDAP.
v. 1.10 date: 2003/08/14 09:31:04; author: ume; state: Exp; lines: +2 -2 Depends on net/openldap*-client instead of net/openldap*.
v. 1.9 date: 2003/07/20 06:29:25; author: ume; state: Exp; lines: +2 -0 Stop installing Sendmail.conf by cyrus-sasl2, and it is now installed 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.
v. 1.8 date: 2003/07/18 20:00:50; author: ume; state: Exp; lines: +2 -1 Broken manpage was installed. Remove pre-generated manpage to be make sure to generate it by FreeBSD's man system. Reported by: Drew Tomlinson
v. 1.7 date: 2003/07/15 18:32:58; author: ume; state: Exp; lines: +1 -2 Update to 2.1.15.
v. 1.6 date: 2003/07/05 07:07:37; author: ume; state: Exp; lines: +1 -0 Workaround to make it buildable without enabling gsspai. It is known problem of cyrus-sasl-2.1.14. Reported by: many
v. 1.5 date: 2003/07/03 19:07:18; author: ume; state: Exp; lines: +3 -2 Add support for OpenLDAP22. PR: ports/53932 Submitted by: Oliver Eikemeier
v. 1.4 date: 2003/06/30 18:43:18; author: ume; state: Exp; lines: +4 -3 - made old distfile fetchable after an update. - install missing document which was added during update to 2.1.14. PR: ports/53932 (partly) Submitted by: Oliver Eikemeier
v. 1.3 date: 2003/06/30 16:51:00; author: ume; state: Exp; lines: +1 -1 Update to 2.1.14.
v. 1.2 date: 2003/06/01 05:45:41; author: ume; state: Exp; lines: +0 -3 remove unused variables.
v. 1.1 date: 2003/06/01 04:24:15; author: ume; state: Exp; Add saslauthd as a separated port from cyrus-sasl2 to avoid dependency loop between cyrus-sasl2 and openldap. =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm