summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: reapply request endtimeRalph Boehme2018-11-021-0/+17
* s4: libcli/smb2: calculate correct credit charge for findsRalph Boehme2018-07-251-0/+1
* s4:libcli: add smb_connect_nego_{send,recv}()Stefan Metzmacher2018-07-243-5/+246
* s4:libcli: allow a fallback to NTLMSSP if SPNEGO is not supported locallyStefan Metzmacher2018-07-241-5/+30
* s4:libcli: add fallback_to_anonymous to smb2_connect_send()Stefan Metzmacher2018-07-241-0/+32
* s4:libcli: allow passing an already negotiated connection to smb2_connect_send()Stefan Metzmacher2018-07-241-0/+21
* s4:libcli: split out smb2_connect_session_start()Stefan Metzmacher2018-07-241-4/+12
* s4:libcli: add smb2_transport_raw_init()Stefan Metzmacher2018-07-241-0/+35
* s4:libcli: allow passing an already negotiated connection to smb_composite_co...Stefan Metzmacher2018-07-243-10/+40
* s4:libcli: use talloc_zero() for struct smb_composite_connect in fetchfile.cStefan Metzmacher2018-07-241-1/+1
* s4:libcli: add smbcli_transport_raw_init()Stefan Metzmacher2018-07-241-0/+44
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-07-241-30/+44
* python: Allow forced signing via smb.SMB()David Mulder2018-07-121-3/+7
* pysmb: add py_smb_unlink and testJoe Guo2018-06-281-0/+24
* pysmb: Add some more documentation for conn.listGarming Sam2018-05-121-1/+5
* samdb: Add transaction id controlGary Lockyer2018-05-101-0/+1
* 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