summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r5805: merging spoolss parsing changes from trunk and cleaning up resulting s...Gerald Carter1-48/+36
2007-10-10r5726: merge LsaLookupPrivValue() code from trunkGerald Carter1-6/+6
2007-10-10r5591: Implement "net rpc trustdom del", including client side ofJim McDonough1-0/+48
2007-10-10r5511: Fix pipe-mismatch for NETDFS.Günther Deschner1-5/+5
2007-10-10r5471: In cli_samr_lookup_rids, flags is not a flags but an array size. W2k3 ...Volker Lendecke1-3/+2
2007-10-10r5469: Fix error codes of samr_lookup_rids: There's also STATUS_SOME_UNMAPPED.Volker Lendecke1-2/+4
2007-10-10r5339: Fix 'net rpc trustdom establish'. Use the right pipe name, therefore theJim McDonough1-1/+1
2007-10-10r5140: (a) fix problem with enumerating domain trusts in security = ads; (b) ...Gerald Carter1-1/+1
2007-10-10r4849: * finish SeAddUsers support in srv_samr_nt.cGerald Carter1-3/+6
2007-10-10r4821: finish off 'net rpc rights [list|grant|revoke]'Gerald Carter1-4/+12
2007-10-10r4751: This is a domain policy, not a user oneVolker Lendecke1-2/+2
2007-10-10r4750: Fix cli_samr_queryuseraliases. There can be more than one sid, thus mo...Volker Lendecke1-2/+10
2007-10-10r4736: small set of merges from rtunk to minimize the diffsGerald Carter1-0/+58
2007-10-10r4724: Add support for Windows privileges in Samba 3.0Gerald Carter1-3/+3
2007-10-10r4656: Convert the winreg pipe to use WERROR returns (as it should).Jeremy Allison1-5/+5
2007-10-10r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke1-26/+26
2007-10-10r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke13-145/+145
2007-10-10r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner1-3/+9
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison6-79/+94
2007-10-10r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner1-2/+2
2007-10-10r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter1-0/+52
2007-10-10r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke1-0/+88
2007-10-10r2073: Adding getprinter level 7 to rpcclient.Günther Deschner1-0/+24
2007-10-10r1692: first commit :)Günther Deschner1-2/+4
2007-10-10r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACLJeremy Allison1-0/+36
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-2/+2
2007-10-10r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...Gerald Carter1-3/+5
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter2-5/+9
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-6/+18
2007-10-10r485: fix compileGerald Carter1-3/+1
2007-10-10r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke1-0/+92
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2007-10-10r39: * importing .cvsignore filesGerald Carter1-3/+0
2004-04-02Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke1-0/+49
2004-03-27Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett1-0/+2
2004-03-22remove unused variableGerald Carter1-2/+0
2004-03-19missed some of Derrel's changesGerald Carter1-1/+1
2004-03-17asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter1-0/+2
2004-02-28Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2-0/+277
2004-02-24Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke1-0/+93
2004-01-26This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett1-0/+90
2004-01-15BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...Gerald Carter1-1/+1
2004-01-08fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter1-3/+3
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-40/+48
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett1-5/+12
2004-01-05rpc_client/cli_lsarpc.c:Andrew Bartlett2-8/+28
2003-11-25Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett1-8/+4
2003-11-24strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter1-2/+2
2003-11-22Add support for variable-length session keys in our client code.Andrew Bartlett1-6/+6
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett3-19/+38