Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-26 | Reverse the use of USE_DB185 in bdb.buildlink3.mk -- it defaults to | jlam | 1 | -2/+1 | |
"yes" and packages that can't use the DB-1.85 API should set it to "no". This makes the native DB the preferred DB if it exists. | |||||
2004-03-10 | Convert to use bdb.buildlink3.mk. | jlam | 1 | -2/+2 | |
2004-02-24 | Clean up Solaris db handling by just noting that we need db-1.85 | jlam | 1 | -4/+3 | |
functionality. | |||||
2004-02-23 | Have all of the courier programs find the authdaemon socket in the same | jlam | 1 | -1/+2 | |
location. | |||||
2004-02-22 | Note the common directory for HTML docs for courier packages. | jlam | 1 | -1/+2 | |
2004-02-22 | Add the example PAM file to the installation. | jlam | 2 | -2/+6 | |
2004-02-22 | Move settings for USE_BUILDLINK3 and USE_LANGUAGES from the common Makefile | jlam | 2 | -4/+5 | |
into the separate packages. | |||||
2004-02-22 | Workaround a Solaris bug noted in: | jlam | 1 | -1/+8 | |
http://www.inter7.com/courierimap/FAQ.html#solarisbug | |||||
2004-02-21 | Update mail/courier-auth* packages to 0.44.2 from the courier-0.44.2 | jlam | 11 | -104/+146 | |
source distribution. Changes from version 0.37.1 include fixing minor bugs, plugging memory leaks, and improving documentation. The authentication daemons also have improved behaviour when idling. | |||||
2004-02-10 | PERL5_REQD is now a list of values, so append to its value instead of | jlam | 1 | -2/+2 | |
setting it. | |||||
2004-01-24 | replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. | grant | 1 | -2/+2 | |
2004-01-11 | Use tabs (not spaces) to make indentation | cjep | 1 | -2/+2 | |
2003-08-30 | Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL if | jlam | 1 | -2/+4 | |
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable. | |||||
2003-07-21 | COMMENT should start with a capital letter. | martti | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-01-28 | Instead of including bsd.pkg.install.mk directly in a package Makefile, | jlam | 1 | -2/+2 | |
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>. | |||||
2002-10-08 | buildlink1 -> buildlink2 | jlam | 3 | -20/+10 | |
2002-09-20 | Make these scripts more portable by taking advantage of automatic rc.d | grant | 1 | -2/+2 | |
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam. | |||||
2002-09-19 | Take advantage of the auto-generation and installation of rc.d scripts. | jlam | 1 | -7/+1 | |
2002-09-18 | When using bsd.pkg.install.mk, if a DEINSTALL or INSTALL file already | jlam | 1 | -3/+1 | |
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or INSTALL_EXTRA_TMPL. | |||||
2002-07-18 | it's better to REQUIRE LOGIN rather than DAEMON, because a bunch of services | lukem | 1 | -2/+2 | |
which rely upon authdaemond really shouldn't start until after LOGIN. | |||||
2002-06-22 | use 'env -i' rather than 'env -', as this is deprecated according to | grant | 1 | -2/+2 | |
env(1), and it does not work with the new getopt(3). provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361. | |||||
2002-04-27 | Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467. | yyamano | 1 | -2/+2 | |
2002-02-05 | Move PAM dependency into Makefile.authdaemond as the PAM-related code is | jlam | 2 | -7/+7 | |
localized into the authlib sources. This makes only the courier-auth* modules depend on PAM. | |||||
2002-02-05 | Solaris' test binary (test/[) doesn't grok "-e". Replace with "-f". | jlam | 1 | -3/+3 | |
Noted by Stoned Elipot <seb@netbsd.org> in private email. | |||||
2002-02-03 | Fix reversed logic for setting INSTALL_TARGET=install-strip. Of course, | jlam | 1 | -4/+2 | |
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed out by Amatai Schlair in private e-mail. | |||||
2002-01-29 | Allow PAM authentication if USE_PAM is defined. | jlam | 1 | -2/+3 | |
2002-01-27 | Move dependency on courier-auth into the module Makefiles and use | jlam | 2 | -25/+3 | |
Makefile.authdaemond to replace a lot of the complexity in courier-auth/Makefile. | |||||
2002-01-27 | Use ${MYSQL_CONFIG}, not "mysql_config", so as to use the buildlink | jlam | 3 | -5/+23 | |
config wrapper. | |||||
2002-01-27 | Makefile.authdaemond contains the shared Makefile logic used to build | jlam | 1 | -0/+34 | |
a "heavy" authdaemond module, i.e. one of authldap, authmysql, or authpgsql. | |||||
2002-01-27 | Fix the authdaemond rc.d script to accurately report status. The actual | jlam | 1 | -3/+22 | |
process executed is one of authdaemond.{plain,ldpa,mysql,pgsql}, so read the authdaemonrc config file to find which one was executed. Problem noted by Amitai Schlair in private e-mail. | |||||
2002-01-24 | Update mail/courier-auth to 0.37.1nb1. Changes from version 0.37.1 include: | jlam | 1 | -0/+13 | |
* Fix the script for changing passwords with a Courier authentication module (used by sqwebmail) to recognize some more warnings/errors by the NetBSD passwd program. * Note that tcl-expect is needed to make the password-changing script work. * Add this package to the "security" category. | |||||
2002-01-24 | Update mail/courier-auth to 0.37.1nb1. Changes from version 0.37.1 include: | jlam | 4 | -4/+16 | |
* Fix the script for changing passwords with a Courier authentication module (used by sqwebmail) to recognize some more warnings/errors by the NetBSD passwd program. * Note that tcl-expect is needed to make the password-changing script work. * Add this package to the "security" category. | |||||
2002-01-22 | Remove Makefile.in file that wasn't supposed to be there. | jlam | 1 | -130/+0 | |
2002-01-22 | Initial import of mail/courier-auth-0.37.1. | jlam | 15 | -0/+533 | |
This package contains the authentication daemon, modules, and utilities for the Courier mail packages. |