summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-03-23 16:30:05 +1300
committerAndrew Bartlett <abartlet@samba.org>2017-03-29 02:37:29 +0200
commit493d886163e3691bf328953c6ae10de2ba7ee482 (patch)
tree249dbca2a88741db4cf750496174d8287c5a71e3 /source4/librpc
parent43f52fc425d8b59596a1f3917ac41a0631477393 (diff)
downloadsamba-493d886163e3691bf328953c6ae10de2ba7ee482.tar.gz
python: Add bindings for NTLMSSP
This is helpful for building NTLMv2 packets in python for testing against the SamLogon server Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/wscript_build6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build
index bb098ab2a5a..a14215bc5ac 100644
--- a/source4/librpc/wscript_build
+++ b/source4/librpc/wscript_build
@@ -246,6 +246,12 @@ for env in bld.gen_python_environments():
realname='samba/dcerpc/drsblobs.so'
)
+ bld.SAMBA_PYTHON('python_dcerpc_ntlmssp',
+ source='../../librpc/gen_ndr/py_ntlmssp.c',
+ deps='%s %s RPC_NDR_NTLMSSP' % (pytalloc_util, pyrpc_util),
+ realname='samba/dcerpc/ntlmssp.so'
+ )
+
bld.SAMBA_PYTHON('python_srvsvc',
source='../../librpc/gen_ndr/py_srvsvc.c',
deps='RPC_NDR_SRVSVC pytalloc-util pyrpc_util',