summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli: remember return code from maximum accessRalph Boehme2019-03-112-2/+3
* s4:libcli/smb2: reapply request endtimeRalph Boehme2018-11-061-0/+17
* s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-08-133-5/+246
* s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-08-131-5/+30
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-08-131-0/+32
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-08-131-0/+21
* s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-08-131-4/+12
* s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-08-131-0/+35
* s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-08-133-10/+40
* s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-08-131-1/+1
* s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-08-131-0/+44
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-08-131-30/+44
* CVE-2018-1057: s4:dsdb/samdb: define DSDB_CONTROL_PASSWORD_ACL_VALIDATION_OID...Ralph Boehme2018-03-131-0/+1
* 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