summaryrefslogtreecommitdiffstats
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmb: align chunk_size for cli_pull/push() to a page size of 1024 bytesStefan Metzmacher2011-09-141-0/+8
* s3:libsmb: let cli_write_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-21/+28
* s3:libsmb: let cli_read_max_bufsize() return the max number of possible bytesStefan Metzmacher2011-09-141-16/+31
* Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...Jeremy Allison2011-09-141-0/+13
* s3:libsmb: return NT_STATUS_CONNECTION_DISCONNECTED instead of NT_STATUS_CONN...Stefan Metzmacher2011-09-141-1/+1
* s3:libsmb: make use of new advanded SMB signingStefan Metzmacher2011-09-144-57/+64
* s3:smb_signing: add support for easier negotiation of SMB signingStefan Metzmacher2011-09-143-33/+72
* s3:smb2cli: split cli->smb2.gss_blob from cli->secblobStefan Metzmacher2011-09-131-1/+1
* s3:libsmb: make use of cli_state_server_time_zone()Stefan Metzmacher2011-09-134-17/+17
* s3:libsmb: add cli_state_server_time()Stefan Metzmacher2011-09-132-0/+6
* s3:libsmb: add cli_state_server_time_zone()Stefan Metzmacher2011-09-132-0/+6
* s3:libsmb: make use of cli_state_server_session_key()Stefan Metzmacher2011-09-131-4/+4
* s3:libsmb: add cli_state_server_session_key()Stefan Metzmacher2011-09-132-0/+6
* s3:libsmb: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-9/+12
* s3:libsmb: add cli_state_security_mode()Stefan Metzmacher2011-09-132-0/+6
* s3:libsmb: make use of cli_state_max_requests() in cli_push_send()Stefan Metzmacher2011-09-131-2/+5
* s3:libsmb: make use of cli_state_max_requests() in cli_pull_send()Stefan Metzmacher2011-09-131-1/+4
* s3:libsmb: add cli_state_max_requests()Stefan Metzmacher2011-09-132-0/+6
* s3:libsmb: make sure cli->max_mux is valid in the return of the serverStefan Metzmacher2011-09-131-0/+6
* s3:libsmb: set the MID to 0 in cli_setup_packet_buf()Stefan Metzmacher2011-09-131-1/+1
* s3:libsmb: check that max_xmit is not less than 1024Stefan Metzmacher2011-09-131-0/+5
* s3:libsmb: better expect a max_xmit of 1024 instead of 0xFFFF for the CORE pr...Stefan Metzmacher2011-09-131-0/+1
* s3:libsmb: don't mix smb2 share capabilities with smb1 capabilitiesStefan Metzmacher2011-09-131-1/+1
* s3:libsmb: make use of cli_state_available_size() in cli_smbwrite()Stefan Metzmacher2011-09-131-1/+2
* s3:libsmb: make use of cli_state_available_size() in cli_write_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
* s3:libsmb: make use of cli_state_available_size() in cli_read_max_bufsize()Stefan Metzmacher2011-09-131-1/+1
* s3:libsmb: make use of cli_state_available_size() in cli_list_old_send()Stefan Metzmacher2011-09-131-1/+3
* s3:libsmb: make use of cli_state_available_size() in cli_sesssetup_blob_send()Stefan Metzmacher2011-09-131-6/+8
* s3:libsmb: make use of cli_state_available_size() in cli_trans_format()Stefan Metzmacher2011-09-131-4/+5
* s3:libsmb: add cli_state_available_size()Stefan Metzmacher2011-09-132-0/+14
* s3: Make saf_join_key() use tallocVolker Lendecke2011-09-131-12/+20
* s3: Make saf_key() use tallocVolker Lendecke2011-09-131-12/+20
* s3: Disentangle resolve_name() a bitVolker Lendecke2011-09-131-3/+5
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-121-0/+10
* s3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK as DOS-Error successStefan Metzmacher2011-09-121-1/+6
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCIIStefan Metzmacher2011-09-082-1/+10
* s3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORSStefan Metzmacher2011-09-081-1/+4
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_full_connection()Stefan Metzmacher2011-09-081-4/+0
* s3:libsmb: don't handle CLI_FULL_CONNECTION_* flags in cli_start_connection()Stefan Metzmacher2011-09-081-13/+0
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-085-24/+32
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()Stefan Metzmacher2011-09-083-3/+26
* s3:smb2cli: let smb2cli_req_create() use the give pid, uid and tid valuesStefan Metzmacher2011-09-071-3/+3
* s3:smb2cli: pass the uid to the SMB2_SESSION_SETUP to support multi-leg-authStefan Metzmacher2011-09-071-1/+2
* s3:smb2cli: fix marshalling of smb2_create_blobs in smb2cli_create()Stefan Metzmacher2011-09-071-3/+5
* s3:smb2cli: don't terminate the pathname in smb2cli_query_directory()Stefan Metzmacher2011-09-071-1/+6
* s3:smb2cli: don't terminate the pathname in smb2cli_create()Stefan Metzmacher2011-09-071-3/+10
* s3:smb2cli: don't terminate the pathname in smb2cli_tcon()Stefan Metzmacher2011-09-071-1/+6
* s3:smb2cli: SMB2_TCON needs one dyn byte to that the structure size check works.Stefan Metzmacher2011-09-071-0/+6
* s3:smb2cli: SMB2_WRITE needs one dyn byte to that the structure size check wo...Stefan Metzmacher2011-09-071-1/+12
* s3:smb2cli: SMB2_READ needs one dyn byte to that the structure size check works.Stefan Metzmacher2011-09-071-1/+2