summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-08s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher1-11/+1
2011-07-08s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher1-0/+1
2011-07-08s3:libsmb: don't call cli_set_error() in cli_echo()Stefan Metzmacher1-3/+0
2011-07-08s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher1-7/+1
2011-07-07s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher1-5/+1
2011-06-10s3:libsmb: remove unused cli_state_seqnum infrastructureStefan Metzmacher1-32/+0
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-05-22s3: Remove cli_send/receive_smbVolker Lendecke1-282/+0
2011-05-21s3: Remove unused cli_setup_bccVolker Lendecke1-9/+0
2011-05-20s3: Remove unused cli_setup_packet()Volker Lendecke1-5/+0
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner1-0/+1
2011-04-26s3: Remove cli_writeVolker Lendecke1-45/+0
2011-03-23s3-lib Remove the clobber_region() code.Andrew Bartlett1-7/+0
2011-03-01s3-build __FUNCTION__ is always available, always use itAndrew Bartlett1-2/+2
2011-02-23s3:libsmb only log a dead connection if it was not closedChristian Ambach1-7/+12
2011-01-17s3: Make passing up "result_parent" from cli_smb optionalVolker Lendecke1-1/+1
2011-01-17s3: Remove unused cli_send_keepaliveVolker Lendecke1-19/+0
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-09-01s3: Print the IP of the server that stopped respondingVolker Lendecke1-1/+5
2010-08-18s3-build: only include smb_signing.h where needed.Günther Deschner1-0/+1
2010-08-15s3: Remove some unused codeVolker Lendecke1-31/+0
2010-03-29s3:libsmb: don't let cli_shutdown() segfault with a NULL cli_stateStefan Metzmacher1-0/+3
2010-02-22s3: Explicitly handle inbuf in cli_echo_doneVolker Lendecke1-1/+2
2010-02-22s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke1-2/+4
2010-02-20s3: Add cli_smb()Volker Lendecke1-0/+36
2010-02-10s3-libsmb: update libsmb to use new DLIST macrosAndrew Tridgell1-22/+24
2009-09-06Fix bug 6673 - smbpasswd does not work with "unix password sync = yes".Jeremy Allison1-1/+1
2009-05-12Clean up assignments to iov_base, ensure it's always cast to void *. This sho...Jeremy Allison1-2/+2
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-1/+1
2009-04-06Convert cli_echo to tevent_reqVolker Lendecke1-79/+66
2009-04-06Add new async libsmb infrastructureVolker Lendecke1-0/+12
2009-03-23s3:libsmb: use new simplified smb_signing code for the client sideStefan Metzmacher1-9/+95
2009-03-15Fix a malloc/talloc mismatch when cli_initialise() failsVolker Lendecke1-3/+2
2009-03-13Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison1-7/+52
2009-03-12Remove the static "struct client_connection" mess which is part ofJeremy Allison1-1/+27
2009-03-06s3:libsmb: merge cli_setup_signing_state() into cli_initialise_ex()Stefan Metzmacher1-27/+25
2009-03-06s3:libsmb: remove cli_setup_signing_state() and add struct cli_state *cli_ini...Stefan Metzmacher1-2/+8
2009-02-01Split up async_req into a generic and a NTSTATUS specific partVolker Lendecke1-3/+3
2009-01-31Make is_andx_req non-staticVolker Lendecke1-0/+25
2009-01-29cli_ucs2Volker Lendecke1-0/+10
2009-01-14Remove smbclient globals that bled into clidfs.c. Now we only haveJeremy Allison1-2/+1
2008-12-29Attempt to fix bug 5953: Make cli_send_smb_direct_writeX use writevVolker Lendecke1-27/+13
2008-12-19Pass "bytes_alignment" up through cli_request_sendVolker Lendecke1-1/+1
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