samba.git
2021-06-09 Jeremy Allisons3: smbd: reply_setatr(), smbd_check_access_rights...
2021-06-09 Jeremy Allisons3: smbd: file_ntimes(), can_write_to_file() -> can_wri...
2021-06-09 Jeremy Allisons3: smbd: file_set_dosmode(), can_write_to_file() ...
2021-06-09 Jeremy Allisons3: smbd: dos_mode_from_sbuf(), can_write_to_file(...
2021-06-09 Jeremy Allisons3: smbd: Change acl_group_override() -> acl_group_over...
2021-06-09 Jeremy Allisons3: smbd: set_ea_dos_attribute(), can_write_to_file...
2021-06-09 Jeremy Allisons3: smbd: call_nt_transact_create(), can_write_to_file...
2021-06-09 Jeremy Allisons3: smbd: In reply_ntcreate_and_X(), can_write_to_file...
2021-06-09 Jeremy Allisons3: smbd: Add can_write_to_fsp(). Not yet used.
2021-06-09 Jeremy Allisons3: eventlog: get_nt_acl_no_snum(), SMB_VFS_GET_NT_ACL_...
2021-06-09 Jeremy Allisons3: torture: cmd_get_nt_acl(), SMB_VFS_GET_NT_ACL_AT...
2021-06-09 Jeremy Allisons3: smbd: get_nt_acl_conn(), SMB_VFS_GET_NT_ACL_AT...
2021-06-09 Noel Powers3/smbd: pysmbd: Ensure SMB_VFS_GET_NT_ACL_AT() has...
2021-06-09 Noel Powers3/smbd: pysmbd: SMB_VFS_SYS_ACL_GET_FILE -> SMB_VFS_SY...
2021-06-09 Jeremy Allisons3: smbd: Inside inherit_new_acl(), change from SMB_VFS...
2021-06-09 Jeremy Allisons3: smbd: Pass parent_dir_fname parameter to inherit_ne...
2021-06-09 Jeremy Allisons3: smbd: Remove directory_has_default_acl().
2021-06-09 Jeremy Allisons3: smbd: Change directory_has_default_acl() -> directo...
2021-06-09 Jeremy Allisons3: Add directory_has_default_acl_fsp().
2021-06-09 Jeremy Allisons3: smbd: Remove check_parent_access().
2021-06-09 Jeremy Allisons3: smbd: Change open_file() to use check_parent_access...
2021-06-09 Jeremy Allisons3: smbd: In open_file_ntcreate(), remove the local...
2021-06-09 Jeremy Allisons3: smbd: In open_file_ntcreate() initialize the local...
2021-06-09 Jeremy Allisons3: smbd: Pass parent_dir_fname_in, smb_fname_atname_in...
2021-06-09 Jeremy Allisons3: smbd: In mkdir_internal(), remove the local parent_...
2021-06-09 Jeremy Allisons3: smbd: In mkdir_internal(), use the passed in 'smb_f...
2021-06-09 Jeremy Allisons3: smbd: In mkdir_internal() assign the passed in...
2021-06-09 Jeremy Allisons3: smbd: Pass parent_dir_fname_in, smb_fname_atname_in...
2021-06-09 Jeremy Allisons3: smbd: Pass in the newly created parent_dir_fname...
2021-06-09 Jeremy Allisons3: smbd: Get a parent pathref in create_file_unixpath().
2021-06-09 Jeremy Allisons3: smbd: Change rename_internals_fsp() to use check_pa...
2021-06-09 Jeremy Allisons3: smbd: Make mkdir_internal() use check_parent_access...
2021-06-09 Jeremy Allisons3: smbd: Add check_parent_access_fsp().
2021-06-09 Jeremy Allisons3: torture: Change cmd_sys_acl_blob_get_file() to...
2021-06-09 Jeremy Allisons3: smbd: copy_access_posix_acl(), SMB_VFS_SYS_ACL_GET_...
2021-06-09 Jeremy Allisons3: smbd: directory_has_default_posix_acl(), SMB_VFS_SY...
2021-06-09 Jeremy Allisons3: smbd: In get_acl_group_bits(), SMB_VFS_SYS_ACL_GET_...
2021-06-09 Jeremy Allisons3: smbd: Ensure we only call get_acl_group_bits()...
2021-06-09 Noel Powers3/smbd: make posix_sys_acl_blob_get_fd actually use...
2021-06-09 Jeremy Allisons3: torture: cmd_sys_acl_get_file(), SMB_VFS_SYS_ACL_GE...
2021-06-09 Jeremy Allisons3: VFS: vxfs: Change use of SMB_VFS_SYS_ACL_GET_FILE...
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 Noel PowerVFS: SMB_VFS_SYS_ACL_GET_FD: Add SMB_ACL_TYPE_T type arg
2021-06-09 Jeremy Allisons3: smbd: Re-use refuse_symlink_fsp() in set/get securi...
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-06-09 Jeremy Allisons3: smbd: recursive_rmdir(), when calling synthetic_pat...
2021-06-09 Jeremy Allisons3: smbd: rmdir_internals(), when calling synthetic_pat...
2021-06-09 Jeremy Allisons3: smbd: rmdir_internals(). Coding cleanup. Move TALLO...
2021-06-09 Jeremy Allisons3: smbd: rmdir_internals(). Coding cleanup. Always...
2021-06-09 Jeremy Allisons3: smbd: smbd_check_access_rights_fsp(), for a symlink...
2021-06-09 Jeremy Allisons3: smbd: Fix smbd_check_access_rights_fsp() to cope...
2021-06-09 Jeremy Allisons3: smbd: Subtle change to semantics needed for smbd_ch...
2021-06-09 Jeremy Allisons3: smbd: Cleanup - make SearchDir() static.
2021-06-09 Jeremy Allisons3: smbd: Cleanup - fix the comment for dptr_SearchDir().
2021-06-09 Jeremy Allisons3: smbd: In open_directory() move the call to smbd_che...
2021-06-09 Jeremy Allisons3: smbd: In open_file(), remove post-open check for...
2021-06-09 Jeremy Allisons3: smbd: Make open_file() fail early for an existing...
2021-06-09 Jeremy Allisons3: smbd: Cleanup. open_file(). If SMB_VFS_FSTAT()...
2021-06-09 Jeremy Allisons3: smbd: Cleanup. open_file(). This returns NTSTATUS...
2021-06-09 Jeremy Allisons3: smbd: Cleanup. open_file_ntcreate(). This returns...
2021-06-09 Jeremy Allisons3: VFS: shadow_copy2: Code cleanup. In shadow_copy2_ge...
2021-06-09 Jeremy Allisons3: VFS: posixacl: Fix the fallback code in posixacl_sy...
2021-06-09 Jeremy Allisons3: VFS: posixacl: Missing acl_free() in error code...
2021-06-08 Jeremy Allisonsmbd: fix pathref unlinking in create_file_unixpath()
2021-06-08 Stefan Metzmacherlib:cmdline: Use getprogname() to avoid possible issues...
2021-06-08 Stefan Metzmachers3:cmdline: Use D_ERR() instead of DBG_ERR() for talloc log
2021-06-08 Andreas Schneiderlib:cmdline: Also set logfile for the debug system
2021-06-04 Volker Lendeckelib: Slightly simplify server_id_set_disconnected()
2021-06-04 Volker Lendeckesmbd: Simplify share_mode_entry_do()
2021-06-04 Volker Lendeckelibnet: Initialize pointers
2021-06-04 Volker Lendeckelibnet: Align a few integer types
2021-06-04 Volker Lendeckensswitch: Fix a typo
2021-06-04 Volker Lendeckerpc_server: Use correct PRIu16 for printf of a uint16
2021-06-04 Volker Lendecketevent: Remove single-use ev_str_list_[length|add]
2021-06-04 Volker Lendeckelib: Open tdb files with O_CLOEXEC
2021-06-04 Volker Lendeckerpc_server: Avoid a cast
2021-06-04 Volker Lendeckeprinting: Factor out remove_from_jobs_list()
2021-06-04 Volker Lendeckeprinting: Simplify pack_devicemode()
2021-06-04 Volker Lendeckelib: Fix a typo
2021-06-04 Volker Lendeckedbwrap_ctdb: Remove "tryonly" from fetch_locked_internal()
2021-06-04 Volker Lendeckedbwrap: Remove "db_context->try_fetch_locked()" fn...
2021-06-04 Volker Lendeckedbwrap: Remove unused dbwrap_try_fetch_locked()
2021-06-03 Jeremy Allisons3: smbd: Fix bug (only in master) introduced by 60ddee...
2021-06-02 Jeremy Allisons3: smbd: Remove parent_smb_fname(), no longer used.
2021-06-02 Jeremy Allisons3: smbd: check_reduced_name(), parent_smb_fname()...
2021-06-02 Jeremy Allisons3: smbd: check_reduced_name_with_privilege(), parent_s...
2021-06-02 Jeremy Allisons3: smbd: parent_dirname_compatible_open(), parent_smb_...
2021-06-02 Jeremy Allisons3: smbd: non_widelink_open(), parent_smb_fname() ...
2021-06-02 Jeremy Allisons3: smbd: In inherit_new_acl(), parent_smb_fname()...
2021-06-02 Jeremy Allisons3: smbd: open_file_ntcreate(), parent_smb_fname()...
2021-06-02 Jeremy Allisons3: smbd: In check_parent_access(), parent_smb_fname...
2021-06-02 Jeremy Allisons3: smbd: copy_internals(). parent_smb_fname() -> SMB_V...
2021-06-02 Jeremy Allisons3: smbd: In parent_pathref(), parent_smb_fname() ...
2021-06-02 Jeremy Allisons3: smbd: In can_delete_file_in_directory(), parent_smb...
2021-06-02 Jeremy Allisons3: VFS: linux_xfs_sgid. parent_smb_fname() -> SMB_VFS_...
2021-06-02 Jeremy Allisons3: VFS: gpfs. parent_smb_fname() -> SMB_VFS_PARENT_PAT...
2021-06-02 Jeremy Allisons3: VFS: error_inject. parent_smb_fname() -> SMB_VFS_PA...
next