Searched refs:proxy (Results 1 - 25 of 61) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_ntlm.h30 CURLcode Curl_input_ntlm(struct connectdata *conn, bool proxy,
34 CURLcode Curl_output_ntlm(struct connectdata *conn, bool proxy);
H A Dcurl_ntlm_wb.h31 CURLcode Curl_output_ntlm_wb(struct connectdata *conn, bool proxy);
H A Dhttp_digest.h43 bool proxy, const char *header);
47 bool proxy,
H A Dhttp_negotiate.h28 int Curl_input_negotiate(struct connectdata *conn, bool proxy,
32 CURLcode Curl_output_negotiate(struct connectdata *conn, bool proxy);
H A Dhttp_negotiate_sspi.c43 get_gss_name(struct connectdata *conn, bool proxy, argument
49 if(proxy && !conn->proxy.name)
50 /* proxy auth requested but no given proxy name, error out! */
67 length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
73 service, proxy ? conn->proxy.name : conn->host.name);
80 int Curl_input_negotiate(struct connectdata *conn, bool proxy, argument
238 Curl_output_negotiate(struct connectdata *conn, bool proxy) argument
[all...]
H A Dhttp_negotiate.c62 get_gss_name(struct connectdata *conn, bool proxy, gss_name_t *server) argument
64 struct negotiatedata *neg_ctx = proxy?&conn->data->state.proxyneg:
83 token.length = strlen(service) + 1 + strlen(proxy ? conn->proxy.name :
88 snprintf(name, sizeof(name), "%s@%s", service, proxy ? conn->proxy.name :
132 int Curl_input_negotiate(struct connectdata *conn, bool proxy, argument
136 struct negotiatedata *neg_ctx = proxy?&data->state.proxyneg:
180 (ret = get_gss_name(conn, proxy, &neg_ctx->server_name)))
271 CURLcode Curl_output_negotiate(struct connectdata *conn, bool proxy) argument
[all...]
H A Dcurl_ntlm.c64 bool proxy, /* if proxy or not */
78 ntlm = proxy ? &conn->proxyntlm : &conn->ntlm;
114 bool proxy)
121 server, which is for a plain host or for a HTTP proxy */
140 if(proxy) {
185 proxy ? "Proxy-" : "",
202 proxy ? "Proxy-" : "",
63 Curl_input_ntlm(struct connectdata *conn, bool proxy, const char *header) argument
113 Curl_output_ntlm(struct connectdata *conn, bool proxy) argument
H A Dhttp_digest.c125 bool proxy,
137 if(proxy) {
270 bool proxy,
307 if(proxy) {
480 proxy?"Proxy-":"",
503 proxy?"Proxy-":"",
124 Curl_input_digest(struct connectdata *conn, bool proxy, const char *header) argument
269 Curl_output_digest(struct connectdata *conn, bool proxy, const unsigned char *request, const unsigned char *uripath) argument
H A Durl.c692 set->proxytype = CURLPROXY_HTTP; /* defaults to HTTP proxy */
1434 * Tunnel operations through the proxy instead of normal proxy use
1441 * Explicitly set HTTP proxy port number.
1481 * Set proxy server:port to use as HTTP proxy.
1483 * If the proxy is set to "" we explicitly say that we don't want to use a
1484 * proxy (even though there might be environment variables saying so).
1486 * Setting it to NULL, means no proxy but allows the environment variables
1495 * Set proxy typ
4032 char *proxy = NULL; local
4120 parse_proxy(struct SessionHandle *data, struct connectdata *conn, char *proxy) argument
4726 char *proxy = NULL; local
[all...]
H A Dcurl_ntlm_wb.c295 bool proxy)
298 server, which is for a plain host or for a HTTP proxy */
312 if(proxy) {
355 proxy ? "Proxy-" : "",
373 proxy ? "Proxy-" : "",
294 Curl_output_ntlm_wb(struct connectdata *conn, bool proxy) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/ptproxy/
H A DMakefile6 obj-y = proxy.o ptrace.o sysdep.o wait.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DProxiedFormat.java37 * Returns the proxy class name. The proxyClassName field is non-null for
54 * container proxy. [#15815]
64 /* Collect the proxy format. */
71 /* Set the proxy format for a new (never initialized) format. */
76 /* Make the linkage from proxy format to proxied format. */
91 PersistentProxy proxy =
93 proxy = (PersistentProxy) reader.readObject(proxy, input, false);
94 return proxy.convertProxy();
112 PersistentProxy proxy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dspi.c206 struct spi_device *proxy; local
215 proxy = kzalloc(sizeof *proxy, GFP_KERNEL);
216 if (!proxy) {
221 proxy->master = master;
222 proxy->chip_select = chip->chip_select;
223 proxy->max_speed_hz = chip->max_speed_hz;
224 proxy->mode = chip->mode;
225 proxy->irq = chip->irq;
226 proxy
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_init.c20 const char *port, const int proxy, const u_int32_t quantum)
34 if (!dsi_tcp_init(dsi, hostname, address, port, proxy)) {
18 dsi_init(const dsi_proto protocol, const char *program, const char *hostname, const char *address, const char *port, const int proxy, const u_int32_t quantum) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_init.c20 const char *port, const int proxy, const u_int32_t quantum)
34 if (!dsi_tcp_init(dsi, hostname, address, port, proxy)) {
18 dsi_init(const dsi_proto protocol, const char *program, const char *hostname, const char *address, const char *port, const int proxy, const u_int32_t quantum) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/
H A Dmake.sh28 --exec-prefix='$(TARGETDIR)' --disable-manual --disable-proxy --without-zlib --disable-cookies --disable-ipv6 --disable-shared \
H A Dmake_arm.sh28 --exec-prefix='$(TARGETDIR)' --disable-manual --disable-proxy --without-zlib --disable-cookies --disable-ipv6 --disable-shared \
H A DMakefile29 --disable-proxy \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dmake.sh28 --exec-prefix='$(TARGETDIR)' --disable-manual --disable-proxy --without-zlib --disable-cookies --disable-ipv6 --disable-shared \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh10 ./tunala -listen localhost:$CLIENT_PORT -proxy localhost:$SERVER_PORT \
14 ./tunala -listen localhost:$SERVER_PORT -proxy $HTTP \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dtestss104 echo "make a proxy certificate request using 'req'"
107 echo "error using 'req' to generate a proxy certificate request"
112 echo "sign proxy certificate request with the just created user certificate via 'x509'"
115 echo "error using 'x509' to sign a proxy certificate request"
126 echo "make another proxy certificate request using 'req'"
129 echo "error using 'req' to generate another proxy certificate request"
134 echo "sign second proxy certificate request with the first proxy certificate via 'x509'"
137 echo "error using 'x509' to sign a second proxy certificate request"
154 echo The first generated proxy certificat
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datmlec.h85 } proxy; /* member in union:atmlec_msg::__anon9655
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Fedora/
H A Dsmb.conf162 ; wins proxy = yes
167 dns proxy = no
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/LSB/
H A Dsmb.conf164 ; wins proxy = yes
169 dns proxy = no
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/RedHat/
H A Dsmb.conf162 ; wins proxy = yes
167 dns proxy = no

Completed in 172 milliseconds

123