| /freebsd/crypto/openssh/ |
| H A D | sftp-usergroup.c | 108 char **usernames = NULL, **groupnames = NULL; in lookup_and_record() local 111 &usernames, &groupnames)) != 0) { in lookup_and_record() 116 if (usernames[i] == NULL) { 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() 131 freenames(usernames, nuids); in lookup_and_record()
|
| H A D | sftp-server.c | 1746 struct sshbuf *uids, *gids, *usernames, *groupnames, *msg; in process_extended_get_users_groups_by_id() local 1751 if ((usernames = sshbuf_new()) == NULL || in process_extended_get_users_groups_by_id() 1766 if ((r = sshbuf_put_cstring(usernames, name)) != 0) in process_extended_get_users_groups_by_id() 1784 (r = sshbuf_put_stringb(msg, usernames)) != 0 || in process_extended_get_users_groups_by_id() 1791 sshbuf_free(usernames); in process_extended_get_users_groups_by_id()
|
| H A D | sftp-client.c | 2858 char *name, **usernames = NULL, **groupnames = NULL; in sftp_get_users_groups_by_id() local 2920 usernames = xcalloc(nuids, sizeof(*usernames)); in sftp_get_users_groups_by_id() 2929 usernames[i] = name; in sftp_get_users_groups_by_id() 2953 *usernamesp = usernames; in sftp_get_users_groups_by_id()
|
| H A D | PROTOCOL | 647 request). This may be used by the client to provide usernames in 666 string usernames 679 which case the respective "usernames" or "groupnames" list will also
|
| H A D | ChangeLog | 1260 upstream: Enforce a maximum size for usernames in agent key use 1902 upstream: move username validity check for usernames specified on 2070 upstream: apply the same validity rules to usernames and hostnames 3598 applied to login attempts for usernames that do not match real accounts. 5913 upstream: repair test after changes to percent expansion of usernames 5978 (i.e. usernames and host names) supplied from untrusted sources. 5982 Since openssh-9.6, all usernames have been subject to validity 5984 usernames that include control characters (again, these can cause 5988 usernames supplied via the configuration file as literals (i.e. 5990 validity checks. This allows usernames that contain arbitrary [all …]
|
| /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/pam-krb5/ |
| H A D | NEWS | 149 usernames where possible for the rest of the PAM stack. 624 usernames to alternative Kerberos principals, useful primarily for
|
| H A D | README.md | 32 Kerberos principals against local usernames), and password changing. It
|
| H A D | README | 28 checking Kerberos principals against local usernames), and password
|
| /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/pam-krb5/docs/ |
| H A D | pam_krb5.pod | 82 used with OpenSSH. OpenSSH will reject usernames that don't match local
|
| /freebsd/contrib/tnftp/ |
| H A D | ChangeLog | 530 usernames and passwords.
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 923 * 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 | 6718 invalid usernames by continuing the handshake with fake 8390 invalid usernames by continuing the handshake with fake 9592 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.
|