Searched refs:uids (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dsftp-usergroup.c102 u_int *uids, u_int nuids, u_int *gids, u_int ngids)
108 if ((r = sftp_get_users_groups_by_id(conn, uids, nuids, gids, ngids,
115 debug3_f("uid %u not resolved", uids[i]);
118 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]);
119 idname_enter(&user_idname, uids[i], usernames[i]);
176 u_int *uids = NULL, nuids = 0, *gids = NULL, ngids = 0; local
181 collect_ids_from_glob(g, 1, &uids, &nuids);
183 lookup_and_record(conn, uids, nuids, gids, ngids);
184 free(uids);
215 u_int *uids local
101 lookup_and_record(struct sftp_conn *conn, u_int *uids, u_int nuids, u_int *gids, u_int ngids) argument
[all...]
H A Dsftp-client.h184 const u_int *uids, u_int nuids,
H A Dsftp-server.c1696 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; local
1705 if ((r = sshbuf_froms(iqueue, &uids)) != 0 ||
1708 debug_f("uids len = %zu, gids len = %zu",
1709 sshbuf_len(uids), sshbuf_len(gids));
1710 while (sshbuf_len(uids) != 0) {
1711 if ((r = sshbuf_get_u32(uids, &n)) != 0)
1739 sshbuf_free(uids);
H A Dsftp-client.c2823 const u_int *uids, u_int nuids,
2844 if ((r = sshbuf_put_u32(uidbuf, uids[i])) != 0)
2845 fatal_fr(r, "compose uids");
2822 sftp_get_users_groups_by_id(struct sftp_conn *conn, const u_int *uids, u_int nuids, const u_int *gids, u_int ngids, char ***usernamesp, char ***groupnamesp) argument
/openbsd-current/usr.bin/at/
H A Dat.c441 uid_t *uids; local
451 /* Convert argv into a list of jobs and uids. */
453 uids = NULL;
458 (uids = reallocarray(NULL, argc, sizeof(uid_t))) == NULL)
470 uids[uids_len++] = pw->pw_uid;
532 if (uids[i] == stbuf.st_uid) {
565 free(uids);
616 uid_t *uids; local
627 /* Convert argv into a list of jobs and uids. */
629 uids
[all...]
/openbsd-current/usr.bin/rsync/
H A Dflist.c263 struct ident *gids = NULL, *uids = NULL; local
337 if (!idents_add(0, &uids, &uidsz, f->st.uid)) {
400 if (!idents_send(sess, fdout, uids, uidsz)) {
417 idents_free(uids, uidsz);
600 struct ident *gids = NULL, *uids = NULL; local
743 if (!idents_recv(sess, fd, &uids, &uidsz)) {
769 idents_remap(sess, 0, uids, uidsz);
770 idents_assign_uid(sess, fl, flsz, uids, uidsz);
779 idents_free(uids, uidsz);
784 idents_free(uids, uids
[all...]
/openbsd-current/libexec/security/
H A Dsecurity77 my (%logins, %uids);
121 nag $uids{$uid}++,
/openbsd-current/sbin/pfctl/
H A Dparse.y514 %type <v.uid> uids uid_list uid_item
1872 filter_opt : USER uids {
2912 uids : uid_item { $$ = $1; } label
4576 struct node_uid *uids, struct node_gid *gids, struct node_if *rcv,
4612 LOOP_THROUGH(struct node_uid, uid, uids,
4857 FREE_LIST(struct node_uid, uids);

Completed in 9696 milliseconds