Home
last modified time | relevance | path

Searched refs:proxy (Results 76 – 100 of 486) sorted by relevance

12345678910>>...20

/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DOSSL_HTTP_transfer.pod22 const char *proxy, const char *no_proxy,
35 BIO *OSSL_HTTP_get(const char *url, const char *proxy, const char *no_proxy,
44 const char *proxy, const char *no_proxy,
56 NULL, else by connecting to a given I<server> optionally via a I<proxy>.
74 If I<bio> is NULL the optional I<proxy> parameter can be used to set an
75 HTTP(S) proxy to use (unless overridden by "no_proxy" settings).
79 An empty proxy string C<""> forbids using a proxy.
83 The default proxy port number is 80, or 443 in case "https:" is given.
149 to set up an SSL/TLS connection via an HTTPS proxy.
151 pre-established with a TLS proxy using the HTTP CONNECT method,
[all …]
H A DX509_get_extension_flags.pod60 The certificate is a valid proxy certificate.
147 This is for the users who need to mark non-RFC3820 proxy certificates as
150 X509_set_proxy_pathlen() sets the proxy certificate path length for the given
151 certificate B<x>. This is for the users who need to mark non-RFC3820 proxy
154 X509_get_proxy_pathlen() returns the proxy certificate path length for the
155 given certificate B<x> if it is a proxy certificate.
189 certificate is a proxy one and has a path length set, and -1 otherwise.
/netbsd/external/bsd/openldap/dist/doc/rfc/
H A Drfc4370.txt40 This document defines support for proxy authorization using the
79 The controlType of the proxy authorization control is
97 The mechanism for determining proxy access rights is specific to the
98 server's proxy authorization policy.
102 identity, the request will be executed as if submitted by the proxy
107 One possible interaction of proxy authorization and normal access
110 by the proxy authorization identity directly) may not be returned if
123 returned than would be if the proxy authorization identity issued the
125 fine-grained access control, where the proxy right requester has
139 Note that the server is responsible for determining if a proxy
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/util/perl/
H A Dcheckhandshake.pm65 my ($proxy, $handtype, $exttype, $testname) = @_;
102 if (scalar @{$proxy->message_list} > $nextmess) {
103 $message = ${$proxy->message_list}[$nextmess];
163 if (scalar @{$proxy->message_list} > $nextmess) {
164 $message = ${$proxy->message_list}[$nextmess];
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/
H A D80-test_cmp_http.t45 my $proxy = chop_dblquot($ENV{http_proxy} // $ENV{HTTP_PROXY} // "");
46 $proxy = "<EMPTY>" if $proxy eq "";
47 $proxy =~ s{^https?://}{}i;
244 $line =~ s{-section,,}{-section,,-proxy,$proxy,};
/netbsd/crypto/external/bsd/openssl/dist/util/perl/
H A Dcheckhandshake.pm65 my ($proxy, $handtype, $exttype, $testname) = @_;
102 if (scalar @{$proxy->message_list} > $nextmess) {
103 $message = ${$proxy->message_list}[$nextmess];
163 if (scalar @{$proxy->message_list} > $nextmess) {
164 $message = ${$proxy->message_list}[$nextmess];
/netbsd/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c3054 proxy = state->proxy; in rcpt_cmd()
3296 proxy = state->proxy; in data_cmd()
3335 SMTPD_PROXY *proxy = state->proxy; in common_pre_message_handling() local
3538 SMTPD_PROXY *proxy = state->proxy; in receive_data_message() local
3605 SMTPD_PROXY *proxy = state->proxy; in common_post_message_handling() local
3620 if (proxy) { in common_post_message_handling()
3728 if (proxy) in common_post_message_handling()
3768 if (proxy) { in common_post_message_handling()
3795 if (proxy) in common_post_message_handling()
3963 proxy = state->proxy; in bdat_cmd()
[all …]
/netbsd/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c96 struct sockaddr_storage from, proxy, server, proxy_to_server, s_in; in main() local
243 if (getsockname(fd, (struct sockaddr *)&proxy, &j) == -1) { in main()
248 ((struct sockaddr_in *)&proxy)->sin_port = bindport; in main()
252 (struct sockaddr *)&proxy, (struct sockaddr *)&server, in main()
290 sock_ntop((struct sockaddr *)&proxy), in main()
291 ntohs(((struct sockaddr_in *)&proxy)->sin_port), in main()
/netbsd/usr.sbin/sysinst/
H A Dmenus.mi394 action { src_prompt(MSG_Proxy, ftp.proxy, sizeof ftp.proxy);
395 if (strcmp(ftp.proxy, "") == 0) {
399 setenv("ftp_proxy", ftp.proxy, 1);
400 setenv("http_proxy", ftp.proxy, 1);
590 action { src_prompt(MSG_Proxy, pkg.proxy, sizeof pkg.proxy);
591 if (strcmp(pkg.proxy, "") == 0) {
595 setenv("ftp_proxy", pkg.proxy, 1);
596 setenv("http_proxy", pkg.proxy, 1);
636 action { src_prompt(MSG_Proxy, pkgsrc.proxy, sizeof pkgsrc.proxy);
637 if (strcmp(pkgsrc.proxy, "") == 0) {
[all …]
H A Dmenus.entropy106 ((struct ftpinfo*)((arg_rv*)arg)->arg)->proxy);},
108 src_prompt(MSG_Proxy, fpi->proxy, sizeof fpi->proxy);
109 if (strcmp(fpi->proxy, "") == 0) {
113 setenv("ftp_proxy", fpi->proxy, 1);
114 setenv("http_proxy", fpi->proxy, 1);
H A Dmain.c142 {"ftp proxy", "", ftp.proxy, sizeof ftp.proxy},
159 {"pkg proxy", "", pkg.proxy, sizeof pkg.proxy},
166 {"pkgsrc proxy", "", pkgsrc.proxy, sizeof pkgsrc.proxy},
/netbsd/dist/pf/share/pf/
H A Dfaq-example130 nat-anchor "ftp-proxy/*"
31 rdr-anchor "ftp-proxy/*"
41 anchor "ftp-proxy/*"
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/
H A DMakefile.am193 cert-proxy.der cert-ca.der cert-ee.der pkcs10-request.der \
381 data/no-proxy-test.crt \
382 data/no-proxy-test.key \
397 data/pkinit-proxy-chain.crt \
398 data/pkinit-proxy.crt \
399 data/pkinit-proxy.key \
405 data/proxy-level-test.crt \
406 data/proxy-level-test.key \
407 data/proxy-test.crt \
408 data/proxy-test.key \
/netbsd/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dgen-req.sh91 gen_cert "/C=SE/CN=pkinit/CN=pkinit-proxy" "pkinit" "proxy" "proxy_cert" pkinit-proxy
96 gen_cert "/C=SE/CN=Test cert/CN=proxy" "test" "proxy" "proxy_cert" proxy-test
97 gen_cert "/C=SE/CN=Test cert/CN=proxy/CN=child" "proxy-test" "proxy" "proxy_cert" proxy-level-test
98 gen_cert "/C=SE/CN=Test cert/CN=no-proxy" "test" "proxy" "usr_cert" no-proxy-test
107 cat pkinit-proxy.crt pkinit.crt > pkinit-proxy-chain.crt
/netbsd/tests/ipf/regress/
H A Dni6.nat1 rdr nf0 192.168.6.2 port 111 -> 192.168.7.1 port 111 udp proxy rpcbu
2 rdr nf0 192.168.6.2 port 111 -> 192.168.7.1 port 111 tcp proxy rpcbt
/netbsd/usr.sbin/pf/
H A DMakefile6 SUBDIR+= ftp-proxy
10 SUBDIR+= tftp-proxy
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_get_extension_flags.pod60 The certificate is a valid proxy certificate.
147 This is for the users who need to mark non-RFC3820 proxy certificates as
150 X509_set_proxy_pathlen() sets the proxy certificate path length for the given
151 certificate B<x>. This is for the users who need to mark non-RFC3820 proxy
154 X509_get_proxy_pathlen() returns the proxy certificate path length for the
155 given certificate B<x> if it is a proxy certificate.
189 certificate is a proxy one and has a path length set, and -1 otherwise.
/netbsd/external/bsd/ipf/dist/
H A DWhatsNew40.txt75 - PPTP proxy added.
76 - IRC proxy added.
77 - RPCBIND proxy added.
78 - FTP proxy support for EPSV (IPv4 only.)
H A DWhatsNew50.txt22 * DNS proxy for the kernel that can block queries based on domain names;
24 * FTP proxy can be configured to limit data connections to one or many
34 * TFTP proxy now included;
/netbsd/external/bsd/openldap/dist/tests/data/
H A Dtest-ldapgluepeople.ldif21 dn: uid=proxy,ou=People,dc=example,dc=com
25 uid: proxy
H A Dtest-ldapgluegroups.ldif16 dn: uid=proxy,ou=Groups,dc=example,dc=com
20 uid: proxy
/netbsd/tests/ipf/expected/
H A Dni610 rdr nf0 192.168.6.2/32 port 111 -> 192.168.7.1/32 port 111 udp proxy rpcbu
11 rdr nf0 192.168.6.2/32 port 111 -> 192.168.7.1/32 port 111 tcp proxy rpcbt
20 proxy active
/netbsd/external/ibm-public/postfix/dist/
H A DUS_PATENT_632126780 a proxy filter and B) active user testing.
82 Postfix is an MTA, not a proxy, and does not implement element
89 Figure 13 in US patent 6,321,267 shows how a proxy interacts
91 system, proxy, local MTA), the proxy assumes no responsibility
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dproxy.cnf2 ## Config file for proxy certificate testing.
24 [ proxy ]
/netbsd/external/bsd/libevent/dist/sample/
H A Dinclude.am17 SAMPLES += sample/le-proxy
18 sample_le_proxy_SOURCES = sample/le-proxy.c

12345678910>>...20