summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client
Commit message (Expand)AuthorAgeFilesLines
...
* r4570: Replace cli->nt_pipe_fnum with an array of NT file numbers, one for eachVolker Lendecke2007-10-101-26/+26
* r4561: This looks a lot larger than it is, this is to reduce the clutter on f...Volker Lendecke2007-10-1013-145/+145
* r4286: Give back 8 byte lm_session_key in Netrsamlogon-reply.Günther Deschner2007-10-101-3/+9
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-106-79/+94
* r3645: Allow deldriverex in rpcclient to delete drivers for a specificGünther Deschner2007-10-101-2/+2
* r3639: patch from Martin Zielinski <mz@seh.de> to add DeleteDriverEx() functi...Gerald Carter2007-10-101-0/+52
* r2935: This is a long-standing one in my patch-queue: A pair of net commandsVolker Lendecke2007-10-101-0/+88
* r2073: Adding getprinter level 7 to rpcclient.Günther Deschner2007-10-101-0/+24
* r1692: first commit :)Günther Deschner2007-10-101-2/+4
* r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACLJeremy Allison2007-10-101-0/+36
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-2/+2
* r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...Gerald Carter2007-10-101-3/+5
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-102-5/+9
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-6/+18
* r485: fix compileGerald Carter2007-10-101-3/+1
* r269: Patch from Krischan Jodies <kj@sernet.de>: Implement 'net rpc group del...Volker Lendecke2007-10-101-0/+92
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* r39: * importing .cvsignore filesGerald Carter2007-10-101-3/+0
* Implement NETLOGON GetDCName client side. You can ask a DC for the name ofVolker Lendecke2004-04-021-0/+49
* Ensure we correctly set cli->nt_pipe_fnum on failure to correctly open theAndrew Bartlett2004-03-271-0/+2
* remove unused variableGerald Carter2004-03-221-2/+0
* missed some of Derrel's changesGerald Carter2004-03-191-1/+1
* asu/syntax/pc_netlink doesn't fill in the pipe name in the rpc_bind response ...Gerald Carter2004-03-171-0/+2
* Add 'net rpc group [add|del]mem' for domain groups and aliases.Volker Lendecke2004-02-282-0/+277
* Add 'net rpc group add'. For this parse_samr.c had to be changed: TheVolker Lendecke2004-02-241-0/+93
* This adds client-side support for the unicode/SAMR password change scheme.Andrew Bartlett2004-01-261-0/+90
* BUG 972; check pointer in cli_ds_getprimarydominfo() before trying to copy a ...Gerald Carter2004-01-151-1/+1
* fix segfault when sid_ptr == 0 in DsEnumDomainTrusts() replyGerald Carter2004-01-081-3/+3
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-40/+48
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-051-5/+12
* rpc_client/cli_lsarpc.c:Andrew Bartlett2004-01-052-8/+28
* Do not add NTLM2 to the NTLMSSP flags unconditionally - allow theAndrew Bartlett2003-11-251-8/+4
* strequal() returns a BOOL, not an int like strcmp(); this fixes a bug in chec...Gerald Carter2003-11-241-2/+2
* Add support for variable-length session keys in our client code.Andrew Bartlett2003-11-221-6/+6
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-223-19/+38
* This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2003-10-241-0/+104
|\
| * New files for support of initshutdown pipe. Win2k doesn't respond properlyJim McDonough2003-10-241-0/+104
| * Merge from 3_0:Volker Lendecke2003-10-221-0/+1
| * Merge Volker's fix.Jeremy Allison2003-10-201-0/+6
| * Add client side code to do endpoint map queries. Currently does oneJim McDonough2003-10-181-0/+61
| * split some security related functions in their own files.Simo Sorce2003-10-061-3/+3
| * commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-17/+12
| * Merge from 3.0:Tim Potter2003-09-291-8/+8
| * fix some warnings found by the Sun C compilerGerald Carter2003-09-221-1/+1
| * sync 3.0 into HEAD for the last timeGerald Carter2003-09-093-31/+25
| * port latest changes from SAMBA_3_0 treeSimo Sorce2003-08-025-21/+127
| * fix the build. Ifdef out some codeGerald Carter2003-07-171-0/+3
| * trying to get HEAD building again. If you want the codeGerald Carter2003-07-165-628/+630
| * Merge: clarify secure channel connection comment.Tim Potter2003-05-161-4/+4