diff options
| author | Eli Zaretskii | 2008-08-15 16:00:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-08-15 16:00:19 +0000 |
| commit | f8b35b24ae6fa411f0dad2fb04c25ecd7dfc4f52 (patch) | |
| tree | 9223165d90b38f04ea64fe8c90fc6242d8e73804 /src/ChangeLog | |
| parent | a644b2e42cf86022603ecfa15c59a637f311a95d (diff) | |
| download | emacs-f8b35b24ae6fa411f0dad2fb04c25ecd7dfc4f52.tar.gz emacs-f8b35b24ae6fa411f0dad2fb04c25ecd7dfc4f52.zip | |
(CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs.
(equal_sid, get_length_sid, copy_sid): New wrapper functions.
(w32_cached_id, w32_add_to_cache): New functions.
(get_name_and_id): Look account names in the cache before calling
lookup_account_sid.
(g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid): New
initialization flags.
(globals_of_w32): Initialize them to zero.
(w32_system_process_attributes): Use w32_cached_id and w32_add_to_cache.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2af33df079b..8f99dec139f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -6,6 +6,16 @@ | |||
| 6 | (stat): Only root directory passed to GetDriveType. Allow RAM | 6 | (stat): Only root directory passed to GetDriveType. Allow RAM |
| 7 | disk as well as local fixed disk when w32-get-true-file-attributes | 7 | disk as well as local fixed disk when w32-get-true-file-attributes |
| 8 | is set to `local'. | 8 | is set to `local'. |
| 9 | (CopySid_Proc, EqualSid_Proc, GetLengthSid_Proc): New typedefs. | ||
| 10 | (equal_sid, get_length_sid, copy_sid): New wrapper functions. | ||
| 11 | (w32_cached_id, w32_add_to_cache): New functions. | ||
| 12 | (get_name_and_id): Look account names in the cache before calling | ||
| 13 | lookup_account_sid. | ||
| 14 | (g_b_init_get_length_sid, g_b_init_equal_sid, g_b_init_copy_sid): | ||
| 15 | New initialization flags. | ||
| 16 | (globals_of_w32): Initialize them to zero. | ||
| 17 | (w32_system_process_attributes): Use w32_cached_id and | ||
| 18 | w32_add_to_cache. | ||
| 9 | 19 | ||
| 10 | 2008-08-14 Lawrence Mitchell <wence@gmx.li> | 20 | 2008-08-14 Lawrence Mitchell <wence@gmx.li> |
| 11 | 21 | ||