summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2018-04-241-1/+0
* libdgram: Fix an error path memleakVolker Lendecke2018-04-131-0/+1
* s4/libcli: python3 port for smb moduleNoel Power2018-04-132-21/+40
* CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-131-0/+1
* libdgram: Remove an unused parameterVolker Lendecke2018-02-272-6/+4
* libdgram: Remove an unused parameterVolker Lendecke2018-02-272-4/+2
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-272-5/+5
* util/rfc1738_unescape(): return end pointer or NULL on errorDouglas Bagnall2018-02-221-4/+7
* libcli: Fix a cut&paste typoVolker Lendecke2018-02-131-1/+1
* 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