summaryrefslogtreecommitdiff
path: root/source3/libsmb/clientgen.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-15s3:libsmb: move cli->capabilities to cli->conn.smb1.capabilitiesStefan Metzmacher1-12/+14
2011-09-15s3:libsmb: move cli->protocol to cli->conn.protocolStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: don't set cli->protocol in cli_state_create()Stefan Metzmacher1-1/+0
2011-09-15s3:libsmb: use local variables in cli_state_create()Stefan Metzmacher1-12/+14
2011-09-15s3:libsmb: use CAP_EXTENDED_SECURITY instead of cli->use_spnegoStefan Metzmacher1-1/+1
2011-09-15s3:libsmb: calculate all SMB1 capabilities we want to support for the connectionStefan Metzmacher1-2/+24
2011-09-14s3:libsmb: make use of new advanded SMB signingStefan Metzmacher1-17/+30
2011-09-14s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher1-0/+1
2011-09-13s3:libsmb: add cli_state_server_time()Stefan Metzmacher1-0/+5
2011-09-13s3:libsmb: add cli_state_server_time_zone()Stefan Metzmacher1-0/+5
2011-09-13s3:libsmb: add cli_state_server_session_key()Stefan Metzmacher1-0/+5
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