]> eyrie.org Git - kerberos/pam-krb5.git/commit
Clean up PAM response freeing
authorRuss Allbery <eagle@eyrie.org>
Mon, 2 Mar 2020 07:45:39 +0000 (23:45 -0800)
committerRuss Allbery <eagle@eyrie.org>
Mon, 2 Mar 2020 07:45:39 +0000 (23:45 -0800)
commit41f0df62325c7482a285d346a3075dc7933e4592
tree456af76afe4e56383f5637e821c09dc54f0e799c
parent13fcc8e98ba198bcbd03ea6515509df4cfeadb9f
Clean up PAM response freeing

Refactor the code to free PAM responses into its own function.
Properly free the PAM responses to the selection of a PKINIT
identity, closing a memory leak.  Use explicit_bzero to overwrite
any possible secrets, where available.
NEWS
configure.ac
module/auth.c
module/password.c
module/prompting.c
portable/system.h