Home
last modified time | relevance | path

Searched refs:command (Results 1 – 25 of 1747) sorted by last modified time

12345678910>>...70

/curl/.github/workflows/
H A Dwindows.yml234 # CMake (as of v3.26.4) gets confused and applies the MSVC rc.exe command-line
H A Dmacos.yml149 # Run this command with retries because of spurious failures seen
/curl/lib/
H A Dtftp.c1386 char command; in tftp_setup_connection() local
1388 command = Curl_raw_toupper(type[6]); in tftp_setup_connection()
1390 switch(command) { in tftp_setup_connection()
H A Dftp.c4552 char command; in ftp_setup_connection() local
4554 command = Curl_raw_toupper(type[6]); in ftp_setup_connection()
4556 switch(command) { in ftp_setup_connection()
H A Dsmb.c101 unsigned char command; member
134 unsigned char command; member
557 h->command = cmd; in smb_format_message()
658 msg.andx.command = SMB_COM_NO_ANDX_COMMAND; in smb_send_setup()
695 msg.andx.command = SMB_COM_NO_ANDX_COMMAND; in smb_send_tree_connect()
720 msg.andx.command = SMB_COM_NO_ANDX_COMMAND; in smb_send_open()
768 msg.andx.command = SMB_COM_NO_ANDX_COMMAND; in smb_send_read()
793 msg->andx.command = SMB_COM_NO_ANDX_COMMAND; in smb_send_write()
H A Dpop3.c599 const char *command = NULL; in pop3_perform_command() local
603 command = "LIST"; in pop3_perform_command()
610 command = "RETR"; in pop3_perform_command()
616 pop3->custom : command), pop3->id); in pop3_perform_command()
620 pop3->custom : command)); in pop3_perform_command()
/curl/docs/
H A DTODO539 HOST is a command for a client to tell which host name to use, to offer FTP
641 --user test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
682 on a specific port. That is, the following command would exit immediately
700 capabilities returned from the EHLO command.
718 capabilities returned from the CAPA command.
725 capabilities returned from the CAPABILITY command.
882 Some TLS related options to the command line tool and libcurl are only
989 adapt. The OpenSSH SFTP command line tool does and libcurl could also just
1038 Allow the user to make curl run a command and use its stdio to make requests
1266 -" fails. Without -J the same command line works. This happens because the
[all …]
H A DKNOWN_BUGS29 3.2 No disconnect command
187 3.2 No disconnect command
200 Specifying "--login-options AUTH=PLAIN" on the command line does not seem to
236 command using clang in those cases.
405 When doing an operation over FTP that requires the ACCT command (but not when
407 thus fails to issue the correct command:
549 A simple curl command line getting "ldap://ldap.forumsys.com" returns an
/curl/tests/data/
H A Dtest230839 <command>
41 </command>
H A Dtest97046 <command option="no-include">
48 </command>
H A Dtest143832 <command>
34 </command>
H A Dtest97247 <command option="no-include">
49 </command>
H A Dtest148259 <command>
61 </command>
H A Dtest148361 <command>
63 </command>
H A Dtest148137 <command>
39 </command>
64 /********* Sample code generated by the curl command line tool **********
H A Dtest320433 <command>
35 </command>
H A Dtest240643 <command>
45 </command>
H A Dtest47149 <command option="no-output">
51 </command>
H A Dtest120127 <command>
29 </command>
/curl/docs/cmdline-opts/
H A Dech.md39 DoH or providing an ECHConfigList on the command line.
/curl/.circleci/
H A Dconfig.yml37 command: |
44 command: |
51 command: |
58 command: |
65 command: |
72 command: |
79 command: |
86 command: |
93 command: |
100 command: |
[all …]
/curl/tests/server/
H A Drtspd.c1009 char command[32]; in send_doc() local
1014 if(2 == sscanf(ptr, "%31s %d", command, &num)) { in send_doc()
1015 if(!strcmp("wait", command)) { in send_doc()
/curl/m4/
H A Dcurl-functions.m42888 dnl Verify if ioctl with the FIONBIO command is
2944 dnl Verify if ioctl with the SIOCGIFADDR command is available,
3092 dnl Verify if ioctlsocket with the FIONBIO command is
3238 dnl Verify if IoctlSocket with FIONBIO command is available,
/curl/docs/libcurl/
H A Dlibcurl-security.md38 If you use a command line tool (such as curl) that uses libcurl, and you give
39 options to the tool on the command line those options can get read by other
43 To avoid these problems, never feed sensitive things to programs using command
170 A malicious FTP server could in response to the PASV command return an IP
294 unintentionally, allow the user to pass other options to the curl command line
309 curl command lines can use *--proto* to limit what URL schemes it accepts
344 the PORT/EPRT command that makes the server connect back to the client on the
361 An attacker that manages to control curl's command line options can tell curl
362 to send an FTP PORT command to ask the server to connect to a third party host
405 filename. The curl command-line tool does this with *--remote-header-name*,
[all …]
/curl/winbuild/
H A DMakefileBuild.vc43 # This command macro is not set by default: https://msdn.microsoft.com/en-us/library/ms933742.aspx
428 # CURL_XX macros are for the curl.exe command

Completed in 93 milliseconds

12345678910>>...70