changeset 87991:66e6887d98d0

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jan 2008 13:04:14 +0000
parents 78715eba45dd
children 1787561f6c22
files src/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sat Jan 26 13:03:39 2008 +0000
+++ b/src/ChangeLog	Sat Jan 26 13:04:14 2008 +0000
@@ -1,3 +1,13 @@
+2008-01-26  Eli Zaretskii  <eliz@gnu.org>
+
+	* w32.c (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.
+
 2008-01-26  Jason Rumney  <jasonr@gnu.org>
 
 	* w32.c (logon_network_drive): New function.