| /freebsd/crypto/openssh/ |
| H A D | sftp-usergroup.c | 104 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record() argument 110 if ((r = sftp_get_users_groups_by_id(conn, uids, nuids, gids, ngids, in lookup_and_record() 117 debug3_f("uid %u not resolved", uids[i]); in lookup_and_record() 120 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); in lookup_and_record() 121 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record() 178 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local 183 collect_ids_from_glob(g, 1, &uids, &nuids); in get_remote_user_groups_from_glob() 185 lookup_and_record(conn, uids, nuids, gids, ngids); in get_remote_user_groups_from_glob() 186 free(uids); in get_remote_user_groups_from_glob() 217 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local [all …]
|
| H A D | sftp-client.h | 185 const u_int *uids, u_int nuids,
|
| H A D | sftp-server.c | 1746 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local 1755 if ((r = sshbuf_froms(iqueue, &uids)) != 0 || in process_extended_get_users_groups_by_id() 1759 sshbuf_len(uids), sshbuf_len(gids)); in process_extended_get_users_groups_by_id() 1760 while (sshbuf_len(uids) != 0) { in process_extended_get_users_groups_by_id() 1761 if ((r = sshbuf_get_u32(uids, &n)) != 0) in process_extended_get_users_groups_by_id() 1789 sshbuf_free(uids); in process_extended_get_users_groups_by_id()
|
| H A D | PROTOCOL | 653 string uids 656 Where "uids" and "gids" consists of one or more integer user or group 670 order to "uids" and "gids" respectively: 678 It is acceptable for either "uids" or "gids" to be an empty set, in
|
| H A D | sftp-client.c | 2852 const u_int *uids, u_int nuids, in sftp_get_users_groups_by_id() argument 2873 if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0) in sftp_get_users_groups_by_id()
|
| H A D | ChangeLog | 339 rather than numeric uids/gids. Based on patch from Tamilan in bz3953
|
| /freebsd/bin/getfacl/ |
| H A D | getfacl.c | 72 static char uids[10]; in getuname() local 75 (void)snprintf(uids, sizeof(uids), "%u", uid); in getuname() 76 return (uids); in getuname()
|
| /freebsd/sys/security/mac_do/ |
| H A D | mac_do.c | 201 struct id_spec *uids; member 391 free(rule->uids, M_MAC_DO); in toast_rules() 1026 new->uids = malloc(sizeof(*new->uids) * new->uids_nb, M_MAC_DO, in parse_single_rule() 1028 error = pour_list_into_rule(IT_UID, &uid_list, new->uids, in parse_single_rule() 1064 free(new->uids, M_MAC_DO); in parse_single_rule() 1443 const size_t uids_size = sizeof(*dst_rule->uids) * in clone_rules() 1446 dst_rule->uids = malloc(uids_size, M_MAC_DO, M_WAITOK); in clone_rules() 1447 bcopy(src_rule->uids, dst_rule->uids, uids_size); in clone_rules() 2377 found_is = bsearch(&uid_is, rule->uids, rule->uids_nb, in rule_grant_user() 2378 sizeof(*rule->uids), id_spec_cmp); in rule_grant_user()
|
| /freebsd/bin/ps/ |
| H A D | ps.c | 129 uid_t *uids; member 537 uidlist.l.uids[uidlist.count++] = geteuid(); in main() 565 flag = *ruidlist.l.uids; in main() 577 flag = *uidlist.l.uids; in main() 666 ruidlist.l.uids[elem]) in main() 681 if (kp->ki_uid == uidlist.l.uids[elem]) in main() 1035 inf->l.uids[(inf->count)++] = pwd->pw_uid; in addelem_uid()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_write_disk_set_standard_lookup.c | 232 #error No way to look up uids on this platform in lookup_uid()
|
| /freebsd/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_err.et | 68 …ode ccErrServerCantBecomeUID, "Credentials cache server failed to change effective uids"
|
| /freebsd/contrib/libarchive/cpio/ |
| H A D | cpio.c | 1159 char uids[22], gids[22]; in list_item_verbose() local 1175 strcpy(uids, cpio_i64toa(archive_entry_uid(entry))); in list_item_verbose() 1176 uname = uids; in list_item_verbose()
|
| /freebsd/share/doc/smm/01.setup/ |
| H A D | spell.ok | 569 uids
|
| /freebsd/sbin/pfctl/ |
| H A D | parse.y | 637 %type <v.uid> uids uid_list uid_item 3217 filter_opt : USER uids { 4382 uids : uid_item { $$ = $1; } 6819 struct node_port *dst_ports, struct node_uid *uids, struct node_gid *gids, in expand_rule() argument 6850 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule() 7029 FREE_LIST(struct node_uid, uids); in expand_rule()
|
| /freebsd/contrib/tcsh/ |
| H A D | Fixes | 266 deal with > 32 bit time, inodes, uids, file sizes etc.
|