From 456aee80f584e136a4e1decb6c53fbe019ead6b8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Thu, 1 Sep 2011 18:18:31 +0200 Subject: s3-lsa: Add conversion for auth info structs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit struct lsa_TrustDomainInfoAuthInfo and struct trustAuthInOutBlob can store the same information for different usage. The added routines can convert one struct into the other. Signed-off-by: Günther Deschner Autobuild-User: Günther Deschner Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104 --- source3/wscript_build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/wscript_build') diff --git a/source3/wscript_build b/source3/wscript_build index 9f3eb0502a..bca1cdf8a3 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -42,7 +42,7 @@ DRSUAPI_SRC = '''${COMPRESSION_SRC}''' LIBCLI_SPOOLSS_SRC = '''rpc_client/cli_spoolss.c rpc_client/init_spoolss.c''' -LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c''' +LIBCLI_LSA_SRC = '''rpc_client/cli_lsarpc.c rpc_client/util_lsarpc.c''' LIBCLI_SAMR_SRC = 'rpc_client/cli_samr.c' @@ -576,6 +576,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_case_insensitive.c torture/test_notify_online.c torture/test_smb2.c + torture/test_authinfo_structs.c torture/test_smbsock_any_connect.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} @@ -1262,7 +1263,7 @@ bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3, bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3, source=SMBTORTURE_SRC, deps='''talloc tdb_compat tevent cap wbclient param libsmb KRBCLIENT TLDAP - smbd_shim popt_samba3 asn1util LIBTSOCKET NDR_LSA msrpc3 LIBMSRPC_GEN RPC_NDR_ECHO WB_REQTRANS''', + smbd_shim popt_samba3 asn1util LIBTSOCKET NDR_LSA msrpc3 LIBMSRPC_GEN RPC_NDR_ECHO WB_REQTRANS libcli_lsa3''', vars=locals()) bld.SAMBA3_BINARY('smbconftort', -- cgit