Author: skel Date: 2005-08-01 01:29:36 +0000 (Mon, 01 Aug 2005) New Revision: 8877
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8877 Log: changed to using a libsmbclient structure in CacServerHandle instead of cli_state* structureo. ended up having to #include "includes.h" in libmsrpc. move TALLOC_CTX out of CacServerHandle added very simple test/example code for libmsrpc (found in libmsrpc/test) modified smbc_attr_server() to not open an LSA policy handle if the *pol parameter is NULL. some code cleanups (BOOL instead of ints, define some constants etc) Added: branches/SOC/SAMBA_3_0/source/include/libmsrpc_internal.h branches/SOC/SAMBA_3_0/source/libmsrpc/test/ branches/SOC/SAMBA_3_0/source/libmsrpc/test/Makefile branches/SOC/SAMBA_3_0/source/libmsrpc/test/README branches/SOC/SAMBA_3_0/source/libmsrpc/test/lsapol.c Modified: branches/SOC/SAMBA_3_0/source/Makefile.in branches/SOC/SAMBA_3_0/source/include/libmsrpc.h branches/SOC/SAMBA_3_0/source/include/rpc_includes.h branches/SOC/SAMBA_3_0/source/include/rpc_proto.h branches/SOC/SAMBA_3_0/source/libmsrpc/cac_lsarpc.c branches/SOC/SAMBA_3_0/source/libmsrpc/libmsrpc.c branches/SOC/SAMBA_3_0/source/libsmb/libsmbclient.c Changeset: Sorry, the patch is too large (943 lines) to include; please use WebSVN to see it! WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8877
