OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tlsproxy
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/ibm-public/postfix/libexec/tlsproxy/
Makefile
7
PROG=
tlsproxy
12
SRCS= tlsproxy_state.c
tlsproxy
.c
/src/external/ibm-public/postfix/libexec/
Makefile
9
SUBDIR+= postscreen tlsmgr
tlsproxy
/src/external/ibm-public/postfix/man/man8/
Makefile
14
MAN+= postscreen.8 tlsmgr.8
tlsproxy
.8
/src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_state.c
151
state->
tlsproxy
= 0;
240
if (state->
tlsproxy
) /* still open after longjmp */
241
vstream_fclose(state->
tlsproxy
);
smtpd.h
178
VSTREAM *
tlsproxy
; /*
tlsproxy
(8) temp. handle */
member in struct:__anon69
smtpd.c
5255
* This is non-production code, for
tlsproxy
(8) load testing only. It
5259
* To insert
tlsproxy
(8) between this process and the SMTP client, we swap
5260
* the file descriptors between the state->
tlsproxy
and state->client
5264
* As we implement
tlsproxy
support in the Postfix SMTP client we should
5268
vstream_control(state->
tlsproxy
, CA_VSTREAM_CTL_DOUBLE, CA_VSTREAM_CTL_END);
5269
vstream_control(state->client, CA_VSTREAM_CTL_SWAP_FD(state->
tlsproxy
),
5271
(void) vstream_fclose(state->
tlsproxy
); /* direct-to-client stream! */
5272
state->
tlsproxy
= 0;
5284
* XXX Maybe it is better to send this information to
tlsproxy
(8) when
5474
* Note: state->
tlsproxy
is left open when smtp_flush() calls longjmp()
[
all
...]
/src/external/ibm-public/postfix/dist/src/tlsproxy/
tlsproxy_state.c
9
/* #include <
tlsproxy
.h>
31
/* The VSTREAM between postscreen(8) and
tlsproxy
(8).
101
#include <
tlsproxy
.h>
tlsproxy.c
1
/* $NetBSD:
tlsproxy
.c,v 1.8 2026/05/09 18:49:21 christos Exp $ */
5
/*
tlsproxy
8
436
#include <
tlsproxy
.h>
587
*
tlsproxy
(8) runs the OpenSSL code on behalf of postscreen(8), translating
592
* Like postscreen(8), one
tlsproxy
(8) process services multiple remote SMTP
593
* clients. Unlike postscreen(8), there can be more than one
tlsproxy
(8)
598
* between
tlsproxy
(8) and remote SMTP clients, and plaintext traffic
599
* between
tlsproxy
(8) and postscreen(8). Event-driven plaintext I/O is
609
* Later in the life cycle,
tlsproxy
(8) has also become an enabler for TLS
777
* Report TLS handshake results to the
tlsproxy
client
[
all
...]
/src/external/ibm-public/postfix/share/html/
Makefile
17
tlsproxy
.8.html trivial-rewrite.8.html verify.8.html virtual.8.html
/src/external/ibm-public/postfix/dist/src/posttls-finger/
posttls-finger.c
756
VSTREAM *
tlsproxy
;
local
855
tlsproxy
=
867
* To insert
tlsproxy
(8) between this process and the remote SMTP
868
* server, we swap the file descriptors between the
tlsproxy
and
873
* TODO: the
tlsproxy
RPCs should return more error detail than a "NO"
876
if (
tlsproxy
== 0) {
879
vstream_control(
tlsproxy
,
883
CA_VSTREAM_CTL_SWAP_FD(
tlsproxy
),
885
(void) vstream_fclose(
tlsproxy
); /* direct-to-server stream! */
898
* starts talking immediately. The
tlsproxy
implementation send
[
all
...]
/src/external/ibm-public/postfix/dist/src/smtp/
smtp_proto.c
986
VSTREAM *
tlsproxy
;
local
993
* example, in
tlsproxy
(8). We then store the proxy file handle in the
1087
* The
tlsproxy
(8) server enforces timeouts that are larger than
1088
* those specified by the
tlsproxy
(8) client. These timeouts are a
1089
* safety net for the case that the
tlsproxy
(8) client fails to
1090
* enforce time limits. Normally, the
tlsproxy
(8) client would time
1091
* out and trigger a plaintext event in the
tlsproxy
(8) server, and
1094
* However, the
tlsproxy
(8) server has no insight into the SMTP
1099
*
tlsproxy
(8) server. Unfortunately, we cannot permit plaintext
1109
tlsproxy
[
all
...]
/src/external/ibm-public/postfix/dist/mantools/
postlink
887
s/[<bB>]*
tlsproxy
[<\/bB>]*\(8\)/<a href="
tlsproxy
.8.html">$&<\/a>/g;
Completed in 80 milliseconds
Indexes created Fri Jun 26 00:24:39 UTC 2026