]> granicus.if.org Git - libtirpc/commit
Refactor authgss_refresh()
authorChuck Lever <chuck.lever@oracle.com>
Wed, 22 Apr 2015 14:54:07 +0000 (10:54 -0400)
committerSteve Dickson <steved@redhat.com>
Wed, 29 Apr 2015 15:40:32 +0000 (11:40 -0400)
commit184e7b7cfca09fc2ca9c19d66307d8888be0a876
tree1abfccb82ac6914f1b3faf0290bf80a01015f037
parentcf53e9c577cced8c670b13c17c337cc4ad42ff2b
Refactor authgss_refresh()

rpc_gss_seccreate() can report a rich set of information about
the newly created GSS context, if the caller provides the
"options_ret" argument.

This argument has to be available to authgss_refresh() so that
it can be filled in properly.

This appears to be the "official" way of doing what
authgss_get_private_data() does now, though I suspect it's not a
perfect match.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
src/auth_gss.c