summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher2010-03-291-0/+3
* s3: Explicitly handle inbuf in cli_echo_doneVolker Lendecke2010-02-221-1/+2
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-2/+4
* s3: Add cli_smb()Volker Lendecke2010-02-201-0/+36
* s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell2010-02-101-22/+24
* Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison2009-09-061-1/+1
* Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison2009-05-121-2/+2
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-1/+1
* Convert cli_echo to tevent_reqVolker Lendecke2009-04-061-79/+66
* Add new async libsmb infrastructureVolker Lendecke2009-04-061-0/+12
* s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher2009-03-231-9/+95
* Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke2009-03-151-3/+2
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-03-131-7/+52
* Remove the static "struct client_connection" mess which is part ofJeremy Allison2009-03-121-1/+27
* s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()Stefan Metzmacher2009-03-061-27/+25
* s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher2009-03-061-2/+8
* Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke2009-02-011-3/+3
* Make is_andx_req non-staticVolker Lendecke2009-01-311-0/+25
* cli_ucs2Volker Lendecke2009-01-291-0/+10
* Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison2009-01-141-2/+1
* Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke2008-12-291-27/+13
* Pass "bytes_alignment" up through cli_request_sendVolker Lendecke2008-12-191-1/+1
* Simplify async programming a bit with helper routinesVolker Lendecke2008-12-081-6/+1
* Make use of TALLOC_ZERO_PVolker Lendecke2008-09-211-3/+1
* Remove cli_request_get()Volker Lendecke2008-08-281-2/+2
* Add async smbecho client supportVolker Lendecke2008-08-281-27/+139
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-011-1/+6
* Security fix for CVE-2008-1105: Boundary failure when parsing SMB responsesJeremy Allison2008-05-281-91/+3
* Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_structVolker Lendecke2008-04-201-43/+5
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-2/+2
* Refactoring: Make struct rpc_pipe_client its own talloc parentVolker Lendecke2008-04-201-1/+1
* Add cli_setup_packet_bufVolker Lendecke2008-02-281-22/+32
* Make cli_struct a talloc parentVolker Lendecke2008-02-281-2/+2
* Add explicit buf arg to cli_check_sign_macVolker Lendecke2008-02-281-1/+1
* Add explicit buf arg to cli_encrypt_message and cli_calculate_sign_macVolker Lendecke2008-02-281-2/+3
* Convert receive_smb_raw to NTSTATUSVolker Lendecke2008-02-021-4/+25
* read_socket_with_timeout_ntstatus->read_socket_with_timeoutVolker Lendecke2008-02-021-1/+1
* Get rid of read_socket_with_timeoutVolker Lendecke2008-02-021-2/+22
* read_socket_with_timeout has timeout=0 handlingVolker Lendecke2008-01-231-6/+2
* Encryption works better when you add the client decrypt code :-).Jeremy Allison2007-12-261-0/+11
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-35/+73
* Some C++ warningsVolker Lendecke2007-12-211-2/+2
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-8/+0
* Remove the horror that was the global smb_rw_error.Jeremy Allison2007-11-051-11/+12
* Remove the smb_read_error global variable and replaceJeremy Allison2007-11-031-11/+10
* Change the client library to write directly out ofJeremy Allison2007-11-021-3/+62
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-9/+9
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-81/+15
* r24223: Convert reply_echo to the new APIVolker Lendecke2007-10-101-7/+13
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1