summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-105-477/+148
* r25572: Fix warnings (values are always true).Jelmer Vernooij2007-10-101-6/+3
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-1/+1
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-1/+1
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-102-34/+34
* r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam2007-10-101-4/+4
* r25281: Fix a caller of unistr2_to_ascii():Michael Adam2007-10-101-1/+1
* r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner2007-10-101-46/+15
* r24167: Fix Coverity ID 365Volker Lendecke2007-10-101-10/+7
* r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke2007-10-101-9/+6
* r23883: Fix Coverity ID 380Volker Lendecke2007-10-101-0/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1014-28/+14
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1014-14/+14
* r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner2007-10-101-0/+52
* r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner2007-10-101-2/+2
* r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner2007-10-101-10/+16
* r23555: Fix some uninitialiazed variable uses.Jeremy Allison2007-10-101-2/+6
* r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner2007-10-101-7/+7
* r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison2007-10-101-3/+4
* r23249: another sync from 3.0.26 for the echo work to rpcclientGerald Carter2007-10-101-11/+26
* r23219: Two warningsVolker Lendecke2007-10-101-1/+1
* r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner2007-10-101-12/+12
* r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner2007-10-101-11/+183
* r22589: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-14/+25
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-2/+10
* r22489: Add a deletedomgroup command to rpcclient (samr).Michael Adam2007-10-101-0/+73
* r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison2007-10-101-3/+1
* r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).Jeremy Allison2007-10-101-0/+1
* r21320: Display query_user info level 16 in rpcclient.Günther Deschner2007-10-101-3/+14
* r21259: Fix coverity bug id #340. No way to processJeremy Allison2007-10-101-1/+1
* r21117: Add rpccli_samr_chgpasswd_user to rpcclient for testing.Günther Deschner2007-10-101-0/+55
* r20970: Allow to define workstation for samlogon in rpcclient (for testing).Günther Deschner2007-10-101-7/+11
* r20839: Fix other C++ warningsJelmer Vernooij2007-10-101-1/+1
* 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