Searched refs:subject (Results 1 - 25 of 89) sorted by relevance

1234

/freebsd-11-stable/etc/
H A Drc.bsdextended63 #${CMD} add subject uid 80 object not uid 80 mode rxws;
64 #${CMD} add subject gid 80 object not gid 80 mode rxws;
68 #${CMD} add subject uid 54 object not uid 54 mode rxws;
69 #${CMD} add subject gid 26 object gid 54 mode rxws;
73 ${CMD} add subject uid 0 object not uid 0 mode arxws;
74 ${CMD} add subject gid 0 object not gid 0 mode arxws;
78 #${CMD} add subject uid 54 object not uid 54 mode rxws;
79 #${CMD} add subject gid 54 object not gid 54 mode rxws;
83 ${CMD} add subject uid 3 object not uid 3 mode rxws;
84 ${CMD} add subject gi
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobserver.c24 attaches a callback to the subject. One subject can have several
34 for contextual data. This contextual data is given to the subject
35 when attaching the callback. In return, the subject will provide
68 /* A list of observers, maintained by the subject. A subject is
78 in the list of observers maintained by a subject. */
99 in order for the subject to provide it back to the observer during
103 generic_observer_attach (struct observer_list **subject, argument
109 observer_list->next = *subject;
121 generic_observer_detach(struct observer_list **subject, const struct observer *observer) argument
151 generic_observer_notify(struct observer_list *subject, const void *args) argument
[all...]
/freebsd-11-stable/usr.bin/rctl/
H A Drctl.c119 const char *subject, *subject_id, *resource, *action, *amount, *per; local
129 subject = strsep(&copy, ":");
149 assert(subject != NULL);
163 subject, subject_id, resource, action, (uintmax_t)num);
166 subject, subject_id, resource, action, (uintmax_t)num, per);
184 const char *subject, *textid, *rest; local
194 subject = strsep(&copy, ":");
197 warnx("malformed rule '%s': missing subject", rule);
205 if (strcasecmp(subject, "u") == 0)
206 subject
258 const char *subject, *textid, *rest; local
314 const char *subject, *subject_id, *resource, *action, *amount, *per; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dtest_req.in52 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="CN=Love,DC=it,DC=su,DC=se" \
H A Dtest_windows.in56 --subject="CN=Windows-CA,DC=heimdal,DC=pki" \
66 --subject="CN=kdc.heimdal.pki,dc=heimdal,dc=pki" \
78 --subject="CN=User,DC=heimdal,DC=pki" \
H A Dtest_ca.in53 --subject="CN=Love,DC=it,DC=su,DC=se" \
60 --subject="cn=foo" \
108 --subject="cn=foo" \
116 --subject="cn=foo" \
125 --subject="cn=foo" \
134 --subject="cn=foo" \
143 --subject="cn=foo" \
171 --subject="cn=www.test.h5l.se" \
191 --subject="cn=foo" \
197 echo "issue certificate (email, null subject D
[all...]
H A Dreq.c182 "PKCS10 needs to have a subject");
192 &r.certificationRequestInfo.subject);
247 hx509_name subject; local
290 ret = _hx509_name_from_Name(&rinfo->subject, &subject);
296 ret = hx509_request_set_name(context, *req, subject);
297 hx509_name_free(&subject);
314 char *subject; local
315 ret = hx509_name_to_string(req->name, &subject);
320 fprintf(f, "name: %s\n", subject);
[all...]
H A Dca.c44 hx509_name subject; member in struct:hx509_ca_tbs
111 hx509_name_free(&(*tbs)->subject);
188 { "subject", HX509_CA_TEMPLATE_SUBJECT },
230 if (tbs->subject)
231 hx509_name_free(&tbs->subject);
232 ret = hx509_cert_get_subject(cert, &tbs->subject);
235 "Failed to get subject from template");
354 * Set the subject public key info (SPKI) in the to-be-signed certificate
360 * @param spki subject public key info to use for the to-be-signed certificate object.
820 * Set the subject nam
832 hx509_ca_tbs_set_subject(hx509_context context, hx509_ca_tbs tbs, hx509_name subject) argument
954 build_proxy_prefix(hx509_context context, const Name *issuer, Name *subject) argument
[all...]
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.c78 * @param[in] subject The state machine that is being observed.
83 SCI_BASE_SUBJECT_T *subject
97 sci_base_state_machine_get_state((SCI_BASE_STATE_MACHINE_T *)subject)
101 &this_observer->parent.parent, subject
114 * going to observe the subject state machine.
156 * going to observe the subject state machine.
/freebsd-11-stable/tests/sys/mac/bsdextended/
H A Dmatches_test.sh119 ugidfw set 1 subject uid $uidrange object mode rasx
120 desc="subject uid in range"
127 desc="subject uid out range"
137 ugidfw set 1 subject gid $gidrange object mode rasx
139 desc="subject gid in range"
146 desc="subject gid out range"
159 desc="subject matching jailid"
161 ugidfw set 1 subject jailid $jailid object mode rasx
171 desc="subject nonmatching jailid"
188 ugidfw set 1 subject objec
[all...]
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509rset.c77 return (X509_NAME_set(&x->req_info->subject, name));
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c113 * subject token generation.
145 "audit: unable to build subject token");
289 audit_write(short event_code, token_t *subject, token_t *misctok, char retval, argument
297 au_free_token(subject);
303 /* Save subject. */
304 if (subject && au_write(aufd, subject) == -1) {
305 au_free_token(subject);
308 syslog(LOG_ERR, "%s: write of subject failed", func);
356 token_t *subject local
376 token_t *subject; local
400 token_t *subject, *errtok; local
429 token_t *subject, *errtok; local
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509.h96 x509_name subject; member in struct:_x509_cert
123 apr_array_header_t *subject; member in struct:svn_x509_certinfo_t
H A Dx509info.c116 result->subject = deep_copy_name_attrs(certinfo->subject, result_pool);
288 return get_dn(certinfo->subject, result_pool);
294 return certinfo->subject;
/freebsd-11-stable/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-11-stable/usr.sbin/certctl/
H A Dcertctl.sh141 local CFILE subject
151 subject=
153 subject=$( openssl x509 -noout -subject -nameopt multiline -in "$CFILE" |
156 [ "$subject" ] ||
157 subject=$( openssl x509 -noout -subject -in "$CFILE" )
158 printf "%s\t%s\n" "$CFILE" "$subject"
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_req.c98 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
/freebsd-11-stable/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c79 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) argument
88 if (subject) {
89 iname = X509_get_issuer_name(subject);
90 serial = X509_get_serialNumber(subject);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
H A Derr.copyoutbadaddr.ksh4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
H A Derr.copyoutstrbadaddr.ksh4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
/freebsd-11-stable/usr.bin/mail/
H A Dmain.c106 char *subject, *replyto; local
132 subject = NULL;
184 * Give a subject field for sending from
187 subject = optarg;
248 Usage: %s [-dEiInv] [-s subject] [-c cc-addr] [-b bcc-addr] [-F] to-addr ...\n\
264 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL))
294 mail(to, cc, bcc, smopts, subject, replyto);
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c636 const unsigned char *subject, size_t subject_len,
639 /* Skip pattern prefix to match "wildcard" subject */
641 const unsigned char *subject, size_t subject_len,
648 * If subject starts with a leading '.' followed by more octets, and
650 * full subject (starting at the '.'), provided the prefix contains
673 const unsigned char *subject, size_t subject_len,
676 skip_prefix(&pattern, &pattern_len, subject, subject_len, flags);
681 unsigned char r = *subject;
694 ++subject;
702 const unsigned char *subject, size_
640 skip_prefix(const unsigned char **p, size_t *plen, const unsigned char *subject, size_t subject_len, unsigned int flags) argument
672 equal_nocase(const unsigned char *pattern, size_t pattern_len, const unsigned char *subject, size_t subject_len, unsigned int flags) argument
701 equal_case(const unsigned char *pattern, size_t pattern_len, const unsigned char *subject, size_t subject_len, unsigned int flags) argument
744 wildcard_match(const unsigned char *prefix, size_t prefix_len, const unsigned char *suffix, size_t suffix_len, const unsigned char *subject, size_t subject_len, unsigned int flags) argument
862 equal_wildcard(const unsigned char *pattern, size_t pattern_len, const unsigned char *subject, size_t subject_len, unsigned int flags) argument
[all...]
/freebsd-11-stable/sys/security/mac_partition/
H A Dmac_partition.c80 partition_check(struct label *subject, struct label *object) argument
86 if (subject == NULL)
89 if (SLOT(subject) == 0)
94 * not in a partition, and we know the subject is as it has a label
100 if (SLOT(subject) == SLOT(object))
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c287 char subject[128]; local
312 x509_name_string(&cert->subject, subject, sizeof(subject));
313 ev.peer_cert.subject = subject;
327 char subject[128]; local
334 x509_name_string(&cert->subject, subject, sizeof(subject));
[all...]

Completed in 359 milliseconds

1234