summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r16255: Fix 'net ads join' when the workgroup is set incorrectlyGerald Carter2007-10-101-6/+9
* r16253: Fix another host/ UPN case in (the currently unused)Günther Deschner2007-10-101-2/+2
* r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison2007-10-101-0/+18
* r14643: Merge dcerpc_errstr from Samba 4.Günther Deschner2007-10-101-1/+1
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2007-10-101-1/+1
* r14449: fix the build (sorry everyone)Gerald Carter2007-10-101-1/+2
* r14448: * protect against NULL cli_state* pointers in cli_rpc_pipe_open()Gerald Carter2007-10-101-0/+6
* r14121: We never pass NULL to the rpc_api_pipe fn so don'tJeremy Allison2007-10-101-2/+2
* r13722: Ensure we use the correct enumerated type. Bug #3558Jeremy Allison2007-10-101-1/+1
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2007-10-101-9/+13
* r13316: Let the carnage begin....Gerald Carter2007-10-101-3/+3
* r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison2007-10-101-0/+2
* r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500Derrell Lipman2007-10-101-1/+1
* r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman2007-10-101-0/+9
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-8/+13
* r11491: If we get a reject ensure we're printing out the server/domain/machineJeremy Allison2007-10-101-2/+2
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-10/+10
* r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison2007-10-101-0/+4
* r10780: Fix typo noticed by Volker.Jeremy Allison2007-10-101-1/+1
* r10778: Allow schannel setup over NTLMSSP authenticated pipes.Jeremy Allison2007-10-101-0/+106
* r10747: Remove overparanoid check that broke RPC function calls with noJelmer Vernooij2007-10-101-5/+0
* r10745: Fix artificial 1k restriction.Jeremy Allison2007-10-101-1/+3
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-1147/+2012
* r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2007-10-101-3/+4
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-111/+214
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2007-10-101-5/+10
* 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-101-12/+12
* 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-101-3/+0
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-6/+18
* 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-281-0/+2
* Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett2004-01-051-5/+12
* 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
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-14/+17
* This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke2003-11-171-1/+2
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-17/+12
* - Fix the kerberos downgrade problem:Andrew Bartlett2003-08-191-1/+5
* get rid of more compiler warningsHerb Lewis2003-08-151-8/+8
* Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett2003-08-141-1/+1
* Memory leak fix for create_rpc_bind_req()Tim Potter2003-08-041-0/+1
* Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison2003-07-301-4/+4
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-1/+3
* Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett2003-07-251-3/+52
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-171-5/+0