Commit graph

5 commits

Author SHA1 Message Date
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
jlam
1b5734f517 Create a pam.buildlink3.mk file that is used by PAM-using packages.
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.
2005-01-14 05:15:39 +00:00
schmonz
72573fbd58 Update to 0.99. From the changelog:
Set PAM_RHOST to value of TCPREMOTEIP, which is set by
	tcpserver.  Thanks to dean gaudet.

	Use service name in syslog instead of hard-coded
	'checkpassword-pam' value.  Thanks to dean gaudet.

	New command-line option -H/--no-chdir-home: do not chdir to
	user home directory.  Useful in a specific case when home
	directories are automounted, but mail is being delivered to a
	central location.  Thanks to Christian Hudon.

	Updated to Autoconf 2.59 and Automake 1.7.9.
2004-10-20 22:05:21 +00:00
schmonz
f9dc653a60 Initial import of checkpassword-pam.
checkpassword-pam is an implementation of checkpassword-compatible
authentication program.

checkpassword-pam was written from scratch. There are several older
packages called checkpassword-pam, derived from DJB's checkpassword
code. This checkpassword-pam is more modern and administrator-friendly.
2004-08-12 09:22:00 +00:00