summaryrefslogtreecommitdiff
path: root/source/rpc_client/cli_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-26/+24
* Syncup getting ready for release.Jeremy Allison2001-07-061-32/+39
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-10/+34
* Syncup of smbcacls from HEAD. Removal of C++ comments.Jeremy Allison2000-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
* - 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
* dce/rpc.Luke Leighton1998-10-091-2/+11
* basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1998-10-091-12/+27
* dce/rpcLuke Leighton1998-10-091-8/+12