Searched refs:access (Results 1 – 25 of 35) sorted by relevance
12
/curl/tests/data/ |
H A D | test421 | 18 access-control-allow-origin: * 21 access-control-allow-methods: GET, POST, PUT, DELETE, OPTIONS 22 access-control-max-age: 1728000 23 access-control-allow-headers: Authorization, Content-Type, AuthorizationOauth, X-EARLY-ACCESS 24 access-control-expose-headers: 69 "access-control-allow-origin":["*"], 71 "access-control-allow-methods":["GET, POST, PUT, DELETE, OPTIONS"], 72 "access-control-max-age":["1728000"], 73 "access-control-allow-headers":["Authorization, Content-Type, AuthorizationOauth, X-EARLY-ACCESS"], 74 "access-control-expose-headers":[""],
|
H A D | test236 | 11 REPLY SIZE 550 access to this file is very much denied 12 REPLY APPE 550 I said: access to this file is very much denied 13 REPLY STOR 550 I said: access to this file is very much denied 24 FTP resume upload but denied access to remote file
|
H A D | test289 | 17 FTP resume upload but denied access to local file
|
H A D | test195 | 21 FTP response 530 after PASS, temporarily not allowed access
|
H A D | test1255 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test1252 | 33 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL directly
|
H A D | test1256 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1257 | 30 Under condition using http_proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1253 | 30 Under condition using --proxy, override NO_PROXY by --nproxy and access target URL through proxy
|
H A D | test1254 | 30 override NO_PROXY by --noproxy and access target URL through proxy
|
H A D | test1538 | 112 e77: Problem with the SSL CA cert (path? access rights?) 117 e82: Failed to load CRL file (path? access rights?, format?)
|
/curl/docs/libcurl/opts/ |
H A D | CURLSHOPT_LOCKFUNC.md | 26 void lockcb(CURL *handle, curl_lock_data data, curl_lock_access access, 47 *access* defines what access type libcurl wants, shared or single. 58 curl_lock_access access, void *clientp);
|
H A D | CURLOPT_SASL_AUTHZID.md | 40 be used to access another user's inbox, that the user has been granted access
|
H A D | CURLMOPT_PUSHFUNCTION.md | 56 *headers* is a handle used to access push headers using the accessor 66 The callback can access PUSH_PROMISE headers with two accessor 68 can only access the PUSH_PROMISE headers: curl_pushheader_byname(3) and
|
H A D | CURLOPT_STDERR.md | 35 a crash in the library since it cannot access a FILE * passed on from the
|
H A D | CURLOPT_XOAUTH2_BEARER.md | 21 CURLOPT_XOAUTH2_BEARER - OAuth 2.0 access token
|
H A D | CURLOPT_HEADERDATA.md | 62 /* now this callback can access the my_info struct */
|
H A D | CURLOPT_URL.md | 106 unfiltered URL can easily trick your application to access a local resource 110 Such custom URLs can also access other ports than you planned as port numbers
|
H A D | CURLOPT_QUOTE.md | 65 The atime command sets the last access time of the file named by the file
|
/curl/docs/cmdline-opts/ |
H A D | sasl-authzid.md | 24 may be used to access another user's inbox, that the user has been granted 25 access to, or a shared mailbox for example.
|
H A D | quote.md | 45 The atime command sets the last access time of the file named by the file
|
/curl/docs/libcurl/ |
H A D | libcurl-security.md | 121 user running the libcurl application, SCP: or SFTP: URLs could access password 176 Local servers sometimes assume local access comes from friends and trusted 188 Some users might be tempted to filter access to local resources or similar 200 somehow by an attacker would all bypass a naive filter and could allow access 255 access, or attempted access, to a local resource. If your application wants to 265 network and access it (over SMB or other protocols), if only the correct file 285 potentially make your system access other hosts on your network. curl cannot 431 Be sure to limit access to application logs if they could hold private or 474 If an attacker can access the heap, like maybe by reading swap space or via a 483 libcurl cannot protect against attacks where an attacker has write access to
|
/curl/packages/vms/ |
H A D | curl_release_note_start.txt | 37 to access the header files.
|
H A D | curlmsg.msg | 57 FTP_ACCESS_DENIED <FTP access denied>
|
/curl/lib/ |
H A D | smb.c | 172 unsigned int access; member 718 msg.access = smb_swap32(SMB_GENERIC_READ | SMB_GENERIC_WRITE); in smb_send_open() 722 msg.access = smb_swap32(SMB_GENERIC_READ); in smb_send_open()
|
Completed in 21 milliseconds
12