Home
last modified time | relevance | path

Searched refs:email (Results 1 – 25 of 188) sorted by relevance

12345678

/freebsd/sys/contrib/openzfs/scripts/
H A Dupdate_authors.pl130 next unless $name && $email;
132 my $semail = email_slug($email);
141 update_display_email($email);
164 next if $emails{$email}++;
191 $authors_email{$name} = $email;
192 $authors_name{$email} = $name;
223 my ($email) = @_;
231 $email =~ s/^[^\+]*\+//g if $email =~ m/\.noreply\.github\.com$/;
233 return lc $email;
253 my ($email) = @_;
[all …]
/freebsd/contrib/tzdata/
H A DCONTRIBUTING5 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
17 To email small changes, please run a POSIX shell command like
19 'myfix.patch' to the email.
86 git send-email main
88 For an archived example of such an email, see
H A DSECURITY1 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.
/freebsd/contrib/tzcode/
H A DCONTRIBUTING5 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
17 To email small changes, please run a POSIX shell command like
19 'myfix.patch' to the email.
86 git send-email main
88 For an archived example of such an email, see
H A DSECURITY1 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.
/freebsd/contrib/kyua/
H A DAUTHORS8 # * Name <email address>
9 # * Organization <optional email address>
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vpm.c105 OPENSSL_free(param->email); in X509_VERIFY_PARAM_free()
208 if (test_x509_verify_param_copy(email, NULL)) { in X509_VERIFY_PARAM_inherit()
209 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen)) in X509_VERIFY_PARAM_inherit()
434 return param->email; in X509_VERIFY_PARAM_get0_email()
438 const char *email, size_t emaillen) in X509_VERIFY_PARAM_set1_email() argument
440 return int_x509_param_set1(&param->email, &param->emaillen, in X509_VERIFY_PARAM_set1_email()
441 email, emaillen); in X509_VERIFY_PARAM_set1_email()
H A Dv3_utl.c31 const ASN1_IA5STRING *email);
504 const ASN1_IA5STRING *email; in STACK_OF() local
513 email = X509_NAME_ENTRY_get_data(ne); in STACK_OF()
514 if (!append_ia5(&ret, email)) in STACK_OF()
533 const ASN1_IA5STRING *email) in append_ia5() argument
538 if (email->type != V_ASN1_IA5STRING) in append_ia5()
540 if (email->data == NULL || email->length == 0) in append_ia5()
542 if (memchr(email->data, 0, email->length) != NULL) in append_ia5()
549 emtmp = OPENSSL_strndup((char *)email->data, email->length); in append_ia5()
H A Dv3_san.c424 ASN1_IA5STRING *email = NULL; in copy_email() local
445 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
451 if (email == NULL || (gen = GENERAL_NAME_new()) == NULL) { in copy_email()
455 gen->d.ia5 = email; in copy_email()
456 email = NULL; in copy_email()
469 ASN1_IA5STRING_free(email); in copy_email()
/freebsd/sys/contrib/openzfs/
H A D.mailmap1 # 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
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod82 email = steve@example.com
83 email = steve@example.org
92 email.1 = steve@example.com
93 email.2 = steve@example.org
222 B<email> (an email address),
231 The B<email> option has two special values.
249 subjectAltName = email:copy, email:my@example.com, URI:http://my.example.com/
280 it does not support B<email:copy>.
487 B<email:copy>
495 nameConstraints = permitted;email:.example.com
[all …]
/freebsd/
H A DMAINTAINERS56 fetch des Pre-commit review requested, email only.
63 libfetch des Pre-commit review requested, email only.
65 libm freebsd-numerics Send email with patches to freebsd-numerics@
66 libpam des Pre-commit review requested, email only.
67 linprocfs des Pre-commit review requested, email only.
77 openssh des Pre-commit review requested, email only.
82 procfs des Pre-commit review requested, email only.
83 pseudofs des Pre-commit review requested, email only.
/freebsd/crypto/heimdal/doc/
H A Dintro.texi78 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 Dhx509.texi558 @subsection S/MIME - email
563 The email address format used in S/MIME certificates is defined in
573 -- in which case, the email client will try to protect the user by
582 using the --email option, --email also gives an implicit emailProtection
584 option --type=email will add the emailProtection EKU.
588 --subject="UID=testus-email,DC=test,DC=h5l,DC=se" \
589 --type=email \
590 --email="testus@@test.h5l.se" \
595 an email address in a SAN.
600 --type=email \
[all …]
/freebsd/tools/tools/git/
H A Dgit-arc.sh478 local addr name email author_addr author_name
511 email=$(git log -1 --author "$(echo ${addr} | tr _ .)" --pretty="%aN <%aE>")
512 if [ -n "${email}" ]; then
513 echo "${email}"
522 email=$(git log -1 --author "${name}" --pretty="%aN <%aE>")
523 if [ -n "$email" ]; then
524 echo "$email"
/freebsd/secure/caroot/untrusted/
H A DHellenic_Academic_and_Research_Institutions_RootCA_2011.pem60 email:.gr
61 email:.eu
62 email:.edu
63 email:.org
/freebsd/crypto/openssl/apps/
H A Dopenssl.cnf220 # 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
H A Dopenssl-vms.cnf219 # 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
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_passphrase.sgml70 Jouni Malinen <email>j@w1.fi</email> and
H A Dwpa_gui.sgml99 Jouni Malinen <email>j@w1.fi</email> and
/freebsd/crypto/heimdal/lib/hx509/
H A Dreq.c155 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()
/freebsd/contrib/file/
H A DMAINT13 getting email from around the world asking me why "my" file command
44 Christos Zoulas (see README for email address)
/freebsd/contrib/lutok/
H A D.travis.yml24 email:
/freebsd/contrib/atf/
H A D.travis.yml24 email:
/freebsd/contrib/wpa/src/tls/
H A Dx509v3.c27 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()

12345678