summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_pipe.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-11-21you know what? this sort of thing makes me laugh. hmm, what functionsLuke Leighton1-1/+1
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-2/+2
1999-11-06horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1-93/+127
1999-10-21various. debug levels changed. nmbd doesn't need libsmb/clienttrust.c.Luke Leighton1-6/+21
1999-10-14adding CAP_EXTENDED_SECURITY support in a hurry last week. forgot toLuke Leighton1-29/+0
1999-10-07- added rudimentary CAP_UNICODE support because i thought it was part ofLuke Leighton1-14/+31
1999-07-26renaming AUTH VERIFIER to AUTH NTLMSSP VERIFIER. ready for addingLuke Leighton1-14/+14
1999-07-22BDC support.Matthew Chapman1-17/+4
1999-07-06use of safe_cli_errstr() and cli_establish_connection().Luke Leighton1-5/+15
1999-06-29improving authentication code (tidyup).Luke Leighton1-4/+5
1999-03-23Fixed a typo where the RPC header mem_buffer was initialised as 0x8 bytes longMatthew Chapman1-1/+1
1998-12-07removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1-26/+28
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+0
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-11-12cleaning up conflicts between group code not yet committed andLuke Leighton1-1/+1
1998-11-12Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1-4/+31
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-1/+30
1998-10-21Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1-3/+1
1998-10-21oops!Luke Leighton1-1/+1
1998-10-21signed / unsigned issuesLuke Leighton1-1/+1
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-1/+2
1998-10-20signed / unsigned warnings (found by herb).Luke Leighton1-2/+2
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-6/+7
1998-10-19- dce/rpc codeLuke Leighton1-18/+25
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-1/+1
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-1/+1
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-20/+11
1998-10-15bug-fixing against:Luke Leighton1-4/+22