syncthing/internal
KAMADA Ken'ichi ac7097b4d0 Preserve the permission of a newly created directory
We need an explicit chmod() when creating a new directory.
Otherwise a new directory may be created with a different permission
from the one received from an originating device, because the umask
is applied to the mode given to mkdir().
The incorrect permission is later sent back to the originating device
and the original permission will be lost.
2015-03-23 22:39:16 +09:00
..
auto Translation update 2015-03-22 11:33:10 +01:00
beacon MPLv2 2015-03-17 16:02:27 +01:00
config Set defaults correctly for autoNormalize 2015-03-21 15:33:31 +01:00
db MPLv2 2015-03-17 16:02:27 +01:00
discover MPLv2 2015-03-17 16:02:27 +01:00
events MPLv2 2015-03-17 16:02:27 +01:00
fnmatch MPLv2 2015-03-17 16:02:27 +01:00
ignore MPLv2 2015-03-17 16:02:27 +01:00
lamport MPLv2 2015-03-17 16:02:27 +01:00
model Preserve the permission of a newly created directory 2015-03-23 22:39:16 +09:00
osutil Skip unspecified IPs 2015-03-19 12:44:38 +00:00
scanner Fix crash on walker error (fixes #1507) 2015-03-22 14:28:14 +00:00
stats MPLv2 2015-03-17 16:02:27 +01:00
symlinks MPLv2 2015-03-17 16:02:27 +01:00
upgrade MPLv2 2015-03-17 16:02:27 +01:00
upnp MPLv2 2015-03-17 16:02:27 +01:00
versioner use Lstat instead of Stat to prevent errors with symlinks 2015-03-19 17:36:15 +01:00