summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: send SMB2_NETNAME_NEGOTIATE_CONTEXT_IDStefan Metzmacher2019-09-111-0/+17
* libcli/smb: add new COMPRESSION and NETNAME negotiate context idsStefan Metzmacher2019-09-111-0/+2
* libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of...Philipp Gesang2019-04-021-1/+1
* lib: Add dom_sid_str_bufVolker Lendecke2019-03-122-0/+12
* libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme2019-03-111-1/+1
* libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme2019-03-111-67/+73
* libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme2019-03-111-5/+28
* libcli: Add error log if insufficient SMB2 creditsTim Beale2019-02-011-0/+3
* libcli/security: add dom_sid_lookup_is_predefined_domain()Ralph Boehme2018-12-102-0/+34
* libcli/smb: don't overwrite status codeRalph Boehme2018-12-041-5/+7
* libcli/smb: use require_signed_response in smb2cli_conn_dispatch_incoming()Ralph Boehme2018-11-201-1/+16
* libcli/smb: defer singing check a little bitRalph Boehme2018-11-201-6/+6
* libcli/smb: maintain require_signed_response in smbXcli_req_stateRalph Boehme2018-11-201-0/+3
* libcli/smb: add smb2cli_session_require_signed_response()Ralph Boehme2018-11-202-0/+9
* libcli: fill endtime if smbXcli_req_create() timeout is non-zeroRalph Boehme2018-11-061-8/+4
* libcli: add smbXcli_req_endtimeRalph Boehme2018-11-062-0/+11
* libcli: Add debug message if fail to negoatiate SMB protocolTim Beale2018-11-051-0/+1
* CVE-2018-10919 security: Fix checking of object-specific CONTROL_ACCESS rightsTim Beale2018-08-141-0/+10
* CVE-2018-10919 security: Add more comments to the object-specific access checksTim Beale2018-08-141-8/+22
* CVE-2018-10919 security: Move object-specific access checks into separate fun...Tim Beale2018-08-141-27/+59
* CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it is disabled ...Günther Deschner2018-08-141-1/+1
* CVE-2018-1139 libcli/auth: fix debug messages in hash_password_check()Günther Deschner2018-08-141-4/+4
* CVE-2018-1139 libcli/auth: Add initial tests for ntlm_password_check()Andrew Bartlett2018-08-142-0/+426
* libcli: Fix coverity warning in smb2cli_notify_send()Andreas Schneider2018-05-161-1/+4
* Fix spelling s/conection/connection/Mathieu Parent2018-05-121-2/+2
* libcli: remove unused se_create_child_secdesc_buf()Ralph Boehme2018-05-092-32/+0
* libcli/nbt: Additionally accept unicode as string param in Py2Noel Power2018-04-301-3/+3
* tevent: Fix callers of tevent_req_set_endtimeVolker Lendecke2018-04-242-2/+0
* dbwrap: Remove calls to loadparmVolker Lendecke2018-04-242-2/+0
* libcli: Call dbwrap_local_open with the correct tdb flagsVolker Lendecke2018-04-241-2/+5
* libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke2018-04-241-6/+13
* libcli: Call dbwrap_local_open with the correct tdb_flagsVolker Lendecke2018-04-241-2/+3
* libcli: Call dbwrap_local_open with the correct hash sizeVolker Lendecke2018-04-241-4/+13
* tstream: Fix CID 1167981 Unchecked return valueVolker Lendecke2018-04-161-1/+1
* tstream: Fix CID 1167982 Unchecked return valueVolker Lendecke2018-04-161-1/+1
* libnbt: Align data typesVolker Lendecke2018-04-131-1/+1
* libnbt: Add an explicit "mem_ctx" to name_request_sendVolker Lendecke2018-04-136-8/+10
* nbt/pynbt: initialize optional parameter in nbt_name_refreshDouglas Bagnall2018-04-131-0/+1
* nbt/pynbt: initialize optional parameter in nbt_name_registerDouglas Bagnall2018-04-131-0/+1
* libsmb: Handle long-running smb2cli_notifyVolker Lendecke2018-04-051-9/+45
* cldap: Avoid a ZERO_STRUCTPVolker Lendecke2018-04-041-1/+0
* libcli: Fix CID 710748 Resource leakVolker Lendecke2018-04-041-2/+2
* python3 port for netbios moduleNoel Power2018-03-232-23/+35
* libcli/nbt: Fix illegal tuple index access.Noel Power2018-03-231-1/+1
* libcli:smb: Fix size typesAndreas Schneider2018-03-201-3/+4
* libcli/security: add dom_sid_is_valid_account_domain()Stefan Metzmacher2018-03-192-0/+64
* libcli/security: fix some SID values in commentsStefan Metzmacher2018-03-161-3/+3
* libcli/security: only announce a session as GUEST if 'Builtin\Guests' is ther...Ralph Boehme2018-03-151-7/+11
* libsocket: Add "mem_ctx" to socket_create()Volker Lendecke2018-02-271-3/+2
* libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher2018-02-212-0/+512