summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-2/+3
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+12
2007-12-21Kill fstring in getdcname & getanydcname return.Günther Deschner1-4/+4
2007-12-19Add cmd_wkssvc_enumeratecomputernames to rpcclient.Günther Deschner1-0/+37
2007-12-18Fix an error when accessing unallocated sid in error path.Michael Adam1-3/+3
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke3-8/+8
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-5/+6
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-3/+3
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-07Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+81
2007-12-07Allow to set custom message in wkssvc messagebuffer.Günther Deschner1-1/+6
2007-12-07Fix build with new werror based pidl rpc.Günther Deschner1-4/+9
2007-12-07Add cmd_wkssvc_messagebuffersend().Günther Deschner1-2/+37
2007-12-07Add getjoininformation to rpcclient.Günther Deschner1-0/+26
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison2-8/+8
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2-7/+8
2007-12-06Allow to set level in cmd_wkssvc_wkstagetinfo().Günther Deschner1-0/+9
2007-12-03Fix wkssvc callers.Günther Deschner1-2/+4
2007-12-03Fix dfs callers.Günther Deschner1-42/+56
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner2-65/+34
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
2007-11-28Give rpcclient a talloc stackframe.Michael Adam1-12/+23
2007-11-27Remove some staticsVolker Lendecke1-1/+2
2007-11-20More trivial pstring removal.Jeremy Allison2-54/+107
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison1-1/+1
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-22/+24
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison5-33/+33
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter5-477/+148
2007-10-10r25572: Fix warnings (values are always true).Jelmer Vernooij1-6/+3
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter1-1/+1
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2-34/+34
2007-10-10r25285: Fix some more callers of unistr2_to_ascii to use the size ofMichael Adam1-4/+4
2007-10-10r25281: Fix a caller of unistr2_to_ascii():Michael Adam1-1/+1
2007-10-10r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner1-46/+15
2007-10-10r24167: Fix Coverity ID 365Volker Lendecke1-10/+7
2007-10-10r24068: Fix Coverity id 366 (dead code). We have checked for argc >= 3 above.Volker Lendecke1-9/+6
2007-10-10r23883: Fix Coverity ID 380Volker Lendecke1-0/+2
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell14-28/+14
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison14-14/+14
2007-10-10r23628: Add LSA lookupnames_level to rpcclient.Günther Deschner1-0/+52
2007-10-10r23627: Allow to pass down the lookup-level to rpccli_lsa_lookup_names().Günther Deschner1-2/+2
2007-10-10r23623: Fix rpcclient and rpc_server with new DFS idl.Günther Deschner1-10/+16
2007-10-10r23555: Fix some uninitialiazed variable uses.Jeremy Allison1-2/+6
2007-10-10r23380: netr_getdcname returns WERROR not NTSTATUS.Günther Deschner1-7/+7
2007-10-10r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison1-3/+4
2007-10-10r23249: another sync from 3.0.26 for the echo work to rpcclientGerald Carter1-11/+26
2007-10-10r23219: Two warningsVolker Lendecke1-1/+1
2007-10-10r23210: Very funny, we thought to use netr_GetDcName (e.g. in winbind) but we...Günther Deschner1-12/+12
2007-10-10r23127: Fill in some more netlogon dsgetdcname flavours (netr_DsRGetDCNameEx,Günther Deschner1-11/+183