Home
last modified time | relevance | path

Searched refs:uids (Results 1 – 14 of 14) sorted by relevance

/freebsd/crypto/openssh/
H A Dsftp-usergroup.c103 u_int *uids, u_int nuids, u_int *gids, u_int ngids) in lookup_and_record() argument
109 if ((r = sftp_get_users_groups_by_id(conn, uids, nuids, gids, ngids, in lookup_and_record()
116 debug3_f("uid %u not resolved", uids[i]); in lookup_and_record()
119 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); in lookup_and_record()
120 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record()
177 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_glob() local
182 collect_ids_from_glob(g, 1, &uids, &nuids); in get_remote_user_groups_from_glob()
184 lookup_and_record(conn, uids, nuids, gids, ngids); in get_remote_user_groups_from_glob()
185 free(uids); in get_remote_user_groups_from_glob()
216 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; in get_remote_user_groups_from_dirents() local
[all …]
H A Dsftp-client.h190 const u_int *uids, u_int nuids,
H A Dsftp-server.c1727 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local
1736 if ((r = sshbuf_froms(iqueue, &uids)) != 0 || in process_extended_get_users_groups_by_id()
1740 sshbuf_len(uids), sshbuf_len(gids)); in process_extended_get_users_groups_by_id()
1741 while (sshbuf_len(uids) != 0) { in process_extended_get_users_groups_by_id()
1742 if ((r = sshbuf_get_u32(uids, &n)) != 0) in process_extended_get_users_groups_by_id()
1770 sshbuf_free(uids); in process_extended_get_users_groups_by_id()
H A DPROTOCOL727 string uids
730 Where "uids" and "gids" consists of one or more integer user or group
744 order to "uids" and "gids" respectively:
752 It is acceptable for either "uids" or "gids" to be an empty set, in
H A Dsftp-client.c2848 const u_int *uids, u_int nuids, in sftp_get_users_groups_by_id() argument
2869 if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0) in sftp_get_users_groups_by_id()
H A DChangeLog6054 correspond to a set of uids/gids.
/freebsd/bin/getfacl/
H A Dgetfacl.c60 static char uids[10]; in getuname() local
63 (void)snprintf(uids, sizeof(uids), "%u", uid); in getuname()
64 return (uids); in getuname()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-userns-capabilities.m447 dnl # between internal kernel uids/gids and user namespace uids/gids.
/freebsd/bin/ps/
H A Dps.c110 uid_t *uids; member
470 *uidlist.l.uids = getuid(); in main()
503 flag = *ruidlist.l.uids; in main()
515 flag = *uidlist.l.uids; in main()
604 ruidlist.l.uids[elem]) in main()
619 if (kp->ki_uid == uidlist.l.uids[elem]) in main()
975 inf->l.uids[(inf->count)++] = pwd->pw_uid; in addelem_uid()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_disk_set_standard_lookup.c229 #error No way to look up uids on this platform in lookup_uid()
/freebsd/contrib/libarchive/cpio/
H A Dcpio.c1140 char uids[22], gids[22]; in list_item_verbose() local
1156 strcpy(uids, cpio_i64toa(archive_entry_uid(entry))); in list_item_verbose()
1157 uname = uids; in list_item_verbose()
/freebsd/share/doc/smm/01.setup/
H A Dspell.ok569 uids
/freebsd/sbin/pfctl/
H A Dparse.y548 %type <v.uid> uids uid_list uid_item
2827 filter_opt : USER uids {
3867 uids : uid_item { $$ = $1; }
6048 struct node_uid *uids, struct node_gid *gids, struct node_if *rcv, in expand_rule() argument
6080 LOOP_THROUGH(struct node_uid, uid, uids, in expand_rule()
6231 FREE_LIST(struct node_uid, uids); in expand_rule()
/freebsd/contrib/tcsh/
H A DFixes266 deal with > 32 bit time, inodes, uids, file sizes etc.