1
0
mirror of https://github.com/samba-team/samba.git synced 2025-04-26 02:50:29 +03:00
Stefan Metzmacher 417feb2851 s3:smbd: work around broken "vfs mkdir use tmp name" on FAT
"vfs mkdir use tmp name" creates a name with ":" because the file should
be invisible for Windows clients. ":" however is an invalid character on
FAT filesystems and we get EINVAL back. In that case we fall back to not
using tmp names for mkdir.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Bjoern Jacke <bjacke@samba.org>
(cherry picked from commit c2b74ef093aff6175ef8e4572a203e5beacc527f)
2025-04-17 15:59:12 +00:00
..
2025-01-07 22:04:32 +00:00
2023-08-08 04:39:38 +00:00
2025-04-17 15:59:12 +00:00
2025-02-05 00:07:30 +00:00
2023-12-19 16:05:36 +00:00
2024-08-27 07:19:32 +00:00
2025-01-23 23:08:38 +00:00