summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient/rpcclient.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-2/+4
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter2003-07-301-1/+3
* Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-33/+31
* Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter2003-07-221-15/+0
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-15/+138
* more compile fixes for become/unbecome_root()Gerald Carter2003-07-091-0/+15
* Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij2003-05-101-4/+0
* Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij2003-05-101-0/+4
* This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2003-05-081-10/+10
* Merge:Tim Potter2003-04-281-11/+11
* Merge:Tim Potter2003-04-281-2/+4
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-211-2/+3
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-145/+12
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-2/+5
* This is the netlogon schannel client code. Try aVolker Lendecke2003-04-091-3/+20
* Merge of waider's rpcclient return type patch.Tim Potter2003-03-181-22/+37
* Merge: const fixes.Tim Potter2003-02-251-110/+87
* merging some rpcclient and net functionality from HEADGerald Carter2003-01-151-1/+1
* Merge from HEAD:Andrew Bartlett2003-01-141-3/+3
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-6/+6
* Sync with head...Jelmer Vernooij2002-10-281-12/+7
* Added new error codes. Fix up connection code to retry in the same wayJeremy Allison2002-10-171-1/+1
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-0/+2