r5224: Add in/out typemaps for resume handles. This saves us having to much
authorTim Potter <tpot@samba.org>
Fri, 4 Feb 2005 06:35:45 +0000 (06:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:09:33 +0000 (13:09 -0500)
commit5a1f6c999ef5e84e93ec8f07b9751d795c4566a5
treefd41a4e81fe5fa7632d397cce32db6bd150d15ad
parentedb32b9b5175f720bce110bf2bb4cf136ed47142
r5224: Add in/out typemaps for resume handles.  This saves us having to much
around with pointers to just one uint32.

Add an output typemap to copy a policy handle as the talloc context is
destroyed before the wrapper function returns.  More work here needed
to avoid memory leaks.

Use the swig carrays.i file to create accessor and setter functions
for fixed width integer types.  Also add functions for struct samr_SamEntry
as it's returned by the LookupDomain RPC.  This really needs to be
done by pidl so I don't have to go through and find all the structures
that are returned in arrays.

Include security.i to give us SIDs and security descriptors.
source/scripting/swig/dcerpc.i