]> git.ipfire.org Git - thirdparty/krb5.git/commit
Use memory cache in gss_acquire_cred_with_password 276/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 21 Apr 2015 17:39:34 +0000 (13:39 -0400)
committerGreg Hudson <ghudson@mit.edu>
Mon, 6 Jul 2015 18:51:05 +0000 (14:51 -0400)
commit1be1c3593e6a50cbed2e5d2d52b98d4413f669d4
treeade5464cfeb44efb75fc7af1f4191ed8a8bba2f5
parente110ce6ed19f5349e304e826e6b8066312c6c15c
Use memory cache in gss_acquire_cred_with_password

gss_acquire_cred_with_password() was originally introduced in Solaris.
When we introduced it in 1.9, we unfortunately gave it different and
less useful semantics.  Restore this function to the Solaris
semantics, which are to always get credentials and store them in a
private memory ccache.  The caller can use gss_store_cred() to make
the resulting creds visible to other processes if desired.

ticket: 8152
src/appl/gss-sample/t_gss_sample.py
src/lib/gssapi/krb5/acquire_cred.c