summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_dfs.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-18s3-rpcclient: pass struct ndr_interface_table downAndrew Bartlett1-6/+6
2011-01-11s3:rpcclient: use ndr_dfs_c.h instead of cli_dfs.hStefan Metzmacher1-1/+1
2011-01-06s3-rpcclient: use dcerpc_dfs_X functions.Günther Deschner1-12/+24
2009-11-26s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...Günther Deschner1-0/+1
2009-11-08Revert "s3: Do not directly reference the ndr_table_* in rpcclient"Volker Lendecke1-18/+6
2009-11-08s3: Do not directly reference the ndr_table_* in rpcclientVolker Lendecke1-6/+18
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-6/+6
2008-03-21Fix Coverity ID 507Volker Lendecke1-0/+2
2007-12-03Fix dfs callers.Günther Deschner1-42/+56
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner1-10/+16
2007-10-10r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij1-7/+3
2007-10-10r19794: Convert DFSVolker Lendecke1-5/+8
2007-10-10r18469: Use new pidl-generated DFS client code.Jelmer Vernooij1-55/+73
2007-10-10r17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL to follow).Günther Deschner1-0/+33
2007-10-10r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner1-2/+2
2007-10-10r13316: Let the carnage begin....Gerald Carter1-45/+66
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-15/+15
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-5/+5
2003-02-25Merge: const fixes.Tim Potter1-8/+8
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-5/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-12Some old stuff hanging around since the CIFS conference. Big cleanup ofTim Potter1-113/+22
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-25/+23
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-20/+28
2001-07-20Started adding some help/usage info for rpcclient commands.Tim Potter1-7/+8
2001-06-13Added some msdfs client routines.Tim Potter1-0/+291
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+32