summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-13s3:libsmb: add cli_state_security_mode()Stefan Metzmacher1-0/+5
2011-09-13s3:libsmb: add cli_state_max_requests()Stefan Metzmacher1-0/+5
2011-09-13s3:libsmb: set the MID to 0 in cli_setup_packet_buf()Stefan Metzmacher1-1/+1
2011-09-13s3:libsmb: add cli_state_available_size()Stefan Metzmacher1-0/+13
2011-09-08s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCIIStefan Metzmacher1-0/+8
2011-09-08s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher1-1/+4
2011-09-08s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()Stefan Metzmacher1-1/+22
2011-08-10s3:libsmb: store the remote_realm on the cli_stateStefan Metzmacher1-0/+13
2011-08-02s3:libsmb/cli*: make use of cli_state_protocol()Stefan Metzmacher1-1/+1
2011-08-02s3:libsmb: add cli_state_protocol()Stefan Metzmacher1-0/+5
2011-08-02s3:libsmb/cli*: make use of cli_state_capabilities()Stefan Metzmacher1-4/+4
2011-08-02s3:libsmb: add cli_state_capabilities()Stefan Metzmacher1-0/+5
2011-07-22s3:libsmb: move cli_state->desthost to cli_state->conn.remote_nameStefan Metzmacher1-4/+4
2011-07-22s3:libsmb: add cli_state_remote_name()Stefan Metzmacher1-0/+5
2011-07-22s3:libsmb: move cli_state->{src_ss,dest_ss} to cli_state->conn.{local_ss,remo...Stefan Metzmacher1-6/+6
2011-07-22s3:libsmb: add cli_state_[local|remote]_sockaddr()Stefan Metzmacher1-0/+10
2011-07-22s3:libsmb: move cli_state->fd to cli_state->conn.fdStefan Metzmacher1-3/+2
2011-07-22s3:libsmb: make use of cli_state_disconnect()Stefan Metzmacher1-4/+1
2011-07-22s3:libsmb: move cli_state->outgoing to cli_state->conn.outgoingStefan Metzmacher1-2/+2
2011-07-22s3:libsmb: move cli_state->pending to cli_state->conn.pendingStefan Metzmacher1-3/+3
2011-07-22s3:libsmb: fix compiler warnings in cli_state_create()Stefan Metzmacher1-5/+5
2011-07-21s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()Stefan Metzmacher1-8/+29
2011-07-21s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-2/+14
2011-07-21s3:libsmb: add cli_state_encryption_on()Stefan Metzmacher1-0/+6
2011-07-20s3:libsmb: move cli->cnum to cli->smb1.tid and hide it behind cli_state_[g|s]...Stefan Metzmacher1-2/+23
2011-07-20s3:libsmb: move cli->pid to cli->smb1.pid and hide it behind cli_[g|s]etpid()Stefan Metzmacher1-5/+10
2011-07-20s3:libsmb: add cli->smb1.vc_num and hide it behind cli_state_get_vc_num()Stefan Metzmacher1-0/+6
2011-07-20s3:libsmb: move cli->mid to cli->smb1.midStefan Metzmacher1-2/+3
2011-07-12s3:libsmb: remove unused cli_oplock_handler()Stefan Metzmacher1-1/+0
2011-07-11s3:libsmb: remove unused cli_set_port()Stefan Metzmacher1-10/+0
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