summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clientgen.c
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb/cli*: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* s3:libsmb: add cli_state_protocol()Stefan Metzmacher2011-08-021-0/+5
* s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher2011-08-021-4/+4
* s3:libsmb: add cli_state_capabilities()Stefan Metzmacher2011-08-021-0/+5
* s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher2011-07-221-4/+4
* s3:libsmb: add cli_state_remote_name()Stefan Metzmacher2011-07-221-0/+5
* s3:libsmb: move cli_state->{src_ss,dest_ss} to cli_state->conn.{local_ss,remo...Stefan Metzmacher2011-07-221-6/+6
* s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher2011-07-221-0/+10
* s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher2011-07-221-3/+2
* s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher2011-07-221-4/+1
* s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher2011-07-221-2/+2
* s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher2011-07-221-3/+3
* s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher2011-07-221-5/+5
* s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher2011-07-211-8/+29
* s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-211-2/+14
* s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher2011-07-211-0/+6
* s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher2011-07-201-2/+23
* s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher2011-07-201-5/+10
* s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher2011-07-201-0/+6
* s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher2011-07-201-2/+3
* s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher2011-07-121-1/+0
* s3:libsmb: remove unused cli_set_port()Stefan Metzmacher2011-07-111-10/+0
* s3:libsmb: remove unused cli->inbuf and cli->bufsizeStefan Metzmacher2011-07-081-11/+1
* s3:libsmb: don't use the cli->inbuf to store the last errorStefan Metzmacher2011-07-081-0/+1
* s3:libsmb: don't call cli_set_error() in cli_echo()Stefan Metzmacher2011-07-081-3/+0
* s3:libsmb: remove unused enum smb_read_errors infrastructureStefan Metzmacher2011-07-081-7/+1
* s3:libsmb: finally remove unused cli_state->outbufStefan Metzmacher2011-07-071-5/+1
* s3:libsmb: remove unused cli_state_seqnum infrastructureStefan Metzmacher2011-06-101-32/+0
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3: Remove cli_send/receive_smbVolker Lendecke2011-05-221-282/+0
* s3: Remove unused cli_setup_bccVolker Lendecke2011-05-211-9/+0
* s3: Remove unused cli_setup_packet()Volker Lendecke2011-05-201-5/+0
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: Remove cli_writeVolker Lendecke2011-04-261-45/+0
* s3-lib Remove the clobber_region() code.Andrew Bartlett2011-03-231-7/+0
* s3-build __FUNCTION__ is always available, always use itAndrew Bartlett2011-03-011-2/+2
* s3:libsmb only log a dead connection if it was not closedChristian Ambach2011-02-231-7/+12
* s3: Make passing up "result_parent" from cli_smb optionalVolker Lendecke2011-01-171-1/+1
* s3: Remove unused cli_send_keepaliveVolker Lendecke2011-01-171-19/+0
* s3-build: only include async headers where needed.Günther Deschner2010-09-201-0/+1
* s3: Print the IP of the server that stopped respondingVolker Lendecke2010-09-011-1/+5
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-181-0/+1
* s3: Remove some unused codeVolker Lendecke2010-08-151-31/+0
* 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