summaryrefslogtreecommitdiff
path: root/source4/libcli
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:libcli: Fix error in smbcli_deltree()Tim Beale2018-12-121-1/+1
* 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