Home
last modified time | relevance | path

Searched refs:usernames (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsftp-usergroup.c110 char **usernames = NULL, **groupnames = NULL; in lookup_and_record() local
113 &usernames, &groupnames)) != 0) { in lookup_and_record()
118 if (usernames[i] == NULL) { in lookup_and_record()
122 debug3_f("record uid %u => \"%s\"", uids[i], usernames[i]); in lookup_and_record()
123 idname_enter(&user_idname, uids[i], usernames[i]); in lookup_and_record()
133 freenames(usernames, nuids); in lookup_and_record()
H A Dsftp-server.c1702 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local
1707 if ((usernames = sshbuf_new()) == NULL || in process_extended_get_users_groups_by_id()
1722 if ((r = sshbuf_put_cstring(usernames, name)) != 0) in process_extended_get_users_groups_by_id()
1740 (r = sshbuf_put_stringb(msg, usernames)) != 0 || in process_extended_get_users_groups_by_id()
1747 sshbuf_free(usernames); in process_extended_get_users_groups_by_id()
H A Dsftp-client.c2835 char *name, **usernames = NULL, **groupnames = NULL; in sftp_get_users_groups_by_id() local
2897 usernames = xcalloc(nuids, sizeof(*usernames)); in sftp_get_users_groups_by_id()
2906 usernames[i] = name; in sftp_get_users_groups_by_id()
2930 *usernamesp = usernames; in sftp_get_users_groups_by_id()
H A DPROTOCOL721 request). This may be used by the client to provide usernames in
740 string usernames
753 which case the respective "usernames" or "groupnames" list will also
H A DREADME.lpk84 - with multiple 'memberUid' attributes filled with usernames allowed in this group
H A DPROTOCOL.certkeys179 usernames for SSH_CERT_TYPE_USER certificates. As a special case, a
/netbsd-src/external/bsd/top/dist/
H A Dmachine.h105 int usernames; /* show usernames */ member
H A Dcommands.c887 gstate->pselect.usernames = !gstate->pselect.usernames; in cmd_useruid()
H A Dtop.c891 gstate->pselect.usernames = gstate->show_usernames; in main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dsrp.pod32 These options take zero or more usernames as parameters and perform the
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-srp.pod.in33 These options take zero or more usernames as parameters and perform the
/netbsd-src/external/bsd/top/dist/machine/
H A Dm_linux.c894 show_usernames = sel->usernames; in get_process_info()
1098 snprintf(p_header, MAX_COLS, h, sel->usernames ? "USERNAME" : "UID"); in format_process_header()
H A Dm_netbsd.c430 const char *uname_field = sel->usernames ? "USERNAME" : " UID "; in format_process_header()
633 userprint = sel->usernames ? username : itoa7; in get_process_info()
H A Dm_freebsd.c1220 show_usernames = sel->usernames; in get_process_info()
1407 if (!sel->usernames) in format_process_header()
H A Dm_sunos5.c1633 if (!sel->usernames) in format_process_header()
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-wahl-ldap-session-xx.txt512 one based on usernames. Other formats can be defined in other
548 identify users with simple string usernames.
570 these usernames are not globally unique, but are only unique within
698 identifiable information, such as usernames or client IP addresses.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_srp_password.pod56 an alternate authentication mechanism for TLS. SRP allows the use of usernames
/netbsd-src/external/gpl2/xcvs/dist/contrib/
H A Dcvs_acls.in371 2. Optional, comma-separated list of usernames.
/netbsd-src/external/ibm-public/postfix/dist/conf/
H A Dvirtual175 # own user name space. Local (i.e. non-virtual) usernames
/netbsd-src/external/bsd/cron/dist/
H A DCHANGES63 user's crontab file if any. From cron's point of view, usernames can never
/netbsd-src/external/ibm-public/postfix/dist/proto/
H A Dstop823 usernames
H A Dvirtual164 # own user name space. Local (i.e. non-virtual) usernames are not
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Daspell.en.pws124 usernames
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/
H A Dwin2k.texi76 other usernames in the realm than in your NT user database. (Don't ask
/netbsd-src/external/ibm-public/postfix/dist/
H A DWISHLIST508 When faking up the DSN ORCPT, don't send bare usernames

12