Home | History | Annotate | Download | only in dist
History log of /src/external/bsd/openpam/dist/config.sub
RevisionDateAuthorComments
 1.4  30-Jun-2023  christos merge openpam ximenia
 1.3  15-Dec-2019  christos resolve conflicts
 1.2  01-Feb-2017  sevan branches: 1.2.12;
Update supporting files for components which rely on autoconf to allow systems
introducing since release of software to be recognised. This should hopefully
allow the builds to progress a littles further on systems such as the POWER8
which features a little endian 64-bit PowerPC CPU identified as ppc64le.
 1.1  25-Dec-2011  christos branches: 1.1.1;
Initial revision
 1.1.1.5  30-Jun-2023  christos Import ximenia (last was tabebuia)

- BUGFIX: Fix race condition in openpam_ttyconv(3) when used with
expect scripts.

- BUGFIX: In openpam_set_option(3), when removing an option, properly
decrement the option count.

- BUGFIX: In openpam_subst(3), avoid incrementing past the end of the
template.
 1.1.1.4  15-Dec-2019  christos OpenPAM Tabebuia 2019-02-24

- BUGFIX: Fix off-by-one bug in pam_getenv(3) which was introduced in
OpenPAM Radula.

- ENHANCE: Add unit tests for pam_{get,put,set}env(3).
 1.1.1.3  06-May-2017  christos OpenPAM Resedacea 2017-04-30

- BUGFIX: Reinstore the NULL check in pam_end(3) which was removed in
OpenPAM Radula, as it breaks common error-handling constructs.

- BUGFIX: Return PAM_SYMBOL_ERR instead of PAM_SYSTEM_ERR from the
dispatcher when the required service function could not be found.

- ENHANCE: Introduce the PAM_BAD_HANDLE error code for when pamh is
NULL in API functions that have a NULL check.

- ENHANCE: Introduce the PAM_BAD_ITEM, PAM_BAD_FEATURE and
PAM_BAD_CONSTANT error codes for situations where we previously
incorrectly used PAM_SYMBOL_ERR to denote that an invalid constant
had been passed to an API function.

- ENHANCE: Improve the RETURN VALUES section in API man pages,
especially for functions that cannot fail, which were incorrectly
documented as returning -1 on failure.
 1.1.1.2  27-Dec-2013  christos branches: 1.1.1.2.8; 1.1.1.2.12;
Import openpam-20130907
 1.1.1.1  25-Dec-2011  christos branches: 1.1.1.1.4; 1.1.1.1.8;
from sourceforge

ENHANCE: removed static build autodetection, which didn't work anyway.
Use an explicit, user-specified preprocessor variable instead.
ENHANCE: cleaned up the documentation a bit.
ENHANCE: added openpam_subst(3), allowing certain PAM items to be embedded
in strings such as prompts. Apply it to the prompts used by
pam_get_user(3) and pam_get_authtok(3).
ENHANCE: added support for the user_prompt, authtok_prompt and
oldauthtok_prompt module options, which override the prompts passed
by the module to pam_set_user(3) and pam_get_authtok(3).
ENHANCE: rewrote the policy parser to support quoted option values.
ENHANCE: added pamtest(1), a tool for testing modules and policies.
ENHANCE: added code to check the ownership and permissions of a module before
loading it.
ENHANCE: added / improved input validation in many cases, including the policy
file and some function arguments.
 1.1.1.2.12.1  21-Apr-2017  bouyer Sync with HEAD
 1.1.1.2.8.1  20-Mar-2017  pgoyette Sync with HEAD
 1.1.1.1.8.1  19-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.1.1.1.4.3  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.1.1.1.4.2  17-Apr-2012  yamt sync with head
 1.1.1.1.4.1  25-Dec-2011  yamt file config.sub was added on branch yamt-pagecache on 2012-04-17 00:03:54 +0000
 1.2.12.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed