s3-netapi: use NetApiBufferAllocate() for returned buffer in getdc calls.
[rusty/samba.git] / source3 / libsmb /
2011-10-21 Stefan Metzmacherlibcli/smb: move smb_seal.c to the toplevel
2011-10-21 Andrew Bartletts3-ntlmssp Remove references to auth_ntlmssp_context...
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_session_key()
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_want_feature()
2011-10-21 Andrew Bartletts3-seal use gensec_[un]wrap() instead of gensec_[un...
2011-10-21 Andrew Bartletts3-ntlmssp use gensec_{seal,unseal,sign,check}_packet
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and...
2011-10-21 Andrew Bartletts3-ntlmssp Remove auth_ntlmssp_update wrapper
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: always use SAFE_FREE(buf) in common...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: use plain malloc() in common_ntlm_e...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: avoid ads_errstr() dependency and...
2011-10-21 Stefan Metzmachers3:libsmb/smb_seal: make use of common [_]smb_[set...
2011-10-20 Stefan Metzmachers3:libsmb/async_smb: in cli_state_notify_pending()...
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: move smb_set_enclen() to smb_seal...
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: s/uint16/uint16_t
2011-10-19 Stefan Metzmachers3:include: move smb_seal.c prototypes to smb_crypt.h
2011-10-19 Stefan Metzmachers3:libsmb/smb_seal: make common_ntlm_[en|de]crypt_buffe...
2011-10-19 David Disseldorps3: Remove duplicate fsctl function definitions
2011-10-18 Volker Lendeckes3: Avoid a winbind 100% cpu loop
2011-10-18 Andrew Bartletts3-libsmb Use a gensec module to provide the ntlmssp...
2011-10-18 Andrew Bartletts3-ntlmssp split auth_ntlmssp_client_start() into two...
2011-10-18 Andrew Bartlettgensec: move event context from gensec_*_init() to...
2011-10-18 Andrew Bartlettntlmssp: Move ntlmssp code to auth/ntlmssp
2011-10-18 Andrew Bartletts3-auth Add my copyright
2011-10-18 Andrew Tridgelllibsmbclient: initial ABI signatures
2011-10-18 Andrew Tridgelllibsmbclient: add ABI checking and pc file
2011-10-14 Jeremy AllisonFix const warning.
2011-10-12 Gregor Becks3:utils change data_blob_dup_talloc() to take a DATA_B...
2011-09-30 Volker Lendeckes3: Fix an uninitialized variable warning
2011-09-29 Stefan Metzmachers3:smb2cli: fix the num_expected == 0 logic in smb2cli_...
2011-09-28 Stefan Metzmachers3:libsmb: remove unused TALLOC_FREE(subreq) calls in
2011-09-27 Stefan Metzmachers3:libsmb: call TALLOC_FREE(subreq) directly after...
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()
next