smbd: make canonicalize_snapshot_path() public
[samba.git] / source3 / smbd /
2020-05-05 Ralph Boehmesmbd: make canonicalize_snapshot_path() public
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: realign smb_vfs_call_get_real_filename() args
2020-05-05 Ralph Boehmesmbd: pass struct smb_filename to get_real_filename()
2020-05-05 Ralph Boehmesmbd: realign args of get_real_filename() and friends
2020-05-05 Ralph Boehmesmbd: pass twrp as NTTIME to filename_convert() and...
2020-05-05 Ralph Boehmesmbd: let canonicalize_snapshot_path() fill in struct...
2020-05-05 Ralph Boehmesmbd: move time_t twrp to @GMT string token conversion...
2020-05-05 Ralph Boehmesmbd: refactor canonicalize_snapshot_path()
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in vfs_GetWd()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in smbd_dirptr...
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in open_np_file()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in msg_file_wa...
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in file_new()
2020-05-05 Ralph Boehmesmbd: realign synthetic_smb_fname() args in check_reduc...
2020-05-05 Ralph Boehmesmbd: realign args calling synthetic_smb_fname() in...
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 smbd_calculate_maxi...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_maximum_allo...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_acce...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_access_mask().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of check_parent_access().
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to user_can_read_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of user_can_read_file().
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-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to user_can_write_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat caller of user_can_write_file().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_delete_file_in_di...
2020-05-04 Jeremy Allisons3: smbd: Reformat definition and callers of can_delete...
2020-04-30 Ralph Boehmesmbd: use is_lease_stat_open() in delay_for_oplock()
2020-04-30 Ralph Boehmesmbd: add is_lease_stat_open()
2020-04-30 Ralph Boehmesmbd: rename is_stat_open() to is_oplock_stat_open()
2020-04-30 Jeremy Allisons3: smbd: Add dirfsp parameter to check_access().
2020-04-30 Jeremy Allisons3: smbd: Reformat callers of check_access().
2020-04-30 Jeremy Allisons3: smbd: Make check_access() a simple wrapper around...
2020-04-30 Jeremy Allisons3: smbd: Reformat spacing for parameters of check_acce...
2020-04-30 Jeremy Allisons3: smbd: Move the fsp check up one level from check_ac...
2020-04-30 Jeremy Allisons3: smbd: Cleanup - move the function get_nt_acl_no_snu...
2020-04-30 Jeremy Allisons3: smbd: Add a dirfsp parameter to directory_has_defau...
2020-04-30 Jeremy Allisons3: smbd: Reformat uses of directory_has_default_acl().
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-30 Jeremy Allisons3: smbd: In posix_fget_nt_acl() remove the fall-back...
2020-04-29 Ralph Boehmesmbd: remove unneeded parent_dir variable from mkdir_in...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_dir_owner_...
2020-04-29 Ralph Boehmesmbd: convert inherit_from_dir arg of change_file_owner...
2020-04-29 Ralph Boehmesmbd: convert inherit_access_posix_acl() arg parent_dir...
2020-04-29 Ralph Boehmesmbd: convert parent_dir arg of open_file() to struct...
2020-04-29 Ralph Boehmesmbd: pass dirname as struct smb_filename to is_visible...
2020-04-29 Ralph Boehmesmbd: realign is_visible_file() args one per line
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename smb_fname_parent to...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename parent_dir to file_set_d...
2020-04-29 Ralph Boehmesmbd: align file_set_dosmode() args one per line
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename to directory_has_default...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_reduced_name_with...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in smb_unix_mknod()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in parent_dirname_compatib...
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in inherit_new_acl()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in mkdir_internal()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in open_file_ntcreate()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in non_widelink_open()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in check_parent_access()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in copy_internals()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in unix_convert()
2020-04-29 Ralph Boehmesmbd: use synthetic_smb_fname() in check_parent_exists()
2020-04-29 Ralph Boehmesmbd: use parent_smb_fname() in can_delete_file_in_dire...
2020-04-28 Ralph Boehmesmbd: add missing done check from unix_convert_step_sta...
2020-04-24 Jeremy Allisonsmbd: unix_convert_step(). Fix use of state->end as...
2020-04-24 Ralph Boehmesmbd: add some logging to unix_convert()
2020-04-24 Ralph Boehmesmbd: factor out unix_convert_step_search_fail()
2020-04-24 Ralph Boehmesmbd: use an early exit if stat succeeds in unix_conver...
2020-04-24 Ralph Boehmesmbd: factor out unix_convert_step_stat() from unix_con...
2020-04-24 Ralph Boehmesmbd: remove goto from unix_convert_step()
2020-04-24 Ralph Boehmesmbd: factor out path loop in unix_convert()
2020-04-24 Ralph Boehmesmbd: use a different error out in one place in unix_co...
2020-04-24 Ralph Boehmesmbd: in unix_convert() replace all local variable...
2020-04-24 Ralph Boehmesmbd: rename ctx variable to mem_ctx in unix_convert()
2020-04-24 Ralph Boehmesmbd: change variable name start to name in unix_convert()
2020-04-23 Ralph Boehmesmbd: remove initial stat() EACCES handling from unix_c...
2020-04-22 Ralph Boehmesmbd: let unix_convert() fail early if initial stat...
2020-04-21 Jeremy Allisons3: smbd: Refuse open in create_file_unixpath() with...
2020-04-21 Jeremy Allisons3: smbd: Reformat code in SEC_FLAG_SYSTEM_SECURITY...
2020-04-21 Jeremy Allisonsmbd: Ensure SEC_FLAG_SYSTEM_SECURITY also opens the...
2020-04-21 Ralph Boehmesmbd: use helper variables in open_file()
2020-04-21 Jeremy Allisons3: smbd: When writing a security descriptor SACL,...
2020-04-16 Jeremy Allisons3: smbd: Ensure we don't try and read the on-disk...
2020-04-09 Jeremy Allisons3: smbd: Reformatting - fix indentation in fd_open().
2020-04-09 Jeremy Allisons3: smbd: Reformatting - fix indentation in check_reduc...
2020-04-09 Jeremy Allisons3: smbd: Always call canonicalize_connect_path() for...
2020-04-09 Jeremy Allisons3: smbd: Always call canonicalize_connect_path() for...
2020-04-09 Jeremy Allisons3: smbd: Remove allowing widelinks in fd_open path.
2020-04-09 Jeremy Allisons3: VFS: Remove the lp_widelinks() check from check_red...
2020-04-09 Jeremy Allisons3: smbd: VFS: Add custom initialization for vfs_widelinks.
2020-04-03 Ralph Boehmesmbd: move files_struct.lock_failure_seen to a bitfield
next