summaryrefslogtreecommitdiff
path: root/source4/libcli
AgeCommit message (Expand)AuthorFilesLines
2017-06-17s4:libcli/smb_composite: make the additional gensec_update steps asyncStefan Metzmacher1-23/+128
2017-06-17s4:libcli/smb_composite: add early returns to sesssetup.c:request_handler()Stefan Metzmacher1-11/+23
2017-06-17s4:libcli/smb_composite: make the first round to gensec asyncStefan Metzmacher1-36/+58
2017-06-17s4:libcli/smb_composite: move gensec_update_ev() out of session_setup_spnego()Stefan Metzmacher1-16/+30
2017-06-17s4:libcli/smb_composite: move session_setup_spnego_restart() to the callers o...Stefan Metzmacher1-7/+21
2017-06-17s4:libcli/smb_composite: split out session_setup_spnego_restart() from sessio...Stefan Metzmacher1-19/+37
2017-06-17s4:libcli/smb_composite: move chosen_oid to state->chosen_oidStefan Metzmacher1-10/+20
2017-06-17s4:libcli/smb_composite: simplify gensec_update_ev() handling in session_setu...Stefan Metzmacher1-13/+8
2017-05-22s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()Stefan Metzmacher1-2/+1
2017-05-21s4:libcli/smb2: make smb2_session_setup_spnego_* completely asyncStefan Metzmacher1-93/+160
2017-05-10s4-libcli: remove some dead prototypesGünther Deschner1-1/+0
2017-03-29pysmb: Check for credentials using same method as pyrpcGary Lockyer1-1/+8
2017-03-29pysmb: Extend py_smb_new to allow use_ntlmv2 and use_spnego to be set by callersAndrew Bartlett1-13/+30
2017-03-03libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme3-5/+5
2017-02-21s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher1-7/+0
2017-01-11wscript: remove executable bits for all wscript* filesStefan Metzmacher1-0/+0
2016-11-04pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett1-0/+15
2016-11-04python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett1-3/+12
2016-09-28wbclient: "ev" is no longer used in wbc_xids_to_sidsVolker Lendecke2-4/+2
2016-09-28wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke2-4/+2
2016-08-19pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu1-1/+3
2016-06-18s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct ...Jeremy Allison1-1/+1
2016-06-16s4-libcli/raw: Fix compiler errors when building with --address-sanitizerAndrew Bartlett1-2/+2
2016-05-13s4:libcli:resolve: fix O3 error unused result of writeMichael Adam1-2/+3
2016-05-06typo: mplementation => implementationGarming Sam4-4/+4
2016-04-25s4:libcli: fix 'Conditional jump or move' valgrind errorNoel Power1-1/+4
2016-04-19s4:libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider1-1/+1
2016-04-12CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()Stefan Metzmacher3-3/+7
2016-04-12CVE-2016-2115: s4:libcli/raw: limit maxprotocol to NT1 in smb_raw_negotiate*()Stefan Metzmacher1-0/+4
2016-04-12CVE-2016-2115: s4:libcli/smb2: use the configured min_protocolStefan Metzmacher1-1/+6
2016-04-12CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher1-0/+1
2016-04-12CVE-2016-2113: s4:libcli/ldap: verify the server certificate and hostname if ...Stefan Metzmacher1-7/+4
2016-04-12CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher1-0/+2
2016-04-12CVE-2016-2112: s4:libcli/ldap: auto upgrade to SIGN after STRONG_AUTH_REQUIREDStefan Metzmacher1-0/+7
2016-04-12CVE-2016-2112: s4:libcli/ldap: make sure we detect downgrade attacksStefan Metzmacher1-0/+14
2016-04-12CVE-2016-2112: s4:libcli/ldap: honour "client ldap sasl wrapping" optionStefan Metzmacher1-4/+26
2016-04-12CVE-2016-2111: s4:libcli: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher1-0/+11
2016-04-12CVE-2016-2111: s4:libcli: don't allow the LANMAN2 session setup without "clie...Stefan Metzmacher1-11/+11
2016-04-12CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher1-0/+2
2016-03-15build: mark explicit dependencies on pytalloc-utilGarming Sam1-1/+1
2016-03-10s4:libcli/ldap: fix retry authentication after a bad passwordStefan Metzmacher1-2/+2
2016-03-10s4:libcli/ldap: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher1-0/+7
2016-03-09ldap VLV: correct ASN1 parsing of VLV requestsGarming Sam1-20/+5
2016-03-09ldap: fix search control rule identifiers ASN.1 typeGarming Sam1-1/+2
2016-03-09ldap VLV: memdup, not strdup VLV context_idDouglas Bagnall1-1/+1
2016-03-09ldap VLV: use correct ASN.1 encoding for requestsGarming Sam1-11/+3
2016-03-08pysmb: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-8/+1
2016-03-08pysmb: Do not use pytalloc_Object directlyAndrew Bartlett1-17/+17
2016-03-08pysmb: Rework py_smb_new() to use pytalloc_steal()Andrew Bartlett1-21/+14
2016-03-08pysmb: Use pytalloc_get_mem_ctx()Andrew Bartlett1-7/+7