summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* r20832: Remove extra pointers previously added to unique [out] pointers. Inst...Jelmer Vernooij2007-10-104-16/+18
* r20090: Fix a class of bugs found by James Peach. EnsureJeremy Allison2007-10-101-1/+3
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-4/+3
* r19849: Fix compilation after idl changes.Jelmer Vernooij2007-10-101-4/+4
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-1/+1
* r19797: Convert the remaining pipes to the "new" unique out ptr handlingVolker Lendecke2007-10-102-12/+10
* r19794: Convert DFSVolker Lendecke2007-10-101-5/+8
* r19790: Check in the PIDL change and the converted unixinfo and winbind pipes...Volker Lendecke2007-10-101-5/+6
* r19487: Fix coverity # 313Volker Lendecke2007-10-101-2/+4
* r19451: Another cleanup of 18802. Referring to structures after the block has...Volker Lendecke2007-10-101-3/+3
* r19355: Add getdispenumindex2 wrapper for rpcclient.Günther Deschner2007-10-101-12/+44
* r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner2007-10-101-1/+1
* r19353: Add "timeout" command for rpcclient.Günther Deschner2007-10-103-3/+40
* r19340: Wait longer then 10 seconds for a samr_query_groupmem lookup to succeed.Günther Deschner2007-10-101-0/+6
* r19161: Add NET_GETANYDCNAME (getdcname only gives the PDC while getanydcnameGünther Deschner2007-10-101-1/+39
* r19143: getdcname on the NETLOGON pipe returns WERROR, not NTSTATUS.Günther Deschner2007-10-101-7/+7
* r19013: Fix some 64-bit warnings.Volker Lendecke2007-10-103-10/+11
* r18935: Make "netshareenum" work again. There is most probably a better way toGünther Deschner2007-10-101-1/+28
* r18874: Fix some NTSTATUS/WERROR mixupsVolker Lendecke2007-10-101-31/+31
* r18865: fixed some of the most obvious NTSTATUS/WERROR mixups in Samba3. ItAndrew Tridgell2007-10-101-1/+1
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-102/+70
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-103-20/+20
* r18745: Use the Samba4 data structures for security descriptors and security ...Jelmer Vernooij2007-10-102-2/+2
* r18732: Fix build warning as pointed out by Volker.Günther Deschner2007-10-101-7/+3
* r18711: Replace the following hand code client routines:Gerald Carter2007-10-102-998/+0
* r18702: re-enable non-decimal specification of ridJim McDonough2007-10-101-2/+2
* r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner2007-10-101-0/+1
* r18677: quickly add samr_GetDisplayEnumerationIndex for debugging to rpcclient.Günther Deschner2007-10-101-1/+64
* r18619: Add rpcclient helper for samr_querydispinfo2|3 for testing.Günther Deschner2007-10-101-8/+51
* r18617: fix unixinfo call after change to IDL (change from pointer)Gerald Carter2007-10-101-1/+1
* r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij2007-10-101-13/+18
* r18560: * Add in the winreg and initshutdown IDL filesGerald Carter2007-10-101-2/+2
* r18469: Use new pidl-generated DFS client code.Jelmer Vernooij2007-10-101-55/+73
* r18394: get the lsa client code to linkGerald Carter2007-10-101-1/+0
* r18271: Big change:Gerald Carter2007-10-101-3/+3
* r18233: Use the autogenerated cli_unixinfo rather than the old one.Jelmer Vernooij2007-10-101-1/+1
* r18188: merge 3.0-libndr branchJelmer Vernooij2007-10-104-66/+31
* r17454: Adding dfs_EnumEx for rpcclient (Samba4 IDL to follow).Günther Deschner2007-10-101-0/+33
* r17453: Fix msdfs RPC management (this broke with the autogenerated dfs rpcs).Günther Deschner2007-10-101-2/+2
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-102-4/+6
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-104-12/+215
* r16654: Fix bug #3893 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-4/+2
* r16644: Fix bug #3887 reported by jason@ncac.gwu.eduJeremy Allison2007-10-101-3/+3
* r16339: Fix Klocwork IDVolker Lendecke2007-10-102-1/+16
* r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison2007-10-101-2/+2
* r15553: minor rpcclient cleanup: length is already set in data_blob.Günther Deschner2007-10-101-3/+0
* r15537: Ignore // or \\ in //server or \\server.Jeremy Allison2007-10-101-0/+5
* r15442: Add some more client rpc for the querydominfo calls (from samba4 idl).Günther Deschner2007-10-101-0/+62
* r15041: Adding rpc client calls to manipulate auditing policies on remote CIFSGünther Deschner2007-10-101-41/+115
* r14833: Fix resource leak on error code path. Coverity #280.Jeremy Allison2007-10-101-2/+3