History log of /netbsd-src/external/bsd/openpam/dist/compile (Results 1 – 4 of 4)
Revision Date Author Comments
# 024a2e8c 30-Jun-2023 christos <christos@NetBSD.org>

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
decrem

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.

show more ...


# 77513ecf 15-Dec-2019 christos <christos@NetBSD.org>

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 p

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).

show more ...


# 5ca12230 06-May-2017 christos <christos@NetBSD.org>

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_SYMB

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.
============================================================================
OpenPAM Radula 2017-02-19

- BUGFIX: Fix an inverted test which prevented pam_get_authtok(3) and
pam_get_user(3) from using application-provided custom prompts.

- BUGFIX: Plug a memory leak in pam_set_item(3).

- BUGFIX: Plug a potential memory leak in openpam_readlinev(3).

- BUGFIX: In openpam_readword(3), support line continuations within
whitespace.

- ENHANCE: Add a feature flag to control fallback to "other" policy.

- ENHANCE: Add a pam_return(8) module which returns an arbitrary
code specified in the module options.

- ENHANCE: More and better unit tests.

show more ...


# 0bbc3b9f 27-Dec-2013 christos <christos@NetBSD.org>

Import openpam-20130907