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

1234

/freebsd-9.3-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-9.3-release/crypto/openssl/tools/
H A Dc_info3 # print the subject
8 n=`openssl x509 -subject -issuer -enddate -noout -in $i`
H A Dc_name3 # print the subject
8 n=`openssl x509 -subject -noout -in $i`
/freebsd-9.3-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-9.3-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-9.3-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.c181 "PKCS10 needs to have a subject");
191 &r.certificationRequestInfo.subject);
246 hx509_name subject; local
289 ret = _hx509_name_from_Name(&rinfo->subject, &subject);
295 ret = _hx509_request_set_name(context, *req, subject);
296 hx509_name_free(&subject);
313 char *subject; local
314 ret = hx509_name_to_string(req->name, &subject);
319 fprintf(f, "name: %s\n", subject);
[all...]
H A Dca.c45 hx509_name subject; member in struct:hx509_ca_tbs
84 (*tbs)->subject = NULL;
116 hx509_name_free(&(*tbs)->subject);
193 { "subject", HX509_CA_TEMPLATE_SUBJECT },
235 if (tbs->subject)
236 hx509_name_free(&tbs->subject);
237 ret = hx509_cert_get_subject(cert, &tbs->subject);
240 "Failed to get subject from template");
359 * Set the subject public key info (SPKI) in the to-be-signed certificate
365 * @param spki subject publi
834 hx509_ca_tbs_set_subject(hx509_context context, hx509_ca_tbs tbs, hx509_name subject) argument
908 build_proxy_prefix(hx509_context context, const Name *issuer, Name *subject) argument
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/x509/
H A Dx509rset.c77 return (X509_NAME_set(&x->req_info->subject, name));
/freebsd-9.3-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-9.3-release/gnu/usr.bin/grep/tests/
H A Dwarning.sh16 Make sure you have the word grep in the subject.
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c78 OCSP_CERTID *OCSP_cert_to_id(const EVP_MD *dgst, X509 *subject, X509 *issuer) argument
87 if (subject) {
88 iname = X509_get_issuer_name(subject);
89 serial = X509_get_serialNumber(subject);
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dx_req.c97 ASN1_SIMPLE(X509_REQ_INFO, subject, X509_NAME),
/freebsd-9.3-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-9.3-release/crypto/openssl/demos/ssltest-ecc/
H A DECCcertgen.sh78 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
117 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
156 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CLIENT_FILE.cert.pem -issuer -subject \
H A DRSAcertgen.sh65 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CA_FILE.cert.pem -issuer -subject \
90 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_SERVER_FILE.cert.pem -issuer -subject \
115 $OPENSSL_CMD x509 -in $CERTS_DIR/$TEST_CLIENT_FILE.cert.pem -issuer -subject \
/freebsd-9.3-release/crypto/openssl/test/
H A Dtestss101 $x509cmd -subject -issuer -startdate -enddate -noout -in $Ucert
123 $x509cmd -subject -issuer -startdate -enddate -noout -in $P1cert
145 $x509cmd -subject -issuer -startdate -enddate -noout -in $P2cert
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_purp.c355 /* Does subject name match issuer ? */
681 * subject name.
683 * 1. Check issuer_name(subject) == subject_name(issuer)
684 * 2. If akid(subject) exists check it matches issuer
690 int X509_check_issued(X509 *issuer, X509 *subject) argument
693 X509_get_issuer_name(subject)))
696 x509v3_cache_extensions(subject);
697 if (subject->akid) {
699 if (subject->akid->keyid && issuer->skid &&
700 ASN1_OCTET_STRING_cmp(subject
[all...]

Completed in 158 milliseconds

1234