summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Use generated DSSETUP client & server rpc functions and remove the hand-writt...Günther Deschner2008-01-251-1/+1
* Windows 2008 (Longhorn) auth2 flag fixes.Andreas Schneider2008-01-231-2/+2
* Fix a debug message: add missing space.Michael Adam2007-12-181-2/+2
* Do not close netlogon pipe in get_schannel_session_key_common().Michael Adam2007-12-171-1/+0
* Refactoring out get_schannel_session_key logic.Michael Adam2007-12-131-53/+39
* Rename get_trust_pw() to get_trust_pw_hash().Michael Adam2007-12-131-2/+4
* Let get_trust_pw() determine the machine_account_name to use.Michael Adam2007-12-131-32/+6
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-31/+4
* More pstring elimination.Jeremy Allison2007-11-201-5/+7
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-101-2/+2
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-101-2/+2
* r23850: Fix whitespacing in DEBUG output.Michael Adam2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22844: Introduce const DATA_BLOB data_blob_null = { NULL, 0, NULL }; andVolker Lendecke2007-10-101-15/+15
* r22092: - make spnego_parse_auth_response() more generic andStefan Metzmacher2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-5/+5
* r21382: Important fix for winbind when using non-AD domains.Günther Deschner2007-10-101-1/+7
* r21240: Fix longstanding Bug #4009.Günther Deschner2007-10-101-1/+1
* 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