Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r7632: Cleanup "net share migrate"-code. | Günther Deschner | 1 | -0/+5 |
2007-10-10 | r7537: Print passwords in display charset. | Günther Deschner | 1 | -2/+2 |
2007-10-10 | r7534: Add missing cli_srvsvc_net_share_set_info-function and | Günther Deschner | 1 | -0/+83 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -25/+10 |
2007-10-10 | r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a | Günther Deschner | 2 | -2/+190 |
2007-10-10 | r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for | Volker Lendecke | 1 | -5/+5 |
2007-10-10 | r6263: Get rid of generate_wellknown_sids, they are const static and initiali... | Volker Lendecke | 1 | -12/+0 |
2007-10-10 | r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename... | Gerald Carter | 1 | -10/+10 |
2007-10-10 | r6117: Close handles after group-creation as well. | Günther Deschner | 1 | -0/+9 |
2007-10-10 | r6110: Close handles on user creation. This allows easy mass creation of user... | Volker Lendecke | 1 | -0/+9 |
2007-10-10 | r6080: Port some of the non-critical changes from HEAD to 3_0. The main one i... | Volker Lendecke | 1 | -18/+36 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -3/+9 |
2007-10-10 | r5961: final round of compiler warning fixes based on feedback from Jason Mader | Gerald Carter | 1 | -0/+6 |
2007-10-10 | r5944: cleaning up compiler warnings reported by Jason Mader | Gerald Carter | 2 | -9/+6 |
2007-10-10 | r5891: Make enum- and getform use the same form_display-function. | Günther Deschner | 1 | -35/+37 |
2007-10-10 | r5760: Be more verbose on listing forms. | Günther Deschner | 1 | -1/+22 |
2007-10-10 | r5726: merge LsaLookupPrivValue() code from trunk | Gerald Carter | 1 | -4/+8 |
2007-10-10 | r5593: More reversal of accidental commit. | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r5592: Oops, accidentally committed test version of rpcclient. Reverting cha... | Jim McDonough | 1 | -6/+5 |
2007-10-10 | r5591: Implement "net rpc trustdom del", including client side of | Jim McDonough | 2 | -7/+8 |
2007-10-10 | r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ... | Volker Lendecke | 1 | -3/+1 |
2007-10-10 | r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED. | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r5379: Build-Fix (#2343) | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r5262: Fix server_role in the samr_query_dom_info calls. When we are a BDC we | Günther Deschner | 1 | -3/+32 |
2007-10-10 | r5162: BUG 2264: remove shutdown and abortshurn commands from rpcclient since... | Gerald Carter | 1 | -31/+14 |
2007-10-10 | r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ... | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r4966: don't enumerate the drivers for the same architecture string more than... | Gerald Carter | 1 | -0/+12 |
2007-10-10 | r4933: List not only the first 10 trusts with rpcclient -c enumtrust. | Volker Lendecke | 1 | -16/+22 |
2007-10-10 | r4869: Display sam_user_info_7 in rpcclient. | Günther Deschner | 1 | -1/+22 |
2007-10-10 | r4866: Add createdomgroup to rpcclient (needed to generate huge amounts of | Günther Deschner | 1 | -0/+52 |
2007-10-10 | r4839: Allow to set acb_mask in rpcclient's enumdomusers (for debugging). | Günther Deschner | 1 | -2/+5 |
2007-10-10 | r4821: finish off 'net rpc rights [list|grant|revoke]' | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r4742: add server support for lsa_add/remove_account_rights() and fix some pa... | Gerald Carter | 1 | -1/+6 |
2007-10-10 | r4736: small set of merges from rtunk to minimize the diffs | Gerald Carter | 1 | -0/+43 |
2007-10-10 | r4656: Convert the winreg pipe to use WERROR returns (as it should). | Jeremy Allison | 1 | -2/+2 |
2007-10-10 | r4633: Finally give rpcclient a port-command. | Günther Deschner | 1 | -1/+3 |
2007-10-10 | r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for each | Volker Lendecke | 1 | -6/+8 |
2007-10-10 | r4336: Apply some other samba4 SAMR idl that is just too obvious. Don't hard | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r4331: Implement SAMR query_dom_info-call info-level 8 server- and client-side, | Günther Deschner | 1 | -2/+12 |
2007-10-10 | r4226: display infolevel 12 in query_dom_info. | Günther Deschner | 1 | -0/+10 |
2007-10-10 | r4224: Today is not my day .... | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 5 | -14/+13 |
2007-10-10 | r3649: Fix a couple of rpcclient spoolss commands (setprinter, setprintername, | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r3645: Allow deldriverex in rpcclient to delete drivers for a specific | Günther Deschner | 1 | -12/+8 |
2007-10-10 | r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi... | Gerald Carter | 1 | -6/+66 |
2007-10-10 | r3627: Allow to add dummy-form in rpcclient. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the | Günther Deschner | 1 | -0/+1 |
2007-10-10 | r2133: Several fixes: | Gerald Carter | 1 | -1/+0 |
2007-10-10 | r2073: Adding getprinter level 7 to rpcclient. | Günther Deschner | 1 | -0/+15 |
2007-10-10 | r2009: compile-fix for #1626 (spotted by Olaf Flebbe | Günther Deschner | 1 | -1/+1 |