]> granicus.if.org Git - libtirpc/commit
AUTH_WRAP/AUTH_UNWRAP support.
authorMatthew N. Dodd <matthew.nygard.dodd@gmail.com>
Mon, 20 Jun 2011 17:34:34 +0000 (13:34 -0400)
committerSteve Dickson <steved@redhat.com>
Tue, 21 Jun 2011 18:31:44 +0000 (14:31 -0400)
commit2abb87646f696726f4ee3a89db6ebfc8adbd9b9b
tree79cc735f03e1f724d68a8ef673ef4e9c76a60858
parent1e786fc401ff625fdcec3e0bdc495125feb0a070
AUTH_WRAP/AUTH_UNWRAP support.

Client code lacks support for authenticator wrapping/unwrapping, which
is particularly useful when using GSS.

Verified for both tcp & udp using a trivial RPC client against a MIT
Krb5 server.

Signed-off-by: Steve Dickson <steved@redhat.com>
src/auth_des.c
src/auth_none.c
src/auth_unix.c
src/clnt_dg.c
src/clnt_vc.c