summaryrefslogtreecommitdiff
path: root/source/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* added client-side dce/rpc authentication API.Luke Leighton2000-01-081-516/+68
* in the middle of writing a dce/rpc authentication server-side api.Luke Leighton2000-01-041-12/+12
* amazing. incredible. cut msrpc _right_ out the loop from smbd.Luke Leighton2000-01-031-18/+6
* ok, it's not so easy to remove smbd dependence on dce/rpc.Luke Leighton2000-01-021-26/+56
* modified (and simplified) the inter-process communication between smbdLuke Leighton2000-01-021-3/+13
* oo noo :) found the bug. constructing a pdu was setting the data lenLuke Leighton1999-12-311-9/+17
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-311-135/+123
* i don't get it. there's some memory corruption somewhere. i turnedLuke Leighton1999-12-221-22/+26
* fixing SMBtrans / SMBtrans secondary issues in clientgen.c and ipc.c.Luke Leighton1999-12-211-5/+15
* finally! got a long DCE/RPC request / response system going. it alwaysLuke Leighton1999-12-201-24/+179
* starting the multiple pdu request code, first in rpcclientLuke Leighton1999-12-201-140/+269
* beeaaautiful. the one thing that i hate doing on this code (third orLuke Leighton1999-12-201-4/+11
* well, this is the code i didn't want to have to write, right now, butLuke Leighton1999-12-151-208/+252
* 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
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+0
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-1/+1
* Moved some code (NTLMSSPcalc) out of smbdes and inline for paranioaJeremy Allison1998-11-121-4/+31
* libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1998-10-221-1/+30
* Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.Jeremy Allison1998-10-211-3/+1
* oops!Luke Leighton1998-10-211-1/+1
* signed / unsigned issuesLuke Leighton1998-10-211-1/+1
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-1/+2
* signed / unsigned warnings (found by herb).Luke Leighton1998-10-201-2/+2
* some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1998-10-201-6/+7
* - dce/rpc codeLuke Leighton1998-10-191-18/+25
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-1/+1
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-1/+1
* rpc client mods (ntlmssp flags)Luke Leighton1998-10-161-20/+11
* bug-fixing against:Luke Leighton1998-10-151-4/+22
* warnings spotted by ./configure.developer optionsLuke Leighton1998-10-141-20/+10
* dce/rpcLuke Leighton1998-10-141-41/+125
* signed / unsigned issues spotted by herbLuke Leighton1998-10-091-2/+2