summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* libcli: Remove finddcs_nbt.cVolker Lendecke2018-01-301-311/+0
* libcli/resolve: Make functions staticVolker Lendecke2018-01-231-9/+10
* libcli/resolve: Make functions staticVolker Lendecke2018-01-231-9/+10
* libcli/resolve: Fix typosVolker Lendecke2018-01-231-2/+2
* s4:torture: add smb2.session.expire2 testStefan Metzmacher2017-12-211-2/+5
* Make sure smbtorture tests can run if someone has set their min protocol abov...Richard Sharpe2017-09-201-0/+4
* python: Fix bad type in conversion of NTSTATUS.Lumir Balhar2017-09-061-1/+1
* s4:libcli/smb_composite: make the additional gensec_update steps asyncStefan Metzmacher2017-06-171-23/+128
* s4:libcli/smb_composite: add early returns to sesssetup.c:request_handler()Stefan Metzmacher2017-06-171-11/+23
* s4:libcli/smb_composite: make the first round to gensec asyncStefan Metzmacher2017-06-171-36/+58
* s4:libcli/smb_composite: move gensec_update_ev() out of session_setup_spnego()Stefan Metzmacher2017-06-171-16/+30
* s4:libcli/smb_composite: move session_setup_spnego_restart() to the callers o...Stefan Metzmacher2017-06-171-7/+21
* s4:libcli/smb_composite: split out session_setup_spnego_restart() from sessio...Stefan Metzmacher2017-06-171-19/+37
* s4:libcli/smb_composite: move chosen_oid to state->chosen_oidStefan Metzmacher2017-06-171-10/+20
* s4:libcli/smb_composite: simplify gensec_update_ev() handling in session_setu...Stefan Metzmacher2017-06-171-13/+8
* s4:libcli/ldap: just use gensec_update() in ldap_bind_sasl()Stefan Metzmacher2017-05-221-2/+1
* s4:libcli/smb2: make smb2_session_setup_spnego_* completely asyncStefan Metzmacher2017-05-211-93/+160
* s4-libcli: remove some dead prototypesGünther Deschner2017-05-101-1/+0
* pysmb: Check for credentials using same method as pyrpcGary Lockyer2017-03-291-1/+8
* pysmb: Extend py_smb_new to allow use_ntlmv2 and use_spnego to be set by callersAndrew Bartlett2017-03-291-13/+30
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-033-5/+5
* s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher2017-02-211-7/+0
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* pyerrors: Add PyErr_Set{WERROR,HRESULT,NTSTATUS}_and_string()Andrew Bartlett2016-11-041-0/+15
* python: create NTSTATUSError, HRESULTError and WERRORErrorAndrew Bartlett2016-11-041-3/+12
* wbclient: "ev" is no longer used in wbc_xids_to_sidsVolker Lendecke2016-09-282-4/+2
* wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke2016-09-282-4/+2
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-191-1/+3
* s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct ...Jeremy Allison2016-06-181-1/+1
* s4-libcli/raw: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+2
* s4:libcli:resolve: fix O3 error unused result of writeMichael Adam2016-05-131-2/+3
* typo: mplementation => implementationGarming Sam2016-05-064-4/+4
* s4:libcli: fix 'Conditional jump or move' valgrind errorNoel Power2016-04-251-1/+4
* s4:libcli:smb2: Use constant time memcmp() to verify the signatureAndreas Schneider2016-04-191-1/+1
* CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()Stefan Metzmacher2016-04-123-3/+7
* CVE-2016-2115: s4:libcli/raw: limit maxprotocol to NT1 in smb_raw_negotiate*()Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2115: s4:libcli/smb2: use the configured min_protocolStefan Metzmacher2016-04-121-1/+6
* CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher2016-04-121-0/+1
* CVE-2016-2113: s4:libcli/ldap: verify the server certificate and hostname if ...Stefan Metzmacher2016-04-121-7/+4
* CVE-2016-2113: s4:lib/tls: implement infrastructure to do peer verificationStefan Metzmacher2016-04-121-0/+2
* CVE-2016-2112: s4:libcli/ldap: auto upgrade to SIGN after STRONG_AUTH_REQUIREDStefan Metzmacher2016-04-121-0/+7
* CVE-2016-2112: s4:libcli/ldap: make sure we detect downgrade attacksStefan Metzmacher2016-04-121-0/+14
* CVE-2016-2112: s4:libcli/ldap: honour "client ldap sasl wrapping" optionStefan Metzmacher2016-04-121-4/+26
* CVE-2016-2111: s4:libcli: don't send a raw NTLMv2 response when we want to us...Stefan Metzmacher2016-04-121-0/+11
* CVE-2016-2111: s4:libcli: don't allow the LANMAN2 session setup without "clie...Stefan Metzmacher2016-04-121-11/+11
* CVE-2016-2110: auth/credentials: pass server_timestamp to cli_credentials_get...Stefan Metzmacher2016-04-121-0/+2
* build: mark explicit dependencies on pytalloc-utilGarming Sam2016-03-151-1/+1
* s4:libcli/ldap: fix retry authentication after a bad passwordStefan Metzmacher2016-03-101-2/+2
* s4:libcli/ldap: make use of GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher2016-03-101-0/+7
* ldap VLV: correct ASN1 parsing of VLV requestsGarming Sam2016-03-091-20/+5