| /src/sys/contrib/openzfs/scripts/ |
| H A D | update_authors.pl | 116 my ($name, $email) = $line =~ m/^\s+(.+)(?= <) <([^>]+)/; 119 my $semail = email_slug($email); 128 $display_email{$semail} = $email; 163 update_display_email($email); 195 while (my $email = shift @check_emails) { 196 next if $emails{$email}++; 198 sort keys %{delete $seen_names{$email}}; 220 my $email = best_email(@$emails); 223 $authors_email{$name} = $email; 224 $authors_name{$email} = $name; [all …]
|
| /src/contrib/tzdata/ |
| H A D | CONTRIBUTING | 5 email as described below. 11 free to fill gaps or fix mistakes, and please email improvements 12 to <tz@iana.org> for use in the future. In your email, please give 18 To email small changes, please run a POSIX shell command like 20 ‘myfix.patch’ to the email. 88 * Check that the patch files and your email setup contain only 94 git send-email main 96 For an archived example of such an email, see
|
| H A D | SECURITY | 1 Please report any sensitive security-related bugs via email to the 4 Put “tzdb security” at the start of your email’s subject line. 8 via email to make sure we received your original message.
|
| /src/contrib/tzcode/ |
| H A D | CONTRIBUTING | 5 email as described below. 11 free to fill gaps or fix mistakes, and please email improvements 12 to <tz@iana.org> for use in the future. In your email, please give 18 To email small changes, please run a POSIX shell command like 20 ‘myfix.patch’ to the email. 88 * Check that the patch files and your email setup contain only 94 git send-email main 96 For an archived example of such an email, see
|
| H A D | SECURITY | 1 Please report any sensitive security-related bugs via email to the 4 Put “tzdb security” at the start of your email’s subject line. 8 via email to make sure we received your original message.
|
| /src/crypto/krb5/src/plugins/preauth/spake/ |
| H A D | AUTHORS | 7 # Individual's name <submission email address> 8 # Individual's name <submission email address> <email2> <emailN> 9 # See CONTRIBUTORS for the meaning of multiple email addresses.
|
| /src/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 82 email = steve@example.com 83 email = steve@example.org 92 email.1 = steve@example.com 93 email.2 = steve@example.org 237 B<email> (an email address), 246 The B<email> option has two special values. 247 C<copy> will automatically include any email addresses 249 C<move> will automatically move any email addresses 264 subjectAltName = email:copy, email:my@example.com, URI:http://my.example.com/ 270 subjectAltName = email:my@example.com, RID:1.2.3.4 [all …]
|
| /src/crypto/openssl/crypto/x509/ |
| H A D | x509_vpm.c | 102 OPENSSL_free(param->email); in X509_VERIFY_PARAM_free() 204 if (test_x509_verify_param_copy(email, NULL)) { in X509_VERIFY_PARAM_inherit() 205 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen)) in X509_VERIFY_PARAM_inherit() 436 return param->email; in X509_VERIFY_PARAM_get0_email() 440 const char *email, size_t emaillen) in X509_VERIFY_PARAM_set1_email() argument 442 return int_x509_param_set1(¶m->email, ¶m->emaillen, in X509_VERIFY_PARAM_set1_email() 443 email, emaillen); in X509_VERIFY_PARAM_set1_email()
|
| H A D | v3_utl.c | 31 const ASN1_IA5STRING *email); 500 const ASN1_IA5STRING *email; in STACK_OF() local 510 email = X509_NAME_ENTRY_get_data(ne); in STACK_OF() 511 if (!append_ia5(&ret, email)) in STACK_OF() 530 const ASN1_IA5STRING *email) in append_ia5() argument 535 if (email->type != V_ASN1_IA5STRING) in append_ia5() 537 if (email->data == NULL || email->length == 0) in append_ia5() 539 if (memchr(email->data, 0, email->length) != NULL) in append_ia5() 546 emtmp = OPENSSL_strndup((char *)email->data, email->length); in append_ia5()
|
| H A D | v3_san.c | 422 ASN1_IA5STRING *email = NULL; in copy_email() local 442 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email() 448 if (email == NULL || (gen = GENERAL_NAME_new()) == NULL) { in copy_email() 452 gen->d.ia5 = email; in copy_email() 453 email = NULL; in copy_email() 466 ASN1_IA5STRING_free(email); in copy_email()
|
| /src/contrib/kyua/ |
| H A D | AUTHORS | 8 # * Name <email address> 9 # * Organization <optional email address>
|
| /src/tools/tools/git/ |
| H A D | git-arc.sh | 445 local addr name email author_addr author_name 479 email=$(git log -1 --author "$(echo ${addr} | tr _ .)" --pretty="%aN <%aE>") 480 if [ -n "${email}" ]; then 481 echo "${email}" 490 email=$(git log -1 --author "${name}" --pretty="%aN <%aE>") 491 if [ -n "$email" ]; then 492 echo "$email"
|
| /src/crypto/heimdal/doc/ |
| H A D | intro.texi | 78 Bug reports should be sent to @email{heimdal-bugs@@h5l.org}. Please 90 Heimdal. @email{heimdal-announce@@sics.se} is a low-volume announcement 91 list, while @email{heimdal-discuss@@sics.se} is for general discussion. 92 Send a message to @email{majordomo@@sics.se} to subscribe.
|
| H A D | hx509.texi | 558 @subsection S/MIME - email 561 more email addresses and an extended eku usage (EKU), emailProtection. 563 The email address format used in S/MIME certificates is defined in 566 There are two ways to specifify email address in certificates. The old 570 Even though the email address is stored in certificates, they don't need 571 to be, email reader programs are required to accept certificates that 572 doesn't have either of the two methods of storing email in certificates 573 -- in which case, the email client will try to protect the user by 577 issued with a NULL subject distinguished name plus the email in SAN, 581 hx509 issue-certificate supports adding the email SAN to certificate by [all …]
|
| /src/sys/contrib/openzfs/ |
| H A D | .mailmap | 1 # This file maps the name+email seen in a commit back to a canonical 2 # name+email. Git will replace the commit name/email with the canonical version 5 # If there is a commit in the history with a "wrong" name or email, list it 6 # here. If you regularly commit with an alternate name or email address and 10 # On the other hand, if you use multiple names or email addresses legitimately 11 # (eg you use a company email address for your paid OpenZFS work, and a 17 # Canonical Name <canonical-email> 18 # Canonical Name <canonical-email> <commit-email> 19 # Canonical Name <canonical-email> Commit Name <commit-email> 23 # These maps are making names consistent where they have varied but the email
|
| /src/secure/caroot/untrusted/ |
| H A D | Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem | 60 email:.gr 61 email:.eu 62 email:.edu 63 email:.org
|
| /src/ |
| H A D | MAINTAINERS | 55 fetch des Pre-commit review requested, email only. 63 libm freebsd-numerics Send email with patches to freebsd-numerics@ 64 libpam des Pre-commit review requested, email only. 65 linprocfs des Pre-commit review requested, email only. 83 procfs des Pre-commit review requested, email only. 84 pseudofs des Pre-commit review requested, email only.
|
| /src/crypto/openssl/apps/ |
| H A D | openssl-vms.cnf | 219 # Import the email address. 220 # subjectAltName=email:copy 223 # subjectAltName=email:move 257 # Include email address in subject alt name: another PKIX recommendation 258 # subjectAltName=email:copy 292 # Import the email address. 293 # subjectAltName=email:copy 296 # subjectAltName=email:move
|
| H A D | openssl.cnf | 220 # Import the email address. 221 # subjectAltName=email:copy 224 # subjectAltName=email:move 258 # Include email address in subject alt name: another PKIX recommendation 259 # subjectAltName=email:copy 293 # Import the email address. 294 # subjectAltName=email:copy 297 # subjectAltName=email:move
|
| /src/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_passphrase.sgml | 70 Jouni Malinen <email>j@w1.fi</email> and
|
| H A D | wpa_gui.sgml | 99 Jouni Malinen <email>j@w1.fi</email> and
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | req.c | 155 const char *email) in _hx509_request_add_email() argument 161 name.u.dNSName.data = rk_UNCONST(email); in _hx509_request_add_email() 162 name.u.dNSName.length = strlen(email); in _hx509_request_add_email()
|
| /src/contrib/file/ |
| H A D | MAINT | 13 getting email from around the world asking me why "my" file command 44 Christos Zoulas (see README for email address)
|
| /src/contrib/wpa/src/tls/ |
| H A D | x509v3.c | 27 os_free(name->email); in x509_free_name() 28 name->email = NULL; in x509_free_name() 173 res = x509_str_compare(a->email, b->email); in x509_name_compare() 406 os_free(name->email); in x509_parse_name() 407 name->email = os_malloc(hdr.length + 1); in x509_parse_name() 408 if (name->email == NULL) { in x509_parse_name() 412 os_memcpy(name->email, hdr.payload, hdr.length); in x509_parse_name() 413 name->email[hdr.length] = '\0'; in x509_parse_name() 520 if (name->email) { in x509_name_string() 522 name->email); in x509_name_string()
|
| /src/crypto/openssl/doc/man3/ |
| H A D | X509_check_host.pod | 22 certificate matches a given hostname, email address, or IP address. 51 email B<address>. The mailbox syntax of RFC 822 is supported, 92 one subject alternative name of the right type (DNS name or email 98 names of the right type (DNS name or email address as appropriate); the default
|