1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/smbd
Jeremy Allison 12da33e2bb smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths.
For posix_pathnames don't blunder into the name_has_wildcard OR
get_real_filename() codepaths as they may be doing case insensitive lookups.
So when creating a new POSIX directory 'Foo' they might
match on name 'foo'.

Remove POSIX-MKDIR from knownfail.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13803

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Sun Feb 24 14:04:14 CET 2019 on sn-devel-144
2019-02-24 14:04:14 +01:00
..
notifyd notifyd: Fix SIGBUS on sparc 2019-02-22 12:30:10 +01:00
aio.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
avahi_register.c s3-smbd: use fruit:model string for mDNS registration 2019-01-15 21:27:20 +01:00
blocking.c Revert "smbd: use sconn->root_ev_ctx for brl_timeout_fn()" 2019-01-11 23:11:17 +01:00
close.c s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test. 2018-09-29 05:32:41 +02:00
conn_idle.c
conn_msg.c
conn.c Revert "smbd: add an effective connection_struct->user_ev_ctx that holds the event context used for the current user" 2019-01-11 23:11:16 +01:00
connection.c
dfree.c smbd: Move dfree_info struct 2018-05-25 22:52:12 +02:00
dir.c smbd: Add "hide new files" option 2018-11-09 00:47:22 +01:00
dmapi.c
dnsregister.c
dosmode.c s3:smbd: perform impersonation in dos_mode_at_vfs_get_dosmode_done() 2019-01-14 19:13:15 +01:00
durable.c smbd: Add some structure protection for durable reconnect 2018-09-14 07:49:13 +02:00
error.c s3:smbd: Fix converity warning with _smb_setlen_large() 2018-05-16 21:30:23 +02:00
fake_file.c
file_access.c
fileio.c Revert "smbd: explain that/why we use the raw tevent_context for update_write_time_handler()" 2019-01-11 23:11:18 +01:00
filename.c smbd: unix_convert: Ensure we don't call get_real_filename on POSIX paths. 2019-02-24 14:04:14 +01:00
files.c s3:vfs: Correctly check if OFD locks should be enabled or not 2019-02-09 03:43:50 +01:00
globals.c
globals.h Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer" 2019-01-11 23:11:19 +01:00
ipc.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
lanman.c s3:smbd: Use C99 initializer for RAP api_commands 2019-01-28 10:29:23 +01:00
mangle_hash2.c
mangle_hash.c
mangle.c
message.c
msdfs.c Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer" 2019-01-11 23:11:19 +01:00
negprot.c s3/smbd: Server responds incorrectly if no SMB protocol chosen 2018-09-28 08:30:22 +02:00
notify_fam.c
notify_inotify.c
notify_msg.c smbd: remove unused tevent_context argument from notify_init 2018-06-18 08:59:18 +02:00
notify.c smbd: remove unused tevent_context argument from notify_init 2018-06-18 08:59:18 +02:00
ntquotas.c ntquotas: do not set inode limits when setting space quota 2019-02-17 13:33:12 +01:00
nttrans.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
open.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
oplock_linux.c Revert "smbd: explain that/why we use the raw tevent_context for linux_oplock_signal_handler()" 2019-01-11 23:11:17 +01:00
oplock.c Revert "smbd: explain that/why we use the raw tevent_context for lease_timeout_handler()" 2019-01-11 23:11:18 +01:00
password.c s3:smbd: Make sure we do not export "/" (root) as home dir 2018-12-05 01:38:14 +01:00
perfcount.c
pipes.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
posix_acls.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
process.c Revert "smbd: add smbd_server_connection->raw_ev_ctx pointer" 2019-01-11 23:11:19 +01:00
proto.h Revert "smbd: add [un]become_guest() helper functions" 2019-01-11 23:11:15 +01:00
pysmbd.c pysmbd: handle file not found error 2018-10-11 10:28:18 +02:00
quotas.c quotas: remove legacy AIX quota code that is covered by sysquotas now 2019-02-17 13:33:14 +01:00
reply.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
scavenger.c
scavenger.h
seal.c
sec_ctx.c
server_exit.c gencache: Remove transaction-based tdb 2018-11-06 18:57:26 +01:00
server_reload.c smbd: remove useless set_current_service(NULL,0,True) from reload_services() 2018-06-18 08:59:17 +02:00
server.c s3:smbd: Use C99 initializer for poptOption in smbd server 2019-01-28 10:29:13 +01:00
service.c smbd: Use dom_sid_str_buf 2018-12-20 23:40:24 +01:00
session.c rpc_server: Fix NetSessEnum with stale sessions 2018-04-25 22:49:07 +02:00
sesssetup.c s3:smbd: Fix build on AIX 2019-01-04 16:29:50 +01:00
share_access.c
signing.c
smb2_break.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_close.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_create.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_flush.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_getinfo.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_glue.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_ioctl_dfs.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_filesys.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_named_pipe.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_ioctl_network_fs.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_ioctl_private.h
smb2_ioctl.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_keepalive.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_lock.c Revert "smbd: use sconn->root_ev_ctx for brl_timeout_fn()" 2019-01-11 23:11:17 +01:00
smb2_negprot.c s3: debug: smb2: Create a new DBGC_SMB2 debug class and mark all smbd/smb2_*.c files with it. 2018-03-22 02:15:13 +01:00
smb2_notify.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_query_directory.c s3:smbd: perform impersonation in smb2_query_directory_fetch_write_time_done() 2019-01-14 22:30:24 +01:00
smb2_read.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_server.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_sesssetup.c libsmb,s3/smbd: dump SMB3+ session keys if debug parm is set 2019-02-09 21:43:25 +01:00
smb2_setinfo.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_tcon.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smb2_write.c Revert "smbd: add an effective {smb,smbd_smb2}_request->ev_ctx that holds the event context used for the request processing" 2019-01-11 23:11:16 +01:00
smbd_cleanupd.c s3:cleanupd: sends MSG_SMB_UNLOCK twice to interested peers 2018-05-04 03:02:27 +02:00
smbd_cleanupd.h
smbd.h
smbXsrv_client.c smbd: Replace some GUID_string by GUID_buf_string 2018-10-25 17:58:24 +02:00
smbXsrv_open.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
smbXsrv_session.c s3: Rename server_messaging_context() to global_messaging_context() 2018-09-07 17:26:17 +02:00
smbXsrv_tcon.c s3:smbd: reorder tcon global record deletion and closing files of a tcon 2018-08-31 22:22:23 +02:00
smbXsrv_version.c lib: Pass mem_ctx to lock_path() 2018-08-17 11:30:10 +02:00
srvstr.c
statcache.c s3: Don't copy back the stat struct from stat_cache_lookup if we did not get a hit on the full path. 2018-09-19 17:52:13 +02:00
statvfs.c statvfs: rename linux_statvfs to posix_statvfs 2019-01-11 02:53:57 +01:00
trans2.c smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAME_LOOKUP flag. 2019-02-24 12:21:10 +01:00
uid.c smbd: uid: Don't crash if 'force group' is added to an existing share connection. 2019-01-25 16:31:27 +01:00
utmp.c s3/smbd: fix utmp hostname logging on Solaris 2019-01-10 22:46:11 +01:00
vfs.c vfs: perform impersonation in smb_vfs_call_getxattrat_done() 2019-01-14 19:13:14 +01:00