summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-09start rpcclient epmapperVolker Lendecke1-0/+2
2009-01-08s3-rpcclient: add eventlog test client.Günther Deschner1-0/+2
2008-12-14Remove the global "cmdline_auth_info" from source3/lib/util.cVolker Lendecke1-19/+31
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty1-1/+1
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-1/+1
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke1-30/+34
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_schannelVolker Lendecke1-5/+6
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmsspVolker Lendecke1-14/+16
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-5/+8
2008-06-10rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner1-9/+19
2008-05-24drsuapi: add very basic drsuapi rpcclient command set.Günther Deschner1-0/+2
2008-05-24Revert "drsuapi: fix the build."Günther Deschner1-2/+0
2008-05-24drsuapi: fix the build.Günther Deschner1-0/+2
2008-05-05Fix client authentication with -P switch in client tools (Bug 5435).Günther Deschner1-1/+14
2008-04-25Refactoring: Make cli_pipe_auth_data a pointer off rpc_pipe_clientVolker Lendecke1-2/+4
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-3/+3
2008-04-20Introduce rpccli_set_timeout()Volker Lendecke1-1/+1
2008-04-02Fix NETLOGON credential chain with Windows 2008 all over the place.Günther Deschner1-1/+1
2008-02-17Add very basic ntsvcs client to rpcclient.Günther Deschner1-0/+2
2008-02-08Use rpccli_lsa_QueryInfoPolicy() all over the place.Günther Deschner1-6/+6
2008-01-23Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider1-1/+1
2008-01-15Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner1-1/+1
2008-01-05Add general '-e' option to enable smb encryptionJeremy Allison1-0/+12
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison1-6/+6
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison1-5/+6
2007-12-03Reanimate rpcclient wkssvc command.Günther Deschner1-0/+2
2007-11-28Give rpcclient a talloc stackframe.Michael Adam1-12/+23
2007-11-20More trivial pstring removal.Jeremy Allison1-4/+1
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 Allison1-1/+1
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+0
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-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-10r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison1-3/+4
2007-10-10r19354: adjust usage printf for rpcclient's timeout command.Günther Deschner1-1/+1
2007-10-10r19353: Add "timeout" command for rpcclient.Günther Deschner1-0/+37
2007-10-10r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter1-1/+1
2007-10-10r18711: Replace the following hand code client routines:Gerald Carter1-2/+0
2007-10-10r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner1-0/+1
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+2
2007-10-10r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison1-2/+2
2007-10-10r15537: Ignore // or \\ in //server or \\server.Jeremy Allison1-0/+5
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-10r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke1-0/+12