r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the
authorAndrew Tridgell <tridge@samba.org>
Fri, 25 Nov 2005 05:25:37 +0000 (05:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:46:42 +0000 (13:46 -0500)
commitced449b016631347d308643ea1de47a260f4671a
treed0396b5e6861314b6f57acca65f46dfb05125cf5
parent310fa875091a85bb5d7be196906723f14305d406
r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the
flag 'smb2' in the dcerpc binding string. This gives a pretty good
test to the new SMB2 trans call.
(This used to be commit f99bef585d4c1e52becc06b581bd5aaa62cf9dd7)
source4/librpc/config.mk
source4/librpc/rpc/config.mk [new file with mode: 0644]
source4/librpc/rpc/dcerpc.c
source4/librpc/rpc/dcerpc.h
source4/librpc/rpc/dcerpc_smb2.c [new file with mode: 0644]
source4/librpc/rpc/dcerpc_util.c