diff options
| author | Eli Zaretskii | 2012-12-18 21:05:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-18 21:05:56 +0200 |
| commit | 474d441e121b783a81e226042518b1c68e90fc2a (patch) | |
| tree | 7e97a7f086d74d0adbe2854b463ba178d67623f2 /src/ChangeLog | |
| parent | e0d01ef3f862544762cf045a0524bdd062b98f6f (diff) | |
| download | emacs-474d441e121b783a81e226042518b1c68e90fc2a.tar.gz emacs-474d441e121b783a81e226042518b1c68e90fc2a.zip | |
Follow symlinks in MS-Windows emulations of ACL functions.
src/w32.c (acl_get_file, acl_set_file): Run the file name through
map_w32_filename, and resolve any symlinks in the file name, like
Posix platforms do.
(acl_set_file): Call revert_to_self, if any privileges were
enabled.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7d85beace0c..4328fda1f40 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-12-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (acl_get_file, acl_set_file): Run the file name through | ||
| 4 | map_w32_filename, and resolve any symlinks in the file name, like | ||
| 5 | Posix platforms do. | ||
| 6 | (acl_set_file): Call revert_to_self, if any privileges were | ||
| 7 | enabled. | ||
| 8 | |||
| 1 | 2012-12-17 Juanma Barranquero <lekktu@gmail.com> | 9 | 2012-12-17 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 10 | ||
| 3 | * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O)) | 11 | * makefile.w32-in ($(BLD)/editfns.$(O), $(BLD)/fileio.$(O)) |