From: Stefan Metzmacher Date: Thu, 12 Nov 2020 09:34:38 +0000 (+0100) Subject: s4:librpc: provide py_schannel bindings X-Git-Tag: tdb-1.4.13~963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0acbbeab4db0c8bc8ff655d652e249fecb3c4ef9;p=thirdparty%2Fsamba.git s4:librpc: provide py_schannel bindings This will be used in the dcerpc.raw_protocol test. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14356 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index f3781fa9fd8..c7d6413b47f 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -98,7 +98,6 @@ bld.SAMBA_PIDL_LIST('PIDL', ODJ.idl printcap.idl rap.idl - schannel.idl smb2_lease_struct.idl ''', options='--header --ndr-parser', @@ -135,6 +134,7 @@ bld.SAMBA_PIDL_LIST('PIDL', idmap.idl krb5pac.idl krb5ccache.idl + schannel.idl messaging.idl misc.idl nbt.idl diff --git a/source4/librpc/wscript_build b/source4/librpc/wscript_build index 7cc12cf6ac6..d8c414f820b 100644 --- a/source4/librpc/wscript_build +++ b/source4/librpc/wscript_build @@ -282,6 +282,13 @@ bld.SAMBA_PYTHON('python_gmsa', cflags_end=gen_cflags ) +bld.SAMBA_PYTHON('python_schannel', + source='../../librpc/gen_ndr/py_schannel.c', + deps='NDR_SCHANNEL %s %s' % (pytalloc_util, pyrpc_util), + realname='samba/dcerpc/schannel.so', + cflags_end=gen_cflags + ) + bld.SAMBA_PYTHON('python_netlogon', source='../../librpc/gen_ndr/py_netlogon.c', deps='RPC_NDR_NETLOGON %s %s' % (pytalloc_util, pyrpc_util),