# HG changeset patch # User Eli Zaretskii # Date 1201352654 0 # Node ID 66e6887d98d05da19de94e1519dfcb339cd82ffd # Parent 78715eba45ddecabf2dd27f63dea729eda3fb651 *** empty log message *** diff -r 78715eba45dd -r 66e6887d98d0 src/ChangeLog --- 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 + + * 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 * w32.c (logon_network_drive): New function.