summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2003-07-16trying to get HEAD building again. If you want the codeGerald Carter1-551/+492
2003-05-16Merge: clarify secure channel connection comment.Tim Potter1-4/+4
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
2003-04-16Fixes to make SCHANNEL work against a W2K DC. Still need to fixJeremy Allison1-13/+24
2003-04-14Removed unused variables.Tim Potter1-2/+0
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-18/+305
2003-01-17Let's clean up client side ntlmssp!Tim Potter1-10/+0
2003-01-14Added comment about a SMB_ASSERT()Tim Potter1-0/+3
2003-01-02BIG patch...Andrew Bartlett1-1/+1
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-4/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-11-07What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough1-139/+17
2002-11-07Allow multiple fragment RPC's to be sent.Jim McDonough1-18/+175
2002-11-02Display pipe name in rpc bind failure debug.Tim Potter1-1/+2
2002-11-01Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter1-4/+3
2002-10-17Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is outTim Potter1-2/+3
2002-10-08merge from APP_HEADGerald Carter1-0/+16
2002-10-04merge native_mode flag in winbindd_domain struct from app-headGerald Carter1-31/+11
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter1-1/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-29/+78
2002-08-20The "max data count" value in SMB transacts indicates how much the other end canShirish Kalele1-1/+1
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-02Add prs_dump_before to dump everything from the start of the prsMartin Pool1-1/+1
2002-01-02Also capture received dataMartin Pool1-0/+5
2002-01-02struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool1-3/+22
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-7/+7
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-8/+3
2001-08-10Use new client error api.Tim Potter1-12/+13
2001-08-10Use the new client error api.Tim Potter1-2/+4
2001-06-29Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison1-2/+2
2001-06-22Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter1-29/+36
2001-06-02Removed irritating and unecessary debug message.Tim Potter1-3/+0
2001-05-04Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter1-0/+3
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-10/+34
2001-02-20pipe opening now works with unicodeAndrew Tridgell1-2/+2
2000-12-04fixed a typoAndrew Tridgell1-1/+1
2000-12-04pass the desired access into cli_nt_create()Andrew Tridgell1-1/+1
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-7/+7
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-9/+9
2000-07-17Reverted changes from rpcclient merge - contains memory leak!Tim Potter1-2/+9
2000-07-14More functions merged from TNG for rpcclient. They don't all workGerald Carter1-9/+2
2000-07-07More rpcclient merge issues:Gerald Carter1-1/+1
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-673/+766
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-3/+1
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-12/+0
1999-11-27further abstraction involving client states. main client-side codeLuke Leighton1-18/+4
1999-11-25cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1-0/+17
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-6/+6