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 469bc632182..9f620aae33e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-01-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (g_b_init_get_sid_sub_authority) | ||
| 4 | (g_b_init_get_sid_sub_authority_count): New static variables. | ||
| 5 | (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. | ||
| 6 | (get_sid_sub_authority, get_sid_sub_authority_count): New functions. | ||
| 7 | (init_user_info): Use the above two new functions to retrieve uid | ||
| 8 | and gid. Use 500/513, the Windows defaults, as Administrator's | ||
| 9 | uid/gid. | ||
| 10 | |||
| 1 | 2008-01-26 Jason Rumney <jasonr@gnu.org> | 11 | 2008-01-26 Jason Rumney <jasonr@gnu.org> |
| 2 | 12 | ||
| 3 | * w32.c (logon_network_drive): New function. | 13 | * w32.c (logon_network_drive): New function. |