Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.507 (Entity 5.507) From: ghudson@mit.edu Subject: git commit Content-Length: 948 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] https://github.com/krb5/krb5/commit/f54b49d06cd2e468abb499df1b9d577054a4fb20 Author: Simo Sorce Committer: Greg Hudson Commit: f54b49d06cd2e468abb499df1b9d577054a4fb20 Branch: master src/lib/gssapi/krb5/acquire_cred.c | 26 ++++++++++++++++++- src/lib/gssapi/krb5/gssapiP_krb5.h | 1 + src/tests/gssapi/Makefile.in | 1 + src/tests/gssapi/t_credstore.c | 6 +++- src/tests/gssapi/t_credstore.py | 50 ++++++++++++++++++++++++++++++++++++ src/tests/gssapi/t_gssapi.py | 21 --------------- 6 files changed, 81 insertions(+), 24 deletions(-)