s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.
[vlendec/samba-autobuild/.git] / source3 / smbd / trans2.c
2021-07-14 Jeremy Allisons3: smbd: In is_msdfs_link(), change to dirfsp, atname...
2021-07-14 Jeremy Allisons3: smbd: Add dirfsp, atname parameters to check_msdfs_...
2021-07-14 Jeremy Allisons3: smbd: Pass dirfsp, atname down to mode_fn() passed...
2021-06-29 Noel Powers3/smbd: smb_set_file_unix_info2: SMB_VFS_CHFLAGS ...
2021-06-25 Jeremy Allisons3: smbd: Cleanup - rename get_ea_names_from_file(...
2021-06-25 Jeremy Allisons3: smbd: Rename get_ea_value() -> get_ea_value_fsp().
2021-06-25 Jeremy Allisons3: smbd: get_ea_list_from_fsp(). Make it clear we...
2021-06-25 Jeremy Allisons3: smbd: Temporarily add protection to get_ea_value...
2021-06-25 Jeremy Allisons3: smbd: get_ea_value(). If we have an fsp, *always...
2021-06-16 Jeremy Allisons3: smbd: Fix smbd crash on dangling symlink with posix...
2021-06-10 Andreas Schneiders3:smbd: Remove unnessesary NULL check for fsp
2021-06-09 Jeremy Allisons3: smbd: smbd_check_access_rights_fsp(). Add dirfsp...
2021-06-09 Jeremy Allisons3: smbd: In smb_query_posix_acl(), remove a use of...
2021-06-09 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additio...
2021-06-09 Jeremy Allisons3: smbd: Make refuse_symlink_fsp() public so we can...
2021-06-09 Jeremy Allisons3: smbd: Change refuse_symlink() -> refuse_symlink_fsp()
2021-06-09 Jeremy Allisons3: smbd: Remove the NULL fsp use of refuse_symlink().
2021-05-14 Samuel Cabreros3: smbd: Skip calling SMB_VFS_FREADDIR_ATTR() for...
2021-05-14 Samuel Cabreros3: smbd: Switch from SMB_VFS_READDIR_ATTR() to SMB_VFS...
2021-05-11 Noel Powers3/smbd: trans2: vfs_streaminfo -> vfs_fstreaminfo
2021-05-10 Andrew Walkers3:smbd - support streams larger than 64 KiB
2021-04-20 Jeremy Allisons3: smbd: Prevent fchmod on a symlink.
2021-04-19 Samuel Cabreros3: smbd: Pass full fsp to file_ntimes()
2021-04-11 Noel Powers3/smbd: SMB_VFS_CHMOD -> SMB_VFS_FCHMOD
2021-04-07 Jeremy Allisons3: smbd: Change SMB_VFS_REMOVEXATTR -> SMB_VFS_FREMOVE...
2021-03-11 Noel Powers3/smb3: ensure file_set_dosmode is passed valid smb_fn...
2021-03-11 Noel Powers3/smbd: set_ea SMB_VFS_FSETXATTR => SMB_VFS_FSETXATTR
2021-02-26 Noel Powers3/smbd: Remove connection_struct from get_ea_names_fro...
2021-02-26 Noel Powers3/smbd: Adjust estimate_ea_size to take files_struct...
2021-02-26 Noel Powers3/smbd: let canonicalize_ea_name accept fsp and fstrin...
2021-02-26 Noel Powers3/smbd: replace get_ea_list_from_file_path with get_ea...
2021-02-26 Noel Powers3/smbd: rename get_ea_list_from_fsp_new to get_ea_list...
2021-02-26 Noel Powers3/smbd: Create new file get_ea_list_from_fsp_new ...
2021-02-26 Noel Powers3/smbd: remove connection_struct from get_ea_list_from...
2021-02-26 Noel Powers3/smsbd: prepare to remove connection_struct param...
2021-02-26 Noel Powers3/smbd: remove connection_struct param from get_ea_lis...
2021-02-26 Noel Powers3/smbd: rename get_ea_list_from_path -> get_ea_list_fr...
2021-02-26 Noel Powers3/smbd: no longer pass smb_fname to get_ea_list_from_file
2021-02-26 Noel Powers3/smbd: prepare get_ea_list_from_file to receive fsp...
2021-02-26 Noel Powers3/smbd: modify get_ea_list_from_file_path fn signature...
2021-02-26 Noel Powers3/smbd: modify estimate_ea_size fn signature to take...
2021-02-26 Noel Powers3/smbd: use smb_fname->fsp for get_ea_list_from_file_p...
2021-02-26 Noel Powers3/smbd: modify get_ea_names_from_file signature fn...
2021-02-26 Noel Powers3/smbd: use SMB_VFS_FLISTXATTR() alone (also added...
2021-02-26 Noel Powers3/smbd: call get_ea_list_from_file with smb_fname...
2021-02-13 Jeremy Allisons3: smbd: Change smb_unix_read_symlink() to use a real...
2021-02-13 Jeremy Allisons3: smbd: Factor out the SMB1 UNIX extensions read...
2021-02-09 Jeremy Allisons3: smbd: Change hardlink_internals() to use a real...
2021-02-09 Jeremy Allisons3: smbd: Centralize error exits to an 'out' label...
2021-02-05 Ralph Boehmesmbd: remove NT_STATUS_STOPPED_ON_SYMLINK status code...
2021-02-05 Ralph Boehmesmbd: don't overwrite _mode if neither a msdfs symlink...
2021-02-01 Andreas Schneiders3:smbd: Add missing break in switch statement
2021-01-28 Ralph Boehmesmbd: use parent_pathref() in smb_set_file_unix_link()
2021-01-28 Ralph Boehmesmbd: use parent_pathref() in smb_unix_mknod()
2021-01-17 Jeremy Allisons3: smbd: Change smb_set_file_unix_link() to use a...
2021-01-15 Jeremy Allisons3: smbd: Change smb_unix_mknod() to use a real directo...
2021-01-15 Jeremy Allisons3: smbd: Move creation of parent_fname out of lp_inher...
2021-01-14 Ralph Boehmes3:smbd: close pathref fsp in call_trans2findfirst()
2021-01-14 Ralph Boehmes3:smbd: turn assignment into assert check in call_tran...
2021-01-14 Stefan Metzmachers3:smbd: let call_trans2findfirst() use file_free(...
2020-12-16 Jeremy Allisonsmbd: Remove the smb_fname parameter from set_ea().
2020-12-16 Jeremy Allisonsmbd: set_ea() must have an fsp, so remove uses of...
2020-12-16 Jeremy Allisonsmbd: smb_info_set_ea() can only get fsp==NULL in POSIX...
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_disposition_info()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smb_set_file_dosmode()
2020-12-16 Ralph Boehmesmbd: pass fsp to smb_set_file_dosmode()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smbd_do_qfilepathinfo()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in call_trans2open()
2020-12-16 Ralph Boehmesmbd: use fdos_mode() in smbd_dirptr_lanman2_mode_fn()
2020-12-16 Ralph Boehmesmbd: use fsp in smb_set_file_time()
2020-12-16 Ralph Boehmesmbd: always use check_access_fsp() in smb_set_info_sta...
2020-12-16 Ralph Boehmesmbd: always use check_access_fsp() in smb_set_file_bas...
2020-12-16 Ralph Boehmesmbd: use check_access_fsp() in set_ea()
2020-12-16 Ralph Boehmesmbd: use pathref fsp in call_trans2setfilepathinfo()
2020-12-16 Ralph Boehmesmbd: use pathref fsp in call_trans2qfilepathinfo()
2020-12-16 Ralph Boehmesmbd: use SMB_VFS_CREATE_FILE() in call_trans2mkdir()
2020-12-16 Ralph Boehmesmbd: check for non FSA fsps in smb_file_rename_informa...
2020-12-16 Ralph Boehmesmbd: deal with non FSA fsps in check_access_fsp()
2020-12-16 Ralph Boehmesmbd: unconst fsp arg of check_access_fsp()
2020-12-16 Ralph Boehmesmbd: check for valid FSA fsp in smb_set_posix_acl()
2020-12-16 Ralph Boehmesmbd: check for valid FSA fsp in smb_query_posix_acl()
2020-12-16 Ralph Boehmesmbd: adjust allocation size check across handles in...
2020-12-16 Ralph Boehmesmbd: use vfs_stat() in more places
2020-12-16 Ralph Boehmesmbd: avoid a smb_fname copy in smb_set_file_size()
2020-12-16 Ralph Boehmesmbd: unconst smb_fname arg of all setfileinfo worker...
2020-12-16 Ralph Boehmesmbd: use openat_pathref_fsp() in call_trans2findfirst()
2020-12-16 Ralph Boehmesmbd: un-const smb_fname in get_posix_fsp()
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 fstat() calls
2020-12-16 Ralph Boehmesmbd: use fsp_get_io_fd() when accessing a file or...
2020-12-15 Andrew Walkers3:smbd:trans2.c - add twrp to tmp smb_fname in smbd_do...
2020-11-19 Ralph Boehmesmbd: avoid a smb_fname copy in call_trans2setfilepathi...
2020-11-19 Ralph Boehmesmbd: avoid a smb_fname copy in call_trans2qfilepathinfo()
2020-11-19 Ralph Boehmesmbd: replace calls to check_access() with smbd_check_a...
2020-11-19 Ralph Boehmesmbd: use SMB2_INFO_SPECIAL in call_trans2qfilepathinfo()
2020-10-23 Ralph Boehmesmbd: add and use SMB2_FILE_ALL_INFORMATION
2020-10-23 Ralph Boehmesmbd: add and use SMB2_FILE_FULL_EA_INFORMATION
2020-10-23 Ralph Boehmesmb: rename NTCREATEX_OPTIONS_PRIVATE_DELETE_ON_CLOSE...
next