# HG changeset patch # User Eli Zaretskii # Date 1218816019 0 # Node ID c3951839aa673b6b4ab5bfe50b10098131858c9b # Parent bb6b5c0fc1ba85bee7197d8ed25345708a6b6a1d *** empty log message *** diff -r bb6b5c0fc1ba -r c3951839aa67 src/ChangeLog --- a/src/ChangeLog Fri Aug 15 15:59:48 2008 +0000 +++ b/src/ChangeLog Fri Aug 15 16:00:19 2008 +0000 @@ -6,6 +6,16 @@ (stat): Only root directory passed to GetDriveType. Allow RAM disk as well as local fixed disk when w32-get-true-file-attributes is set to `local'. + (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. 2008-08-14 Lawrence Mitchell