summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r13722: Ensure we use the correct enumerated type. Bug #3558Jeremy Allison1-1/+1
2007-10-10r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison1-9/+13
2007-10-10r13316: Let the carnage begin....Gerald Carter1-3/+3
2007-10-10r12275: Fix memory leak found by Mikhail Kshevetskiy <kl@laska.dorms.spbu.ru>Jeremy Allison1-0/+2
2007-10-10r12236: r11740@cabra: derrell | 2005-12-14 13:16:58 -0500Derrell Lipman1-1/+1
2007-10-10r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman1-0/+9
2007-10-10r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison1-8/+13
2007-10-10r11491: If we get a reject ensure we're printing out the server/domain/machineJeremy Allison1-2/+2
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-10/+10
2007-10-10r10801: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-0/+4
2007-10-10r10780: Fix typo noticed by Volker.Jeremy Allison1-1/+1
2007-10-10r10778: Allow schannel setup over NTLMSSP authenticated pipes.Jeremy Allison1-0/+106
2007-10-10r10747: Remove overparanoid check that broke RPC function calls with noJelmer Vernooij1-5/+0
2007-10-10r10745: Fix artificial 1k restriction.Jeremy Allison1-1/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1147/+2012
2007-10-10r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison1-3/+4
2007-10-10r7415: * big change -- volker's new async winbindd from trunkGerald Carter1-111/+214
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-5/+10
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 Lendecke1-12/+12
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 Carter1-3/+0
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-6/+18
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 Lendecke1-0/+2
2004-01-05Correctly handle per-pipe NTLMSSP inside a NULL session. Previously weAndrew Bartlett1-5/+12
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-22Changes all over the shop, but all towards:Andrew Bartlett1-14/+17
2003-11-17This fixes a bug when establishing trust against a german W2k3 AD server. InVolker Lendecke1-1/+2
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-17/+12
2003-08-19- Fix the kerberos downgrade problem:Andrew Bartlett1-1/+5
2003-08-15get rid of more compiler warningsHerb Lewis1-8/+8
2003-08-14Change Samba to always use extended security for it's guest logins, (ie,Andrew Bartlett1-1/+1
2003-08-04Memory leak fix for create_rpc_bind_req()Tim Potter1-0/+1
2003-07-30Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison1-4/+4
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-1/+3
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett1-3/+52
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett1-5/+0
2003-07-16Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett1-64/+41
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-14Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett1-14/+4
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-564/+493
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-3/+3
2003-05-16Clarify a comment: The secure channel connection must be opened on theTim Potter1-4/+4
2003-05-12Fix two bugs that were stopping net rpc vampire from working over secureTim Potter1-2/+10
2003-05-11Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke1-0/+20