1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Volker Lendecke bb5bf50819 lib: Remove init_names()
is_myname() looks at lp_* directly, nmbd maintains its own list: We don't
need the baroque loadparm handler anymore.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2021-03-16 17:09:32 +00:00
..
notifyd smbd: Fix the 32-bit build on FreeBSD 2020-11-30 22:24:38 +00:00
aio.c smbd: use fh_[get|set]_pos() and fh_[get|set]_position_information() 2020-12-16 09:08:30 +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 real dirfsp with SMB_VFS_UNLINKAT() in rmdir_internals() 2021-01-28 08:11:49 +00:00
conn_idle.c smbd: In conn_force_tdis_done() when forcing a connection closed force a full reload of services. 2021-01-28 07:03:30 +00:00
conn_msg.c
conn.c s3: smbd: Factor out setting up case parameters for a share to a function - conn_setup_case_options(). 2021-01-13 17:02:34 +00:00
connection.c
dfree.c
dir.c smbd: don't return NT_STATUS_STOPPED_ON_SYMLINK in openat_pathref_fsp() 2021-02-05 06:22:35 +00:00
dmapi.c
dnsregister.c
dosmode.c s3/smbd: Detect and fail attempt to set_ea_dos_attribute on link 2021-03-11 17:50:30 +00:00
durable.c s3:smbd: let vfs_default_durable_reconnect() use file_free() 2021-01-14 11:30:38 +00:00
error.c
fake_file.c smbd: use fh_[get|set]_pos() and fh_[get|set]_position_information() 2020-12-16 09:08:30 +00:00
fd_handle_private.h vfs: make struct fd_handle private 2020-12-16 09:08:30 +00:00
fd_handle.c vfs: make struct fd_handle private 2020-12-16 09:08:30 +00:00
fd_handle.h smbd: add fd_handle.[c|h] 2020-12-16 09:08:30 +00:00
file_access.c
fileio.c smbd: use fdos_mode() in mark_file_modified() 2020-12-16 09:08:31 +00:00
filename.c s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filename 2021-02-26 21:28:33 +00:00
files.c smbd: Ensure errno is preserved across fsp destructor 2021-03-10 22:55:17 +00:00
globals.c smbd: let smbd_request_guid() use smb1req->xconn->channel_id 2021-03-06 02:20:05 +00:00
globals.h smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send/recv 2021-03-06 03:30:06 +00:00
ipc.c
lanman.c printing: Move rap2jobid functions to their own file 2021-03-16 17:09:31 +00:00
mangle_hash2.c
mangle_hash.c
mangle.c
message.c
msdfs.c smbd: use real dirfsp for SMB_VFS_UNLINKAT() in remove_msdfs_link() 2021-01-28 08:11:49 +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 smbd/notify: add option "honor change notify privilege" 2020-12-17 15:01:53 +00:00
ntquotas.c
nttrans.c s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fsp 2021-03-11 17:50:30 +00:00
open.c s3/modules: Ensure vfs_streaminfo gets passed valid pathref smb_filename 2021-02-26 21:28:33 +00:00
oplock_linux.c smbd: use fh_[get|set]_gen_id() 2020-12-16 09:08:30 +00:00
oplock.c smbd: use fh_[get|set]_gen_id() 2020-12-16 09:08:30 +00:00
password.c
perfcount.c
pipes.c smbd: use fsp_set_fd() 2020-12-16 09:08:30 +00:00
posix_acls.c s3/smbd: posix_acls SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTR 2021-03-11 17:50:30 +00:00
process.c smbd: introduce a smbXsrv_connection_destructor() 2021-03-06 02:20:05 +00:00
proto.h s3/smbd: Remove connection_struct from get_ea_names_from_file 2021-02-26 21:28:33 +00:00
pysmbd.c s3:pysmbd: fix fd leak in py_smbd_create_file() 2021-02-10 14:00:32 +00:00
quotas.c
reply.c printing: Move rap2jobid functions to their own file 2021-03-16 17:09:31 +00:00
scavenger.c smbd: Use share_mode_servicepath() in scavenger.c 2020-11-10 19:49:35 +00:00
scavenger.h
seal.c
sec_ctx.c
server_exit.c lib: give global_contexts.c its own header file 2021-01-08 20:31:33 +00:00
server_reload.c printing: Introduce printer_list_printername_exists() 2021-03-16 17:09:31 +00:00
server.c lib: Remove init_names() 2021-03-16 17:09:32 +00:00
service.c s3: smbd: Factor out setting up case parameters for a share to a function - conn_setup_case_options(). 2021-01-13 17:02: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 possible null pointer dereference in token_contains_name() 2020-11-12 15:13:47 +00:00
signing.c
smb1_utils.c smbd: add need_fsa arg and logic to file_find_di_(first|next) 2020-12-16 09:08:31 +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: don't return NT_STATUS_STOPPED_ON_SYMLINK in openat_pathref_fsp() 2021-02-05 06:22:35 +00:00
smb2_create.c smbd: Slightly simplify smbd_smb2_create_send() 2021-01-12 00:10:30 +00:00
smb2_flush.c smbd: use fsp_get_io_fd() when accessing a file or it's associated metadata 2020-12-16 09:08:30 +00:00
smb2_getinfo.c smbd: use fsp_get_pathref_fd() for fstat() calls 2020-12-16 09:08:30 +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 vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION() 2020-12-16 09:08:32 +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 smbd: implement FSCTL_SMBTORTURE_IOCTL_RESPONSE_BODY_PADDING8 as reproducer for bug 14607 2021-01-15 07:26:29 +00:00
smb2_ioctl.c smbd: implement FSCTL_SMBTORTURE_IOCTL_RESPONSE_BODY_PADDING8 as reproducer for bug 14607 2021-01-15 07:26:29 +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 smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send/recv 2021-03-06 03:30:06 +00:00
smb2_notify.c
smb2_query_directory.c smbd: pass a dirfsp to fd_open() and rename it to fd_openat() 2020-12-16 09:08:30 +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 smbd: make sure that xconn is alive for the lifetime of smbXsrv_connection_shutdown_send/recv 2021-03-06 02:20:05 +00:00
smb2_sesssetup.c s3:smbd: Use 'enum smb_encryption_setting' values 2020-08-19 16:22:40 +00:00
smb2_setinfo.c smbd: use vfs_stat() in more places 2020-12-16 09:08:31 +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: add fd_handle.[c|h] 2020-12-16 09:08:30 +00:00
smbXsrv_client.c smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send/recv 2021-03-06 03:30:06 +00:00
smbXsrv_open.c
smbXsrv_session.c smbXsrv_session: set session->db_rec = NULL after session->db_rec = local_rec 2021-03-06 02:20:05 +00:00
smbXsrv_tcon.c smbXsrv_tcon: explicitly set tcon->db_rec = NULL after tcon->db_rec = local_rec 2021-03-06 02:20:05 +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
statvfs.c
trans2.c s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fsp 2021-03-11 17:50:30 +00:00
uid.c smbd: call set_current_user_info() in smbd_become_authenticated_pipe_user() 2021-03-12 00:54:01 +00:00
utmp.c
vfs.c VFS: Remove SMB_VFS_SETXATTR, no longer used 2021-03-11 17:50:30 +00:00