]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add password option to cred store
authorSimo Sorce <simo@redhat.com>
Wed, 16 Sep 2020 19:07:09 +0000 (15:07 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 18 Nov 2020 16:28:19 +0000 (11:28 -0500)
commitf54b49d06cd2e468abb499df1b9d577054a4fb20
tree3330b9d99a4f5f08dc78e921856376735a6ff0cd
parent938b535145a9cc312e42f99782af75067cfec588
Add password option to cred store

Add an option for initial creds acquisition via password to
gss_acquire_cred_from(), storing credentials in a new MEMORY ccache.

Move existing cred store tests from t_gssapi.py to t_credstore.py and
add new ones for password acquisition.

[ghudson@mit.edu: squashed commits; rewrote commit message]

ticket: 8962 (new)
src/lib/gssapi/krb5/acquire_cred.c
src/lib/gssapi/krb5/gssapiP_krb5.h
src/tests/gssapi/Makefile.in
src/tests/gssapi/t_credstore.c
src/tests/gssapi/t_credstore.py [new file with mode: 0644]
src/tests/gssapi/t_gssapi.py