diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d5071c541b4..acfd5c561b7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2012-12-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Emulate Posix ACL APIs on MS-Windows. | ||
| 4 | * w32.c: Include sddl.h and sys/acl.h. | ||
| 5 | (SDDL_REVISION_1): Define if not already defined. | ||
| 6 | (g_b_init_get_security_descriptor_dacl) | ||
| 7 | (g_b_init_convert_sd_to_sddl, g_b_init_convert_sddl_to_sd) | ||
| 8 | (g_b_init_is_valid_security_descriptor) | ||
| 9 | (g_b_init_set_file_security): New static flags. | ||
| 10 | (globals_of_w32): Initialize them to zero. | ||
| 11 | (SetFileSecurity_Name): New string constant. | ||
| 12 | (SetFileSecurity_Proc, GetSecurityDescriptorDacl_Proc) | ||
| 13 | (ConvertStringSecurityDescriptorToSecurityDescriptor_Proc) | ||
| 14 | (ConvertSecurityDescriptorToStringSecurityDescriptor_Proc) | ||
| 15 | (IsValidSecurityDescriptor_Proc): New typedefs. | ||
| 16 | (get_file_security, get_security_descriptor_owner) | ||
| 17 | (get_security_descriptor_group): Set errno to ENOTSUP. | ||
| 18 | (set_file_security, get_security_descriptor_dacl) | ||
| 19 | (is_valid_security_descriptor, convert_sd_to_sddl) | ||
| 20 | (convert_sddl_to_sd, acl_valid, acl_to_text, acl_from_text) | ||
| 21 | (acl_free, acl_get_file, acl_set_file): New functions. | ||
| 22 | |||
| 23 | * fileio.c (Fcopy_file) [WINDOWSNT]: Support copying ACLs. | ||
| 24 | |||
| 1 | 2012-12-17 Paul Eggert <eggert@cs.ucla.edu> | 25 | 2012-12-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 26 | ||
| 3 | Don't reraise SIGCHLD, as that can now lose (Bug#13192). | 27 | Don't reraise SIGCHLD, as that can now lose (Bug#13192). |