1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/smbd
Volker Lendecke ec387d0481 smbd: Use share_mode_changed_write_time() in smbd/close.c
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2020-11-10 19:49:34 +00:00
..
notifyd test: Check that notifyd messages actually change the database 2020-10-24 07:20:17 +00:00
aio.c smbd: add vfs_valid_{pread,pwrite}_range() checks where needed 2020-05-12 19:53:44 +00:00
avahi_register.c
blocking.c locking: Make share_mode_watch_send() take "share_mode_lock" 2020-11-10 19:49:34 +00:00
close.c smbd: Use share_mode_changed_write_time() in smbd/close.c 2020-11-10 19:49:34 +00:00
conn_idle.c smbd: move files_struct.closing to a bitfield 2020-04-03 19:05:44 +00:00
conn_msg.c smbd: Add close-denied-share message 2020-01-15 21:25:35 +00:00
conn.c smbd: RIP conn->origpath 2020-05-30 01:17:36 +00:00
connection.c s3:param: make "servicename" a substituted option 2019-11-27 10:25:37 +00:00
dfree.c smbdotconf: mark "dfree command" with substitution="1" 2019-11-27 10:25:32 +00:00
dir.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
dmapi.c
dnsregister.c
dosmode.c vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE() 2020-10-02 21:00:05 +00:00
durable.c smbd: Use share_mode_changed_write_time() in durable_disconnect() 2020-11-10 19:49:34 +00:00
error.c
fake_file.c s3: smbd: Add a dirfsp parameter to smbd_calculate_access_mask(). 2020-05-04 13:55:34 +00:00
file_access.c s3: smbd: Change SMB_VFS_GET_NT_ACL() -> SMB_VFS_GET_NT_ACL_AT() in directory_has_default_acl(). 2020-05-07 19:27:36 +00:00
fileio.c smbd: add vfs_valid_{pread,pwrite}_range() checks where needed 2020-05-12 19:53:44 +00:00
filename.c smbd: use UCF_POSIX_PATHNAMES flag for path validation logic in filename_convert_internal() 2020-10-23 07:56:33 +00:00
files.c smbd: Fix a typo 2020-10-21 19:04:38 +00:00
globals.c smbd: Remove write cache 2019-11-13 00:20:55 +00:00
globals.h s3:smbd: rename has_ctdb_public_ip to has_cluster_movable_ip 2020-10-14 11:07:36 +00:00
ipc.c
lanman.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
mangle_hash2.c smbd: Save 520 bytes of writable memory from every smbd 2019-10-23 02:37:12 +00:00
mangle_hash.c
mangle.c smbdotconf: mark "mangling method" with constant="1" 2019-11-27 10:25:37 +00:00
message.c smbdotconf: mark "message command" with substitution="1" 2019-11-27 10:25:35 +00:00
msdfs.c s3: smbd: Remove unused 'bool *ppath_contains_wcard' parameter from parse_dfs_path(). 2020-09-30 20:46:42 +00:00
negprot.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
notify_fam.c
notify_inotify.c smbd: Align two integer types 2020-11-04 18:55:39 +00:00
notify_msg.c notifyd: Factor out notify_walk() into its own file 2020-10-24 05:57:31 +00:00
notify.c s3: smbd: Ensure change notifies can't get set unless the directory handle is open for SEC_DIR_LIST. 2020-10-29 11:47:35 +00:00
ntquotas.c smbd: add twrp arg to synthetic_smb_fname() 2020-05-05 19:18:40 +00:00
nttrans.c s3: smbd: Add a 'const char *src_orginal_lcomp' (last component) parameter to rename_internals(). 2020-10-08 15:07:30 +00:00
open.c locking: Make share_mode_watch_send() take "share_mode_lock" 2020-11-10 19:49:34 +00:00
oplock_linux.c smbd: Remove unused define 2020-01-21 22:08:41 +00:00
oplock.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
password.c smbd: RIP user_struct 2020-01-13 21:09:01 +00:00
perfcount.c smbdotconf: mark "perfcount module" with substitution="1" 2019-11-27 10:25:36 +00:00
pipes.c s3:smbd: Use defines to set 'srv_smb_encrypt' 2020-10-29 14:19:36 +00:00
posix_acls.c smbd: simplify uid_entry_in_group() 2020-05-30 02:40:22 +00:00
process.c s3:ctdbd_conn: Fix the build on FreeBSD 2020-10-20 07:22:08 +00:00
proto.h notifyd: Factor out notify_walk() into its own file 2020-10-24 05:57:31 +00:00
pysmbd.c pysmbd: make sure that session unix info is filled 2020-06-05 11:54:06 +00:00
quotas.c
reply.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
scavenger.c smbd: Move share_mode_cleanup_disonnected() to scavenger.c 2020-11-10 19:49:34 +00:00
scavenger.h
seal.c
sec_ctx.c
server_exit.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
server_reload.c smbdotconf: mark "next configfile" with substitution="1" 2019-11-27 10:25:34 +00:00
server.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
service.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
session.c
sesssetup.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
share_access.c s3:smbd: Fix %U substitutions if it contains a domain name 2020-08-19 06:43:10 +00:00
signing.c
smb1_utils.c smb: rename NTCREATEX_OPTIONS_PRIVATE_DENY_FCB to NTCREATEX_FLAG_DENY_FCB 2020-10-23 17:44:33 +00:00
smb1_utils.h lib: Move send_keepalive() to smbd/smb1_utils.c 2020-08-17 19:35:37 +00:00
smb2_break.c s3:smbd: pass down smbXsrv_client to smbd_smb2_send_{oplock,lease}_break() 2020-07-08 15:54:40 +00:00
smb2_close.c smbd: move files_struct.closing to a bitfield 2020-04-03 19:05:44 +00:00
smb2_create.c vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE() 2020-10-02 21:00:05 +00:00
smb2_flush.c smbd: move files_struct.is_directory to a bitfield 2020-04-03 19:05:44 +00:00
smb2_getinfo.c smbd: add and use SMB2_FILE_ALL_INFORMATION 2020-10-23 19:06:40 +00:00
smb2_glue.c s3:smbd: implement FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT 2020-07-08 15:54:40 +00:00
smb2_ioctl_dfs.c
smb2_ioctl_filesys.c smbd: move files_struct.is_sparse to a bitfield 2020-04-03 19:05:44 +00:00
smb2_ioctl_named_pipe.c
smb2_ioctl_network_fs.c smbd: Align integer types 2020-11-10 19:49:33 +00:00
smb2_ioctl_private.h
smb2_ioctl.c s3:smbd: implement FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT 2020-07-08 15:54:40 +00:00
smb2_keepalive.c
smb2_lock.c locking: Make share_mode_watch_send() take "share_mode_lock" 2020-11-10 19:49:34 +00:00
smb2_negprot.c s3:smbd: Use 'enum smb_encryption_setting' values 2020-08-19 16:22:40 +00:00
smb2_notify.c smbd: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIR 2020-06-22 12:07:38 +00:00
smb2_query_directory.c smbd: Give locking/share_mode_lock.c its own header file 2020-11-10 19:49:34 +00:00
smb2_read.c s3:smbd: add smbd_smb2_send_queue.sendfile_body_size 2020-07-08 15:54:40 +00:00
smb2_server.c s3:smbd: Add SMB3 connection information to session info 2020-10-29 14:19:36 +00:00
smb2_sesssetup.c s3:smbd: Use 'enum smb_encryption_setting' values 2020-08-19 16:22:40 +00:00
smb2_setinfo.c locking: Make share_mode_watch_send() take "share_mode_lock" 2020-11-10 19:49:34 +00:00
smb2_tcon.c s3:smbd: Use 'enum smb_encryption_setting' values 2020-08-19 16:22:40 +00:00
smb2_write.c
smbd_cleanupd.c
smbd_cleanupd.h
smbd.h smbd: mark UCF_UNIX_NAME_LOOKUP as unused 2020-10-23 07:56:33 +00:00
smbXsrv_client.c smbd: Use GUID_to_ndr_buf() in smbXsrv_client_global_id_to_key() 2020-10-02 21:30:33 +00:00
smbXsrv_open.c s3:smbXsrv_open: initialize smbXsrv_open_global->lock_sequence_array with 0xFF 2020-06-27 04:20:39 +00:00
smbXsrv_session.c s3:smbd: make sure we detect stale smbXsrv_connection pointers in smbXsrv_session_auth0 2020-07-08 15:54:41 +00:00
smbXsrv_tcon.c smbd: use session->global->session_wire_id instead of session->compat->vuid 2020-01-13 19:41:34 +00:00
smbXsrv_version.c
srvstr.c s3: safe_string: do not include string_wrappers.h 2020-08-28 00:56:34 +00:00
statcache.c smbd: strip @GMT token in canonicalize_snapshot_path() 2020-05-05 19:18:43 +00:00
statvfs.c
trans2.c smbd: add and use SMB2_FILE_ALL_INFORMATION 2020-10-23 19:06:40 +00:00
uid.c smbd: remove get_current_vuid() 2020-07-29 13:44:47 +00:00
utmp.c
vfs.c vfs: make dirfsp arg to SMB_VFS_READLINKAT() const 2020-10-23 07:56:32 +00:00