summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-20/+10
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
2003-04-16Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison1-9/+36
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison1-13/+24
2003-04-14Merge: remove unused variables.Tim Potter1-2/+0
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-18/+305
2003-01-22Merge: remove dead function.Tim Potter1-10/+0
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter1-3/+5
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-1/+1
2002-12-02Ensure callid is not used uninitialized.Jeremy Allison1-1/+1
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-10/+8
2002-11-07Merge Jim's new rpc client code to 3.0.Jeremy Allison1-110/+145
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-17Merge of SMB_ASSERT.Tim Potter1-2/+3
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-0/+16
2002-10-04* merge 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-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-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
1999-11-24first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1-5/+8