/netbsd-src/external/ibm-public/postfix/dist/src/tlsproxy/ |
H A D | Makefile.in | 2 SRCS = tlsproxy.c tlsproxy_state.c 3 OBJS = tlsproxy.o tlsproxy_state.o 9 PROG = tlsproxy 64 tlsproxy.o: ../../include/argv.h 65 tlsproxy.o: ../../include/attr.h 66 tlsproxy.o: ../../include/been_here.h 67 tlsproxy.o: ../../include/check_arg.h 68 tlsproxy.o: ../../include/dns.h 69 tlsproxy.o: ../../include/events.h 70 tlsproxy.o: ../../include/htable.h [all …]
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.double-history | 14 proto postconf proto src tlsproxy tlsproxy c src smtpd smtpd c 15 proto postconf proto src tlsproxy tlsproxy c src smtpd smtpd c 29 tls tls_proxy_client_scan c tls tls_proxy h tlsproxy tlsproxy c 35 tls tls_proxy h tlsproxy tlsproxy c
|
H A D | postconf.proto | 15480 <p> How much time a tlsproxy(8) process may take to process local 15482 This is a safety mechanism that prevents tlsproxy(8) from becoming 15565 <p> Force the Postfix tlsproxy(8) server to issue a TLS session id, 15588 <p> File with the Postfix tlsproxy(8) server RSA certificate in PEM 15589 format. This file may also contain the Postfix tlsproxy(8) server 15591 Postfix ≥ 3.4 the preferred way to configure tlsproxy server keys and 15598 <p> The minimum TLS cipher grade that the Postfix tlsproxy(8) server 15606 <p> File with the Postfix tlsproxy(8) server DSA certificate in PEM 15607 format. This file may also contain the Postfix tlsproxy(8) server 15615 <p> File with DH parameters that the Postfix tlsproxy(8) server [all …]
|
H A D | stop | 1154 tlsproxy
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-3.4 | 58 tlsproxy(8) daemon now requires a zero process limit in master.cf 60 default, a tlsproxy(8) process will retire after several hours. 62 To set the tlsproxy process limit to zero: 64 # postconf -F tlsproxy/unix/process_limit=0 136 [Feature 20180623] Automatic retirement: dnsblog(8) and tlsproxy(8) process 156 same tlsproxy(8) daemon as used by the postscreen(8) service for 171 smtp(8) -> tlsproxy(8) -> remote SMTP server 174 scache(8) -> tlsproxy(8) -> remote SMTP server 180 Postfix SMTP client, and in the tlsproxy(8) daemon (both server and
|
H A D | RELEASE_NOTES-2.8 | 260 This is implemented by a new tlsproxy(8) daemon that you will need 262 tlsproxy(8) implements its own tlsproxy_mumble versions of TLS-related 264 parameters will affect tlsproxy(8) behavior, but it adds another
|
H A D | HISTORY | 16338 Feature: event-driven tlsproxy(8) daemon that translates 16339 TLS <=> plaintext for postscreen(8). One tlsproxy(8) process 16342 Roessner. Files: util/nbbio.[hc], tlsproxy/*.[hc], 16347 Cleanup: missing tls_level support in tlsproxy (it has no 16349 message is in order anyway). File: tlsproxy/tlsproxy.c. 16368 postscreen/postscreen_smtpd.c, tlsproxy/tlsproxy.c. 16370 Non-production: tlsproxy support in the Postfix SMTP server 16371 for stress testing of the tlsproxy daemon (#ifdef TLSPROXY). 16374 tls/tls_proxy*.[hc], tlsproxy/tlsproxy.c, util/vstream.[hc]. 16384 Non-production: cleaned up the tlsproxy support in the [all …]
|
H A D | Makefile.in | 14 src/postmulti src/postscreen src/dnsblog src/tlsproxy \
|
H A D | AAAREADME | 163 src/tlsproxy/ TLS proxy for postscreen and outbound connection reuse
|
H A D | RELEASE_NOTES-3.7 | 178 tlsproxy(8) protocol data to or from serialized form.
|
H A D | RELEASE_NOTES-3.6 | 33 release, otherwise long-running daemons (pickup, qmgr, verify, tlsproxy,
|
/netbsd-src/external/ibm-public/postfix/libexec/tlsproxy/ |
H A D | Makefile | 7 PROG= tlsproxy 12 SRCS= tlsproxy_state.c tlsproxy.c
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/ |
H A D | smtpd_state.c | 150 state->tlsproxy = 0; in smtpd_state_init() 239 if (state->tlsproxy) /* still open after longjmp */ in smtpd_state_reset() 240 vstream_fclose(state->tlsproxy); in smtpd_state_reset()
|
H A D | smtpd.h | 177 VSTREAM *tlsproxy; /* tlsproxy(8) temp. handle */ member
|
H A D | smtpd.c | 5100 vstream_control(state->tlsproxy, CA_VSTREAM_CTL_DOUBLE, CA_VSTREAM_CTL_END); in smtpd_start_tls() 5101 vstream_control(state->client, CA_VSTREAM_CTL_SWAP_FD(state->tlsproxy), in smtpd_start_tls() 5103 (void) vstream_fclose(state->tlsproxy); /* direct-to-client stream! */ in smtpd_start_tls() 5104 state->tlsproxy = 0; in smtpd_start_tls() 5311 state->tlsproxy = in starttls_cmd() 5316 if (state->tlsproxy == 0) { in starttls_cmd() 5354 (void) vstream_fclose(state->tlsproxy); in starttls_cmd() 5355 state->tlsproxy = 0; in starttls_cmd() 5618 state->tlsproxy = in smtpd_proto() 5624 if (state->tlsproxy == 0) { in smtpd_proto()
|
/netbsd-src/external/ibm-public/postfix/libexec/ |
H A D | Makefile | 9 SUBDIR+= postscreen tlsmgr tlsproxy
|
/netbsd-src/external/ibm-public/postfix/man/man8/ |
H A D | Makefile | 14 MAN+= postscreen.8 tlsmgr.8 tlsproxy.8
|
/netbsd-src/external/ibm-public/postfix/dist/html/ |
H A D | Makefile.in | 11 dnsblog.8.html tlsproxy.8.html postlogd.8.html 140 tlsproxy.8.html: ../src/tlsproxy/tlsproxy.c
|
/netbsd-src/external/ibm-public/postfix/dist/man/ |
H A D | Makefile.in | 11 man8/dnsblog.8 man8/tlsproxy.8 man8/postlogd.8 157 man8/tlsproxy.8: ../src/tlsproxy/tlsproxy.c
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | master.cf | 18 #tlsproxy unix - - n - 0 tlsproxy
|
H A D | postfix-files | 125 $daemon_directory/tlsproxy:f:root:-:755 238 $manpage_directory/man8/tlsproxy.8:f:root:-:644 471 $html_directory/tlsproxy.8.html:f:root:-:644
|
/netbsd-src/external/ibm-public/postfix/dist/src/posttls-finger/ |
H A D | posttls-finger.c | 744 VSTREAM *tlsproxy; in starttls() local 840 tlsproxy = in starttls() 861 if (tlsproxy == 0) { in starttls() 864 vstream_control(tlsproxy, in starttls() 868 CA_VSTREAM_CTL_SWAP_FD(tlsproxy), in starttls() 870 (void) vstream_fclose(tlsproxy); /* direct-to-server stream! */ in starttls()
|
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/ |
H A D | smtp_proto.c | 858 VSTREAM *tlsproxy; in smtp_start_tls() local 971 tlsproxy = in smtp_start_tls() 1000 if (tlsproxy == 0) { in smtp_start_tls() 1003 vstream_control(tlsproxy, in smtp_start_tls() 1007 CA_VSTREAM_CTL_SWAP_FD(tlsproxy), in smtp_start_tls() 1009 (void) vstream_fclose(tlsproxy); /* direct-to-server stream! */ in smtp_start_tls()
|
/netbsd-src/external/ibm-public/postfix/share/html/ |
H A D | Makefile | 17 tlsproxy.8.html trivial-rewrite.8.html verify.8.html virtual.8.html
|
/netbsd-src/external/ibm-public/postfix/dist/mantools/ |
H A D | postlink | 854 s/[<bB>]*tlsproxy[<\/bB>]*\(8\)/<a href="tlsproxy.8.html">$&<\/a>/g;
|