summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Display pipe name in rpc bind failure debug.Tim Potter2002-11-021-1/+2
* Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter2002-11-011-4/+3
* Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is outTim Potter2002-10-171-2/+3
* merge from APP_HEADGerald Carter2002-10-081-0/+16
* merge native_mode flag in winbindd_domain struct from app-headGerald Carter2002-10-041-31/+11
* merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2002-10-041-1/+1
* merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2002-10-041-29/+78
* The "max data count" value in SMB transacts indicates how much the other end canShirish Kalele2002-08-201-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Add prs_dump_before to dump everything from the start of the prsMartin Pool2002-01-021-1/+1
* Also capture received dataMartin Pool2002-01-021-0/+5
* struct cli_state remembers the pipe name that it's talking to, if any,Martin Pool2002-01-021-3/+22
* Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison2001-11-031-7/+7
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-8/+3
* Use new client error api.Tim Potter2001-08-101-12/+13
* Use the new client error api.Tim Potter2001-08-101-2/+4
* Use a logical cli_read(), removed the cli_read_one() hack.Jeremy Allison2001-06-291-2/+2
* Use cli_read_one() for reading DCE/RPC reply fragments. We need to checkTim Potter2001-06-221-29/+36
* Removed irritating and unecessary debug message.Tim Potter2001-06-021-3/+0
* Added a SMB_ASSERT() so that two cli_state structures aren't openedTim Potter2001-05-041-0/+3
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-10/+34
* pipe opening now works with unicodeAndrew Tridgell2001-02-201-2/+2
* fixed a typoAndrew Tridgell2000-12-041-1/+1
* pass the desired access into cli_nt_create()Andrew Tridgell2000-12-041-1/+1
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-7/+7
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-9/+9
* Reverted changes from rpcclient merge - contains memory leak!Tim Potter2000-07-171-2/+9
* More functions merged from TNG for rpcclient. They don't all workGerald Carter2000-07-141-9/+2
* More rpcclient merge issues:Gerald Carter2000-07-071-1/+1
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-673/+766
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-3/+1
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-12/+0
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-18/+4
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-0/+17
* ok. *whew*. this is the first completed part of the restructure.Luke Leighton1999-11-241-6/+6
* first stages of removing struct cli_state* and uint16 fnum from allLuke Leighton1999-11-241-5/+8
* you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1999-11-211-1/+1
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-2/+2
* horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1999-11-061-93/+127
* various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1999-10-211-6/+21
* adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1999-10-141-29/+0
* - added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1999-10-071-14/+31
* renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1999-07-261-14/+14
* BDC support.Matthew Chapman1999-07-221-17/+4
* use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1999-07-061-5/+15
* improving authentication code (tidyup).Luke Leighton1999-06-291-4/+5
* Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1999-03-231-1/+1
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-26/+28