summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Move reply.c -> smb1_reply.cDavid Mulder2022-04-071-6644/+0
* smbd: Move smbd_do_unlocking to smb2_reply.cDavid Mulder2022-04-071-78/+0
* smbd: Move get_lock_offset to smb2_reply.cDavid Mulder2022-04-071-22/+0
* smbd: Move copy_file to smb2_reply.cDavid Mulder2022-04-071-188/+0
* smbd: Move rename_internals to smb2_reply.cDavid Mulder2022-04-071-113/+0
* smbd: Move rename_internals_fsp to smb2_reply.cDavid Mulder2022-04-071-692/+0
* smbd: Move sendfile_short_send to smb2_reply.cDavid Mulder2022-04-071-67/+0
* smbd: Move fake_sendfile to smb2_reply.cDavid Mulder2022-04-071-60/+0
* smbd: Move unlink_internals to smb2_reply.cDavid Mulder2022-04-071-148/+0
* smbd: Move reply_special to smb2_reply.cDavid Mulder2022-04-071-281/+0
* smbd: Move check_fsp_ntquota_handle to smb2_reply.cDavid Mulder2022-04-071-31/+0
* smbd: move check_fsp to smb2_reply.cDavid Mulder2022-04-071-22/+0
* smbd: Move check_fsp_open to smb2_reply.cDavid Mulder2022-04-071-18/+0
* smbd: Move srvstr_pull_req_talloc to smb2_reply.cDavid Mulder2022-04-071-18/+0
* smbd: Move srvstr_get_path* to smb2_reply.cDavid Mulder2022-04-071-129/+0
* smbd: Move check_path_syntax* to smb2_reply.cDavid Mulder2022-04-071-191/+0
* s3: smbd: Preserve the fsp->fsp_name->st bufs across rename_open_files()Jeremy Allison2022-03-301-0/+15
* smbd: Simplify reply_rmdir()Volker Lendecke2022-03-291-5/+0
* s3: smbd: rename_internals_fsp(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_n...Jeremy Allison2022-03-241-2/+2
* smbd: Remove a few vfs_stat() callsVolker Lendecke2022-03-111-7/+0
* s3: smbd: Rename srv_is_signing_active() -> smb1_srv_is_signing_active().Jeremy Allison2022-03-081-3/+3
* s3: libcli: Rename smb_key_derivation() -> smb1_key_derivation()Jeremy Allison2022-03-081-2/+2
* s3: libcli: Rename smb_signing_is_active() -> smb1_signing_is_active()Jeremy Allison2022-03-081-1/+1
* s3: Simple rename 'struct smb_signing_state' -> 'struct smb1_signing_state'Jeremy Allison2022-03-081-1/+1
* smbd: Fix indentation in rename_internals_fsp()Volker Lendecke2022-03-041-1/+1
* smbd: Fix a typoVolker Lendecke2022-02-221-1/+1
* smbd: Introduce fsp_is_alternate_stream()Volker Lendecke2022-02-111-4/+6
* smbd: NULL out "fsp" in close_file()Volker Lendecke2022-02-101-34/+28
* CVE-2021-44141: s3: smbd: Inside rename_internals_fsp(), we must use vfs_stat...Jeremy Allison2022-01-311-1/+1
* s3: smbd: Rename "unix extensions" -> "smb1 unix extensions".Jeremy Allison2022-01-251-1/+1
* s3: smbd: Remove now redundent lock_flav parameter from smbd_do_unlocking().Jeremy Allison2022-01-061-9/+5
* s3: smbd: Remove lock_flav argument from smbd_smb1_brl_finish_by_lock().Jeremy Allison2022-01-061-2/+0
* s3: smbd: Remove lock_flav argument from smbd_smb1_do_locks_send().Jeremy Allison2022-01-061-3/+0
* s3: smbd: Move implicit call to lp_posix_cifsu_locktype() out of init_strict_...Jeremy Allison2022-01-061-24/+56
* s3: smbd: Add "enum brl_flavour" to struct smbd_lock_element.Jeremy Allison2022-01-061-0/+6
* s3: smbd: In parent_dirname_compatible_open(), use helper function vfs_stat().Jeremy Allison2021-12-151-1/+1
* s3: smbd: Convert reply_search() to use filename_convert_smb1_search_path().Jeremy Allison2021-12-111-55/+16
* s3: smbd: Remove split_fname_dir_mask().Jeremy Allison2021-12-111-34/+0
* s3: smbd: In rename_internals(), remove the name spliting and re-combining code.Jeremy Allison2021-12-111-66/+2
* s3: smbd: In rename_internals_fsp(), remove unneeded call to check_name().Jeremy Allison2021-12-111-5/+0
* s3: smbd: Remove the old unlink_internals() implementation.Jeremy Allison2021-12-111-82/+0
* s3: smbd: Comment out the old unlink_internals(). Rename do_unlink() -> unlin...Jeremy Allison2021-12-111-3/+5
* s3: smbd: Move to modern debug calls inside do_unlink().Jeremy Allison2021-12-111-6/+6
* s3: smbd: Move setting of dirtype if FILE_ATTRIBUTE_NORMAL to do_unlink().Jeremy Allison2021-12-111-3/+4
* s3: smbd: Remove 'const char *src_original_lcomp' from reply_mv().Jeremy Allison2021-12-091-11/+0
* s3: smbd: Remove 'const char *src_original_lcomp' parameter from rename_inter...Jeremy Allison2021-12-091-2/+0
* s3: smbd: Inside rename_internals() remove '{ ... }' block around singleton r...Jeremy Allison2021-12-091-68/+64
* s3: smbd: Remove the commented out resolve_wildcards().Jeremy Allison2021-12-091-129/+0
* s3: smbd: Remove all wildcard code from rename_internals().Jeremy Allison2021-12-091-197/+4
* s3: smbd: Remove dest_has_wild and all associated code from rename_internals()Jeremy Allison2021-12-091-19/+0