summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter1-5/+8
2007-10-10r9200: Add support for REG_BINARY to rpcclient getdata and setprinterdata.Volker Lendecke1-6/+24
2007-10-10r9198: Convert hex_encode and strhex_to_data_blob to take a talloc context.Volker Lendecke1-4/+3
2007-10-10r9189: Add the capability to set different registry value types (string, dwor...Volker Lendecke1-14/+85
2007-10-10r9076: fix two other issues invented along theGünther Deschner1-1/+1
2007-10-10r8938: fix querydispinfo search semantics.Günther Deschner1-3/+3
2007-10-10r8937: allow to use non-default smb.conf in rpcclientGünther Deschner1-5/+5
2007-10-10r8900: fix typo thyat broke compile in my last commitGerald Carter1-1/+1
2007-10-10r8899: various compiler warning fixes reported by Jason Mader <jason@ncac.gwu...Gerald Carter1-3/+2
2007-10-10r8654: merging cli_spoolss_XX() updates from trunkGerald Carter1-222/+138
2007-10-10r7632: Cleanup "net share migrate"-code.Günther Deschner1-0/+5
2007-10-10r7537: Print passwords in display charset.Günther Deschner1-2/+2
2007-10-10r7534: Add missing cli_srvsvc_net_share_set_info-function andGünther Deschner1-0/+83
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 Deschner2-2/+190
2007-10-10r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that forVolker Lendecke1-5/+5
2007-10-10r6263: Get rid of generate_wellknown_sids, they are const static and initiali...Volker Lendecke1-12/+0
2007-10-10r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename...Gerald Carter1-10/+10
2007-10-10r6117: Close handles after group-creation as well.Günther Deschner1-0/+9
2007-10-10r6110: Close handles on user creation. This allows easy mass creation of user...Volker Lendecke1-0/+9
2007-10-10r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i...Volker Lendecke1-18/+36
2007-10-10r6014: rather large change set....Gerald Carter1-3/+9
2007-10-10r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter1-0/+6
2007-10-10r5944: cleaning up compiler warnings reported by Jason MaderGerald Carter2-9/+6
2007-10-10r5891: Make enum- and getform use the same form_display-function.Günther Deschner1-35/+37
2007-10-10r5760: Be more verbose on listing forms.Günther Deschner1-1/+22
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-4/+8
2007-10-10r5593: More reversal of accidental commit.Jim McDonough1-2/+2
2007-10-10r5592: Oops, accidentally committed test version of rpcclient. Reverting cha...Jim McDonough1-6/+5
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough2-7/+8
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke1-3/+1
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke1-1/+2
2007-10-10r5379: Build-Fix (#2343)Günther Deschner1-1/+1
2007-10-10r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC weGünther Deschner1-3/+32
2007-10-10r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient since...Gerald Carter1-31/+14
2007-10-10r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ...Gerald Carter1-2/+4
2007-10-10r4966: don't enumerate the drivers for the same architecture string more than...Gerald Carter1-0/+12
2007-10-10r4933: List not only the first 10 trusts with rpcclient -c enumtrust.Volker Lendecke1-16/+22
2007-10-10r4869: Display sam_user_info_7 in rpcclient.Günther Deschner1-1/+22
2007-10-10r4866: Add createdomgroup to rpcclient (needed to generate huge amounts ofGünther Deschner1-0/+52
2007-10-10r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging).Günther Deschner1-2/+5
2007-10-10r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter1-1/+1
2007-10-10r4742: add server support for lsa_add/remove_account_rights() and fix some pa...Gerald Carter1-1/+6
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-0/+43
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-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-10r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hardGünther Deschner1-3/+3
2007-10-10r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side,Günther Deschner1-2/+12
2007-10-10r4226: display infolevel 12 in query_dom_info.Günther Deschner1-0/+10