summaryrefslogtreecommitdiff
path: root/libcli
Commit message (Expand)AuthorAgeFilesLines
...
* libcli:auth: Add return codes for netlogon_creds_init_128bit()Andreas Schneider2019-05-211-9/+23
* libcli:auth: Use GnuTLS MD5 and HMAC MD5 in netlogon_creds_init_128bitAndreas Schneider2019-05-211-11/+36
* libcli:auth: Use 'bool ok' in ntv2_owf_gen()Andreas Schneider2019-05-211-5/+4
* libcli:auth: Use GnuTLS MD5 HMAC in SMBsesskeygen_ntv2()Andreas Schneider2019-05-211-6/+6
* libcli:auth: Use GnuTLS MD5 HMAC in SMBOWFencrypt_ntv2()Andreas Schneider2019-05-211-5/+21
* libcli:auth: Use GnuTLS MD5 HMAC in ntv2_owf_gen()Andreas Schneider2019-05-211-7/+29
* libcli:auth: Use GnuTLS MD5 in decode_wkssvc_join_password_buffer()Andreas Schneider2019-05-211-11/+36
* libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-05-211-3/+0
* libcli:auth: Use GnuTLS MD5 in encode_wkssvc_join_password_buffer()Andreas Schneider2019-05-211-6/+27
* libcli:auth: Use GnuTLS MD5 in encode_or_decode_arc4_passwd_buffer()Andreas Schneider2019-05-211-5/+24
* libcli:auth: Use GnuTLS MD5 for E_md5hash() in smbcryptAndreas Schneider2019-05-211-5/+25
* lib:util: Move VWV macro to smb_constants.hAndreas Schneider2019-05-171-0/+3
* squash 'cast between incompatible function types' warningNoel Power2019-05-162-6/+15
* libcli:smb: Use GnuTLS SHA512 in smbXcli_baseAndreas Schneider2019-05-071-18/+88
* libcli:smb: Use smb2_signing_key for smb2_signing_check_pdu()Andreas Schneider2019-04-303-22/+22
* libcli:smb: Use smb2_signing_key for smb2_signing_sign_pdu()Andreas Schneider2019-04-303-18/+20
* libcli:smb: Add smb2_signing_key_destructor()Andreas Schneider2019-04-303-2/+16
* libcli:smb: Use 'struct smb2_signing_key' in smbXcli_base.cAndreas Schneider2019-04-301-52/+75
* libcli:smb: Introduce a structure for the smb2_singing_keyAndreas Schneider2019-04-302-0/+23
* libcli:smb: Use GnuTLS SHA256 HMAC in smb2_signing_check_pdu()Andreas Schneider2019-04-301-10/+32
* libcli:smb: Use GnuTLS SHA256 HMAC in smb2_signing_sign_pdu()Andreas Schneider2019-04-301-9/+21
* libcli:smb: Use GnuTLS SHA256 HMAC in smb2_key_derivation()Andreas Schneider2019-04-302-10/+42
* libcli:auth: Add return code for netlogon_creds_init_hmac_sha256()Andreas Schneider2019-04-301-15/+29
* libcli:auth: Use GnuTLS SHA256 HMAC for credentialsAndreas Schneider2019-04-302-11/+30
* libcli: Update error check for new string conversion wrapperSwen Schillig2019-04-111-3/+3
* lib: Initialize variables in parse_resolvconf_fpVolker Lendecke2019-04-091-3/+3
* lib: Initialize getline() argumentsVolker Lendecke2019-04-091-1/+1
* rpc: Convert npa_tstream.c to use tstream_u32_read_sendVolker Lendecke2019-04-051-187/+42
* rpc: Add tstream_u32_readVolker Lendecke2019-04-053-1/+197
* rpc: Fix a typoVolker Lendecke2019-04-031-1/+1
* libsmb: Make "struct smb2_lock_element" generally usableVolker Lendecke2019-04-012-0/+33
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-011-5/+5
* libcli: permit larger values of DataLength in SMB2_ENCRYPTION_CAPABILITIES of...Philipp Gesang2019-03-311-1/+1
* tstream_npa: Avoid an unnecessary ZERO_STRUCTPVolker Lendecke2019-03-221-2/+0
* libcli: Use a define for the SMB_SUICIDE_PACKETAndreas Schneider2019-03-212-1/+3
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-213-12/+9
* libsmb: Use a direct struct initializerVolker Lendecke2019-03-181-1/+1
* libcli: Align integer typesVolker Lendecke2019-03-181-1/+1
* libcli: Add a comment explaining lack of overflow checksVolker Lendecke2019-03-181-0/+3
* lib: Remove "struct sid_parse_ret" againVolker Lendecke2019-03-122-7/+4
* lib: Make sid_parse return the parsed lengthVolker Lendecke2019-03-122-4/+7
* libcli/security: fix handling of deny type ACEs in access_check_max_allowed()Ralph Boehme2019-03-041-1/+1
* libcli/security: correct access check and maximum access calculation for Owne...Ralph Boehme2019-03-041-67/+73
* libcli: Use wrapper for string to integer conversionSwen Schillig2019-03-011-6/+8
* libcli/security: add "Owner Rights" calculation to access_check_max_allowed()Ralph Boehme2019-02-281-5/+28
* libcli:auth: Remove unused header fileAndreas Schneider2019-02-271-1/+0
* libcli:samsync: Remove unused header fileAndreas Schneider2019-02-271-1/+0
* libcli:auth: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* libcli:auth: Only use the required md4 headerAndreas Schneider2019-02-271-1/+1
* libcli:auth: Avoid explicit ZERO_STRUCTAndreas Schneider2019-02-271-3/+1