diff options
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 | ||