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)
commitf99bef585d4c1e52becc06b581bd5aaa62cf9dd7
tree8cccd42834ea80664842eb0819cc8bd9068580ce
parentaef915f312a78bf8a4123f7c40fcd14ff293d934
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.
source/librpc/config.mk
source/librpc/rpc/config.mk [new file with mode: 0644]
source/librpc/rpc/dcerpc.c
source/librpc/rpc/dcerpc.h
source/librpc/rpc/dcerpc_smb2.c [new file with mode: 0644]
source/librpc/rpc/dcerpc_util.c