comparison src/ChangeLog @ 88000:688503d596f9

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jan 2008 15:25:12 +0000
parents 66e6887d98d0
children 4794ef0780fc
comparison
equal deleted inserted replaced
87999:26fe370dfb79 88000:688503d596f9
5 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs. 5 (GetSidSubAuthority_Proc, GetSidSubAuthorityCount_Proc): New typedefs.
6 (get_sid_sub_authority, get_sid_sub_authority_count): New functions. 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 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 8 and gid. Use 500/513, the Windows defaults, as Administrator's
9 uid/gid. 9 uid/gid.
10 (fstat): Use pw_uid and pw_gid from the_passwd structure for
11 st_uid and st_gid of the file.
10 12
11 2008-01-26 Jason Rumney <jasonr@gnu.org> 13 2008-01-26 Jason Rumney <jasonr@gnu.org>
12 14
13 * w32.c (logon_network_drive): New function. 15 * w32.c (logon_network_drive): New function.
14 (stat): Use it. 16 (stat): Use it.