s3-lsa: Add conversion for auth info structs
commit456aee80f584e136a4e1decb6c53fbe019ead6b8
authorSumit Bose <sbose@redhat.com>
Thu, 1 Sep 2011 16:18:31 +0000 (1 18:18 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 12 Sep 2011 13:52:17 +0000 (12 15:52 +0200)
tree8ee7a9856a93369cbb3473af6da7b8bd7836133d
parent368ad28a6e95911739f6ad1485b63e87cf2adcc6
s3-lsa: Add conversion for auth info structs

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 <gd@samba.org>
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Sep 12 15:52:17 CEST 2011 on sn-devel-104
source3/Makefile.in
source3/rpc_client/util_lsarpc.c [new file with mode: 0644]
source3/rpc_client/util_lsarpc.h [new file with mode: 0644]
source3/rpc_server/lsa/srv_lsa_nt.c
source3/torture/proto.h
source3/torture/test_authinfo_structs.c [new file with mode: 0644]
source3/torture/torture.c
source3/wscript_build