summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_epmapper.c
AgeCommit message (Collapse)AuthorFilesLines
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-2/+2
This will allow the target service (as determined from the IDL) to be passed to GSSAPI (rather than the current, incorrect, "cifs"). Andrew Bartlett Signed-off-by: Stefan Metzmacher <metze@samba.org>
2011-01-28s3-rpc_client: remove some more obsolete cli_X.h header files.Günther Deschner1-1/+1
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
2011-01-04s3:rpcclient: improve "epmmap" outputStefan Metzmacher1-6/+25
metze
2011-01-04s3:rpcclient: use dcerpc_binding_handle bases client stubs in cmd_epmapper.cStefan Metzmacher1-8/+35
metze
2010-05-06s3: only include gen_ndr headers where needed.Günther Deschner1-0/+1
This shrinks include/includes.h.gch by the size of 7 MB and reduces build time as follows: ccache build w/o patch real 4m21.529s ccache build with patch real 3m6.402s pch build w/o patch real 4m26.318s pch build with patch real 3m6.932s Guenther
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in ↵Günther Deschner1-0/+1
samba. Guenther
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-4/+2
This reverts commit 70c698fd547c4bc19cf77693608bbb34acac40b5.
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-2/+4
2009-01-09start rpcclient epmapperVolker Lendecke1-0/+133