summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-1/+1
* Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...Günther Deschner2008-01-151-1/+1
* Add general '-e' option to enable smb encryptionJeremy Allison2008-01-051-0/+12
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-2/+2
* Make all the tools use the proper accessor functions.Jeremy Allison2007-12-061-6/+6
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-061-5/+6
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-031-0/+2
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
* More trivial pstring removal.Jeremy Allison2007-11-201-4/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-22/+24
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
* [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-101-2/+0
* 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
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23372: Remove restriction on string length for rpcclient commands.Jeremy Allison2007-10-101-3/+4
* 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-101-0/+37
* r18747: replace rpccli_lsa_close() with rpccli_lsa_Close()Gerald Carter2007-10-101-1/+1
* r18711: Replace the following hand code client routines:Gerald Carter2007-10-101-2/+0
* r18681: Although we have commandline completion in rpcclient, just also allowGünther Deschner2007-10-101-0/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+2
* r15556: Better fix for leading // or \\ from "David R. Linn"Jeremy Allison2007-10-101-2/+2
* r15537: Ignore // or \\ in //server or \\server.Jeremy Allison2007-10-101-0/+5
* r14399: Fix deadcode coverity bug #3.Jeremy Allison2007-10-101-4/+1
* r14340: Fix coverity #78, resource leak in error path.Jeremy Allison2007-10-101-12/+20
* r14245: We've dereferenced argv before, no point in checking.Volker Lendecke2007-10-101-7/+5
* r13394: Fix rpcclient to obey the -W parameter. Not that I *like* the smbclientVolker Lendecke2007-10-101-0/+12
* r13379: Andrew correctly noted that this breaks -s. Not sure what to do...Volker Lendecke2007-10-101-10/+10
* r13378: Not sure what this breaks, but we have to do the popt processing afte...Volker Lendecke2007-10-101-10/+10
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r12581: And another one :-)Volker Lendecke2007-10-101-0/+2
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-3/+4
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-142/+191
* r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke2007-10-101-4/+3
* r8937: allow to use non-default smb.conf in rpcclientGünther Deschner2007-10-101-5/+5
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-25/+10
* r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner2007-10-101-2/+2
* r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter2007-10-101-2/+0
* r5593: More reversal of accidental commit.Jim McDonough2007-10-101-2/+2
* r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2007-10-101-2/+2
* r4633: Finally give rpcclient a port-command.Günther Deschner2007-10-101-1/+3
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-6/+8
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+5
* fix another bug caused by cli_lsa_query_info_policy() changesGerald Carter2004-01-161-2/+4
* Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough2003-10-241-0/+2
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-21/+29
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-0/+2