s3: Remove the smbd_server_conn ref from create_conn_struct
[ira/wip.git] / source3 / libsmb /
2011-09-21 Volker Lendeckes3: Fix Coverity ID 2619: UNINIT
2011-09-21 Volker Lendeckes3: Fix Coverity ID 2618: UNINIT
2011-09-21 Jeremy AllisonTry and fix bug #8472 - Crash in asn.1 parsing code.
2011-09-20 Volker Lendeckes3: Further fix for bug 8338
2011-09-19 Stefan Metzmachers3:smb2cli: remove unused struct ntlmssp_state from...
2011-09-19 Stefan Metzmachers3:smb2cli: s/smb2cli_sesssetup_blob/smb2cli_session_setup/
2011-09-18 Stefan Metzmachers3:smb2cli: s/smb2cli_sesssetup/smb2cli_sesssetup_ntlmssp/
2011-09-18 Stefan Metzmachers3:smb2cli: pass timeout to smb2cli_req_create/send()
2011-09-18 Stefan Metzmachers3:smb2cli: pass an array of expected status/body_size...
2011-09-18 Stefan Metzmachers3:smb2cli: only use tevent_req_defer_callback() if...
2011-09-18 Stefan Metzmachers3:smb2cli: ignore async interim responses and store...
2011-09-18 Stefan Metzmachers3:smb2cli: check the response has the SMB2_HDR_FLAG_RE...
2011-09-18 Stefan Metzmachers3:smb2cli: validate the opcode from the server is...
2011-09-18 Stefan Metzmachers3:smb2cli: initialize status if we got an unexpected...
2011-09-18 Stefan Metzmachers3:libsmb: return INTERNAL_ERROR if the request is...
2011-09-18 Stefan Metzmachers3:libsmb: return if tevent_req_set_endtime() fails
2011-09-18 Stefan Metzmachers3:smb2cli: SMB2_FLUSH responses have a body size of 4
2011-09-16 Stefan Metzmachers3:libsmb: forward declaration for struct smb_trans_enc...
2011-09-15 Stefan Metzmachers3:libsmb: remove unused cli_*encryption* functions
2011-09-15 Stefan Metzmachers3:libsmb: s/cli_encryption_on/cli_state_encryption_on()
2011-09-15 Stefan Metzmachers3:libsmb: move cli->server{zone,time} to cli->conn...
2011-09-15 Stefan Metzmachers3:libsmb: split cli->secblob into cli->conn.smb1.serve...
2011-09-15 Stefan Metzmachers3:libsmb: make use of cli_state_server_gss_blob()
2011-09-15 Stefan Metzmachers3:libsmb: make use of cli_state_server_challenge()
2011-09-15 Stefan Metzmachers3:libsmb: add cli_state_server_challenge() and cli_sta...
2011-09-15 Stefan Metzmachers3:libsmb: remove the guid from the cli->secblob in...
2011-09-15 Stefan Metzmachers3:libsmb: make sure cli->secblob.length is 8 if we...
2011-09-15 Stefan Metzmachers3:libsmb: restructure cli_negprot_done() secblob handl...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sesskey to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: detect lock_read and write_unlock support
2011-09-15 Stefan Metzmachers3:libsmb: move cli->*braw_supported to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->sec_mode to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_mux to cli->conn.smb1.server...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->max_xmit to cli->conn.smb1.max_xmit
2011-09-15 Stefan Metzmachers3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
2011-09-15 Stefan Metzmachers3:libsmb: move cli->capabilities to cli->conn.smb1...
2011-09-15 Stefan Metzmachers3:libsmb: move cli->protocol to cli->conn.protocol
2011-09-15 Stefan Metzmachers3:libsmb: don't set cli->protocol in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: pass max_protocol to cli_negprot()
2011-09-15 Stefan Metzmachers3:libsmb: add basic max_protocol support in cli_negprot()
2011-09-15 Stefan Metzmachers3:libsmb: use local variables in cli_state_create()
2011-09-15 Stefan Metzmachers3:libsmb: use CAP_EXTENDED_SECURITY instead of cli...
2011-09-15 Stefan Metzmachers3:libsmb: make use of SMB_CAP_BOTH/CLIENT_MASK in...
2011-09-15 Stefan Metzmachers3:libsmb: calculate the negotiated SMB1 capabilities...
2011-09-15 Stefan Metzmachers3:libsmb: calculate all SMB1 capabilities we want...
2011-09-15 Stefan Metzmachers3:libsmb: no need to reset capabilities in cli_session...
2011-09-15 Stefan Metzmachers3:libsmb: make sure we always set cli->capabilities...
2011-09-14 Stefan Metzmachers3:libsmb: remove unused cli->is_samba
2011-09-14 Stefan Metzmachers3:libsmb: align chunk_size for cli_pull/push() to...
2011-09-14 Stefan Metzmachers3:libsmb: let cli_write_max_bufsize() return the max...
2011-09-14 Stefan Metzmachers3:libsmb: let cli_read_max_bufsize() return the max...
2011-09-14 Jeremy AllisonFix bug #8453 - smbclient segfaults when dialect option...
2011-09-14 Stefan Metzmachers3:libsmb: return NT_STATUS_CONNECTION_DISCONNECTED...
2011-09-14 Stefan Metzmachers3:libsmb: make use of new advanded SMB signing
2011-09-14 Stefan Metzmachers3:smb_signing: add support for easier negotiation...
2011-09-13 Stefan Metzmachers3:smb2cli: split cli->smb2.gss_blob from cli->secblob
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_server_time_zone()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_time()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_time_zone()
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_server_session_key()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_server_session_key()
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_security_mode()
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_security_mode()
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_max_requests() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_max_requests() in...
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_max_requests()
2011-09-13 Stefan Metzmachers3:libsmb: make sure cli->max_mux is valid in the retur...
2011-09-13 Stefan Metzmachers3:libsmb: set the MID to 0 in cli_setup_packet_buf()
2011-09-13 Stefan Metzmachers3:libsmb: check that max_xmit is not less than 1024
2011-09-13 Stefan Metzmachers3:libsmb: better expect a max_xmit of 1024 instead...
2011-09-13 Stefan Metzmachers3:libsmb: don't mix smb2 share capabilities with smb1...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: make use of cli_state_available_size() in...
2011-09-13 Stefan Metzmachers3:libsmb: add cli_state_available_size()
2011-09-13 Volker Lendeckes3: Make saf_join_key() use talloc
2011-09-13 Volker Lendeckes3: Make saf_key() use talloc
2011-09-13 Volker Lendeckes3: Disentangle resolve_name() a bit
2011-09-12 Stefan Metzmachers3:libsmb: check the wct of the incoming SMBnegprot...
2011-09-12 Stefan Metzmachers3:libsmb: let cli_pull_raw_error() return NT_STATUS_OK...
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_ASCII
2011-09-08 Stefan Metzmachers3:libsmb: add CLI_FULL_CONNECTION_FORCE_DOS_ERRORS
2011-09-08 Stefan Metzmachers3:libsmb: don't handle CLI_FULL_CONNECTION_* flags...
2011-09-08 Stefan Metzmachers3:libsmb: don't handle CLI_FULL_CONNECTION_* flags...
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_con...
2011-09-08 Stefan Metzmachers3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_stat...
2011-09-07 Stefan Metzmachers3:smb2cli: let smb2cli_req_create() use the give pid...
2011-09-07 Stefan Metzmachers3:smb2cli: pass the uid to the SMB2_SESSION_SETUP...
2011-09-07 Stefan Metzmachers3:smb2cli: fix marshalling of smb2_create_blobs in...
2011-09-07 Stefan Metzmachers3:smb2cli: don't terminate the pathname in smb2cli_que...
2011-09-07 Stefan Metzmachers3:smb2cli: don't terminate the pathname in smb2cli_cre...
2011-09-07 Stefan Metzmachers3:smb2cli: don't terminate the pathname in smb2cli_tcon()
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_TCON needs one dyn byte to that the...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_WRITE needs one dyn byte to that the...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_READ needs one dyn byte to that the...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_QUERY_DIRECTORY needs one dyn byte...
2011-09-07 Stefan Metzmachers3:smb2cli: SMB2_CREATE needs one dyn byte to that...
next