summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli/smb2: add const to struct smbcli_options *options for smb2_connect()Stefan Metzmacher2020-07-081-1/+1
* s4:libcli/smb2: allow smb2_connect*() to fake session and tconStefan Metzmacher2020-07-082-0/+10
* ldap_client: Make ldap_parse_basic_url() IPv6-address awareVolker Lendecke2020-07-021-0/+27
* ldap_client: Align integer typesVolker Lendecke2020-07-021-3/+3
* ldap_client: Make ldap_parse_basic_url take care of ldapi as wellVolker Lendecke2020-07-021-67/+80
* source4/libcli: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt2020-06-221-1/+1
* Fix clang 9 for-loop-analysis warningsGary Lockyer2020-05-081-2/+1
* CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-05-041-1/+2
* CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-05-042-25/+25
* Implement alt name query for smb2David Mulder2020-04-283-1/+61
* Add SMB2 lsa helper routinesDavid Mulder2020-04-282-0/+151
* Convert samba4.base.*attr tests to smb2David Mulder2019-12-201-0/+46
* s4-libcli/rap: Set the switch_value before NDR_BUFFERS to prepare for new lib...Andrew Bartlett2019-12-121-0/+3
* s4-libcli: Remove unused header from composite/composite.cAndrew Bartlett2019-11-101-1/+0
* source4/libcli/libcli.h: typo fixesBjörn Jacke2019-10-311-1/+1
* source4/libcli/clireadwrite.c: typo fixesBjörn Jacke2019-10-311-1/+1
* s4/libcli/clideltree.c: clang: Value stored to 'status' is never readNoel Power2019-09-251-2/+2
* s4/libcli/smb2: clang: Fix 'value stored to 'status' is never read'Noel Power2019-09-251-3/+3
* s4/libcli/smb2: clang: Fix Passed-by-value arg contains uninitialized dataNoel Power2019-09-251-1/+3
* s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read'Noel Power2019-09-251-3/+3
* s4/libcli/raw: clang: Fix 'Dereference of null pointer'Noel Power2019-09-251-1/+9
* s4/libcli/raw: clang: Fix 'Access to field results in a deref of a null ptrNoel Power2019-09-251-0/+8
* s4/libcli/raw: Fix 'Value stored to 'p' is never read'Noel Power2019-07-161-1/+1
* s4/libcli/raw: clang: Fix 'initialization value is never read'Noel Power2019-07-161-2/+3
* s4/libcli: clang: Fix 'initialization value is never read'Noel Power2019-07-161-1/+4
* s4/libcli/ldab: clang: Fix 'Access results in a deref of a null pointer'Noel Power2019-07-161-1/+1
* source4: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-1/+1
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-272-2/+2
* s4:libcli: Use gnutls_error_to_ntstatus() or singingAndreas Schneider2019-06-241-2/+3
* Fix ubsan null pointer passed as argument 2Gary Lockyer2019-05-274-24/+50
* libcli/ldap: Remove unsued ldap_transaction()Andrew Bartlett2019-05-221-23/+0
* s3:libcli: Use GnuTLS MD5 for smb singingAndreas Schneider2019-05-211-24/+69
* libcli: Align integer typesVolker Lendecke2019-05-031-1/+1
* libcli: Remove an unnecessary #includeVolker Lendecke2019-05-031-1/+0
* s4:libcli/raw: add RAW_FILEINFO_NORMALIZED_NAME_INFORMATION supportStefan Metzmacher2019-05-013-12/+16
* s4:libcli:smb2: Use GnuTLS SHA256 HMAC for signingAndreas Schneider2019-04-301-17/+32
* libsmb: Make "struct smb2_lock_element" generally usableVolker Lendecke2019-04-011-6/+1
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-012-5/+8
* s4:libcli/smb2: calculate the correct credit charge in smb2_notify_send()Stefan Metzmacher2019-03-281-0/+2
* s4:libcli/smb2: calculate the correct credit charge in smb2_ioctl_send()Stefan Metzmacher2019-03-281-0/+11
* s4:libcli/smb2: align struct smb_ioctl.smb2 to [MS-SMB2] namesStefan Metzmacher2019-03-282-12/+13
* s4:libcli/smb2: calculate the correct credit charge in smb2_getinfo_send()Stefan Metzmacher2019-03-281-0/+4
* s4:libcli/smb2: fix smb2_getinfo_send() marshallingStefan Metzmacher2019-03-282-9/+20
* s4:libcli/smb2: don't schedule idle handlers on a dead connectionStefan Metzmacher2019-03-281-0/+17
* s4:libcli/raw: don't schedule idle handlers on a dead connectionStefan Metzmacher2019-03-281-0/+17
* source4: Use wrapper for string to integer conversionSwen Schillig2019-03-011-2/+3
* s4:libcli: remember return code from maximum accessRalph Boehme2019-02-282-2/+3
* s4:libcli: Remove (now unused) pysmb.c bindingsTim Beale2019-01-262-757/+0
* s4:pysmb: Add error log that the s4 bindings are deprecatedTim Beale2019-01-171-0/+12
* libcli: Simplify smblsa_lookup_nameVolker Lendecke2019-01-081-7/+4