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

1234

/freebsd-10.1-release/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-10.1-release/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-10.1-release/usr.bin/rctl/
H A Drctl.c101 const char *subject, *textid, *rest; local
104 subject = strsep(&rule, ":");
107 errx(1, "error in rule specification -- no subject");
113 if (strcasecmp(subject, "u") == 0)
114 subject = "user";
115 else if (strcasecmp(subject, "g") == 0)
116 subject = "group";
117 else if (strcasecmp(subject, "p") == 0)
118 subject = "process";
119 else if (strcasecmp(subject, "
148 const char *subject, *subject_id, *resource, *action, *amount, *per; local
194 const char *subject, *textid, *rest; local
246 const char *subject, *subject_id, *resource, *action, *amount, *per; local
[all...]
/freebsd-10.1-release/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-10.1-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh50 ugidfw set 1 subject uid $uidrange object mode rasx
51 echo -n "subject uid in range: "
53 echo -n "subject uid out range: "
59 ugidfw set 1 subject gid $gidrange object mode rasx
60 echo -n "subject gid in range: "
62 echo -n "subject gid out range: "
68 echo -n "subject matching jailid: "
71 ugidfw set 1 subject jailid $jailid object mode rasx
75 echo -n "subject nonmatching jailid: "
84 ugidfw set 1 subject objec
[all...]
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/x509/
H A Dx509rset.c77 return (X509_NAME_set(&x->req_info->subject, name));
H A Dx509_cmp.c117 return (X509_NAME_cmp(a->cert_info->subject, b->cert_info->subject));
151 return (a->cert_info->subject);
161 return (X509_NAME_hash(x->cert_info->subject));
167 return (X509_NAME_hash_old(x->cert_info->subject));
/freebsd-10.1-release/contrib/openbsm/libbsm/
H A Dbsm_wrappers.c115 * subject token generation.
147 "audit: unable to build subject token");
291 audit_write(short event_code, token_t *subject, token_t *misctok, char retval, argument
299 au_free_token(subject);
305 /* Save subject. */
306 if (subject && au_write(aufd, subject) == -1) {
307 au_free_token(subject);
310 syslog(LOG_ERR, "%s: write of subject failed", func);
358 token_t *subject local
378 token_t *subject; local
402 token_t *subject, *errtok; local
431 token_t *subject, *errtok; local
[all...]
/freebsd-10.1-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_old.h80 int depth, const char *subject,
117 int depth, const char *subject,
116 wpa_supplicant_dbus_notify_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *cert_hash, const struct wpabuf *cert) argument
/freebsd-10.1-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-10.1-release/usr.bin/mail/
H A Dmain.c63 char *subject, *replyto; local
89 subject = NULL;
141 * Give a subject field for sending from
144 subject = optarg;
205 Usage: %s [-dEiInv] [-s subject] [-c cc-addr] [-b bcc-addr] [-F] to-addr ...\n\
221 if (to == NULL && (subject != NULL || cc != NULL || bcc != NULL))
251 mail(to, cc, bcc, smopts, subject, replyto);
/freebsd-10.1-release/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-10.1-release/crypto/openssl/crypto/asn1/
H A Dx_req.c98 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
H A Dx_x509.c72 ASN1_SIMPLE(X509_CINF, subject, X509_NAME),
110 ret->name = X509_NAME_oneline(ret->cert_info->subject, NULL, 0);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/cddl/contrib/dtracetoolkit/Include/
H A Dtest.ksh11 * The contents of this file are subject to the terms of the
/freebsd-10.1-release/contrib/wpa/src/crypto/
H A Dtls.h49 const char *subject; member in struct:tls_event_data::__anon4693
57 const char *subject; member in struct:tls_event_data::__anon4694
93 * @subject_match: String to match in the subject of the peer certificate or
95 * @altsubject_match: String to match in the alternative subject of the peer

Completed in 231 milliseconds

1234