summaryrefslogtreecommitdiff
path: root/source3/libsmb
Commit message (Expand)AuthorAgeFilesLines
* s3:libsmb: Do not check the SPNEGO neg token for KRB5Andreas Schneider2019-10-121-50/+0
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+1
* s3/libsmb: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-301-1/+1
* s3/libsmb: clang: Fix 'warning: Value stored to 'p' is never read'Noel Power2019-09-261-1/+0
* s3/libsmb: clang: value stored to 'idx_current' is never readNoel Power2019-09-261-1/+0
* s3/libsmb: clang: Fix 'Value stored during its initialization is never read'Noel Power2019-09-261-2/+2
* s3:libsmb: let cli_session_creds_prepare_krb5() update the canonicalized prin...Stefan Metzmacher2019-09-241-5/+34
* s3:libsmb: avoid wrong debug message in cli_session_creds_prepare_krb5()Stefan Metzmacher2019-09-241-0/+2
* s3: libsmbclient: Fix smbc_lseekdir() to work with smbc_readdirplus().Jeremy Allison2019-09-031-26/+43
* s3: libsmbclient: Ensure SMBC_getdents_ctx() also updates the readdirplus poi...Jeremy Allison2019-09-031-0/+11
* s3: libsmbclient: Ensure SMBC_readdirplus_ctx() also updates the readdir poin...Jeremy Allison2019-09-031-0/+11
* s3: libsmbclient: Ensure SMBC_readdir_ctx() also updates the readdirplus poin...Jeremy Allison2019-09-031-0/+11
* Spelling fixes s/wont /won't /Mathieu Parent2019-09-011-1/+1
* Spelling fixes s/hierachy/hierarchy/Mathieu Parent2019-09-011-1/+1
* s3/libsmb: clang: Fix 'Value stored during initialization is never read'Noel Power2019-08-281-3/+1
* s3/libsmb: clang: Fix 'Value stored to 'status' is never read'Noel Power2019-08-281-1/+1
* s3/libsmb: clang: Fix 'warning: Value stored to 'status' is never read'Noel Power2019-08-281-6/+6
* s3/libsmb: clang: Fix 2nd function call argument is an uninitialized valueNoel Power2019-08-281-2/+2
* s3/libsmb: clang: Fix Value set during its initialization is never readNoel Power2019-08-281-1/+1
* s3/libsmb: clang: Fix: The right operand of '<' is a garbage valueNoel Power2019-08-281-1/+1
* s3/libsmb: clang: Fix value stored to 'offset' is never readNoel Power2019-08-281-3/+2
* s3/libsmb: clang: Fix 'warning: Assigned value is garbage or undefined 'Noel Power2019-08-281-1/+1
* s3/libsmb: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-08-271-1/+1
* s3/libsmb: clang: Fix '2nd func call argument is uninitalized value'Noel Power2019-08-271-2/+2
* s3/libsmb: clang: Fix 'The left operand of '>' or '<' is a garbage valueNoel Power2019-08-271-1/+1
* s3/libsmb: clang: Fix 'Value stored to 'p' is never read' warningNoel Power2019-08-271-4/+3
* s3/libsmb: clang: Fix 'Value stored to 'ea_size' is never read'Noel Power2019-08-271-1/+0
* s3/libsmb: clang: Fix 'Assigned value is garbage or undefined'Noel Power2019-08-271-1/+1
* s3/libsmb: clang: Fix 'The left operand of '&' is a garbage value'Noel Power2019-08-271-1/+1
* s3/libsmb: clang: Fix 'The left operand of '!=' is a garbage value'Noel Power2019-08-271-1/+1
* s3:libsmb: Use GnuTLS RC4 in clirapAndreas Schneider2019-07-261-2/+25
* s3/libsmb/py: avoid null deref with bad python argumentsDouglas Bagnall2019-07-221-1/+1
* libsmb: Make cli_lockingx cancellableVolker Lendecke2019-06-201-0/+16
* lib: Fix a typoVolker Lendecke2019-06-201-1/+1
* libsmb: Use cli_lockingx() in cli_unlock()Volker Lendecke2019-06-181-26/+20
* libsmb: Use cli_lockingx() in cli_locktype()Volker Lendecke2019-06-181-34/+15
* libsmb: Use cli_lockingx() in cli_oplock_ack()Volker Lendecke2019-06-181-24/+17
* libsmb: Add async cli_lockingx()Volker Lendecke2019-06-182-0/+254
* libsmb: Remove unused is_andx_reqVolker Lendecke2019-06-182-26/+0
* libsmb: Remove unused cli_[un]lock64()Volker Lendecke2019-06-182-179/+0
* libsmb: Align integer typesVolker Lendecke2019-06-181-1/+1
* s3: libsmbclient: Fix return value if cli_open() failsRikard Falkeborn2019-05-191-1/+1
* s3: squash 'cast between incompatible function types' warningNoel Power2019-05-161-10/+15
* s3:libsmb: Add missing OOM check in fill_quota_buffer()Andreas Schneider2019-05-151-1/+7
* s3:libsmb: Fix C99 initializer in cli_smb2_fnum.cAndreas Schneider2019-04-291-3/+3
* s3:libsmb: Add some useful debug output to cliconnectAndreas Schneider2019-04-021-0/+13
* libsmb: Make cli_posix_chown/chmod proper tevent_req functionsVolker Lendecke2019-04-011-10/+72
* libsmb: Rename InfoType from [MS-SMB2] according to the specVolker Lendecke2019-04-011-2/+2
* libsmb: Change cli_posix_readlink to return talloc'ed targetVolker Lendecke2019-03-272-53/+50
* libsmb: Don't pass "cli" to cli_posix_readlink_recvVolker Lendecke2019-03-272-12/+17