summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-08Simplify async programming a bit with helper routinesVolker Lendecke1-6/+1
2008-09-21Make use of TALLOC_ZERO_PVolker Lendecke1-3/+1
2008-08-28Remove cli_request_get()Volker Lendecke1-2/+2
2008-08-28Add async smbecho client supportVolker Lendecke1-27/+139
2008-07-01Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison1-1/+6
2008-05-28Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison1-91/+3
2008-04-20Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke1-43/+5
2008-04-20Add "desthost" to rpc_pipe_clientVolker Lendecke1-2/+2
2008-04-20Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke1-1/+1
2008-02-28Add cli_setup_packet_bufVolker Lendecke1-22/+32
2008-02-28Make cli_struct a talloc parentVolker Lendecke1-2/+2
2008-02-28Add explicit buf arg to cli_check_sign_macVolker Lendecke1-1/+1
2008-02-28Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke1-2/+3
2008-02-02Convert receive_smb_raw to NTSTATUSVolker Lendecke1-4/+25
2008-02-02read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke1-1/+1
2008-02-02Get rid of read_socket_with_timeoutVolker Lendecke1-2/+22
2008-01-23read_socket_with_timeout has timeout=0 handlingVolker Lendecke1-6/+2
2007-12-26Encryption works better when you add the client decrypt code :-).Jeremy Allison1-0/+11
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-35/+73
2007-12-21Some C++ warningsVolker Lendecke1-2/+2
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-8/+0
2007-11-05Remove the horror that was the global smb_rw_error.Jeremy Allison1-11/+12
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-11/+10
2007-11-02Change the client library to write directly out ofJeremy Allison1-3/+62
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-9/+9
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-81/+15
2007-10-10r24223: Convert reply_echo to the new APIVolker Lendecke1-7/+13
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22950: Fix the issue Volker reported here :Jeremy Allison1-27/+1
2007-10-10r22930: Next attempt to get the build farm in line.Volker Lendecke1-1/+2
2007-10-10r22929: Attempt to fix some build farm failures: On port 139 the firstVolker Lendecke1-0/+26
2007-10-10r22924: Fix the build by correctly processing readXJeremy Allison1-21/+25
2007-10-10r22920: Add in the UNIX capability for 24-bit readX, as discussedJeremy Allison1-14/+113
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-2/+2
2007-10-10r22212: Cope with signature errors on sessionsetupX loginsJeremy Allison1-0/+20
2007-10-10r21994: Ignore keepalives in the correct buffer (out not in :-).Jeremy Allison1-1/+1
2007-10-10r21993: Don't let keepalives interferece with sign or sealJeremy Allison1-0/+5
2007-10-10r21992: Fix keepalive processing when encryption turned on.Jeremy Allison1-6/+26
2007-10-10r21991: I hate Steve French :-). Add support for encryptionJeremy Allison1-2/+5
2007-10-10r21990: Stop messing with the signing engine just becauseJeremy Allison1-10/+10
2007-10-10r21939: Fix missing initialization thatJeremy Allison1-1/+1
2007-10-10r21922: Fixed the build by rather horrid means. I really needJeremy Allison1-27/+31
2007-10-10r21880: Make client and server calls into encryption code symetrical,Jeremy Allison1-3/+10
2007-10-10r21865: Add in the stubs for SMB transport encryption. Will fleshJeremy Allison1-5/+31
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-1/+2
2007-10-10r18014: revert a possibly unnecessary changeDerrell Lipman1-1/+2
2007-10-10r18011: Should fix bug 3835.Derrell Lipman1-3/+2
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-31/+9
2007-10-10r16458: Increase debuglevel of cli_rpc_pipe_close().Günther Deschner1-1/+1