Subject: CVS commit: src/dist/openpam
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/03/2005 17:21:48
Module Name:	src
Committed By:	thorpej
Date:		Mon Jan  3 17:21:48 UTC 2005

Modified Files:
	src/dist/openpam/include/security: openpam.h
	src/dist/openpam/lib: openpam_dynamic.c

Log Message:
openpam_dynamic(): If the pathname provided is not an absolute pathname,
prepend PAM_SOPREFIX to the name before dlopen()'ing it.  On NetBSD, define
PAM_SOPREFIX as "/usr/lib/security/".


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/openpam/include/security/openpam.h
cvs rdiff -r1.2 -r1.3 src/dist/openpam/lib/openpam_dynamic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.