summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij1-102/+70
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter3-20/+20
2007-10-10r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2-2/+2
2007-10-10r18732: Fix build warning as pointed out by Volker.Günther Deschner1-7/+3
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter2-998/+0
2007-10-10r18702: re-enable non-decimal specification of ridJim McDonough1-2/+2
2007-10-10r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner1-0/+1
2007-10-10r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner1-1/+64
2007-10-10r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner1-8/+51
2007-10-10r18617: fix unixinfo call after change to IDL (change from pointer)Gerald Carter1-1/+1
2007-10-10r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij1-13/+18
2007-10-10r18560: * Add in the winreg and initshutdown IDL filesGerald Carter1-2/+2
2007-10-10r18469: Use new pidl-generated DFS client code.Jelmer Vernooij1-55/+73
2007-10-10r18394: get the lsa client code to linkGerald Carter1-1/+0
2007-10-10r18271: Big change:Gerald Carter1-3/+3
2007-10-10r18233: Use the autogenerated cli_unixinfo rather than the old one.Jelmer Vernooij1-1/+1
2007-10-10r18188: merge 3.0-libndr branchJelmer Vernooij4-66/+31
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-10r17316: More C++ warnings -- 456 leftVolker Lendecke2-4/+6
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison4-12/+215
2007-10-10r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.Jeremy Allison1-4/+2
2007-10-10r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison1-3/+3
2007-10-10r16339: Fix Klocwork IDVolker Lendecke2-1/+16
2007-10-10r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison1-2/+2
2007-10-10r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner1-3/+0
2007-10-10r15537: Ignore // or \\ in //server or \\server.Jeremy Allison1-0/+5
2007-10-10r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner1-0/+62
2007-10-10r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner1-41/+115
2007-10-10r14833: Fix resource leak on error code path. Coverity #280.Jeremy Allison1-2/+3
2007-10-10r14646: Adding samr querygroup infolevels 2 & 5.Günther Deschner1-12/+43
2007-10-10r14579: Add REJECT_REASON_OTHER in the rpcclient chgpasswd3.Günther Deschner1-1/+2
2007-10-10r14495: Allow to play with the logon_param flag when testing samlogons.Günther Deschner1-22/+21
2007-10-10r14399: Fix deadcode coverity bug #3.Jeremy Allison1-4/+1
2007-10-10r14340: Fix coverity #78, resource leak in error path.Jeremy Allison1-12/+20
2007-10-10r14245: We've dereferenced argv before, no point in checking.Volker Lendecke1-7/+5
2007-10-10r14217: Fix Coverity Bug # 7Volker Lendecke1-1/+1
2007-10-10r14216: Fix Coverity bug # 8Volker Lendecke1-1/+1
2007-10-10r14146: Just some typos.Günther Deschner1-1/+1
2007-10-10r14144: allow to set sec_info in rpcclients lsa_query_secobj.Günther Deschner1-3/+6
2007-10-10r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner1-187/+0
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2-5/+52
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-4/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-1/+1
2007-10-10r13523: Fix indent.Günther Deschner1-13/+13
2007-10-10r13522: Add SAMR_GET_USRDOM_PWINFO client-side.Günther Deschner1-39/+81
2007-10-10r13448: Fix the build (again).Günther Deschner1-1/+1
2007-10-10r13442: Implement samr_chgpasswd_user3 server-side.Günther Deschner1-0/+77
2007-10-10r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke1-0/+12
2007-10-10r13379: Andrew correctly noted that this breaks -s. Not sure what to do...Volker Lendecke1-10/+10