/illumos-gate/usr/src/cmd/ipf/examples/ |
H A D | ftp-proxy | 1 How to setup FTP proxying using the built in proxy code. 4 NOTE: Currently, the built-in FTP proxy is only available for use with NAT 6 support null-NAT mappings, that is, using the proxy without changing 22 and IP Filter is running on host B. If you want to proxy FTP from A to C 25 map int-c ipaddr-a/32 -> ip-addr-c-net/32 proxy port ftp ftp/tcp 36 map vx0 10.1.1.1/32 -> 203.45.67.91/32 proxy port ftp ftp/tcp 43 The "map" rule for this proxy should precede any other NAT rules you are
|
H A D | BASIC.NAT | 13 map ppp0 w.x.y.z/24 -> a.b.c.d/32 proxy port ftp ftp/tcp
|
H A D | nat.eg | 11 # port, forcing them to connect through a proxy, you would use:
|
H A D | Makefile | 33 example.13 example.sr firewall ftp-proxy \
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_rlock.c | 214 locked_range_t *proxy; in rangelock_proxify() local 226 proxy = kmem_alloc(sizeof (locked_range_t), KM_SLEEP); in rangelock_proxify() 227 proxy->lr_offset = lr->lr_offset; in rangelock_proxify() 228 proxy->lr_length = lr->lr_length; in rangelock_proxify() 229 proxy->lr_count = 1; in rangelock_proxify() 230 proxy->lr_type = RL_READER; in rangelock_proxify() 231 proxy->lr_proxy = B_TRUE; in rangelock_proxify() 232 proxy->lr_write_wanted = B_FALSE; in rangelock_proxify() 233 proxy->lr_read_wanted = B_FALSE; in rangelock_proxify() 234 avl_add(tree, proxy); in rangelock_proxify() [all …]
|
/illumos-gate/usr/src/lib/libkmf/libkmf/common/ |
H A D | client.c | 481 int port, char *proxy, int proxy_port, char *respfile, in kmf_get_encoded_ocsp_response() argument 502 if (proxy != NULL) { in kmf_get_encoded_ocsp_response() 503 sock = connect_to_server(proxy, final_proxy_port); in kmf_get_encoded_ocsp_response() 513 if (proxy != NULL) { in kmf_get_encoded_ocsp_response() 573 download_file(char *uri, char *proxy, int proxy_port, in download_file() argument 622 if (proxy != NULL) { in download_file() 626 sock = connect_to_server(proxy, final_proxy_port); in download_file() 661 kmf_download_crl(KMF_HANDLE_T handle, char *uri, char *proxy, int proxy_port, in kmf_download_crl() argument 702 ret = download_file(uri, proxy, proxy_port, maxsecs, tmpfd); in kmf_download_crl() 735 kmf_download_cert(KMF_HANDLE_T handle, char *uri, char *proxy, int proxy_port, in kmf_download_cert() argument [all …]
|
H A D | policy.c | 87 vinfo->ocsp_info.basic.proxy = (char *)xmlGetProp(n, in parseOCSPValidation() 161 vinfo->crl_info.proxy = (char *)xmlGetProp(n, in parseValidation() 535 if (crlinfo->proxy && in AddCRLNodes() 536 newprop(n, KMF_CRL_PROXY_ATTR, crlinfo->proxy)) in AddCRLNodes() 588 if (basic->proxy && in AddOCSPNodes() 589 newprop(n_basic, KMF_OCSP_PROXY_ATTR, basic->proxy)) in AddOCSPNodes() 832 FREE_POLICY_STR(policy->VAL_OCSP_BASIC.proxy) in kmf_free_policy_record() 838 FREE_POLICY_STR(policy->validation_info.crl_info.proxy) in kmf_free_policy_record()
|
H A D | certop.c | 1399 cert_get_crl(KMF_HANDLE_T handle, const KMF_DATA *cert, char *proxy, in cert_get_crl() argument 1417 if (proxy != NULL) { in cert_get_crl() 1418 proxyname = strtok(proxy, ":"); in cert_get_crl() 1528 char *proxy = NULL; in cert_crl_check() local 1595 proxy = policy->validation_info.crl_info.proxy; in cert_crl_check() 1596 ret = cert_get_crl(handle, user_cert, proxy, crlfile_tmp, in cert_crl_check()
|
/illumos-gate/usr/src/lib/libkmf/include/ |
H A D | kmfpolicy.h | 42 char *proxy; member 57 char *proxy; member 99 #define VAL_OCSP_PROXY VAL_OCSP_BASIC.proxy 115 #define VAL_CRL_PROXY validation_info.crl_info.proxy
|
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/ |
H A D | download.c | 48 char *proxy = NULL; in pk_download() local 148 proxy = strtok(ptmp, ":"); in pk_download() 169 rv = kmf_download_crl(kmfhandle, url, proxy, proxy_port, 30, in pk_download() 172 rv = kmf_download_cert(kmfhandle, url, proxy, proxy_port, 30, in pk_download()
|
/illumos-gate/usr/src/lib/udapl/libdat/include/dat/ |
H A D | udat_redirection.h | 108 #define DAT_CNO_CREATE(ia, proxy, cno) \ argument 111 (proxy),\ 114 #define DAT_CNO_MODIFY_AGENT(cno, proxy) \ argument 117 (proxy))
|
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | list.c | 108 plc->VAL_OCSP_BASIC.proxy ? in show_policy() 109 plc->VAL_OCSP_BASIC.proxy : "<null>"); in show_policy() 153 plc->validation_info.crl_info.proxy ? in show_policy() 154 plc->validation_info.crl_info.proxy : "<null>"); in show_policy()
|
H A D | modify.c | 694 if (oplc.VAL_OCSP_BASIC.proxy) { in kc_modify_policy() 695 free(oplc.VAL_OCSP_BASIC.proxy); in kc_modify_policy() 696 oplc.VAL_OCSP_BASIC.proxy = NULL; in kc_modify_policy()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | Element.java | 119 protected Value getProperty(String name, long proxy) in getProperty() argument 127 if (PoolInternal.pool_get_property(_conf.getConf(), proxy, name, in getProperty()
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ike/ |
H A D | config.sample | 64 # HTTP proxy and socks URLs should also be indicated if needed... 66 #proxy "http://http-proxy.domain.org:8080"
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 413 if (proxy) in login() 761 if (proxy) { in sendrequest() 1070 if (proxy && retrcmd) { in recvrequest() 1781 if (proxy) in pswitch() 1785 proxy++; in pswitch() 1787 if (!proxy) in pswitch() 1791 proxy = 0; in pswitch() 1984 if (strcmp(cmd, "RETR") && !proxy) in proxtrans() 1986 else if ((strcmp(cmd, "RETR") == 0) && proxy) in proxtrans() 2064 pswitch(!proxy); in proxtrans() [all …]
|
H A D | cmds.c | 444 if (proxy) { in mput() 726 while ((cp = remglob(argv, proxy)) != NULL) { in mget() 812 pswitch(!proxy); in remglob() 818 pswitch(!proxy); in remglob() 852 if (!proxy) { in status() 1600 if (!proxy) { in disconnect() 1689 extern int proxy; in proxabort() 1691 if (!proxy) { in proxabort() 1861 if (proxy) { in setnmap()
|
H A D | main.c | 56 int proxy; variable 284 proxy = 0; /* proxy not active */ in main() 716 if (c->c_name && (!proxy || c->c_proxy)) { in help()
|
H A D | ruserpass.c | 171 if (proxy) { in rnetrc()
|
H A D | ftp_var.h | 110 extern int proxy; /* proxy server connection active */
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 138 char *host, *uport, *proxy; in main() local 243 if ((proxy = strdup(optarg)) == NULL) in main() 335 if ((proxyhost = strtok(proxy, ":")) == NULL) in main()
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipnat_y.y | 151 map: mapit ifnames addr IPNY_TLATE rhaddr proxy mapoptions 185 | mapit ifnames mapfrom IPNY_TLATE rhaddr proxy mapoptions 279 proxy: | IPNY_PROXY IPNY_PORT portspec YY_STR '/' proto 703 | proxy { if (nat->in_plabel[0] != '\0') {
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/ |
H A D | options.tmpl | 33 # noproxyarp -- prevent users from using proxy ARP
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | network-ipfilter.p5m | 82 file path=usr/share/ipfilter/examples/ftp-proxy
|
/illumos-gate/usr/src/lib/libslp/etc/ |
H A D | slp.conf.example | 63 # To load a proxy-registration file at /etc/inet/slpd.reg:
|