summaryrefslogtreecommitdiff
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* smbd: Remove a duplicate protoypeVolker Lendecke2022-01-181-1/+0
* smbd: Align a few integer typesVolker Lendecke2022-01-181-3/+3
* smbd: Fix a typoVolker Lendecke2022-01-181-1/+1
* smbd: Save a few lines with str_list_add_printf()Volker Lendecke2022-01-181-11/+3
* s3:smbd: handle --build-options without parsing smb.confAndreas Schneider2022-01-171-7/+2
* s3: smbd: Add missing pop_sec_ctx() in error code path of close_directory()Jeremy Allison2022-01-141-0/+2
* s3:smbd: Fix dereferencing null pointer "fsp"Pavel Filipenský2022-01-101-2/+1
* s3:smbd: Fix trailing whitespaces in dosmode.cPavel Filipenský2022-01-101-8/+8
* s3: smbd: Create and use a common function for generating a fileid - create_c...Jeremy Allison2022-01-081-3/+3
* s3: smbd: Remove now redundent lock_flav parameter from smbd_do_unlocking().Jeremy Allison2022-01-064-13/+8
* s3: smbd: Remove lock_flav argument from smbd_smb1_brl_finish_by_lock().Jeremy Allison2022-01-063-6/+1
* s3: smbd: Remove lock_flav argument from internal function smbd_smb1_do_locks...Jeremy Allison2022-01-061-4/+0
* s3: smbd: Remove lock_flav argument from smbd_smb1_do_locks_send().Jeremy Allison2022-01-064-12/+4
* s3: smbd: In smbd_smb1_do_locks_send() move access of lock_flav until after w...Jeremy Allison2022-01-061-10/+9
* s3: smbd: Remove lock_flav parameter from smbd_do_locks_try().Jeremy Allison2022-01-063-6/+2
* s3: smbd: Move implicit call to lp_posix_cifsu_locktype() out of init_strict_...Jeremy Allison2022-01-065-36/+88
* s3: smbd: Add "enum brl_flavour" to struct smbd_lock_element.Jeremy Allison2022-01-063-0/+9
* smbd: Modernize a DEBUG statementVolker Lendecke2022-01-051-5/+12
* smbd: Avoid a DEBUGADD statementVolker Lendecke2022-01-051-6/+11
* smbd: Avoid some castsVolker Lendecke2022-01-051-13/+19
* smbd: Remove an unneeded anonymous struct declarationVolker Lendecke2022-01-051-1/+0
* smbd: Move fast_string_hash() to mangle_hash.c, the only userVolker Lendecke2022-01-053-17/+16
* smbd: Fix a few typosVolker Lendecke2022-01-052-2/+2
* smbd: Save a few lines by using cp_smb_filename_nostream()Volker Lendecke2022-01-051-7/+3
* smbd: Assert we don't leak fd's in struct fd_handleVolker Lendecke2021-12-301-0/+9
* smbd: Replace SMB_VFS_CLOSE() calls with fd_close()Volker Lendecke2021-12-303-44/+33
* pysmbd: Fix file descriptor leaksVolker Lendecke2021-12-301-0/+20
* smbd: Fix a fd leak when closing a print fileVolker Lendecke2021-12-301-0/+1
* s3: smbd: In setup_close_full_information(), remove unneeded vfs_stat().Jeremy Allison2021-12-161-6/+0
* s3: smbd: In call_trans2qfilepathinfo(), remove unneeded vfs_stat().Jeremy Allison2021-12-151-10/+0
* s3: smbd: In call_trans2qfilepathinfo(), we must have an existing object in t...Jeremy Allison2021-12-151-0/+11
* s3: smbd: Inside call_trans2setfilepathinfo(), for the TRANSACT2_SETPATHINFO ...Jeremy Allison2021-12-151-18/+0
* s3: smbd: Inside call_trans2setfilepathinfo(), for the TRANSACT2_SETPATHINFO ...Jeremy Allison2021-12-151-0/+27
* s3: smbd: call_trans2setfilepathinfo(), TRANSACT2_SETFILEINFO case, use helpe...Jeremy Allison2021-12-151-20/+9
* s3: smbd: In call_trans2qfilepathinfo(), TRANSACT2_QPATHINFO, use helper func...Jeremy Allison2021-12-151-22/+8
* s3: smbd: In call_trans2qfilepathinfo(), TRANSACT2_QPATHINFO on a named strea...Jeremy Allison2021-12-151-25/+10
* s3: smbd: In call_trans2qfilepathinfo(), TRANSACT2_QFILEINFO case, use helper...Jeremy Allison2021-12-151-17/+5
* s3: smbd: In parent_dirname_compatible_open(), use helper function vfs_stat().Jeremy Allison2021-12-151-1/+1
* s3: smbd: In vfs_stat_smb_basename() use vfs_stat() helper function.Jeremy Allison2021-12-151-6/+1
* s3: smbd: In smbd_smb2_getinfo_send(), use vfs_stat() utility function.Jeremy Allison2021-12-151-16/+4
* s3: smbd: In stat_cache_lookup(), remove unused posix_paths param.Noel Power2021-12-153-3/+0
* s3: smbd: In stat_cache_lookup(), use vfs_stat() utility function.Jeremy Allison2021-12-151-6/+1
* s3: smbd: In setup_close_full_information() the posix_open parameter is not n...Noel Power2021-12-151-5/+0
* s3: smbd: In setup_close_full_information() use vfs_stat() helper function.Jeremy Allison2021-12-151-5/+1
* s3: smbd: In check_parent_exists() use utility function vfs_stat().Jeremy Allison2021-12-151-5/+1
* s3: smbd: Tighten up info level checks for SMB1+POSIX to make sure POSIX was ...Jeremy Allison2021-12-111-6/+54
* s3: smbd: Remove 'struct uc_state' name_has_wildcard element.Jeremy Allison2021-12-111-1/+0
* s3: smbd: In unix_convert_step_stat() remove use of state->name_was_wildcard.Jeremy Allison2021-12-111-6/+2
* s3: smbd: In unix_convert_step() remove all use of 'state->name_was_wildcard'Jeremy Allison2021-12-111-21/+2
* s3: smbd: In unix_convert() remove the now unneeded block indentation.Jeremy Allison2021-12-111-101/+98