diff options
| author | Eli Zaretskii | 2008-01-26 13:04:14 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-01-26 13:04:14 +0000 |
| commit | c617afcea160aeeaa8b00d4181fe784069a888d4 (patch) | |
| tree | 7adc803e98cbca8715e56e56520baa30394f3cb0 /src/ChangeLog | |
| parent | 304484e4a0ba830c56a040cf8e137120573215a5 (diff) | |
| download | emacs-c617afcea160aeeaa8b00d4181fe784069a888d4.tar.gz emacs-c617afcea160aeeaa8b00d4181fe784069a888d4.zip | |
(g_b_init_get_sid_sub_authority, g_b_init_get_sid_sub_authority_count): New
static variables.
(GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
(get_sid_sub_authority, get_sid_sub_authority_count): New functions.
(init_user_info): Use the above two new functions to retrieve uid and gid.
Use 500/513, the Windows defaults, as Administrator's uid/gid.
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. |