]> git.ipfire.org Git - thirdparty/samba.git/commit
s4:rpc_server: Split dcerpc_generic_session_key for server and client
authorSamuel Cabrero <scabrero@suse.de>
Wed, 23 Jan 2019 19:52:50 +0000 (20:52 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 18 Oct 2019 16:07:36 +0000 (16:07 +0000)
commit83def9a945f40892aaf0e4ea6ea7845d74bbaf7c
treea6c8a21d7a8b8d464d7d03335ce2f573fd086267
parentf402b937f4862843015686b8e28504fe588d0c5f
s4:rpc_server: Split dcerpc_generic_session_key for server and client

Split the common bits of dcerpc_generic_session_key to librpc and rename
client the specific part to dcecli_generic_session_key.

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
librpc/rpc/dcerpc_util.c
librpc/rpc/rpc_common.h
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc_auth.c
source4/librpc/rpc/dcerpc_util.c
source4/rpc_server/dcerpc_server.c