summaryrefslogtreecommitdiff
path: root/source3/rpcclient/rpcclient.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13379: Andrew correctly noted that this breaks -s. Not sure what to do...Volker Lendecke1-10/+10
2007-10-10r13378: Not sure what this breaks, but we have to do the popt processing afte...Volker Lendecke1-10/+10
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r12581: And another one :-)Volker Lendecke1-0/+2
2007-10-10r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison1-3/+4
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-142/+191
2007-10-10r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke1-4/+3
2007-10-10r8937: allow to use non-default smb.conf in rpcclientGünther Deschner1-5/+5
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-25/+10
2007-10-10r7391: - Added client-support for various lsa_query_trust_dom_info-calls and aGünther Deschner1-2/+2
2007-10-10r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter1-2/+0
2007-10-10r5593: More reversal of accidental commit.Jim McDonough1-2/+2
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough1-2/+2
2007-10-10r4633: Finally give rpcclient a port-command.Günther Deschner1-1/+3
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-6/+8
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-5/+5
2004-01-16fix another bug caused by cli_lsa_query_info_policy() changesGerald Carter1-2/+4
2003-10-24Add initshutdown pipe commands to rpcclient. Second part of fix to bugJim McDonough1-0/+2
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-21/+29
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-0/+2
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-2/+4
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter1-1/+3
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett1-33/+31
2003-07-22Replace the eight (!) copies of dummy become/unbecome root with a single one.Tim Potter1-15/+0
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-15/+138
2003-07-09more compile fixes for become/unbecome_root()Gerald Carter1-0/+15
2003-05-10Reverse previous patch from Stefan and me after comments by Andrew BartlettJelmer Vernooij1-4/+0
2003-05-10Patch from metze and me that adds dummy smb_register_*() functions soJelmer Vernooij1-0/+4
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-10/+10
2003-04-28Merge:Tim Potter1-11/+11
2003-04-28Merge:Tim Potter1-2/+4
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-2/+3
2003-04-14Merge Jelmer's popt updates from HEAD.Tim Potter1-145/+12
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-2/+5
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-3/+20
2003-03-18Merge of waider's rpcclient return type patch.Tim Potter1-22/+37
2003-02-25Merge: const fixes.Tim Potter1-110/+87
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-1/+1
2003-01-14Merge from HEAD:Andrew Bartlett1-3/+3
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-2/+2
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-10-28Sync with head...Jelmer Vernooij1-12/+7
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-0/+2
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-13/+12
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-49/+17
2002-08-17sync 3.0 branch with HEADJelmer Vernooij1-8/+2
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-38/+48