]> git.ipfire.org Git - thirdparty/openvpn.git/commit
In auth-pam plugin clear the password after use
authorSelva Nair <selva.nair@gmail.com>
Tue, 9 May 2017 19:44:29 +0000 (15:44 -0400)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 9 May 2017 20:02:09 +0000 (22:02 +0200)
commitf403b9a2bf93f0fa35ee8316c2d219f48638a3e5
tree94c9a4efaa76c44660f69573cd7ae0f1479e632f
parent2b60198e08a9d7e8de9beeb65a587ee34107efe8
In auth-pam plugin clear the password after use

v2: Change the plugin open to use v3 API so that secure_memzero()
    exported from OpenVPN can be used.
v3: Relaxe API compatibility check: struct version 4 or higher
    will have secure_memzero exported.

Note: context is cast as (openvpn_plugin_handle_t *) for consistency
with the current plugin header. If/when the header is fixed, change
this cast as well.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: David Sommerseth <davids@openvpn.net>
Message-Id: <1494359069-13824-1-git-send-email-selva.nair@gmail.com>
URL: http://www.mail-archive.com/search?l=mid&q=1494359069-13824-1-git-send-email-selva.nair@gmail.com
Signed-off-by: David Sommerseth <davids@openvpn.net>
src/plugins/auth-pam/auth-pam.c
src/plugins/auth-pam/auth-pam.exports