History log of /netbsd-current/external/bsd/openpam/dist/t/t_pam_env.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: ximenia-2023-06-27
# 1.1.1.2 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.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 tabebuia-20190224
# 1.1.1.1 15-Dec-2019 christos

branches: 1.1.1.1.4;
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).