diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 828db3847ad..ca9bc2599a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2010-09-27 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * w32.c (g_b_init_get_sid_identifier_authority) | ||
| 4 | (GetSidIdentifierAuthority_Proc, get_sid_identifier_authority): | ||
| 5 | Remove, not used. | ||
| 6 | (globals_of_w32): Don't set g_b_init_get_sid_identifier_authority. | ||
| 7 | (init_winsock): Remove useless assignment. | ||
| 8 | (open_process_token, get_token_information, lookup_account_sid) | ||
| 9 | (get_sid_sub_authority, get_sid_sub_authority_count, get_file_security) | ||
| 10 | (get_security_descriptor_owner, get_security_descriptor_group) | ||
| 11 | (is_valid_sid, equal_sid, get_length_sid, copy_sid) | ||
| 12 | (get_native_system_info, get_system_times, init_user_info, crlf_to_lf) | ||
| 13 | (is_unc_volume, GetCachedVolumeInformation, get_volume_info) | ||
| 14 | (is_fat_volume, open_unc_volume, read_unc_volume, close_unc_volume) | ||
| 15 | (unc_volume_file_attributes, convert_from_time_t) | ||
| 16 | (create_toolhelp32_snapshot, process32_first, process32_next) | ||
| 17 | (open_thread_token, impersonate_self, revert_to_self) | ||
| 18 | (get_process_memory_info, get_process_working_set_size) | ||
| 19 | (global_memory_status, global_memory_status_ex, socket_to_fd) | ||
| 20 | (shutdown_handler): Make static. | ||
| 21 | |||
| 1 | 2010-09-27 Michael Albinus <michael.albinus@gmx.de> | 22 | 2010-09-27 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 23 | ||
| 3 | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) | 24 | * dbusbind.c (dbus_fd_cb, xd_get_dispatch_status) |