Age | Commit message (Collapse) | Author | Files | Lines |
|
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam. pam.buildlink3.mk will:
* set PAMBASE to the base directory of the PAM files;
* set PAM_TYPE to the PAM implementation used.
There are two variables that can be used to tweak the selection of
the PAM implementation:
PAM_DEFAULT is a user-settable variable whose value is the default
PAM implementation to use.
PAM_ACCEPTED is a package-settable list of PAM implementations
that may be used by the package.
Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.
|
|
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
|
something meaningful, even if it can only be run by root.
|
|
Makefile.authdaemond so that courier-auth* module packages will patch
correctly.
|
|
* Honor ${VARBASE}.
* Rename "authdaemon.sysconftool" to "sysconftool" for use by other
Courier mail packages.
* authvchkpw explicitly disabled -- it's not officially supported within
courier, and there's a workaround by using vchkpw2userdb(8). This
closes pkg/19365.
* courierlogger(1) moved from mail/courier-imap into this package.
* Support a new setting DEBUG_LOGIN in authdaemonrc to allow easier
debugging of the authentication process.
* Added documentation on how to debug the authentication process in
${PREFIX}/share/doc/courier.
* makedat: Skip subdirectories named "CVS". Allows all directory-based
lists (makesmtpaccess, etc...) to be managed via CVS.
|
|
instead of install, sh install is called and install is not found.
The installed files are stripped automatically even after this change.
|
|
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
|
"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.
|
|
|
|
functionality.
|
|
location.
|
|
|
|
|
|
into the separate packages.
|
|
http://www.inter7.com/courierimap/FAQ.html#solarisbug
|
|
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.
|
|
setting it.
|
|
|
|
|
|
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.
|
|
|
|
|
|
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>.
|
|
|
|
script handling and using @RCD_SCRIPTS_SHELL@.
as discussed with jlam.
|
|
|
|
exists, then use it as the default value of DEINSTALL_EXTRA_TMPL or
INSTALL_EXTRA_TMPL.
|
|
which rely upon authdaemond really shouldn't start until after LOGIN.
|
|
env(1), and it does not work with the new getopt(3).
provided by Julio Merino <jmmv at hispabsd dot org> in pkg/17361.
|
|
|
|
localized into the authlib sources. This makes only the courier-auth*
modules depend on PAM.
|
|
Noted by Stoned Elipot <seb@netbsd.org> in private email.
|
|
we want to strip when STRIPFLAGS contains "-s" and not otherwise. Pointed
out by Amatai Schlair in private e-mail.
|
|
|
|
Makefile.authdaemond to replace a lot of the complexity in
courier-auth/Makefile.
|
|
config wrapper.
|
|
a "heavy" authdaemond module, i.e. one of authldap, authmysql, or
authpgsql.
|
|
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.
|
|
* 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.
|
|
* 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.
|
|
|
|
This package contains the authentication daemon, modules, and utilities
for the Courier mail packages.
|