s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter.
[samba.git] / source3 / smbd / reply.c
2021-06-09 Jeremy Allisons3: smbd: smbd_check_access_rights_fsp(). Add dirfsp...
2021-06-09 Jeremy Allisons3: smbd: Now all callers of is_visible_fsp() pass...
2021-06-09 Jeremy Allisons3: smbd: Fix old bug in reply_copy() where is_visible_...
2021-06-09 Jeremy Allisons3: smbd: reply_copy(), is_visible_file() -> is_visible...
2021-06-09 Jeremy Allisons3: smbd: rename_internals(), is_visible_file() ->...
2021-06-09 Jeremy Allisons3: smbd: In unlink_internals(), is_visible_file()...
2021-06-09 Jeremy Allisons3: smbd: reply_setatr(), smbd_check_access_rights...
2021-06-09 Jeremy Allisons3: smbd: Change rename_internals_fsp() to use check_pa...
2021-06-02 Jeremy Allisons3: smbd: parent_dirname_compatible_open(), parent_smb_...
2021-05-24 Jeremy Allisons3: smbd: Allow SMB1+UNIX extensions rename of dangling...
2021-05-24 Jeremy Allisons3: smbd: Remove use of synthetic_pathref() in rename_i...
2021-05-21 Noel Powers3/smbd: Fix stray line introduced in 470b6223e7283ce13...
2021-04-29 Jeremy Allisons3: smbd: SMB1 SMBsplwr doesn't send a reply packet...
2021-03-17 Stefan Metzmachersmbd: make use of smb2_signing_key_{copy,sign_create...
2021-03-16 Volker Lendeckeprinting: Move rap2jobid functions to their own file
2021-03-11 Noel Powers3/smb3: ensure file_set_dosmode is passed valid smb_fn...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in...
2021-02-05 Ralph Boehmesmbd: stat path before calling openat_pathref_fsp(...
2021-01-22 Volker Lendeckesmbd: Simplify sendfile_short_send()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_getattrE()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in copy_file()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: README.Coding fixes in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: use SMB_VFS_FSTAT() in rename_internals_fsp()
2020-12-16 Ralph Boehmesmbd: call rename_open_files() a bit earlier in rename_...
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in do_unlink()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in can_rename()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_open_and_X()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_open()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in reply_getatr()
2020-12-16 Ralph Boehmesmbd: drop pathref from smb_fname_dst_in in rename_inte...
2020-12-16 Ralph Boehmesmbd: un-const smb_fname_dst_in arg of rename_internals...
2020-12-16 Ralph Boehmesmbd: in reply_setatr() pass pathref fsp to smb_set_fil...
2020-12-16 Ralph Boehmesmbd: use vfs_stat() in more places
2020-12-16 Ralph Boehmesmbd: call open_pathref_fsp() in unlink_internals(...
2020-12-16 Ralph Boehmesmbd: use openat_pathref_fsp() in copy_file()
2020-12-16 Ralph Boehmesmbd: use openat_pathref_fsp() rename_internals()
2020-12-16 Ralph Boehmesmbd: use openat_pathref_fsp() in reply_search()
2020-12-16 Ralph Boehmesmbd: add need_fsa arg and logic to file_find_di_(first...
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_private_options()
2020-12-16 Ralph Boehmesmbd: use fh_[get|set]_pos() and fh_[get|set]_position_...
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() for logical fd comparisons
2020-12-16 Ralph Boehmesmbd: use fsp_get_pathref_fd() as part of DEBUG and...
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-11-10 Volker Lendeckesmbd: Give locking/share_mode_lock.c its own header...
2020-10-23 Ralph Boehmesmbd: remove use of UCF_UNIX_NAME_LOOKUP
2020-10-23 Ralph Boehmesmbd: fix order of smb_fname flags and twrp args in...
2020-10-08 Jeremy Allisons3: smbd: Fix SMB1 reply_mv() to handle wildcards.
2020-10-08 Jeremy Allisons3: smbd: Add a 'const char *src_orginal_lcomp' (last...
2020-10-08 Jeremy Allisons3: smbd: Fix SMB1 reply_unlink() to handle wildcards.
2020-10-08 Jeremy Allisons3: smbd: Pure reformatting of unlink_internals() to...
2020-10-08 Jeremy Allisons3: smbd: SMB1 reply_copy. Check untouched last compone...
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-10-01 Jeremy Allisons3: smbd: Remove the ignored last parameter 'bool ...
2020-09-30 Jeremy Allisons3: smbd: Remove unused check_path_syntax_wcard().
2020-09-30 Jeremy Allisons3: smbd: All callers to filename_convert() pass in...
2020-09-30 Jeremy Allisons3: smbd: As srvstr_get_path_internal() ignores the...
2020-09-30 Jeremy Allisons3: smbd: Rename srvstr_get_path_wcard_internal() ...
2020-09-30 Jeremy Allisons3: smbd: All callers to srvstr_get_path_wcard_internal...
2020-09-30 Jeremy Allisons3: smbd: Remove the wrapper srvstr_get_path_req_wcard().
2020-09-30 Jeremy Allisons3: smbd: Remove srvstr_get_path_wcard() - no longer...
2020-09-30 Jeremy Allisons3: smbd: srvstr_get_path_wcard_posix() is no longer...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_copy(). Use srvstr_get_path_req...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_copy() - set the xxx_has_wild...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_mv() no longer needs the XX_has_wc...
2020-09-30 Jeremy Allisons3: smbd: SMB1 rename_internals() can figure out the...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_unlink() - use srvstr_get_path_req...
2020-09-30 Jeremy Allisons3: smbd: unlink_internals() can figure out if the...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_fclose() doesn't need wcard, use...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search(). Use srvstr_get_path_req...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search(). The dptr already knows...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_search() doesn't actually care...
2020-09-30 Jeremy Allisons3: smbd: srvstr_get_path_req_wcard() is now static...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_copy() - the UCF_COND_ALLOW_WCARD_...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_mv() - the UCF_COND_ALLOW_WCARD_LC...
2020-09-30 Jeremy Allisons3: smbd: SMB1 reply_unlink() - the UCF_COND_ALLOW_WCAR...
2020-09-30 Jeremy Allisons3: smbd: dptr_create() doesn't need a separate wcard_h...
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2020-08-27 Andreas Schneiders3:smbd: Fix strict aliasing in get_socket_port()
2020-08-17 Volker Lendeckelib: Move get_socket_port() to its only consumer
2020-07-18 Ralph Boehmesmbd: build smb_fname per file to delete in unlink_inte...
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Volker Lendeckesmbd: Make share_mode_do_locked() use a const uint8_t *
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_check_access_rights().
2020-04-30 Jeremy Allisons3: smbd: Change is_visible_file() to take a directory...
2020-04-30 Jeremy Allisons3: smbd: Reformat calls to is_visible_file() to one...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in parent_dirname_compatib...
2020-04-03 Ralph Boehmesmbd: move files_struct.closing to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.initial_delete_on_close to...
next