/freebsd/crypto/openssh/ |
H A D | sftp-usergroup.c | 107 char **usernames = NULL, **groupnames = NULL; in lookup_and_record() local 110 &usernames, &groupnames)) != 0) { in lookup_and_record() 115 if (usernames[i] == NULL) { 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() 130 freenames(usernames, nuids); in lookup_and_record()
|
H A D | sftp-server.c | 1729 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local 1734 if ((usernames = sshbuf_new()) == NULL || in process_extended_get_users_groups_by_id() 1749 if ((r = sshbuf_put_cstring(usernames, name)) != 0) in process_extended_get_users_groups_by_id() 1767 (r = sshbuf_put_stringb(msg, usernames)) != 0 || in process_extended_get_users_groups_by_id() 1774 sshbuf_free(usernames); in process_extended_get_users_groups_by_id()
|
H A D | sftp-client.c | 2854 char *name, **usernames = NULL, **groupnames = NULL; in sftp_get_users_groups_by_id() local 2916 usernames = xcalloc(nuids, sizeof(*usernames)); in sftp_get_users_groups_by_id() 2925 usernames[i] = name; in sftp_get_users_groups_by_id() 2949 *usernamesp = usernames; in sftp_get_users_groups_by_id()
|
H A D | PROTOCOL | 721 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 D | PROTOCOL.certkeys | 179 usernames for SSH_CERT_TYPE_USER certificates. As a special case, a
|
H A D | ChangeLog | 448 the string rather than the first. This makes it possible to use usernames
|
/freebsd/etc/mail/ |
H A D | virtusertable.sample | 2 # Map one or all usernames at a source hostname to a specific (or the same)
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-srp.pod.in | 33 These options take zero or more usernames as parameters and perform the
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_srp_password.pod | 56 an alternate authentication mechanism for TLS. SRP allows the use of usernames
|
/freebsd/usr.sbin/cron/doc/ |
H A D | CHANGES | 43 user's crontab file if any. From cron's point of view, usernames can never
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 75 other usernames in the realm than in your NT user database. (Don't ask
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 177 - Lazy evaluation of host names, host addresses, usernames, and so on,
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 73 # operators that cannot be in local usernames (i.e., network indicators)
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 1254 recipient usernames, hostnames, or addresses. For 1899 EXPOSED_USER(`usernames') 1917 LOCAL_USER(`usernames') 2762 hostnames and usernames). Enabling this feature will keep you from 2831 example if you wanted to block senders with all numeric usernames
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 530 usernames and passwords.
|
/freebsd/contrib/wpa/hostapd/ |
H A D | ChangeLog | 893 * fixed EAP-SIM/AKA realm processing to allow decorated usernames to
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 151 # operators that cannot be in local usernames (i.e., network indicators)
|
/freebsd/contrib/tcsh/ |
H A D | Fixes | 1339 70. print usernames with ~user where possible in dirs and job cwd's
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 4382 invalid usernames by continuing the handshake with fake 6049 invalid usernames by continuing the handshake with fake 7251 invalid usernames by continuing the handshake with fake
|
/freebsd/contrib/sendmail/ |
H A D | RELEASE_NOTES | 3301 Properly quote usernames with special characters if they are used 6430 usernames, hostnames, or addresses.
|