Lines Matching refs:user
89 * SID for authenticated user (S-1-5-11)
179 * Test whether a SID means "world user"
196 /* check whether S-1-5-32-545 : local user */
203 /* check whether S-1-5-11 : authenticated user */
210 /* check whether S-1-5-4 : interactive user */
220 * Test whether a SID means "some user (or group)"
329 * It should have been already checked it is a valid user SID.
405 * Find usid mapped to a Linux user
1648 * each designated user (except root)
1893 * to some user group
2022 * + mask denials to designated user (unless mask allows all)
2023 * + denials to designated user
2025 * + grants to designated user
2153 * user or group
2188 /* root as designated user is processed apart */
2222 * designated user (with mask if needed)
2246 /* insert denial ACEs for each owner or allowed user */
2306 /* ACE for each owner or allowed user */
2775 + 2*(8 + usidsz) /* two possible ACE for user */
2874 + 2*(8 + usidsz) /* two possible ACE for user */
3552 * Define the owner of a file as the first user allowed
3553 * to change the owner, instead of the user defined as owner.
3556 * Windows user in an inheritable directory owned by another user,
3559 * An important case is the directories "Documents and Settings/user"
3604 * access granted to a mapped user : consider this user as the tenant
3609 * Typical situation : directory "Documents and Settings/user" which
3610 * is on the path to user's files and must be given access to user
3613 * Check file is owned by administrator and no user has rights before
3752 * grants for root as a designated user or group
3904 * designated user or group
4152 * The SID is checked to be a valid user one.
4267 * Read user mapping file and split into their attribute.
4314 * Free memory used to store the user mapping
4320 struct MAPPING *user;
4323 /* free user mappings */
4325 user = mapping[MAPUSERS];
4328 while (group && (group->sid != user->sid))
4331 free(user->sid);
4333 if (user->grcnt)
4334 free(user->groups);
4336 mapping[MAPUSERS] = user->next;
4337 free(user);
4351 * Build the user mapping list
4352 * user identification may be given in symbolic or numeric format
4381 ntfs_log_early_error("Invalid user \"%s\"\n",
4393 ntfs_log_error("Bad user SID %s\n",