Home
last modified time | relevance | path

Searched full:sender (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/freebsd/usr.sbin/nscd/
H A Dlog.h30 #define LOG_MSG_1(sender, msg, ...) __log_msg(1, sender, msg, ##__VA_ARGS__) argument
31 #define LOG_MSG_2(sender, msg, ...) __log_msg(2, sender, msg, ##__VA_ARGS__) argument
32 #define LOG_MSG_3(sender, msg, ...) __log_msg(3, sedner, msg, ##__VA_ARGS__) argument
34 #define LOG_ERR_1(sender, err, ...) __log_err(1, sender, err, ##__VA_ARGS__) argument
35 #define LOG_ERR_2(sender, err, ...) __log_err(2, sender, err, ##__VA_ARGS__) argument
36 #define LOG_ERR_3(sender, err, ...) __log_err(3, sender, err, ##__VA_ARGS__) argument
H A Dlog.c38 __log_msg(int level, const char *sender, const char *message, ...) in __log_msg() argument
49 printf("M%d from %s: %s\n", level, sender, fmessage); in __log_msg()
52 syslog(LOG_INFO, "nscd message (from %s): %s", sender, in __log_msg()
59 __log_err(int level, const char *sender, const char *error, ...) in __log_err() argument
70 printf("E%d from %s: %s\n", level, sender, ferror); in __log_err()
74 syslog(LOG_ERR, "nscd error (from %s): %s", sender, ferror); in __log_err()
/freebsd/tools/test/stress2/misc/
H A Dsendfile26.sh67 printf("Sender: opening connection to TCP port %d\n", tcp_port);
70 perror("Sender: failed to create socket");
80 perror("Sender: failed to connect to localhost");
85 printf("Sender: opening %s\n", FILENAME);
88 perror("Sender: failed to open file");
93 printf("Sender: starting sendfile(2) loop\n");
124 printf("Sender: closing socket\n");
126 printf("Sender: closing %s\n", FILENAME);
213 pthread_t sender;
216 /* The sender thread will connect to the TCP port on the local host.
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DOSSL_HPKE_CTX_new.3152 (AEAD) algorithm, with optional sender authentication.
154 The sender and a receiver here will generally be using some application or
156 the sender will be a browser and the receiver will be a web server.
164 the sender and receiver. Attempting to use a single context for both will
219 Authenticates possession of a KEM-based sender private key.
227 modes" and "Sender-authenticated HPKE Modes".
230 HPKE contexts have a role \- either sender or receiver. This is used
277 .SS "Sender APIs"
278 .IX Subsection "Sender APIs"
279 A sender's goal is to use HPKE to encrypt using a public key, via use of a
[all …]
/freebsd/usr.bin/from/
H A Dfrom.c52 char *sender, *p; in main() local
59 file = sender = NULL; in main()
70 sender = optarg; in main()
71 for (p = sender; *p; ++p) in main()
110 (!sender || match(buf + 5, sender))) { in main()
128 fprintf(stderr, "usage: from [-c] [-f file] [-s sender] [user]\n"); in usage()
133 match(const char *line, const char *sender) in match() argument
138 for (first = *sender++;;) { in match()
145 for (p = sender, t = line;;) { in match()
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dtask.h60 * events based upon their sender, type, and tag.
126 unsigned int (*unsend)(isc_task_t *task, void *sender, isc_eventtype_t type,
132 unsigned int (*purgeevents)(isc_task_t *task, void *sender,
134 unsigned int (*purgerange)(isc_task_t *task, void *sender,
292 isc_task_purgerange(isc_task_t *task, void *sender, isc_eventtype_t first,
305 *\li Events in the event queue of 'task' whose sender is 'sender', whose
309 *\li A sender of NULL will match any sender. A NULL tag matches any
318 isc_task_purge(isc_task_t *task, void *sender, isc_eventtype_t type,
328 * isc_task_purgerange(task, sender, type, type, tag);
337 *\li Events in the event queue of 'task' whose sender is 'sender', whose
[all …]
/freebsd/contrib/sendmail/src/
H A Dhelpfile49 mail MAIL From:<sender> [ <parameters> ]
50 mail Specifies the sender. Parameters are ESMTP extensions.
78 send SEND FROM:<sender>
82 soml SOML FROM:<sender>
85 saml SAML FROM:<sender>
96 dsn MAIL From:<sender> [ RET={ FULL | HDRS} ] [ ENVID=<envid> ]
102 dsn ENVID Sender's "envelope identifier" for tracking.
120 -bt /sender address :parse sender address, returning the value of
126 -bt Header or `E' for Envelope, and `S' for Sender or `R'
H A Dsendmail.863 Beginning with 8.10, the sender is included in any alias
93 the ``From:'' and ``Sender:''
94 fields are examined for the name of the sender.
189 Set the full name of the sender.
193 (i.e., the envelope sender of the mail).
196 The envelope sender address is used as the recipient
351 as a substring of the sender or not when
477 (or mail it back if the sender is not logged in),
492 and if the sender is local to this machine,
495 in the sender's home directory.
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_HPKE_CTX_new.pod93 (AEAD) algorithm, with optional sender authentication.
95 The sender and a receiver here will generally be using some application or
97 the sender will be a browser and the receiver will be a web server.
106 the sender and receiver. Attempting to use a single context for both will
175 Authenticates possession of a KEM-based sender private key.
186 modes> and L</Sender-authenticated HPKE Modes>.
190 HPKE contexts have a role - either sender or receiver. This is used
246 =head2 Sender APIs
248 A sender's goal is to use HPKE to encrypt using a public key, via use of a
250 OSSL_HPKE_encap()) the sender's public value using the recipient's public key,
[all …]
/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_vfy.c237 * Check if the given cert is acceptable as sender cert of the given message.
289 "sender field", msg->header->sender->d.directoryName)) in cert_acceptable()
323 * from extraCerts as trust anchor to validate sender cert -
371 return cert_acceptable(ctx, "previously validated", "sender cert", in check_msg_given_cert()
408 /* store successful sender cert for further msgs in transaction */ in check_msg_with_certs()
464 X509 *scrt = ctx->validatedSrvCert; /* previous successful sender cert */ in check_msg_find_cert()
465 GENERAL_NAME *sender = msg->header->sender; in check_msg_find_cert() local
472 if (sender == NULL || msg->body == NULL) in check_msg_find_cert()
474 if (sender->type != GEN_DIRNAME) { in check_msg_find_cert()
483 /* enable clearing irrelevant errors in attempts to validate sender certs */ in check_msg_find_cert()
[all …]
H A Dcmp_hdr.c93 * Set the sender name in PKIHeader.
94 * when nm is NULL, sender is set to an empty string
101 return GENERAL_NAME_set1_X509_NAME(&hdr->sender, nm); in ossl_cmp_hdr_set1_sender()
275 const X509_NAME *sender; in ossl_cmp_hdr_init() local
287 * sender name is not known to the client and thus set to NULL-DN in ossl_cmp_hdr_init()
289 sender = ctx->cert != NULL ? X509_get_subject_name(ctx->cert) : in ossl_cmp_hdr_init()
293 if (!ossl_cmp_hdr_set1_sender(hdr, sender)) in ossl_cmp_hdr_init()
330 * (pseudo-) random data generated by the sender, whereas the recipNonce in ossl_cmp_hdr_init()
/freebsd/contrib/sendmail/vacation/
H A Dvacation.149 by default, to the sender informing them that you are currently not
51 The message is only sent to each sender once per reply interval (see
150 Set the reply envelope sender address
170 instead of the incoming message sender address on the
198 Set the sender of the vacation message to
208 line to determine the sender.
215 header to determine the sender.
216 If both are present, the sender from the
269 sender. It should be an entire message (including headers). For
H A Dvacation.c64 ** VACATION -- return a message to the sender when on vacation.
253 case 's': /* alternate sender name */
743 ** from -- sender address.
757 #define MAX_USER_LEN 256 /* maximum length of local part (sender) */
770 char sender[MAX_USER_LEN]; local
796 ** to find the "real" name of the sender, assuming that addresses
799 ** From site!site!SENDER%site.domain%site.domain@site.domain
821 sender[len++] = *e;
828 sender[len] = '\0';
832 sender[len++] = *e;
[all …]
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dauditdistd.conf.565 sender {
66 ## Sender section.
145 # Sender address.
154 # Password used by the sender to authenticate.
170 .Ic sender
208 The directory where to look for audit trail files in case of sender mode, or
221 .Ic sender
272 .Ic sender
321 Password used to authenticate the sender in front of the receiver.
335 sender {
/freebsd/contrib/dma/
H A Dspool.c61 * Sender: envelope-from
141 "Sender: %s\n" in writequeuef()
144 it->sender, in writequeuef()
163 char *queueid = NULL, *sender = NULL, *addr = NULL; in readqueuef() local
193 } else if (strcmp(line, "Sender") == 0) { in readqueuef()
194 sender = s; in readqueuef()
204 if (queueid == NULL || sender == NULL || addr == NULL || in readqueuef()
216 it->sender = sender; sender = NULL; in readqueuef()
222 if (sender != NULL) in readqueuef()
223 free(sender); in readqueuef()
[all …]
H A Ddma.c102 char *sender; in set_from() local
120 if (asprintf(&sender, "%s@%s", addr, from_host) <= 0) in set_from()
123 sender = strdup(addr); in set_from()
124 if (sender == NULL) in set_from()
128 if (strchr(sender, '\n') != NULL) { in set_from()
133 queue->sender = sender; in set_from()
134 return (sender); in set_from()
191 it->sender = queue->sender; in add_recp()
405 it->sender, it->addr); in show_queue()
424 char *sender = NULL; in main() local
[all …]
H A Ddma.844 .Op Fl f Ar sender
47 .Op Fl r Ar sender
89 .It Fl f Ar sender
90 Set sender address (envelope-from) to
91 .Ar sender .
115 .It Fl r Ar sender
293 because your sender domain is invalid.
337 Used to set the sender address (envelope-from).
/freebsd/contrib/sendmail/contrib/
H A Ddoublebounce.pl30 ## second "Orignal message follows" marker), look for From, Sender, and
31 ## Received headers from the point closest to the sender back to the point
34 ## return the message to the original sender, or do something about
35 ## the fact that that sender's return address is not valid.
93 sender's address was also invalid. Since the message originated
96 and have them correct their From or Sender address.
178 /^(sender): (.*)/i ||
195 # Start with the original (inner) sender
206 syslog('info', 'Unable to find original sender, falling back.');
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Darm,mhuv3.yaml23 is composed of a MHU Sender (MHUS) containing a PostBox (PBX) block and a MHU
33 - Receive Transfers from the Sender
34 - Optionally acknowledge Transfers sent by the Sender
50 Sender to Receiver. The Transfer indicates that an event has occurred.
55 can be used independently. It is possible for the Sender to send multiple
64 Sender and Receiver at the expense of determinism. An FCH allows the Sender
68 FCH is considered lossy in nature, and means that the Sender has no way of
84 FFCH allows a Sender to send
91 same order which the Sender sent it.
/freebsd/contrib/ntp/sntp/
H A Dnetworking.c43 sockaddr_u * sender, in recvdata() argument
51 slen = sizeof(*sender); in recvdata()
53 &sender->sa, &slen); in recvdata()
58 printf("Received %d bytes from %s:\n", recvc, sptoa(sender)); in recvdata()
100 sockaddr_u *sender, in process_pkt() argument
163 printf("Crypto NAK = 0x%08x from %s\n", key_id, stoa(sender)); in process_pkt()
200 func_name, stoa(sender), key_id)); in process_pkt()
269 func_name, stoa(sender)); in process_pkt()
285 stoa(sender)); in process_pkt()
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_verification.csv12 1,config default with expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN,BLAN…
13 0,expected sender missing arg, -section,, -recipient,_CA_DN, -expect_sender,,BLANK,, -trusted,trust…
14 0,wrong expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=Sample Cert/OU=R&D/O=Comp…
15 1,unknown attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN/ABC…
16 0,extra attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,_SERVER_DN/seria…
17 0,double attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=ECC Issuing…
18 0,missing attribute in expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=ECC Issuin…
19 0,bad syntax in expected sender name: leading double '/', -section,, -recipient,_CA_DN, -expect_sen…
20 0,bad syntax in expected sender name: trailing double '/', -section,, -recipient,_CA_DN, -expect_se…
21 0,bad syntax in expected sender name: missing '=', -section,, -recipient,_CA_DN, -expect_sender,/C=…
[all …]
/freebsd/contrib/sendmail/libmilter/docs/
H A Dxxfi_envfrom.html19 Handle the MAIL (envelope sender) command.
47 argv[0] is guaranteed to be the sender address.
60 …<TD>Reject this sender and message with a temporary error; a new sender (and hence a new message) …
65 …<TD>Reject this sender and message; a new sender/message may be specified. <A href="xxfi_abort.ht…
/freebsd/crypto/openssl/doc/internal/man3/
H A Dossl_cmp_hdr_init.pod62 ossl_cmp_hdr_get0_sendernonce() returns the sender nonce of the given PKIHeader.
67 ossl_cmp_hdr_set1_sender() sets the sender field in the given PKIHeader
76 The messageTime field contains the time at which the sender created the message.
82 else the subject key ID of the sender's protecting certificate.
110 The sender name is copied from the subject of the client cert, if any,
112 As required by RFC 4210 section 5.1.1., if the sender name is not known
/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dprivsafe.c234 * If sender is known to be sane, accept _only_ exact matches. in k5_privsafe_check_seqnum()
240 * If sender is not known to be sane, first check the ambiguous in k5_privsafe_check_seqnum()
253 * If sender is not known for certain to be a broken Heimdal in k5_privsafe_check_seqnum()
262 * know for certain it's a broken Heimdal sender. in k5_privsafe_check_seqnum()
274 * it matches the received value, sender is known to be sane. in k5_privsafe_check_seqnum()
286 * is in the ambiguous range. This means that the sender's in k5_privsafe_check_seqnum()
288 * and mark the sender as being a broken Heimdal implementation. in k5_privsafe_check_seqnum()
307 * Verify the sender and receiver addresses from a KRB-SAFE or KRB-PRIV message
348 /* Check the remote address against the message's sender address. */ in k5_privsafe_check_addrs()
/freebsd/share/man/man4/
H A Dlp.4140 sender writes the 4 most significant bits and raises the handshake line;
142 sender places the 4 least significant bits on the data lines and lowers
187 sender writes the 4 least significant bits and raises the handshake line;
189 sender places the 4 most significant bits on the data lines and lowers
215 The sender writes the value 0x08 to the data lines, and waits for the receiver
217 The sender then starts

12345678910>>...19