├── CMakeLists.txt ├── README.md ├── deps └── curl-7.60.0 │ ├── CHANGES │ ├── CMake │ ├── CMakeConfigurableFile.in │ ├── CurlSymbolHiding.cmake │ ├── CurlTests.c │ ├── FindCARES.cmake │ ├── FindGSS.cmake │ ├── FindLibSSH2.cmake │ ├── FindMbedTLS.cmake │ ├── FindNGHTTP2.cmake │ ├── Macros.cmake │ ├── OtherTests.cmake │ ├── Platforms │ │ └── WindowsCache.cmake │ ├── Utilities.cmake │ ├── cmake_uninstall.cmake.in │ └── curl-config.cmake │ ├── CMakeLists.txt │ ├── COPYING │ ├── MacOSX-Framework │ ├── Makefile │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── RELEASE-NOTES │ ├── acinclude.m4 │ ├── aclocal.m4 │ ├── bin │ └── libcurl.so │ ├── buildconf │ ├── buildconf.bat │ ├── compile │ ├── config.guess │ ├── config.sub │ ├── configure │ ├── configure.ac │ ├── curl-config.in │ ├── depcomp │ ├── docs │ ├── BINDINGS.md │ ├── BUGS │ ├── CHECKSRC.md │ ├── CIPHERS.md │ ├── CMakeLists.txt │ ├── CODE_OF_CONDUCT.md │ ├── CODE_STYLE.md │ ├── CONTRIBUTE.md │ ├── FAQ │ ├── FEATURES │ ├── HELP-US.md │ ├── HISTORY.md │ ├── HTTP-COOKIES.md │ ├── HTTP2.md │ ├── INSTALL │ ├── INSTALL.cmake │ ├── INSTALL.md │ ├── INTERNALS.md │ ├── KNOWN_BUGS │ ├── LICENSE-MIXING.md │ ├── MAIL-ETIQUETTE │ ├── MANUAL │ ├── Makefile.am │ ├── Makefile.in │ ├── README.cmake │ ├── README.md │ ├── README.netware │ ├── README.win32 │ ├── RELEASE-PROCEDURE │ ├── RESOURCES │ ├── ROADMAP.md │ ├── SECURITY-PROCESS.md │ ├── SSL-PROBLEMS.md │ ├── SSLCERTS.md │ ├── THANKS │ ├── TODO │ ├── TheArtOfHttpScripting │ ├── VERSIONS │ ├── cmdline-opts │ │ ├── CMakeLists.txt │ │ ├── MANPAGE.md │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── Makefile.inc │ │ ├── gen.pl │ │ ├── page-footer │ │ └── page-header │ ├── curl-config.1 │ ├── curl.1 │ ├── examples │ │ ├── 10-at-a-time.c │ │ ├── Makefile.am │ │ ├── Makefile.example │ │ ├── Makefile.in │ │ ├── Makefile.inc │ │ ├── Makefile.m32 │ │ ├── Makefile.netware │ │ ├── README │ │ ├── anyauthput.c │ │ ├── asiohiper.cpp │ │ ├── cacertinmem.c │ │ ├── certinfo.c │ │ ├── chkspeed.c │ │ ├── cookie_interface.c │ │ ├── curlgtk.c │ │ ├── curlx.c │ │ ├── debug.c │ │ ├── evhiperfifo.c │ │ ├── externalsocket.c │ │ ├── fileupload.c │ │ ├── fopen.c │ │ ├── ftp-wildcard.c │ │ ├── ftpget.c │ │ ├── ftpgetinfo.c │ │ ├── ftpgetresp.c │ │ ├── ftpsget.c │ │ ├── ftpupload.c │ │ ├── ftpuploadfrommem.c │ │ ├── ftpuploadresume.c │ │ ├── getinfo.c │ │ ├── getinmemory.c │ │ ├── getredirect.c │ │ ├── ghiper.c │ │ ├── hiperfifo.c │ │ ├── href_extractor.c │ │ ├── htmltidy.c │ │ ├── htmltitle.cpp │ │ ├── http-post.c │ │ ├── http2-download.c │ │ ├── http2-serverpush.c │ │ ├── http2-upload.c │ │ ├── httpcustomheader.c │ │ ├── httpput.c │ │ ├── https.c │ │ ├── imap-append.c │ │ ├── imap-copy.c │ │ ├── imap-create.c │ │ ├── imap-delete.c │ │ ├── imap-examine.c │ │ ├── imap-fetch.c │ │ ├── imap-list.c │ │ ├── imap-lsub.c │ │ ├── imap-multi.c │ │ ├── imap-noop.c │ │ ├── imap-search.c │ │ ├── imap-ssl.c │ │ ├── imap-store.c │ │ ├── imap-tls.c │ │ ├── makefile.dj │ │ ├── multi-app.c │ │ ├── multi-debugcallback.c │ │ ├── multi-double.c │ │ ├── multi-formadd.c │ │ ├── multi-post.c │ │ ├── multi-single.c │ │ ├── multi-uv.c │ │ ├── multithread.c │ │ ├── opensslthreadlock.c │ │ ├── persistant.c │ │ ├── pop3-dele.c │ │ ├── pop3-list.c │ │ ├── pop3-multi.c │ │ ├── pop3-noop.c │ │ ├── pop3-retr.c │ │ ├── pop3-ssl.c │ │ ├── pop3-stat.c │ │ ├── pop3-tls.c │ │ ├── pop3-top.c │ │ ├── pop3-uidl.c │ │ ├── post-callback.c │ │ ├── postinmemory.c │ │ ├── postit2-formadd.c │ │ ├── postit2.c │ │ ├── progressfunc.c │ │ ├── resolve.c │ │ ├── rtsp.c │ │ ├── sampleconv.c │ │ ├── sendrecv.c │ │ ├── sepheaders.c │ │ ├── sessioninfo.c │ │ ├── sftpget.c │ │ ├── sftpuploadresume.c │ │ ├── shared-connection-cache.c │ │ ├── simple.c │ │ ├── simplepost.c │ │ ├── simplessl.c │ │ ├── smooth-gtk-thread.c │ │ ├── smtp-expn.c │ │ ├── smtp-mail.c │ │ ├── smtp-mime.c │ │ ├── smtp-multi.c │ │ ├── smtp-ssl.c │ │ ├── smtp-tls.c │ │ ├── smtp-vrfy.c │ │ ├── sslbackend.c │ │ ├── synctime.c │ │ ├── threaded-shared-conn.c │ │ ├── threaded-ssl.c │ │ ├── url2file.c │ │ ├── usercertinmem.c │ │ ├── version-check.pl │ │ └── xmlstream.c │ ├── libcurl │ │ ├── ABI │ │ ├── CMakeLists.txt │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── Makefile.inc │ │ ├── curl_easy_cleanup.3 │ │ ├── curl_easy_duphandle.3 │ │ ├── curl_easy_escape.3 │ │ ├── curl_easy_getinfo.3 │ │ ├── curl_easy_init.3 │ │ ├── curl_easy_pause.3 │ │ ├── curl_easy_perform.3 │ │ ├── curl_easy_recv.3 │ │ ├── curl_easy_reset.3 │ │ ├── curl_easy_send.3 │ │ ├── curl_easy_setopt.3 │ │ ├── curl_easy_strerror.3 │ │ ├── curl_easy_unescape.3 │ │ ├── curl_escape.3 │ │ ├── curl_formadd.3 │ │ ├── curl_formfree.3 │ │ ├── curl_formget.3 │ │ ├── curl_free.3 │ │ ├── curl_getdate.3 │ │ ├── curl_getenv.3 │ │ ├── curl_global_cleanup.3 │ │ ├── curl_global_init.3 │ │ ├── curl_global_init_mem.3 │ │ ├── curl_global_sslset.3 │ │ ├── curl_mime_addpart.3 │ │ ├── curl_mime_data.3 │ │ ├── curl_mime_data_cb.3 │ │ ├── curl_mime_encoder.3 │ │ ├── curl_mime_filedata.3 │ │ ├── curl_mime_filename.3 │ │ ├── curl_mime_free.3 │ │ ├── curl_mime_headers.3 │ │ ├── curl_mime_init.3 │ │ ├── curl_mime_name.3 │ │ ├── curl_mime_subparts.3 │ │ ├── curl_mime_type.3 │ │ ├── curl_mprintf.3 │ │ ├── curl_multi_add_handle.3 │ │ ├── curl_multi_assign.3 │ │ ├── curl_multi_cleanup.3 │ │ ├── curl_multi_fdset.3 │ │ ├── curl_multi_info_read.3 │ │ ├── curl_multi_init.3 │ │ ├── curl_multi_perform.3 │ │ ├── curl_multi_remove_handle.3 │ │ ├── curl_multi_setopt.3 │ │ ├── curl_multi_socket.3 │ │ ├── curl_multi_socket_action.3 │ │ ├── curl_multi_socket_all.3 │ │ ├── curl_multi_strerror.3 │ │ ├── curl_multi_timeout.3 │ │ ├── curl_multi_wait.3 │ │ ├── curl_share_cleanup.3 │ │ ├── curl_share_init.3 │ │ ├── curl_share_setopt.3 │ │ ├── curl_share_strerror.3 │ │ ├── curl_slist_append.3 │ │ ├── curl_slist_free_all.3 │ │ ├── curl_strequal.3 │ │ ├── curl_strnequal.3 │ │ ├── curl_unescape.3 │ │ ├── curl_version.3 │ │ ├── curl_version_info.3 │ │ ├── libcurl-easy.3 │ │ ├── libcurl-env.3 │ │ ├── libcurl-errors.3 │ │ ├── libcurl-multi.3 │ │ ├── libcurl-security.3 │ │ ├── libcurl-share.3 │ │ ├── libcurl-symbols.3 │ │ ├── libcurl-thread.3 │ │ ├── libcurl-tutorial.3 │ │ ├── libcurl.3 │ │ ├── libcurl.m4 │ │ ├── mksymbolsmanpage.pl │ │ ├── opts │ │ │ ├── CMakeLists.txt │ │ │ ├── CURLINFO_ACTIVESOCKET.3 │ │ │ ├── CURLINFO_APPCONNECT_TIME.3 │ │ │ ├── CURLINFO_CERTINFO.3 │ │ │ ├── CURLINFO_CONDITION_UNMET.3 │ │ │ ├── CURLINFO_CONNECT_TIME.3 │ │ │ ├── CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 │ │ │ ├── CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 │ │ │ ├── CURLINFO_CONTENT_LENGTH_UPLOAD.3 │ │ │ ├── CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 │ │ │ ├── CURLINFO_CONTENT_TYPE.3 │ │ │ ├── CURLINFO_COOKIELIST.3 │ │ │ ├── CURLINFO_EFFECTIVE_URL.3 │ │ │ ├── CURLINFO_FILETIME.3 │ │ │ ├── CURLINFO_FILETIME_T.3 │ │ │ ├── CURLINFO_FTP_ENTRY_PATH.3 │ │ │ ├── CURLINFO_HEADER_SIZE.3 │ │ │ ├── CURLINFO_HTTPAUTH_AVAIL.3 │ │ │ ├── CURLINFO_HTTP_CONNECTCODE.3 │ │ │ ├── CURLINFO_HTTP_VERSION.3 │ │ │ ├── CURLINFO_LASTSOCKET.3 │ │ │ ├── CURLINFO_LOCAL_IP.3 │ │ │ ├── CURLINFO_LOCAL_PORT.3 │ │ │ ├── CURLINFO_NAMELOOKUP_TIME.3 │ │ │ ├── CURLINFO_NUM_CONNECTS.3 │ │ │ ├── CURLINFO_OS_ERRNO.3 │ │ │ ├── CURLINFO_PRETRANSFER_TIME.3 │ │ │ ├── CURLINFO_PRIMARY_IP.3 │ │ │ ├── CURLINFO_PRIMARY_PORT.3 │ │ │ ├── CURLINFO_PRIVATE.3 │ │ │ ├── CURLINFO_PROTOCOL.3 │ │ │ ├── CURLINFO_PROXYAUTH_AVAIL.3 │ │ │ ├── CURLINFO_PROXY_SSL_VERIFYRESULT.3 │ │ │ ├── CURLINFO_REDIRECT_COUNT.3 │ │ │ ├── CURLINFO_REDIRECT_TIME.3 │ │ │ ├── CURLINFO_REDIRECT_URL.3 │ │ │ ├── CURLINFO_REQUEST_SIZE.3 │ │ │ ├── CURLINFO_RESPONSE_CODE.3 │ │ │ ├── CURLINFO_RTSP_CLIENT_CSEQ.3 │ │ │ ├── CURLINFO_RTSP_CSEQ_RECV.3 │ │ │ ├── CURLINFO_RTSP_SERVER_CSEQ.3 │ │ │ ├── CURLINFO_RTSP_SESSION_ID.3 │ │ │ ├── CURLINFO_SCHEME.3 │ │ │ ├── CURLINFO_SIZE_DOWNLOAD.3 │ │ │ ├── CURLINFO_SIZE_DOWNLOAD_T.3 │ │ │ ├── CURLINFO_SIZE_UPLOAD.3 │ │ │ ├── CURLINFO_SIZE_UPLOAD_T.3 │ │ │ ├── CURLINFO_SPEED_DOWNLOAD.3 │ │ │ ├── CURLINFO_SPEED_DOWNLOAD_T.3 │ │ │ ├── CURLINFO_SPEED_UPLOAD.3 │ │ │ ├── CURLINFO_SPEED_UPLOAD_T.3 │ │ │ ├── CURLINFO_SSL_ENGINES.3 │ │ │ ├── CURLINFO_SSL_VERIFYRESULT.3 │ │ │ ├── CURLINFO_STARTTRANSFER_TIME.3 │ │ │ ├── CURLINFO_TLS_SESSION.3 │ │ │ ├── CURLINFO_TLS_SSL_PTR.3 │ │ │ ├── CURLINFO_TOTAL_TIME.3 │ │ │ ├── CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 │ │ │ ├── CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 │ │ │ ├── CURLMOPT_MAXCONNECTS.3 │ │ │ ├── CURLMOPT_MAX_HOST_CONNECTIONS.3 │ │ │ ├── CURLMOPT_MAX_PIPELINE_LENGTH.3 │ │ │ ├── CURLMOPT_MAX_TOTAL_CONNECTIONS.3 │ │ │ ├── CURLMOPT_PIPELINING.3 │ │ │ ├── CURLMOPT_PIPELINING_SERVER_BL.3 │ │ │ ├── CURLMOPT_PIPELINING_SITE_BL.3 │ │ │ ├── CURLMOPT_PUSHDATA.3 │ │ │ ├── CURLMOPT_PUSHFUNCTION.3 │ │ │ ├── CURLMOPT_SOCKETDATA.3 │ │ │ ├── CURLMOPT_SOCKETFUNCTION.3 │ │ │ ├── CURLMOPT_TIMERDATA.3 │ │ │ ├── CURLMOPT_TIMERFUNCTION.3 │ │ │ ├── CURLOPT_ABSTRACT_UNIX_SOCKET.3 │ │ │ ├── CURLOPT_ACCEPTTIMEOUT_MS.3 │ │ │ ├── CURLOPT_ACCEPT_ENCODING.3 │ │ │ ├── CURLOPT_ADDRESS_SCOPE.3 │ │ │ ├── CURLOPT_APPEND.3 │ │ │ ├── CURLOPT_AUTOREFERER.3 │ │ │ ├── CURLOPT_BUFFERSIZE.3 │ │ │ ├── CURLOPT_CAINFO.3 │ │ │ ├── CURLOPT_CAPATH.3 │ │ │ ├── CURLOPT_CERTINFO.3 │ │ │ ├── CURLOPT_CHUNK_BGN_FUNCTION.3 │ │ │ ├── CURLOPT_CHUNK_DATA.3 │ │ │ ├── CURLOPT_CHUNK_END_FUNCTION.3 │ │ │ ├── CURLOPT_CLOSESOCKETDATA.3 │ │ │ ├── CURLOPT_CLOSESOCKETFUNCTION.3 │ │ │ ├── CURLOPT_CONNECTTIMEOUT.3 │ │ │ ├── CURLOPT_CONNECTTIMEOUT_MS.3 │ │ │ ├── CURLOPT_CONNECT_ONLY.3 │ │ │ ├── CURLOPT_CONNECT_TO.3 │ │ │ ├── CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 │ │ │ ├── CURLOPT_CONV_FROM_UTF8_FUNCTION.3 │ │ │ ├── CURLOPT_CONV_TO_NETWORK_FUNCTION.3 │ │ │ ├── CURLOPT_COOKIE.3 │ │ │ ├── CURLOPT_COOKIEFILE.3 │ │ │ ├── CURLOPT_COOKIEJAR.3 │ │ │ ├── CURLOPT_COOKIELIST.3 │ │ │ ├── CURLOPT_COOKIESESSION.3 │ │ │ ├── CURLOPT_COPYPOSTFIELDS.3 │ │ │ ├── CURLOPT_CRLF.3 │ │ │ ├── CURLOPT_CRLFILE.3 │ │ │ ├── CURLOPT_CUSTOMREQUEST.3 │ │ │ ├── CURLOPT_DEBUGDATA.3 │ │ │ ├── CURLOPT_DEBUGFUNCTION.3 │ │ │ ├── CURLOPT_DEFAULT_PROTOCOL.3 │ │ │ ├── CURLOPT_DIRLISTONLY.3 │ │ │ ├── CURLOPT_DNS_CACHE_TIMEOUT.3 │ │ │ ├── CURLOPT_DNS_INTERFACE.3 │ │ │ ├── CURLOPT_DNS_LOCAL_IP4.3 │ │ │ ├── CURLOPT_DNS_LOCAL_IP6.3 │ │ │ ├── CURLOPT_DNS_SERVERS.3 │ │ │ ├── CURLOPT_DNS_SHUFFLE_ADDRESSES.3 │ │ │ ├── CURLOPT_DNS_USE_GLOBAL_CACHE.3 │ │ │ ├── CURLOPT_EGDSOCKET.3 │ │ │ ├── CURLOPT_ERRORBUFFER.3 │ │ │ ├── CURLOPT_EXPECT_100_TIMEOUT_MS.3 │ │ │ ├── CURLOPT_FAILONERROR.3 │ │ │ ├── CURLOPT_FILETIME.3 │ │ │ ├── CURLOPT_FNMATCH_DATA.3 │ │ │ ├── CURLOPT_FNMATCH_FUNCTION.3 │ │ │ ├── CURLOPT_FOLLOWLOCATION.3 │ │ │ ├── CURLOPT_FORBID_REUSE.3 │ │ │ ├── CURLOPT_FRESH_CONNECT.3 │ │ │ ├── CURLOPT_FTPPORT.3 │ │ │ ├── CURLOPT_FTPSSLAUTH.3 │ │ │ ├── CURLOPT_FTP_ACCOUNT.3 │ │ │ ├── CURLOPT_FTP_ALTERNATIVE_TO_USER.3 │ │ │ ├── CURLOPT_FTP_CREATE_MISSING_DIRS.3 │ │ │ ├── CURLOPT_FTP_FILEMETHOD.3 │ │ │ ├── CURLOPT_FTP_RESPONSE_TIMEOUT.3 │ │ │ ├── CURLOPT_FTP_SKIP_PASV_IP.3 │ │ │ ├── CURLOPT_FTP_SSL_CCC.3 │ │ │ ├── CURLOPT_FTP_USE_EPRT.3 │ │ │ ├── CURLOPT_FTP_USE_EPSV.3 │ │ │ ├── CURLOPT_FTP_USE_PRET.3 │ │ │ ├── CURLOPT_GSSAPI_DELEGATION.3 │ │ │ ├── CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 │ │ │ ├── CURLOPT_HAPROXYPROTOCOL.3 │ │ │ ├── CURLOPT_HEADER.3 │ │ │ ├── CURLOPT_HEADERDATA.3 │ │ │ ├── CURLOPT_HEADERFUNCTION.3 │ │ │ ├── CURLOPT_HEADEROPT.3 │ │ │ ├── CURLOPT_HTTP200ALIASES.3 │ │ │ ├── CURLOPT_HTTPAUTH.3 │ │ │ ├── CURLOPT_HTTPGET.3 │ │ │ ├── CURLOPT_HTTPHEADER.3 │ │ │ ├── CURLOPT_HTTPPOST.3 │ │ │ ├── CURLOPT_HTTPPROXYTUNNEL.3 │ │ │ ├── CURLOPT_HTTP_CONTENT_DECODING.3 │ │ │ ├── CURLOPT_HTTP_TRANSFER_DECODING.3 │ │ │ ├── CURLOPT_HTTP_VERSION.3 │ │ │ ├── CURLOPT_IGNORE_CONTENT_LENGTH.3 │ │ │ ├── CURLOPT_INFILESIZE.3 │ │ │ ├── CURLOPT_INFILESIZE_LARGE.3 │ │ │ ├── CURLOPT_INTERFACE.3 │ │ │ ├── CURLOPT_INTERLEAVEDATA.3 │ │ │ ├── CURLOPT_INTERLEAVEFUNCTION.3 │ │ │ ├── CURLOPT_IOCTLDATA.3 │ │ │ ├── CURLOPT_IOCTLFUNCTION.3 │ │ │ ├── CURLOPT_IPRESOLVE.3 │ │ │ ├── CURLOPT_ISSUERCERT.3 │ │ │ ├── CURLOPT_KEEP_SENDING_ON_ERROR.3 │ │ │ ├── CURLOPT_KEYPASSWD.3 │ │ │ ├── CURLOPT_KRBLEVEL.3 │ │ │ ├── CURLOPT_LOCALPORT.3 │ │ │ ├── CURLOPT_LOCALPORTRANGE.3 │ │ │ ├── CURLOPT_LOGIN_OPTIONS.3 │ │ │ ├── CURLOPT_LOW_SPEED_LIMIT.3 │ │ │ ├── CURLOPT_LOW_SPEED_TIME.3 │ │ │ ├── CURLOPT_MAIL_AUTH.3 │ │ │ ├── CURLOPT_MAIL_FROM.3 │ │ │ ├── CURLOPT_MAIL_RCPT.3 │ │ │ ├── CURLOPT_MAXCONNECTS.3 │ │ │ ├── CURLOPT_MAXFILESIZE.3 │ │ │ ├── CURLOPT_MAXFILESIZE_LARGE.3 │ │ │ ├── CURLOPT_MAXREDIRS.3 │ │ │ ├── CURLOPT_MAX_RECV_SPEED_LARGE.3 │ │ │ ├── CURLOPT_MAX_SEND_SPEED_LARGE.3 │ │ │ ├── CURLOPT_MIMEPOST.3 │ │ │ ├── CURLOPT_NETRC.3 │ │ │ ├── CURLOPT_NETRC_FILE.3 │ │ │ ├── CURLOPT_NEW_DIRECTORY_PERMS.3 │ │ │ ├── CURLOPT_NEW_FILE_PERMS.3 │ │ │ ├── CURLOPT_NOBODY.3 │ │ │ ├── CURLOPT_NOPROGRESS.3 │ │ │ ├── CURLOPT_NOPROXY.3 │ │ │ ├── CURLOPT_NOSIGNAL.3 │ │ │ ├── CURLOPT_OPENSOCKETDATA.3 │ │ │ ├── CURLOPT_OPENSOCKETFUNCTION.3 │ │ │ ├── CURLOPT_PASSWORD.3 │ │ │ ├── CURLOPT_PATH_AS_IS.3 │ │ │ ├── CURLOPT_PINNEDPUBLICKEY.3 │ │ │ ├── CURLOPT_PIPEWAIT.3 │ │ │ ├── CURLOPT_PORT.3 │ │ │ ├── CURLOPT_POST.3 │ │ │ ├── CURLOPT_POSTFIELDS.3 │ │ │ ├── CURLOPT_POSTFIELDSIZE.3 │ │ │ ├── CURLOPT_POSTFIELDSIZE_LARGE.3 │ │ │ ├── CURLOPT_POSTQUOTE.3 │ │ │ ├── CURLOPT_POSTREDIR.3 │ │ │ ├── CURLOPT_PREQUOTE.3 │ │ │ ├── CURLOPT_PRE_PROXY.3 │ │ │ ├── CURLOPT_PRIVATE.3 │ │ │ ├── CURLOPT_PROGRESSDATA.3 │ │ │ ├── CURLOPT_PROGRESSFUNCTION.3 │ │ │ ├── CURLOPT_PROTOCOLS.3 │ │ │ ├── CURLOPT_PROXY.3 │ │ │ ├── CURLOPT_PROXYAUTH.3 │ │ │ ├── CURLOPT_PROXYHEADER.3 │ │ │ ├── CURLOPT_PROXYPASSWORD.3 │ │ │ ├── CURLOPT_PROXYPORT.3 │ │ │ ├── CURLOPT_PROXYTYPE.3 │ │ │ ├── CURLOPT_PROXYUSERNAME.3 │ │ │ ├── CURLOPT_PROXYUSERPWD.3 │ │ │ ├── CURLOPT_PROXY_CAINFO.3 │ │ │ ├── CURLOPT_PROXY_CAPATH.3 │ │ │ ├── CURLOPT_PROXY_CRLFILE.3 │ │ │ ├── CURLOPT_PROXY_KEYPASSWD.3 │ │ │ ├── CURLOPT_PROXY_PINNEDPUBLICKEY.3 │ │ │ ├── CURLOPT_PROXY_SERVICE_NAME.3 │ │ │ ├── CURLOPT_PROXY_SSLCERT.3 │ │ │ ├── CURLOPT_PROXY_SSLCERTTYPE.3 │ │ │ ├── CURLOPT_PROXY_SSLKEY.3 │ │ │ ├── CURLOPT_PROXY_SSLKEYTYPE.3 │ │ │ ├── CURLOPT_PROXY_SSLVERSION.3 │ │ │ ├── CURLOPT_PROXY_SSL_CIPHER_LIST.3 │ │ │ ├── CURLOPT_PROXY_SSL_OPTIONS.3 │ │ │ ├── CURLOPT_PROXY_SSL_VERIFYHOST.3 │ │ │ ├── CURLOPT_PROXY_SSL_VERIFYPEER.3 │ │ │ ├── CURLOPT_PROXY_TLSAUTH_PASSWORD.3 │ │ │ ├── CURLOPT_PROXY_TLSAUTH_TYPE.3 │ │ │ ├── CURLOPT_PROXY_TLSAUTH_USERNAME.3 │ │ │ ├── CURLOPT_PROXY_TRANSFER_MODE.3 │ │ │ ├── CURLOPT_PUT.3 │ │ │ ├── CURLOPT_QUOTE.3 │ │ │ ├── CURLOPT_RANDOM_FILE.3 │ │ │ ├── CURLOPT_RANGE.3 │ │ │ ├── CURLOPT_READDATA.3 │ │ │ ├── CURLOPT_READFUNCTION.3 │ │ │ ├── CURLOPT_REDIR_PROTOCOLS.3 │ │ │ ├── CURLOPT_REFERER.3 │ │ │ ├── CURLOPT_REQUEST_TARGET.3 │ │ │ ├── CURLOPT_RESOLVE.3 │ │ │ ├── CURLOPT_RESOLVER_START_DATA.3 │ │ │ ├── CURLOPT_RESOLVER_START_FUNCTION.3 │ │ │ ├── CURLOPT_RESUME_FROM.3 │ │ │ ├── CURLOPT_RESUME_FROM_LARGE.3 │ │ │ ├── CURLOPT_RTSP_CLIENT_CSEQ.3 │ │ │ ├── CURLOPT_RTSP_REQUEST.3 │ │ │ ├── CURLOPT_RTSP_SERVER_CSEQ.3 │ │ │ ├── CURLOPT_RTSP_SESSION_ID.3 │ │ │ ├── CURLOPT_RTSP_STREAM_URI.3 │ │ │ ├── CURLOPT_RTSP_TRANSPORT.3 │ │ │ ├── CURLOPT_SASL_IR.3 │ │ │ ├── CURLOPT_SEEKDATA.3 │ │ │ ├── CURLOPT_SEEKFUNCTION.3 │ │ │ ├── CURLOPT_SERVICE_NAME.3 │ │ │ ├── CURLOPT_SHARE.3 │ │ │ ├── CURLOPT_SOCKOPTDATA.3 │ │ │ ├── CURLOPT_SOCKOPTFUNCTION.3 │ │ │ ├── CURLOPT_SOCKS5_AUTH.3 │ │ │ ├── CURLOPT_SOCKS5_GSSAPI_NEC.3 │ │ │ ├── CURLOPT_SOCKS5_GSSAPI_SERVICE.3 │ │ │ ├── CURLOPT_SSH_AUTH_TYPES.3 │ │ │ ├── CURLOPT_SSH_COMPRESSION.3 │ │ │ ├── CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 │ │ │ ├── CURLOPT_SSH_KEYDATA.3 │ │ │ ├── CURLOPT_SSH_KEYFUNCTION.3 │ │ │ ├── CURLOPT_SSH_KNOWNHOSTS.3 │ │ │ ├── CURLOPT_SSH_PRIVATE_KEYFILE.3 │ │ │ ├── CURLOPT_SSH_PUBLIC_KEYFILE.3 │ │ │ ├── CURLOPT_SSLCERT.3 │ │ │ ├── CURLOPT_SSLCERTTYPE.3 │ │ │ ├── CURLOPT_SSLENGINE.3 │ │ │ ├── CURLOPT_SSLENGINE_DEFAULT.3 │ │ │ ├── CURLOPT_SSLKEY.3 │ │ │ ├── CURLOPT_SSLKEYTYPE.3 │ │ │ ├── CURLOPT_SSLVERSION.3 │ │ │ ├── CURLOPT_SSL_CIPHER_LIST.3 │ │ │ ├── CURLOPT_SSL_CTX_DATA.3 │ │ │ ├── CURLOPT_SSL_CTX_FUNCTION.3 │ │ │ ├── CURLOPT_SSL_ENABLE_ALPN.3 │ │ │ ├── CURLOPT_SSL_ENABLE_NPN.3 │ │ │ ├── CURLOPT_SSL_FALSESTART.3 │ │ │ ├── CURLOPT_SSL_OPTIONS.3 │ │ │ ├── CURLOPT_SSL_SESSIONID_CACHE.3 │ │ │ ├── CURLOPT_SSL_VERIFYHOST.3 │ │ │ ├── CURLOPT_SSL_VERIFYPEER.3 │ │ │ ├── CURLOPT_SSL_VERIFYSTATUS.3 │ │ │ ├── CURLOPT_STDERR.3 │ │ │ ├── CURLOPT_STREAM_DEPENDS.3 │ │ │ ├── CURLOPT_STREAM_DEPENDS_E.3 │ │ │ ├── CURLOPT_STREAM_WEIGHT.3 │ │ │ ├── CURLOPT_SUPPRESS_CONNECT_HEADERS.3 │ │ │ ├── CURLOPT_TCP_FASTOPEN.3 │ │ │ ├── CURLOPT_TCP_KEEPALIVE.3 │ │ │ ├── CURLOPT_TCP_KEEPIDLE.3 │ │ │ ├── CURLOPT_TCP_KEEPINTVL.3 │ │ │ ├── CURLOPT_TCP_NODELAY.3 │ │ │ ├── CURLOPT_TELNETOPTIONS.3 │ │ │ ├── CURLOPT_TFTP_BLKSIZE.3 │ │ │ ├── CURLOPT_TFTP_NO_OPTIONS.3 │ │ │ ├── CURLOPT_TIMECONDITION.3 │ │ │ ├── CURLOPT_TIMEOUT.3 │ │ │ ├── CURLOPT_TIMEOUT_MS.3 │ │ │ ├── CURLOPT_TIMEVALUE.3 │ │ │ ├── CURLOPT_TIMEVALUE_LARGE.3 │ │ │ ├── CURLOPT_TLSAUTH_PASSWORD.3 │ │ │ ├── CURLOPT_TLSAUTH_TYPE.3 │ │ │ ├── CURLOPT_TLSAUTH_USERNAME.3 │ │ │ ├── CURLOPT_TRANSFERTEXT.3 │ │ │ ├── CURLOPT_TRANSFER_ENCODING.3 │ │ │ ├── CURLOPT_UNIX_SOCKET_PATH.3 │ │ │ ├── CURLOPT_UNRESTRICTED_AUTH.3 │ │ │ ├── CURLOPT_UPLOAD.3 │ │ │ ├── CURLOPT_URL.3 │ │ │ ├── CURLOPT_USERAGENT.3 │ │ │ ├── CURLOPT_USERNAME.3 │ │ │ ├── CURLOPT_USERPWD.3 │ │ │ ├── CURLOPT_USE_SSL.3 │ │ │ ├── CURLOPT_VERBOSE.3 │ │ │ ├── CURLOPT_WILDCARDMATCH.3 │ │ │ ├── CURLOPT_WRITEDATA.3 │ │ │ ├── CURLOPT_WRITEFUNCTION.3 │ │ │ ├── CURLOPT_XFERINFODATA.3 │ │ │ ├── CURLOPT_XFERINFOFUNCTION.3 │ │ │ ├── CURLOPT_XOAUTH2_BEARER.3 │ │ │ ├── Makefile.am │ │ │ ├── Makefile.in │ │ │ └── Makefile.inc │ │ ├── symbols-in-versions │ │ └── symbols.pl │ └── mk-ca-bundle.1 │ ├── include │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ └── curl │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── curl.h │ │ ├── curlver.h │ │ ├── easy.h │ │ ├── mprintf.h │ │ ├── multi.h │ │ ├── stdcheaders.h │ │ ├── system.h │ │ └── typecheck-gcc.h │ ├── install-sh │ ├── lib │ ├── CMakeLists.txt │ ├── Makefile.Watcom │ ├── Makefile.am │ ├── Makefile.b32 │ ├── Makefile.in │ ├── Makefile.inc │ ├── Makefile.m32 │ ├── Makefile.netware │ ├── Makefile.vxworks │ ├── amigaos.c │ ├── amigaos.h │ ├── arpa_telnet.h │ ├── asyn-ares.c │ ├── asyn-thread.c │ ├── asyn.h │ ├── base64.c │ ├── checksrc.pl │ ├── config-amigaos.h │ ├── config-dos.h │ ├── config-mac.h │ ├── config-os400.h │ ├── config-riscos.h │ ├── config-symbian.h │ ├── config-tpf.h │ ├── config-vxworks.h │ ├── config-win32.h │ ├── config-win32ce.h │ ├── conncache.c │ ├── conncache.h │ ├── connect.c │ ├── connect.h │ ├── content_encoding.c │ ├── content_encoding.h │ ├── cookie.c │ ├── cookie.h │ ├── curl_addrinfo.c │ ├── curl_addrinfo.h │ ├── curl_base64.h │ ├── curl_config.h.cmake │ ├── curl_config.h.in │ ├── curl_ctype.c │ ├── curl_ctype.h │ ├── curl_des.c │ ├── curl_des.h │ ├── curl_endian.c │ ├── curl_endian.h │ ├── curl_fnmatch.c │ ├── curl_fnmatch.h │ ├── curl_gethostname.c │ ├── curl_gethostname.h │ ├── curl_gssapi.c │ ├── curl_gssapi.h │ ├── curl_hmac.h │ ├── curl_ldap.h │ ├── curl_md4.h │ ├── curl_md5.h │ ├── curl_memory.h │ ├── curl_memrchr.c │ ├── curl_memrchr.h │ ├── curl_multibyte.c │ ├── curl_multibyte.h │ ├── curl_ntlm_core.c │ ├── curl_ntlm_core.h │ ├── curl_ntlm_wb.c │ ├── curl_ntlm_wb.h │ ├── curl_path.c │ ├── curl_path.h │ ├── curl_printf.h │ ├── curl_range.c │ ├── curl_range.h │ ├── curl_rtmp.c │ ├── curl_rtmp.h │ ├── curl_sasl.c │ ├── curl_sasl.h │ ├── curl_sec.h │ ├── curl_setup.h │ ├── curl_setup_once.h │ ├── curl_sha256.h │ ├── curl_sspi.c │ ├── curl_sspi.h │ ├── curl_threads.c │ ├── curl_threads.h │ ├── curlx.h │ ├── dict.c │ ├── dict.h │ ├── dotdot.c │ ├── dotdot.h │ ├── easy.c │ ├── easyif.h │ ├── escape.c │ ├── escape.h │ ├── file.c │ ├── file.h │ ├── fileinfo.c │ ├── fileinfo.h │ ├── firefox-db2pem.sh │ ├── formdata.c │ ├── formdata.h │ ├── ftp.c │ ├── ftp.h │ ├── ftplistparser.c │ ├── ftplistparser.h │ ├── getenv.c │ ├── getinfo.c │ ├── getinfo.h │ ├── gopher.c │ ├── gopher.h │ ├── hash.c │ ├── hash.h │ ├── hmac.c │ ├── hostasyn.c │ ├── hostcheck.c │ ├── hostcheck.h │ ├── hostip.c │ ├── hostip.h │ ├── hostip4.c │ ├── hostip6.c │ ├── hostsyn.c │ ├── http.c │ ├── http.h │ ├── http2.c │ ├── http2.h │ ├── http_chunks.c │ ├── http_chunks.h │ ├── http_digest.c │ ├── http_digest.h │ ├── http_negotiate.c │ ├── http_negotiate.h │ ├── http_ntlm.c │ ├── http_ntlm.h │ ├── http_proxy.c │ ├── http_proxy.h │ ├── idn_win32.c │ ├── if2ip.c │ ├── if2ip.h │ ├── imap.c │ ├── imap.h │ ├── inet_ntop.c │ ├── inet_ntop.h │ ├── inet_pton.c │ ├── inet_pton.h │ ├── krb5.c │ ├── ldap.c │ ├── libcurl.plist │ ├── libcurl.rc │ ├── libcurl.vers.in │ ├── llist.c │ ├── llist.h │ ├── makefile.amiga │ ├── makefile.dj │ ├── md4.c │ ├── md5.c │ ├── memdebug.c │ ├── memdebug.h │ ├── mime.c │ ├── mime.h │ ├── mk-ca-bundle.pl │ ├── mk-ca-bundle.vbs │ ├── mprintf.c │ ├── multi.c │ ├── multihandle.h │ ├── multiif.h │ ├── netrc.c │ ├── netrc.h │ ├── non-ascii.c │ ├── non-ascii.h │ ├── nonblock.c │ ├── nonblock.h │ ├── nwlib.c │ ├── nwos.c │ ├── objnames-test08.sh │ ├── objnames-test10.sh │ ├── objnames.inc │ ├── openldap.c │ ├── parsedate.c │ ├── parsedate.h │ ├── pingpong.c │ ├── pingpong.h │ ├── pipeline.c │ ├── pipeline.h │ ├── pop3.c │ ├── pop3.h │ ├── progress.c │ ├── progress.h │ ├── rand.c │ ├── rand.h │ ├── rtsp.c │ ├── rtsp.h │ ├── security.c │ ├── select.c │ ├── select.h │ ├── sendf.c │ ├── sendf.h │ ├── setopt.c │ ├── setopt.h │ ├── setup-os400.h │ ├── setup-vms.h │ ├── sha256.c │ ├── share.c │ ├── share.h │ ├── sigpipe.h │ ├── slist.c │ ├── slist.h │ ├── smb.c │ ├── smb.h │ ├── smtp.c │ ├── smtp.h │ ├── sockaddr.h │ ├── socks.c │ ├── socks.h │ ├── socks_gssapi.c │ ├── socks_sspi.c │ ├── speedcheck.c │ ├── speedcheck.h │ ├── splay.c │ ├── splay.h │ ├── ssh-libssh.c │ ├── ssh.c │ ├── ssh.h │ ├── strcase.c │ ├── strcase.h │ ├── strdup.c │ ├── strdup.h │ ├── strerror.c │ ├── strerror.h │ ├── strtok.c │ ├── strtok.h │ ├── strtoofft.c │ ├── strtoofft.h │ ├── system_win32.c │ ├── system_win32.h │ ├── telnet.c │ ├── telnet.h │ ├── tftp.c │ ├── tftp.h │ ├── timeval.c │ ├── timeval.h │ ├── transfer.c │ ├── transfer.h │ ├── url.c │ ├── url.h │ ├── urldata.h │ ├── vauth │ │ ├── cleartext.c │ │ ├── cram.c │ │ ├── digest.c │ │ ├── digest.h │ │ ├── digest_sspi.c │ │ ├── krb5_gssapi.c │ │ ├── krb5_sspi.c │ │ ├── ntlm.c │ │ ├── ntlm.h │ │ ├── ntlm_sspi.c │ │ ├── oauth2.c │ │ ├── spnego_gssapi.c │ │ ├── spnego_sspi.c │ │ ├── vauth.c │ │ └── vauth.h │ ├── version.c │ ├── vtls │ │ ├── axtls.c │ │ ├── axtls.h │ │ ├── cyassl.c │ │ ├── cyassl.h │ │ ├── darwinssl.c │ │ ├── darwinssl.h │ │ ├── gskit.c │ │ ├── gskit.h │ │ ├── gtls.c │ │ ├── gtls.h │ │ ├── mbedtls.c │ │ ├── mbedtls.h │ │ ├── nss.c │ │ ├── nssg.h │ │ ├── openssl.c │ │ ├── openssl.h │ │ ├── polarssl.c │ │ ├── polarssl.h │ │ ├── polarssl_threadlock.c │ │ ├── polarssl_threadlock.h │ │ ├── schannel.c │ │ ├── schannel.h │ │ ├── schannel_verify.c │ │ ├── vtls.c │ │ └── vtls.h │ ├── warnless.c │ ├── warnless.h │ ├── wildcard.c │ ├── wildcard.h │ ├── x509asn1.c │ └── x509asn1.h │ ├── libcurl.pc.in │ ├── ltmain.sh │ ├── m4 │ ├── ax_code_coverage.m4 │ ├── curl-compilers.m4 │ ├── curl-confopts.m4 │ ├── curl-functions.m4 │ ├── curl-openssl.m4 │ ├── curl-override.m4 │ ├── curl-reentrant.m4 │ ├── libtool.m4 │ ├── ltoptions.m4 │ ├── ltsugar.m4 │ ├── ltversion.m4 │ ├── lt~obsolete.m4 │ ├── xc-am-iface.m4 │ ├── xc-cc-check.m4 │ ├── xc-lt-iface.m4 │ ├── xc-translit.m4 │ ├── xc-val-flgs.m4 │ ├── zz40-xc-ovr.m4 │ ├── zz50-xc-ovr.m4 │ └── zz60-xc-ovr.m4 │ ├── maketgz │ ├── missing │ ├── projects │ ├── README │ ├── Windows │ │ ├── VC10 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ ├── libcurl.vcxproj │ │ │ │ └── libcurl.vcxproj.filters │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ ├── curl.vcxproj │ │ │ │ └── curl.vcxproj.filters │ │ ├── VC11 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ ├── libcurl.vcxproj │ │ │ │ └── libcurl.vcxproj.filters │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ ├── curl.vcxproj │ │ │ │ └── curl.vcxproj.filters │ │ ├── VC12 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ ├── libcurl.vcxproj │ │ │ │ └── libcurl.vcxproj.filters │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ ├── curl.vcxproj │ │ │ │ └── curl.vcxproj.filters │ │ ├── VC14 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ ├── libcurl.vcxproj │ │ │ │ └── libcurl.vcxproj.filters │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ ├── curl.vcxproj │ │ │ │ └── curl.vcxproj.filters │ │ ├── VC15 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ ├── libcurl.vcxproj │ │ │ │ └── libcurl.vcxproj.filters │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ ├── curl.vcxproj │ │ │ │ └── curl.vcxproj.filters │ │ ├── VC6 │ │ │ ├── curl-all.dsw │ │ │ ├── lib │ │ │ │ ├── libcurl.dsp │ │ │ │ └── libcurl.dsw │ │ │ └── src │ │ │ │ ├── curl.dsp │ │ │ │ └── curl.dsw │ │ ├── VC7.1 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ └── libcurl.vcproj │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ └── curl.vcproj │ │ ├── VC7 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ └── libcurl.vcproj │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ └── curl.vcproj │ │ ├── VC8 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ │ ├── libcurl.sln │ │ │ │ └── libcurl.vcproj │ │ │ └── src │ │ │ │ ├── curl.sln │ │ │ │ └── curl.vcproj │ │ └── VC9 │ │ │ ├── curl-all.sln │ │ │ ├── lib │ │ │ ├── libcurl.sln │ │ │ └── libcurl.vcproj │ │ │ └── src │ │ │ ├── curl.sln │ │ │ └── curl.vcproj │ ├── build-openssl.bat │ ├── build-wolfssl.bat │ ├── checksrc.bat │ ├── generate.bat │ ├── wolfssl_options.h │ └── wolfssl_override.props │ ├── scripts │ ├── Makefile.am │ ├── Makefile.in │ ├── coverage.sh │ ├── updatemanpages.pl │ └── zsh.pl │ ├── src │ ├── CMakeLists.txt │ ├── Makefile.Watcom │ ├── Makefile.am │ ├── Makefile.b32 │ ├── Makefile.in │ ├── Makefile.inc │ ├── Makefile.m32 │ ├── Makefile.netware │ ├── curl.rc │ ├── macos │ │ ├── MACINSTALL.TXT │ │ ├── curl.mcp.xml.sit.hqx │ │ └── src │ │ │ ├── curl_GUSIConfig.cpp │ │ │ └── macos_main.cpp │ ├── makefile.amiga │ ├── makefile.dj │ ├── mkhelp.pl │ ├── slist_wc.c │ ├── slist_wc.h │ ├── tool_binmode.c │ ├── tool_binmode.h │ ├── tool_bname.c │ ├── tool_bname.h │ ├── tool_cb_dbg.c │ ├── tool_cb_dbg.h │ ├── tool_cb_hdr.c │ ├── tool_cb_hdr.h │ ├── tool_cb_prg.c │ ├── tool_cb_prg.h │ ├── tool_cb_rea.c │ ├── tool_cb_rea.h │ ├── tool_cb_see.c │ ├── tool_cb_see.h │ ├── tool_cb_wrt.c │ ├── tool_cb_wrt.h │ ├── tool_cfgable.c │ ├── tool_cfgable.h │ ├── tool_convert.c │ ├── tool_convert.h │ ├── tool_dirhie.c │ ├── tool_dirhie.h │ ├── tool_doswin.c │ ├── tool_doswin.h │ ├── tool_easysrc.c │ ├── tool_easysrc.h │ ├── tool_filetime.c │ ├── tool_filetime.h │ ├── tool_formparse.c │ ├── tool_formparse.h │ ├── tool_getparam.c │ ├── tool_getparam.h │ ├── tool_getpass.c │ ├── tool_getpass.h │ ├── tool_help.c │ ├── tool_help.h │ ├── tool_helpers.c │ ├── tool_helpers.h │ ├── tool_homedir.c │ ├── tool_homedir.h │ ├── tool_hugehelp.c │ ├── tool_hugehelp.h │ ├── tool_libinfo.c │ ├── tool_libinfo.h │ ├── tool_main.c │ ├── tool_main.h │ ├── tool_metalink.c │ ├── tool_metalink.h │ ├── tool_msgs.c │ ├── tool_msgs.h │ ├── tool_operate.c │ ├── tool_operate.h │ ├── tool_operhlp.c │ ├── tool_operhlp.h │ ├── tool_panykey.c │ ├── tool_panykey.h │ ├── tool_paramhlp.c │ ├── tool_paramhlp.h │ ├── tool_parsecfg.c │ ├── tool_parsecfg.h │ ├── tool_sdecls.h │ ├── tool_setopt.c │ ├── tool_setopt.h │ ├── tool_setup.h │ ├── tool_sleep.c │ ├── tool_sleep.h │ ├── tool_strdup.c │ ├── tool_strdup.h │ ├── tool_urlglob.c │ ├── tool_urlglob.h │ ├── tool_util.c │ ├── tool_util.h │ ├── tool_version.h │ ├── tool_vms.c │ ├── tool_vms.h │ ├── tool_writeout.c │ ├── tool_writeout.h │ ├── tool_xattr.c │ └── tool_xattr.h │ ├── test-driver │ └── tests │ ├── CMakeLists.txt │ ├── FILEFORMAT │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── certs │ ├── EdelCurlRoot-ca.cacert │ ├── EdelCurlRoot-ca.cnf │ ├── EdelCurlRoot-ca.crt │ ├── EdelCurlRoot-ca.csr │ ├── EdelCurlRoot-ca.der │ ├── EdelCurlRoot-ca.key │ ├── EdelCurlRoot-ca.prm │ ├── Makefile.am │ ├── Makefile.in │ ├── Server-localhost-firstSAN-sv.crl │ ├── Server-localhost-firstSAN-sv.crt │ ├── Server-localhost-firstSAN-sv.csr │ ├── Server-localhost-firstSAN-sv.der │ ├── Server-localhost-firstSAN-sv.dhp │ ├── Server-localhost-firstSAN-sv.key │ ├── Server-localhost-firstSAN-sv.pem │ ├── Server-localhost-firstSAN-sv.pub.der │ ├── Server-localhost-firstSAN-sv.pub.pem │ ├── Server-localhost-lastSAN-sv.crl │ ├── Server-localhost-lastSAN-sv.crt │ ├── Server-localhost-lastSAN-sv.csr │ ├── Server-localhost-lastSAN-sv.der │ ├── Server-localhost-lastSAN-sv.dhp │ ├── Server-localhost-lastSAN-sv.key │ ├── Server-localhost-lastSAN-sv.pem │ ├── Server-localhost-lastSAN-sv.pub.der │ ├── Server-localhost-lastSAN-sv.pub.pem │ ├── Server-localhost-sv.crl │ ├── Server-localhost-sv.crt │ ├── Server-localhost-sv.csr │ ├── Server-localhost-sv.der │ ├── Server-localhost-sv.dhp │ ├── Server-localhost-sv.key │ ├── Server-localhost-sv.pem │ ├── Server-localhost-sv.prm │ ├── Server-localhost-sv.pub.der │ ├── Server-localhost-sv.pub.pem │ ├── Server-localhost.nn-sv.crl │ ├── Server-localhost.nn-sv.crt │ ├── Server-localhost.nn-sv.csr │ ├── Server-localhost.nn-sv.der │ ├── Server-localhost.nn-sv.dhp │ ├── Server-localhost.nn-sv.key │ ├── Server-localhost.nn-sv.pem │ ├── Server-localhost.nn-sv.prm │ ├── Server-localhost.nn-sv.pub.der │ ├── Server-localhost.nn-sv.pub.pem │ ├── Server-localhost0h-sv.crl │ ├── Server-localhost0h-sv.crt │ ├── Server-localhost0h-sv.csr │ ├── Server-localhost0h-sv.der │ ├── Server-localhost0h-sv.dhp │ ├── Server-localhost0h-sv.key │ ├── Server-localhost0h-sv.pem │ ├── Server-localhost0h-sv.prm │ ├── Server-localhost0h-sv.pub.der │ ├── Server-localhost0h-sv.pub.pem │ ├── scripts │ │ ├── Makefile.am │ │ ├── Makefile.in │ │ ├── genroot.sh │ │ └── genserv.sh │ ├── srp-verifier-conf │ └── srp-verifier-db │ ├── curl_test_data.py │ ├── data │ ├── CMakeLists.txt │ ├── DISABLED │ ├── Makefile.am │ ├── Makefile.in │ ├── Makefile.inc │ ├── test1 │ ├── test10 │ ├── test100 │ ├── test1000 │ ├── test1001 │ ├── test1002 │ ├── test1003 │ ├── test1004 │ ├── test1005 │ ├── test1006 │ ├── test1007 │ ├── test1008 │ ├── test1009 │ ├── test101 │ ├── test1010 │ ├── test1011 │ ├── test1012 │ ├── test1013 │ ├── test1014 │ ├── test1015 │ ├── test1016 │ ├── test1017 │ ├── test1018 │ ├── test1019 │ ├── test102 │ ├── test1020 │ ├── test1021 │ ├── test1022 │ ├── test1023 │ ├── test1024 │ ├── test1025 │ ├── test1026 │ ├── test1027 │ ├── test1028 │ ├── test1029 │ ├── test103 │ ├── test1030 │ ├── test1031 │ ├── test1032 │ ├── test1033 │ ├── test1034 │ ├── test1035 │ ├── test1036 │ ├── test1037 │ ├── test1038 │ ├── test1039 │ ├── test104 │ ├── test1040 │ ├── test1041 │ ├── test1042 │ ├── test1043 │ ├── test1044 │ ├── test1045 │ ├── test1046 │ ├── test1047 │ ├── test1048 │ ├── test1049 │ ├── test105 │ ├── test1050 │ ├── test1051 │ ├── test1052 │ ├── test1053 │ ├── test1054 │ ├── test1055 │ ├── test1056 │ ├── test1057 │ ├── test1058 │ ├── test1059 │ ├── test106 │ ├── test1060 │ ├── test1061 │ ├── test1062 │ ├── test1063 │ ├── test1064 │ ├── test1065 │ ├── test1066 │ ├── test1067 │ ├── test1068 │ ├── test1069 │ ├── test107 │ ├── test1070 │ ├── test1071 │ ├── test1072 │ ├── test1073 │ ├── test1074 │ ├── test1075 │ ├── test1076 │ ├── test1077 │ ├── test1078 │ ├── test1079 │ ├── test108 │ ├── test1080 │ ├── test1081 │ ├── test1082 │ ├── test1083 │ ├── test1084 │ ├── test1085 │ ├── test1086 │ ├── test1087 │ ├── test1088 │ ├── test1089 │ ├── test109 │ ├── test1090 │ ├── test1091 │ ├── test1092 │ ├── test1093 │ ├── test1094 │ ├── test1095 │ ├── test1096 │ ├── test1097 │ ├── test1098 │ ├── test1099 │ ├── test11 │ ├── test110 │ ├── test1100 │ ├── test1101 │ ├── test1102 │ ├── test1103 │ ├── test1104 │ ├── test1105 │ ├── test1106 │ ├── test1107 │ ├── test1108 │ ├── test1109 │ ├── test111 │ ├── test1110 │ ├── test1111 │ ├── test1112 │ ├── test1113 │ ├── test1114 │ ├── test1115 │ ├── test1116 │ ├── test1117 │ ├── test1118 │ ├── test1119 │ ├── test112 │ ├── test1120 │ ├── test1121 │ ├── test1122 │ ├── test1123 │ ├── test1124 │ ├── test1125 │ ├── test1126 │ ├── test1127 │ ├── test1128 │ ├── test1129 │ ├── test113 │ ├── test1130 │ ├── test1131 │ ├── test1132 │ ├── test1133 │ ├── test1134 │ ├── test1135 │ ├── test1136 │ ├── test1137 │ ├── test1138 │ ├── test1139 │ ├── test114 │ ├── test1140 │ ├── test1141 │ ├── test1142 │ ├── test1143 │ ├── test1144 │ ├── test1145 │ ├── test1146 │ ├── test1147 │ ├── test1148 │ ├── test1149 │ ├── test115 │ ├── test1150 │ ├── test1151 │ ├── test1152 │ ├── test1153 │ ├── test1154 │ ├── test1155 │ ├── test116 │ ├── test1160 │ ├── test1161 │ ├── test1162 │ ├── test1163 │ ├── test1164 │ ├── test117 │ ├── test1170 │ ├── test1171 │ ├── test118 │ ├── test119 │ ├── test12 │ ├── test120 │ ├── test1200 │ ├── test1201 │ ├── test1202 │ ├── test1203 │ ├── test1204 │ ├── test1205 │ ├── test1206 │ ├── test1207 │ ├── test1208 │ ├── test1209 │ ├── test121 │ ├── test1210 │ ├── test1211 │ ├── test1212 │ ├── test1213 │ ├── test1214 │ ├── test1215 │ ├── test1216 │ ├── test1217 │ ├── test1218 │ ├── test1219 │ ├── test122 │ ├── test1220 │ ├── test1221 │ ├── test1222 │ ├── test1223 │ ├── test1224 │ ├── test1225 │ ├── test1226 │ ├── test1227 │ ├── test1228 │ ├── test1229 │ ├── test123 │ ├── test1230 │ ├── test1231 │ ├── test1232 │ ├── test1233 │ ├── test1234 │ ├── test1235 │ ├── test1236 │ ├── test1237 │ ├── test1238 │ ├── test1239 │ ├── test124 │ ├── test1240 │ ├── test1241 │ ├── test1242 │ ├── test1243 │ ├── test1244 │ ├── test1245 │ ├── test1246 │ ├── test1247 │ ├── test1248 │ ├── test1249 │ ├── test125 │ ├── test1250 │ ├── test1251 │ ├── test1252 │ ├── test1253 │ ├── test1254 │ ├── test1255 │ ├── test1256 │ ├── test1257 │ ├── test1258 │ ├── test1259 │ ├── test126 │ ├── test1260 │ ├── test1261 │ ├── test1262 │ ├── test1263 │ ├── test1264 │ ├── test1265 │ ├── test127 │ ├── test128 │ ├── test1280 │ ├── test1281 │ ├── test1282 │ ├── test1283 │ ├── test1284 │ ├── test1285 │ ├── test1286 │ ├── test1287 │ ├── test1288 │ ├── test1289 │ ├── test129 │ ├── test1290 │ ├── test1291 │ ├── test1292 │ ├── test1298 │ ├── test1299 │ ├── test13 │ ├── test130 │ ├── test1300 │ ├── test1301 │ ├── test1302 │ ├── test1303 │ ├── test1304 │ ├── test1305 │ ├── test1306 │ ├── test1307 │ ├── test1308 │ ├── test1309 │ ├── test131 │ ├── test1310 │ ├── test1311 │ ├── test1312 │ ├── test1313 │ ├── test1314 │ ├── test1315 │ ├── test1316 │ ├── test1317 │ ├── test1318 │ ├── test1319 │ ├── test132 │ ├── test1320 │ ├── test1321 │ ├── test1322 │ ├── test1323 │ ├── test1324 │ ├── test1325 │ ├── test1326 │ ├── test1327 │ ├── test1328 │ ├── test1329 │ ├── test133 │ ├── test1330 │ ├── test1331 │ ├── test1332 │ ├── test1333 │ ├── test1334 │ ├── test1335 │ ├── test1336 │ ├── test1337 │ ├── test1338 │ ├── test1339 │ ├── test134 │ ├── test1340 │ ├── test1341 │ ├── test1342 │ ├── test1343 │ ├── test1344 │ ├── test1345 │ ├── test1346 │ ├── test1347 │ ├── test1348 │ ├── test1349 │ ├── test135 │ ├── test1350 │ ├── test1351 │ ├── test1352 │ ├── test1353 │ ├── test1354 │ ├── test1355 │ ├── test1356 │ ├── test1357 │ ├── test1358 │ ├── test1359 │ ├── test136 │ ├── test1360 │ ├── test1361 │ ├── test1362 │ ├── test1363 │ ├── test1364 │ ├── test1365 │ ├── test1366 │ ├── test1367 │ ├── test1368 │ ├── test1369 │ ├── test137 │ ├── test1370 │ ├── test1371 │ ├── test1372 │ ├── test1373 │ ├── test1374 │ ├── test1375 │ ├── test1376 │ ├── test1377 │ ├── test1378 │ ├── test1379 │ ├── test138 │ ├── test1380 │ ├── test1381 │ ├── test1382 │ ├── test1383 │ ├── test1384 │ ├── test1385 │ ├── test1386 │ ├── test1387 │ ├── test1388 │ ├── test1389 │ ├── test139 │ ├── test1390 │ ├── test1391 │ ├── test1392 │ ├── test1393 │ ├── test1394 │ ├── test1395 │ ├── test1396 │ ├── test1397 │ ├── test1398 │ ├── test1399 │ ├── test14 │ ├── test140 │ ├── test1400 │ ├── test1401 │ ├── test1402 │ ├── test1403 │ ├── test1404 │ ├── test1405 │ ├── test1406 │ ├── test1407 │ ├── test1408 │ ├── test1409 │ ├── test141 │ ├── test1410 │ ├── test1411 │ ├── test1412 │ ├── test1413 │ ├── test1414 │ ├── test1415 │ ├── test1416 │ ├── test1417 │ ├── test1418 │ ├── test1419 │ ├── test142 │ ├── test1420 │ ├── test1421 │ ├── test1422 │ ├── test1423 │ ├── test1424 │ ├── test1425 │ ├── test1426 │ ├── test1427 │ ├── test1428 │ ├── test1429 │ ├── test143 │ ├── test1430 │ ├── test1431 │ ├── test1432 │ ├── test1433 │ ├── test1434 │ ├── test1435 │ ├── test1436 │ ├── test1437 │ ├── test1438 │ ├── test1439 │ ├── test144 │ ├── test1440 │ ├── test1441 │ ├── test1442 │ ├── test1443 │ ├── test1444 │ ├── test1445 │ ├── test1446 │ ├── test1447 │ ├── test1448 │ ├── test1449 │ ├── test145 │ ├── test1450 │ ├── test1451 │ ├── test1452 │ ├── test1453 │ ├── test1454 │ ├── test1455 │ ├── test1456 │ ├── test146 │ ├── test147 │ ├── test148 │ ├── test149 │ ├── test15 │ ├── test150 │ ├── test1500 │ ├── test1501 │ ├── test1502 │ ├── test1503 │ ├── test1504 │ ├── test1505 │ ├── test1506 │ ├── test1507 │ ├── test1508 │ ├── test1509 │ ├── test151 │ ├── test1510 │ ├── test1511 │ ├── test1512 │ ├── test1513 │ ├── test1514 │ ├── test1515 │ ├── test1516 │ ├── test1517 │ ├── test152 │ ├── test1520 │ ├── test1521 │ ├── test1525 │ ├── test1526 │ ├── test1527 │ ├── test1528 │ ├── test1529 │ ├── test153 │ ├── test1530 │ ├── test1531 │ ├── test1532 │ ├── test1533 │ ├── test1534 │ ├── test1535 │ ├── test1536 │ ├── test1537 │ ├── test1538 │ ├── test154 │ ├── test1540 │ ├── test155 │ ├── test1550 │ ├── test1551 │ ├── test1552 │ ├── test1553 │ ├── test1554 │ ├── test1555 │ ├── test1556 │ ├── test156 │ ├── test157 │ ├── test158 │ ├── test159 │ ├── test16 │ ├── test160 │ ├── test1600 │ ├── test1601 │ ├── test1602 │ ├── test1603 │ ├── test1604 │ ├── test1605 │ ├── test1606 │ ├── test1607 │ ├── test1608 │ ├── test161 │ ├── test162 │ ├── test163 │ ├── test164 │ ├── test165 │ ├── test166 │ ├── test167 │ ├── test168 │ ├── test169 │ ├── test17 │ ├── test170 │ ├── test1700 │ ├── test1701 │ ├── test1702 │ ├── test171 │ ├── test172 │ ├── test173 │ ├── test174 │ ├── test175 │ ├── test176 │ ├── test177 │ ├── test178 │ ├── test179 │ ├── test18 │ ├── test180 │ ├── test1800 │ ├── test1801 │ ├── test181 │ ├── test182 │ ├── test183 │ ├── test184 │ ├── test185 │ ├── test186 │ ├── test187 │ ├── test188 │ ├── test189 │ ├── test19 │ ├── test190 │ ├── test1900 │ ├── test1901 │ ├── test1902 │ ├── test1903 │ ├── test1904 │ ├── test191 │ ├── test192 │ ├── test193 │ ├── test194 │ ├── test195 │ ├── test196 │ ├── test197 │ ├── test198 │ ├── test199 │ ├── test2 │ ├── test20 │ ├── test200 │ ├── test2000 │ ├── test2001 │ ├── test2002 │ ├── test2003 │ ├── test2004 │ ├── test2005 │ ├── test2006 │ ├── test2007 │ ├── test2008 │ ├── test2009 │ ├── test201 │ ├── test2010 │ ├── test2011 │ ├── test2012 │ ├── test2013 │ ├── test2014 │ ├── test2015 │ ├── test2016 │ ├── test2017 │ ├── test2018 │ ├── test2019 │ ├── test202 │ ├── test2020 │ ├── test2021 │ ├── test2022 │ ├── test2023 │ ├── test2024 │ ├── test2025 │ ├── test2026 │ ├── test2027 │ ├── test2028 │ ├── test2029 │ ├── test203 │ ├── test2030 │ ├── test2031 │ ├── test2032 │ ├── test2033 │ ├── test2034 │ ├── test2035 │ ├── test2036 │ ├── test2037 │ ├── test2038 │ ├── test2039 │ ├── test204 │ ├── test2040 │ ├── test2041 │ ├── test2042 │ ├── test2043 │ ├── test2044 │ ├── test2045 │ ├── test2046 │ ├── test2047 │ ├── test2048 │ ├── test2049 │ ├── test205 │ ├── test2050 │ ├── test2051 │ ├── test2052 │ ├── test2053 │ ├── test2054 │ ├── test2055 │ ├── test2056 │ ├── test2057 │ ├── test2058 │ ├── test2059 │ ├── test206 │ ├── test2060 │ ├── test2061 │ ├── test2062 │ ├── test2063 │ ├── test2064 │ ├── test2065 │ ├── test2066 │ ├── test2067 │ ├── test2068 │ ├── test2069 │ ├── test207 │ ├── test2070 │ ├── test2071 │ ├── test2072 │ ├── test2073 │ ├── test208 │ ├── test209 │ ├── test21 │ ├── test210 │ ├── test211 │ ├── test212 │ ├── test213 │ ├── test214 │ ├── test215 │ ├── test216 │ ├── test217 │ ├── test218 │ ├── test219 │ ├── test22 │ ├── test220 │ ├── test221 │ ├── test222 │ ├── test223 │ ├── test224 │ ├── test225 │ ├── test226 │ ├── test227 │ ├── test228 │ ├── test229 │ ├── test23 │ ├── test230 │ ├── test231 │ ├── test232 │ ├── test233 │ ├── test234 │ ├── test235 │ ├── test236 │ ├── test237 │ ├── test238 │ ├── test239 │ ├── test24 │ ├── test240 │ ├── test241 │ ├── test242 │ ├── test243 │ ├── test244 │ ├── test245 │ ├── test246 │ ├── test247 │ ├── test248 │ ├── test249 │ ├── test25 │ ├── test250 │ ├── test251 │ ├── test252 │ ├── test253 │ ├── test254 │ ├── test255 │ ├── test256 │ ├── test257 │ ├── test258 │ ├── test259 │ ├── test26 │ ├── test260 │ ├── test261 │ ├── test262 │ ├── test263 │ ├── test264 │ ├── test265 │ ├── test266 │ ├── test267 │ ├── test268 │ ├── test269 │ ├── test27 │ ├── test270 │ ├── test271 │ ├── test272 │ ├── test273 │ ├── test274 │ ├── test275 │ ├── test276 │ ├── test277 │ ├── test278 │ ├── test279 │ ├── test28 │ ├── test280 │ ├── test281 │ ├── test282 │ ├── test283 │ ├── test284 │ ├── test285 │ ├── test286 │ ├── test287 │ ├── test288 │ ├── test289 │ ├── test29 │ ├── test290 │ ├── test291 │ ├── test292 │ ├── test293 │ ├── test294 │ ├── test295 │ ├── test296 │ ├── test297 │ ├── test298 │ ├── test299 │ ├── test3 │ ├── test30 │ ├── test300 │ ├── test3000 │ ├── test3001 │ ├── test301 │ ├── test302 │ ├── test303 │ ├── test304 │ ├── test305 │ ├── test306 │ ├── test307 │ ├── test308 │ ├── test309 │ ├── test31 │ ├── test310 │ ├── test311 │ ├── test312 │ ├── test313 │ ├── test314 │ ├── test315 │ ├── test316 │ ├── test317 │ ├── test318 │ ├── test319 │ ├── test32 │ ├── test320 │ ├── test321 │ ├── test322 │ ├── test323 │ ├── test324 │ ├── test325 │ ├── test326 │ ├── test33 │ ├── test34 │ ├── test340 │ ├── test35 │ ├── test350 │ ├── test351 │ ├── test352 │ ├── test353 │ ├── test354 │ ├── test36 │ ├── test37 │ ├── test38 │ ├── test39 │ ├── test393 │ ├── test394 │ ├── test395 │ ├── test4 │ ├── test40 │ ├── test400 │ ├── test401 │ ├── test402 │ ├── test403 │ ├── test404 │ ├── test405 │ ├── test406 │ ├── test407 │ ├── test408 │ ├── test409 │ ├── test41 │ ├── test42 │ ├── test43 │ ├── test44 │ ├── test45 │ ├── test46 │ ├── test47 │ ├── test48 │ ├── test49 │ ├── test5 │ ├── test50 │ ├── test500 │ ├── test501 │ ├── test502 │ ├── test503 │ ├── test504 │ ├── test505 │ ├── test506 │ ├── test507 │ ├── test508 │ ├── test509 │ ├── test51 │ ├── test510 │ ├── test511 │ ├── test512 │ ├── test513 │ ├── test514 │ ├── test515 │ ├── test516 │ ├── test517 │ ├── test518 │ ├── test519 │ ├── test52 │ ├── test520 │ ├── test521 │ ├── test522 │ ├── test523 │ ├── test524 │ ├── test525 │ ├── test526 │ ├── test527 │ ├── test528 │ ├── test529 │ ├── test53 │ ├── test530 │ ├── test531 │ ├── test532 │ ├── test533 │ ├── test534 │ ├── test535 │ ├── test536 │ ├── test537 │ ├── test538 │ ├── test539 │ ├── test54 │ ├── test540 │ ├── test541 │ ├── test542 │ ├── test543 │ ├── test544 │ ├── test545 │ ├── test546 │ ├── test547 │ ├── test548 │ ├── test549 │ ├── test55 │ ├── test550 │ ├── test551 │ ├── test552 │ ├── test553 │ ├── test554 │ ├── test555 │ ├── test556 │ ├── test557 │ ├── test558 │ ├── test559 │ ├── test56 │ ├── test560 │ ├── test561 │ ├── test562 │ ├── test563 │ ├── test564 │ ├── test565 │ ├── test566 │ ├── test567 │ ├── test568 │ ├── test569 │ ├── test57 │ ├── test570 │ ├── test571 │ ├── test572 │ ├── test573 │ ├── test574 │ ├── test575 │ ├── test576 │ ├── test577 │ ├── test578 │ ├── test579 │ ├── test58 │ ├── test580 │ ├── test581 │ ├── test582 │ ├── test583 │ ├── test584 │ ├── test585 │ ├── test586 │ ├── test587 │ ├── test588 │ ├── test589 │ ├── test59 │ ├── test590 │ ├── test591 │ ├── test592 │ ├── test593 │ ├── test594 │ ├── test595 │ ├── test596 │ ├── test597 │ ├── test598 │ ├── test599 │ ├── test6 │ ├── test60 │ ├── test600 │ ├── test601 │ ├── test602 │ ├── test603 │ ├── test604 │ ├── test605 │ ├── test606 │ ├── test607 │ ├── test608 │ ├── test609 │ ├── test61 │ ├── test610 │ ├── test611 │ ├── test612 │ ├── test613 │ ├── test614 │ ├── test615 │ ├── test616 │ ├── test617 │ ├── test618 │ ├── test619 │ ├── test62 │ ├── test620 │ ├── test621 │ ├── test622 │ ├── test623 │ ├── test624 │ ├── test625 │ ├── test626 │ ├── test627 │ ├── test628 │ ├── test629 │ ├── test63 │ ├── test630 │ ├── test631 │ ├── test632 │ ├── test633 │ ├── test634 │ ├── test635 │ ├── test636 │ ├── test637 │ ├── test638 │ ├── test639 │ ├── test64 │ ├── test640 │ ├── test641 │ ├── test642 │ ├── test643 │ ├── test644 │ ├── test645 │ ├── test646 │ ├── test647 │ ├── test648 │ ├── test649 │ ├── test65 │ ├── test650 │ ├── test651 │ ├── test652 │ ├── test653 │ ├── test654 │ ├── test655 │ ├── test66 │ ├── test67 │ ├── test68 │ ├── test69 │ ├── test7 │ ├── test70 │ ├── test700 │ ├── test701 │ ├── test702 │ ├── test703 │ ├── test704 │ ├── test705 │ ├── test706 │ ├── test707 │ ├── test708 │ ├── test709 │ ├── test71 │ ├── test710 │ ├── test711 │ ├── test712 │ ├── test713 │ ├── test714 │ ├── test715 │ ├── test72 │ ├── test73 │ ├── test74 │ ├── test75 │ ├── test76 │ ├── test77 │ ├── test78 │ ├── test79 │ ├── test8 │ ├── test80 │ ├── test800 │ ├── test801 │ ├── test802 │ ├── test803 │ ├── test804 │ ├── test805 │ ├── test806 │ ├── test807 │ ├── test808 │ ├── test809 │ ├── test81 │ ├── test810 │ ├── test811 │ ├── test812 │ ├── test813 │ ├── test814 │ ├── test815 │ ├── test816 │ ├── test817 │ ├── test818 │ ├── test819 │ ├── test82 │ ├── test820 │ ├── test821 │ ├── test822 │ ├── test823 │ ├── test824 │ ├── test825 │ ├── test826 │ ├── test827 │ ├── test828 │ ├── test829 │ ├── test83 │ ├── test830 │ ├── test831 │ ├── test832 │ ├── test833 │ ├── test834 │ ├── test835 │ ├── test836 │ ├── test837 │ ├── test838 │ ├── test839 │ ├── test84 │ ├── test840 │ ├── test841 │ ├── test842 │ ├── test843 │ ├── test844 │ ├── test845 │ ├── test846 │ ├── test85 │ ├── test850 │ ├── test851 │ ├── test852 │ ├── test853 │ ├── test854 │ ├── test855 │ ├── test856 │ ├── test857 │ ├── test858 │ ├── test859 │ ├── test86 │ ├── test860 │ ├── test861 │ ├── test862 │ ├── test863 │ ├── test864 │ ├── test865 │ ├── test866 │ ├── test867 │ ├── test868 │ ├── test869 │ ├── test87 │ ├── test870 │ ├── test871 │ ├── test872 │ ├── test873 │ ├── test874 │ ├── test875 │ ├── test876 │ ├── test877 │ ├── test878 │ ├── test879 │ ├── test88 │ ├── test880 │ ├── test881 │ ├── test882 │ ├── test883 │ ├── test884 │ ├── test885 │ ├── test886 │ ├── test887 │ ├── test888 │ ├── test889 │ ├── test89 │ ├── test890 │ ├── test891 │ ├── test9 │ ├── test90 │ ├── test900 │ ├── test901 │ ├── test902 │ ├── test903 │ ├── test904 │ ├── test905 │ ├── test906 │ ├── test907 │ ├── test908 │ ├── test909 │ ├── test91 │ ├── test910 │ ├── test911 │ ├── test912 │ ├── test913 │ ├── test914 │ ├── test915 │ ├── test916 │ ├── test917 │ ├── test918 │ ├── test919 │ ├── test92 │ ├── test920 │ ├── test921 │ ├── test922 │ ├── test923 │ ├── test924 │ ├── test925 │ ├── test926 │ ├── test927 │ ├── test928 │ ├── test929 │ ├── test93 │ ├── test930 │ ├── test931 │ ├── test932 │ ├── test933 │ ├── test934 │ ├── test935 │ ├── test936 │ ├── test937 │ ├── test938 │ ├── test939 │ ├── test94 │ ├── test940 │ ├── test941 │ ├── test942 │ ├── test943 │ ├── test944 │ ├── test945 │ ├── test946 │ ├── test947 │ ├── test948 │ ├── test949 │ ├── test95 │ ├── test950 │ ├── test951 │ ├── test952 │ ├── test96 │ ├── test97 │ ├── test98 │ └── test99 │ ├── dictserver.py │ ├── directories.pm │ ├── extern-scan.pl │ ├── ftp.pm │ ├── ftpserver.pl │ ├── getpart.pm │ ├── http2-server.pl │ ├── http_pipe.py │ ├── httpserver.pl │ ├── libtest │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── Makefile.in │ ├── Makefile.inc │ ├── chkhostname.c │ ├── first.c │ ├── lib1500.c │ ├── lib1501.c │ ├── lib1502.c │ ├── lib1506.c │ ├── lib1507.c │ ├── lib1508.c │ ├── lib1509.c │ ├── lib1510.c │ ├── lib1511.c │ ├── lib1512.c │ ├── lib1513.c │ ├── lib1514.c │ ├── lib1515.c │ ├── lib1517.c │ ├── lib1520.c │ ├── lib1521.c │ ├── lib1525.c │ ├── lib1526.c │ ├── lib1527.c │ ├── lib1528.c │ ├── lib1529.c │ ├── lib1530.c │ ├── lib1531.c │ ├── lib1532.c │ ├── lib1533.c │ ├── lib1534.c │ ├── lib1535.c │ ├── lib1536.c │ ├── lib1537.c │ ├── lib1538.c │ ├── lib1540.c │ ├── lib1550.c │ ├── lib1551.c │ ├── lib1552.c │ ├── lib1553.c │ ├── lib1554.c │ ├── lib1555.c │ ├── lib1556.c │ ├── lib1900.c │ ├── lib500.c │ ├── lib501.c │ ├── lib502.c │ ├── lib503.c │ ├── lib504.c │ ├── lib505.c │ ├── lib506.c │ ├── lib507.c │ ├── lib508.c │ ├── lib509.c │ ├── lib510.c │ ├── lib511.c │ ├── lib512.c │ ├── lib513.c │ ├── lib514.c │ ├── lib515.c │ ├── lib516.c │ ├── lib517.c │ ├── lib518.c │ ├── lib519.c │ ├── lib520.c │ ├── lib521.c │ ├── lib523.c │ ├── lib524.c │ ├── lib525.c │ ├── lib526.c │ ├── lib530.c │ ├── lib533.c │ ├── lib536.c │ ├── lib537.c │ ├── lib539.c │ ├── lib540.c │ ├── lib541.c │ ├── lib542.c │ ├── lib543.c │ ├── lib544.c │ ├── lib547.c │ ├── lib549.c │ ├── lib552.c │ ├── lib553.c │ ├── lib554.c │ ├── lib555.c │ ├── lib556.c │ ├── lib557.c │ ├── lib558.c │ ├── lib559.c │ ├── lib560.c │ ├── lib562.c │ ├── lib564.c │ ├── lib566.c │ ├── lib567.c │ ├── lib568.c │ ├── lib569.c │ ├── lib570.c │ ├── lib571.c │ ├── lib572.c │ ├── lib573.c │ ├── lib574.c │ ├── lib575.c │ ├── lib576.c │ ├── lib578.c │ ├── lib579.c │ ├── lib582.c │ ├── lib583.c │ ├── lib586.c │ ├── lib589.c │ ├── lib590.c │ ├── lib591.c │ ├── lib597.c │ ├── lib598.c │ ├── lib599.c │ ├── lib643.c │ ├── lib650.c │ ├── lib651.c │ ├── lib652.c │ ├── lib653.c │ ├── lib654.c │ ├── lib655.c │ ├── libauthretry.c │ ├── libntlmconnect.c │ ├── mk-lib1521.pl │ ├── notexists.pl │ ├── sethostname.c │ ├── sethostname.h │ ├── stub_gssapi.c │ ├── stub_gssapi.h │ ├── test.h │ ├── test1013.pl │ ├── test1022.pl │ ├── test307.pl │ ├── test610.pl │ ├── test613.pl │ ├── test75.pl │ ├── testtrace.c │ ├── testtrace.h │ ├── testutil.c │ └── testutil.h │ ├── manpage-scan.pl │ ├── mem-include-scan.pl │ ├── memanalyze.pl │ ├── negtelnetserver.py │ ├── nroff-scan.pl │ ├── pathhelp.pm │ ├── python_dependencies │ └── impacket │ │ ├── __init__.py │ │ ├── nmb.py │ │ ├── nt_errors.py │ │ ├── ntlm.py │ │ ├── smb.py │ │ ├── smb3.py │ │ ├── smb3structs.py │ │ ├── smbserver.py │ │ ├── spnego.py │ │ ├── structure.py │ │ ├── uuid.py │ │ └── version.py │ ├── rtspserver.pl │ ├── runtests.1 │ ├── runtests.pl │ ├── secureserver.pl │ ├── server │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── Makefile.in │ ├── Makefile.inc │ ├── base64.pl │ ├── fake_ntlm.c │ ├── getpart.c │ ├── getpart.h │ ├── resolve.c │ ├── rtspd.c │ ├── server_setup.h │ ├── server_sockaddr.h │ ├── sockfilt.c │ ├── sws.c │ ├── testpart.c │ ├── tftp.h │ ├── tftpd.c │ ├── util.c │ └── util.h │ ├── serverhelp.pm │ ├── smbserver.py │ ├── sshhelp.pm │ ├── sshserver.pl │ ├── stunnel.pem │ ├── symbol-scan.pl │ ├── testcurl.1 │ ├── testcurl.pl │ ├── tftpserver.pl │ ├── unit │ ├── CMakeLists.txt │ ├── Makefile.am │ ├── Makefile.in │ ├── Makefile.inc │ ├── README │ ├── curlcheck.h │ ├── unit1300.c │ ├── unit1301.c │ ├── unit1302.c │ ├── unit1303.c │ ├── unit1304.c │ ├── unit1305.c │ ├── unit1307.c │ ├── unit1308.c │ ├── unit1309.c │ ├── unit1323.c │ ├── unit1330.c │ ├── unit1394.c │ ├── unit1395.c │ ├── unit1396.c │ ├── unit1397.c │ ├── unit1398.c │ ├── unit1399.c │ ├── unit1600.c │ ├── unit1601.c │ ├── unit1602.c │ ├── unit1603.c │ ├── unit1604.c │ ├── unit1605.c │ ├── unit1606.c │ ├── unit1607.c │ └── unit1608.c │ ├── valgrind.pm │ └── valgrind.supp └── src ├── email_sender.cpp ├── email_sender.h └── main.cpp /CMakeLists.txt: -------------------------------------------------------------------------------- 1 | project(cpp_email) 2 | cmake_minimum_required(VERSION 2.8) 3 | 4 | add_definitions(-std=c++11) 5 | 6 | include_directories( 7 | deps/curl-7.60.0/include 8 | ) 9 | 10 | link_directories( 11 | ${CMAKE_CURRENT_SOURCE_DIR}/deps/curl-7.60.0/bin 12 | ) 13 | 14 | set(SRC 15 | src/email_sender.h 16 | src/email_sender.cpp 17 | src/main.cpp 18 | ) 19 | 20 | add_executable(cpp_email ${SRC}) 21 | target_link_libraries(cpp_email 22 | curl 23 | ) 24 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # cpp_email 2 | use C++ to send email based on libcurl 3 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/CMake/CMakeConfigurableFile.in: -------------------------------------------------------------------------------- 1 | @CMAKE_CONFIGURABLE_FILE_CONTENT@ 2 | 3 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/CMake/FindMbedTLS.cmake: -------------------------------------------------------------------------------- 1 | find_path(MBEDTLS_INCLUDE_DIRS mbedtls/ssl.h) 2 | 3 | find_library(MBEDTLS_LIBRARY mbedtls) 4 | find_library(MBEDX509_LIBRARY mbedx509) 5 | find_library(MBEDCRYPTO_LIBRARY mbedcrypto) 6 | 7 | set(MBEDTLS_LIBRARIES "${MBEDTLS_LIBRARY}" "${MBEDX509_LIBRARY}" "${MBEDCRYPTO_LIBRARY}") 8 | 9 | include(FindPackageHandleStandardArgs) 10 | find_package_handle_standard_args(MBEDTLS DEFAULT_MSG 11 | MBEDTLS_INCLUDE_DIRS MBEDTLS_LIBRARY MBEDX509_LIBRARY MBEDCRYPTO_LIBRARY) 12 | 13 | mark_as_advanced(MBEDTLS_INCLUDE_DIRS MBEDTLS_LIBRARY MBEDX509_LIBRARY MBEDCRYPTO_LIBRARY) 14 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/CMake/FindNGHTTP2.cmake: -------------------------------------------------------------------------------- 1 | include(FindPackageHandleStandardArgs) 2 | 3 | find_path(NGHTTP2_INCLUDE_DIR "nghttp2/nghttp2.h") 4 | 5 | find_library(NGHTTP2_LIBRARY NAMES nghttp2) 6 | 7 | find_package_handle_standard_args(NGHTTP2 8 | FOUND_VAR 9 | NGHTTP2_FOUND 10 | REQUIRED_VARS 11 | NGHTTP2_LIBRARY 12 | NGHTTP2_INCLUDE_DIR 13 | FAIL_MESSAGE 14 | "Could NOT find NGHTTP2" 15 | ) 16 | 17 | set(NGHTTP2_INCLUDE_DIRS ${NGHTTP2_INCLUDE_DIR} ) 18 | set(NGHTTP2_LIBRARIES ${NGHTTP2_LIBRARY}) 19 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/bin/libcurl.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/bin/libcurl.so -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | #add_subdirectory(examples) 2 | add_subdirectory(libcurl) 3 | add_subdirectory(cmdline-opts) 4 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/INSTALL: -------------------------------------------------------------------------------- 1 | _ _ ____ _ 2 | ___| | | | _ \| | 3 | / __| | | | |_) | | 4 | | (__| |_| | _ <| |___ 5 | \___|\___/|_| \_\_____| 6 | 7 | How To Compile 8 | 9 | see INSTALL.md 10 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/README.cmake: -------------------------------------------------------------------------------- 1 | _ _ ____ _ 2 | ___| | | | _ \| | 3 | / __| | | | |_) | | 4 | | (__| |_| | _ <| |___ 5 | \___|\___/|_| \_\_____| 6 | 7 | README.cmake 8 | Read the README file first. 9 | 10 | Curl contains CMake build files that provide a way to build Curl with the 11 | CMake build tool (www.cmake.org). CMake is a cross platform meta build tool 12 | that generates native makefiles and IDE project files. The CMake build 13 | system can be used to build Curl on any of its supported platforms. 14 | 15 | Read the INSTALL.cmake file for instructions on how to compile curl with 16 | CMake. 17 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/README.md: -------------------------------------------------------------------------------- 1 | ![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg) 2 | 3 | # Documentation 4 | 5 | You'll find a mix of various documentation in this directory and 6 | subdirectories, using several different formats. Some of them are not ideal 7 | for reading directly in your browser. 8 | 9 | If you'd rather see the rendered version of the documentation, check out the 10 | curl web site's [documentation section](https://curl.haxx.se/docs/) for 11 | general curl stuff or the [libcurl section](https://curl.haxx.se/libcurl/) for 12 | libcurl related documentation. 13 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/cmdline-opts/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | set(MANPAGE "${CMAKE_BINARY_DIR}/docs/curl.1") 2 | 3 | # Load DPAGES and OTHERPAGES from shared file 4 | transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 5 | include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 6 | 7 | add_custom_command(OUTPUT "${MANPAGE}" 8 | COMMAND "${PERL_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/gen.pl" mainpage "${CMAKE_CURRENT_SOURCE_DIR}" > "${MANPAGE}" 9 | DEPENDS ${DPAGES} ${OTHERPAGES} 10 | VERBATIM 11 | ) 12 | add_custom_target(generate-curl.1 DEPENDS "${MANPAGE}") 13 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/libcurl/curl_multi_socket_all.3: -------------------------------------------------------------------------------- 1 | .so man3/curl_multi_socket.3 2 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/libcurl/curl_strnequal.3: -------------------------------------------------------------------------------- 1 | .so man3/curl_strequal.3 2 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/docs/libcurl/opts/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # Load man_MANS from shared file 2 | transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 3 | include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 4 | 5 | add_manual_pages(man_MANS) 6 | 7 | string(REPLACE ".3" ".html" HTMLPAGES "${man_MANS}") 8 | string(REPLACE ".3" ".pdf" PDFPAGES "${man_MANS}") 9 | add_custom_target(opts-html DEPENDS ${HTMLPAGES}) 10 | add_custom_target(opts-pdf DEPENDS ${PDFPAGES}) 11 | add_dependencies(html opts-html) 12 | add_dependencies(pdf opts-pdf) 13 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/include/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = curl 2 | 3 | EXTRA_DIST = README 4 | 5 | AUTOMAKE_OPTIONS = foreign no-dependencies 6 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/lib/cookie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/lib/cookie.c -------------------------------------------------------------------------------- /deps/curl-7.60.0/lib/krb5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/lib/krb5.c -------------------------------------------------------------------------------- /deps/curl-7.60.0/lib/libcurl.vers.in: -------------------------------------------------------------------------------- 1 | HIDDEN 2 | { 3 | local: 4 | __*; 5 | _rest*; 6 | _save*; 7 | }; 8 | 9 | CURL_@CURL_LT_SHLIB_VERSIONED_FLAVOUR@4 10 | { 11 | global: curl_*; 12 | local: *; 13 | }; 14 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/lib/makefile.amiga: -------------------------------------------------------------------------------- 1 | # 2 | # libcurl Makefile for AmigaOS ... 3 | # 4 | 5 | # change the follow to where you have the AmiTCP SDK v4.3 includes: 6 | 7 | ATCPSDKI= /GG/netinclude 8 | 9 | 10 | CC = m68k-amigaos-gcc 11 | CFLAGS = -I$(ATCPSDKI) -m68020-60 -O2 -msoft-float -noixemul -g -I. -I../include -W -Wall 12 | 13 | include Makefile.inc 14 | OBJS = $(CSOURCES:.c=.o) 15 | 16 | all: $(OBJS) 17 | ar cru libcurl.a $(OBJS) 18 | ranlib libcurl.a 19 | 20 | install: 21 | $(INSTALL) -c ./libcurl.a /lib/libcurl.a 22 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/lib/security.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/lib/security.c -------------------------------------------------------------------------------- /deps/curl-7.60.0/projects/Windows/VC6/lib/libcurl.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "libcurl"=".\libcurl.dsp" - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/projects/Windows/VC6/src/curl.dsw: -------------------------------------------------------------------------------- 1 | Microsoft Developer Studio Workspace File, Format Version 6.00 2 | # WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE! 3 | 4 | ############################################################################### 5 | 6 | Project: "curl"=".\curl.dsp" - Package Owner=<4> 7 | 8 | Package=<5> 9 | {{{ 10 | }}} 11 | 12 | Package=<4> 13 | {{{ 14 | }}} 15 | 16 | ############################################################################### 17 | 18 | Global: 19 | 20 | Package=<5> 21 | {{{ 22 | }}} 23 | 24 | Package=<3> 25 | {{{ 26 | }}} 27 | 28 | ############################################################################### 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/scripts/coverage.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ./buildconf 4 | mkdir -p cvr 5 | cd cvr 6 | ../configure --disable-shared --enable-debug --enable-maintainer-mode --enable-code-coverage 7 | make -sj 8 | # the regular test run 9 | make TFLAGS=-n test-nonflaky 10 | # make all allocs/file operations fail 11 | #make TFLAGS=-n test-torture 12 | # do everything event-based 13 | make TFLAGS=-n test-event 14 | lcov -d . -c -o cov.lcov 15 | genhtml cov.lcov --output-directory coverage --title "curl code coverage" 16 | tar -cjf curl-coverage.tar.bz2 coverage 17 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | add_subdirectory(data) 2 | add_subdirectory(libtest) 3 | add_subdirectory(server) 4 | add_subdirectory(unit) 5 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/EdelCurlRoot-ca.cnf: -------------------------------------------------------------------------------- 1 | [ ca ] 2 | default_ca = EdelCurlRoot 3 | 4 | [ EdelCurlRoot ] 5 | database = EdelCurlRoot-ca.db 6 | certificate = EdelCurlRoot-ca.crt 7 | private_key = EdelCurlRoot-ca.key 8 | crlnumber = EdelCurlRoot-ca.cnt 9 | default_md = sha1 10 | default_days = 365 11 | default_crl_days = 30 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/EdelCurlRoot-ca.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/EdelCurlRoot-ca.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/EdelCurlRoot-ca.prm: -------------------------------------------------------------------------------- 1 | extensions = x509v3 2 | [ req ] 3 | default_bits = 2048 4 | distinguished_name = req_DN 5 | default_md = sha256 6 | string_mask = utf8only 7 | [ req_DN ] 8 | countryName = "Country Name" 9 | countryName_value = NN 10 | organizationName = "Organization Name" 11 | organizationName_value = Edel Curl Arctic Illudium Research Cloud 12 | commonName = "Common Name" 13 | commonName_value = Northern Nowhere Trust Anchor 14 | [ x509v3 ] 15 | basicConstraints = critical,CA:true 16 | keyUsage = critical,keyCertSign,cRLSign 17 | subjectKeyIdentifier = hash 18 | 19 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.csr: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE REQUEST----- 2 | MIIBlzCCAQACAQAwVzELMAkGA1UEBhMCTk4xMTAvBgNVBAoMKEVkZWwgQ3VybCBB 3 | cmN0aWMgSWxsdWRpdW0gUmVzZWFyY2ggQ2xvdWQxFTATBgNVBAMMDGxvY2FsaG9z 4 | dC5ubjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAxYcu+/WIijlMYoif+0oC 5 | HCeSnQtlonAf0bfeyB2HKEucS8z29nyDHy12vkEpXjH6Iwwtfcs4wotUj/xqUG3H 6 | 169y+zuhp03EG9INdXySYpdIxOgSwAAzZg4oFw9cNtZQcOzIn6KuuevrGQXwU4NC 7 | Kq5AH/r7ereGTKtrKAsvf4ECAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4GBADlhAYRy 8 | 2heMP/fGllGXW/uAEm2q6ubWhqgd3/5d+06LjTIs57qT/nwbr79e1PxholGWM+Zb 9 | /NGKZ4geZK0mJT/gnaJCyUsrjdp2KIEw9zmBoZyypJd/5Fhe1tzX0xwG40+3np9K 10 | orpp7wcILLeMho8+I4mNEzOJHidxy/9uia5U 11 | -----END CERTIFICATE REQUEST----- 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.dhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.dhp -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.pub.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.pub.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-firstSAN-sv.pub.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN PUBLIC KEY----- 2 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDFhy779YiKOUxiiJ/7SgIcJ5Kd 3 | C2WicB/Rt97IHYcoS5xLzPb2fIMfLXa+QSleMfojDC19yzjCi1SP/GpQbcfXr3L7 4 | O6GnTcQb0g11fJJil0jE6BLAADNmDigXD1w21lBw7Mifoq656+sZBfBTg0IqrkAf 5 | +vt6t4ZMq2soCy9/gQIDAQAB 6 | -----END PUBLIC KEY----- 7 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.csr: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE REQUEST----- 2 | MIIBlzCCAQACAQAwVzELMAkGA1UEBhMCTk4xMTAvBgNVBAoMKEVkZWwgQ3VybCBB 3 | cmN0aWMgSWxsdWRpdW0gUmVzZWFyY2ggQ2xvdWQxFTATBgNVBAMMDGxvY2FsaG9z 4 | dC5ubjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEAoyp11791QUC+Qri5ACjx 5 | RSlVvDbKpreGk5clhKrJgKxB2Sj7sGhLW+69lIPaK/bMzBHf+0jm6dWXQX+aDbeH 6 | lhIiQSp/lYoU1mxLNN8YKQENsjxNyMReh/qfqu6kc+m7dFeFJCpR5ENcS5dRUrmC 7 | bpzOrg+RRSX5tCRmjkcf19UCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4GBACoIAlf0 8 | hSnZJOBBt7FS7iXlNRyKZAD881jhHFux+Gxq3gtbJsP57c+ALZ3MswjjUXW0Iq11 9 | IZLeZQGCAHYp4/GuTHbaq0qo1LjgpTqgQfwEB3BqNGs6yJiST+3risgawFbfqEDY 10 | LCm7rs/yyaOdMjwdwrUMciSv5KtlXZ1VThyt 11 | -----END CERTIFICATE REQUEST----- 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.dhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.dhp -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.pub.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.pub.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-lastSAN-sv.pub.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN PUBLIC KEY----- 2 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCjKnXXv3VBQL5CuLkAKPFFKVW8 3 | Nsqmt4aTlyWEqsmArEHZKPuwaEtb7r2Ug9or9szMEd/7SObp1ZdBf5oNt4eWEiJB 4 | Kn+VihTWbEs03xgpAQ2yPE3IxF6H+p+q7qRz6bt0V4UkKlHkQ1xLl1FSuYJunM6u 5 | D5FFJfm0JGaORx/X1QIDAQAB 6 | -----END PUBLIC KEY----- 7 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-sv.csr: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE REQUEST----- 2 | MIIBkzCB/QIBADBUMQswCQYDVQQGEwJOTjExMC8GA1UECgwoRWRlbCBDdXJsIEFy 3 | Y3RpYyBJbGx1ZGl1bSBSZXNlYXJjaCBDbG91ZDESMBAGA1UEAwwJbG9jYWxob3N0 4 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6X0tpdDGZTfS0typluLcxwTjP 5 | Nje7XhjjUh9SqlolLwxmiDKw77IskDhebm8O5Ds/8C7xej1ew2SGP2i3zwuz6grK 6 | lBbUK2oC46Gzx9HQBrj/39zgMirn3WLMccToz53eXHVpnbbO4kLYp71QVHgtVWd/ 7 | AHuPnBHRns6+Hv7PNwIDAQABoAAwDQYJKoZIhvcNAQELBQADgYEAsJ+ypJAE5YiR 8 | A1niVNXKoqXmIQsXGJv9BA39AjT+cdqvdd+WTKCaZ9QXucDArhG9B9Dp66bfSgvT 9 | WVz6F85ju5HQekZrS2ZxdR1+muWAFE/vDgi22QwTysXvTWUfsqBQ0ZGEmdzyPJJq 10 | 7AGzbAWx8JDhgGg2jStvQJBLhtYxhoY= 11 | -----END CERTIFICATE REQUEST----- 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-sv.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-sv.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-sv.dhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-sv.dhp -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-sv.pub.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost-sv.pub.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost-sv.pub.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN PUBLIC KEY----- 2 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6X0tpdDGZTfS0typluLcxwTjP 3 | Nje7XhjjUh9SqlolLwxmiDKw77IskDhebm8O5Ds/8C7xej1ew2SGP2i3zwuz6grK 4 | lBbUK2oC46Gzx9HQBrj/39zgMirn3WLMccToz53eXHVpnbbO4kLYp71QVHgtVWd/ 5 | AHuPnBHRns6+Hv7PNwIDAQAB 6 | -----END PUBLIC KEY----- 7 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.csr: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE REQUEST----- 2 | MIIBlzCCAQACAQAwVzELMAkGA1UEBhMCTk4xMTAvBgNVBAoMKEVkZWwgQ3VybCBB 3 | cmN0aWMgSWxsdWRpdW0gUmVzZWFyY2ggQ2xvdWQxFTATBgNVBAMMDGxvY2FsaG9z 4 | dC5ubjCBnzANBgkqhkiG9w0BAQEFAAOBjQAwgYkCgYEArMwRcHQp7XsARIrARwNQ 5 | nW9Rt8l73X7uKWdbkZvHxeadWT5rMyW3fDl8hHndFZjnJ2OTEDo6QKDd0B5uYPQe 6 | pPceCguERHfnBRY5qt69Hse8yeFOjIYcP9bN4/JoAlsXU0lRKaiJ89DhXnEHnxVH 7 | CEDprEnkIaxlKQnKotyeq4kCAwEAAaAAMA0GCSqGSIb3DQEBCwUAA4GBADnob1ds 8 | 8MytEcgSZdkgP4iQ2L+aPXTPBqTThaV7Zto1mAhwG/D6rTiGq6t+IlZQNoDdZPp3 9 | r1WDQJj6ed54xUY4Im4m1Np8oURamt5NJMKURDbv0xOQHW8EOoN+F8rfKyu2Hk1O 10 | hJulv+cBz75yi3+LVu+IEuSFQIQUZiy6V+Il 11 | -----END CERTIFICATE REQUEST----- 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.dhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.dhp -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.pub.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.pub.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost.nn-sv.pub.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN PUBLIC KEY----- 2 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCszBFwdCntewBEisBHA1Cdb1G3 3 | yXvdfu4pZ1uRm8fF5p1ZPmszJbd8OXyEed0VmOcnY5MQOjpAoN3QHm5g9B6k9x4K 4 | C4REd+cFFjmq3r0ex7zJ4U6Mhhw/1s3j8mgCWxdTSVEpqInz0OFecQefFUcIQOms 5 | SeQhrGUpCcqi3J6riQIDAQAB 6 | -----END PUBLIC KEY----- 7 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.csr: -------------------------------------------------------------------------------- 1 | -----BEGIN CERTIFICATE REQUEST----- 2 | MIIBkzCB/QIBADBUMQswCQYDVQQGEwJOTjExMC8GA1UECgwoRWRlbCBDdXJsIEFy 3 | Y3RpYyBJbGx1ZGl1bSBSZXNlYXJjaCBDbG91ZDESMBAGA1UEAwwJbG9jYWxob3N0 4 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjx1L7fQKxpwtMLaYqsFdrXgv5 5 | nkvn0KxVQ0f6seD8sGMwhDH1lUSQmrciAW/HFxa+WhnuRzWQpV4nuoZHO8Vj0vLG 6 | odusvrEvTMKYhhly1fkSRQm8I+IA6026mXG1SvtJjE3zC07PSHvIBjeSNf+7T+qY 7 | rxOsqM2fp+B42xW8OwIDAQABoAAwDQYJKoZIhvcNAQELBQADgYEAC6NxWuiENuj/ 8 | oPsopZy/tVZzbioXZP/S9ECCbdgy33bg9zKwQYLeHOSgXxJzES+RhJwQCliFV17j 9 | jM1CH7heggwkPAx5KelyZ20DeoeaYOi/xv7TjozrZ+EkmivHKBJi3+qNjNYH0ul9 10 | HhQBO5+sSDAGLMkWL/nAfYKbf/8KSvA= 11 | -----END CERTIFICATE REQUEST----- 12 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.dhp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.dhp -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.pub.der: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.pub.der -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/Server-localhost0h-sv.pub.pem: -------------------------------------------------------------------------------- 1 | -----BEGIN PUBLIC KEY----- 2 | MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDjx1L7fQKxpwtMLaYqsFdrXgv5 3 | nkvn0KxVQ0f6seD8sGMwhDH1lUSQmrciAW/HFxa+WhnuRzWQpV4nuoZHO8Vj0vLG 4 | odusvrEvTMKYhhly1fkSRQm8I+IA6026mXG1SvtJjE3zC07PSHvIBjeSNf+7T+qY 5 | rxOsqM2fp+B42xW8OwIDAQAB 6 | -----END PUBLIC KEY----- 7 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/srp-verifier-conf: -------------------------------------------------------------------------------- 1 | 1:Ewl2hcjiutMd3Fu2lgFnUXWSc67TVyy2vwYCKoS9MLsrdJVT9RgWTCuEqWJrfB6uE3LsE9GkOlaZabS7M29sj5TnzUqOLJMjiwEzArfiLr9WbMRANlF68N5AVLcPWvNx6Zjl3m5Scp0BzJBz9TkgfhzKJZ.WtP3Mv/67I/0wmRZ:2 2 | 2:dUyyhxav9tgnyIg65wHxkzkb7VIPh4o0lkwfOKiPp4rVJrzLRYVBtb76gKlaO7ef5LYGEw3G.4E0jbMxcYBetDy2YdpiP/3GWJInoBbvYHIRO9uBuxgsFKTKWu7RnR7yTau/IrFTdQ4LY/q.AvoCzMxV0PKvD9Odso/LFIItn8PbTov3VMn/ZEH2SqhtpBUkWtmcIkEflhX/YY/fkBKfBbe27/zUaKUUZEUYZ2H2nlCL60.JIPeZJSzsu/xHDVcx:2 3 | 3:2iQzj1CagQc/5ctbuJYLWlhtAsPHc7xWVyCPAKFRLWKADpASkqe9djWPFWTNTdeJtL8nAhImCn3Sr/IAdQ1FrGw0WvQUstPx3FO9KNcXOwisOQ1VlL.gheAHYfbYyBaxXL.NcJx9TUwgWDT0hRzFzqSrdGGTN3FgSTA1v4QnHtEygNj3eZ.u0MThqWUaDiP87nqha7XnT66bkTCkQ8.7T8L4KZjIImrNrUftedTTBi.WCi.zlrBxDuOM0da0JbUkQlXqvp0yvJAPpC11nxmmZOAbQOywZGmu9nhZNuwTlxjfIro0FOdthaDTuZRL9VL7MRPUDo/DQEyW.d4H.UIlzp:2 4 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/certs/srp-verifier-db: -------------------------------------------------------------------------------- 1 | jsmith:34fPk7u.w3R/M1k2sQ9F.04GZqLKAsqDn44CHGu7ML0M8VWwu1p79OLxi6jRhSNdSM46Kx9GRVyJLXz7eok53..A6X5p3NdnMSYX8WwYrDmuseHDr.eua7gjd04S4EoY4ZuKix2.WGAsMTwk86AmTvcqyzqsH7GDhGOHEhjP5zs:lTjBBoK04K9vTKiL10rI/:1 2 | alice:3IIP1g1HDTN6VEUr8DUkMleocoC1cpuFZnmunDaGhMyIsw8LAwCc7ZapWaC66gZSyis4ezSuCqvhsJdwdc.0es2UrH6PBkBQflcQDuC.dEpjhWgAcH2Dw.2qU.E0ApQzLkcKOjXMQ2R6jMBL14kEUPjjHS3aa16yB.Afj3bNPdf:1JxU4GkweUEii6.b0grkzU:1 3 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/CMakeLists.txt: -------------------------------------------------------------------------------- 1 | # Loads 'TESTCASES' from for the 'make show' target in runtests.pl 2 | transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 3 | include("${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake") 4 | 5 | # Prints all available test cases. Do not quote TESTCASES, it must be displayed 6 | # as a space-separated string rather than comma-separated (a list in CMake). 7 | add_custom_target(show COMMAND echo ${TESTCASES}) 8 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/DISABLED: -------------------------------------------------------------------------------- 1 | # This file can be used to specify test cases that should not run when all 2 | # test cases are run by runtests.pl. Just add the plain test case numbers, one 3 | # per line. 4 | # Lines starting with '#' letters are treated as comments. 5 | 594 6 | 1209 7 | 1211 8 | 1316 9 | 1512 10 | 836 11 | 882 12 | 938 13 | # test 1801 causes problems on Mac OS X and github 14 | # https://github.com/curl/curl/issues/380 15 | 1801 16 | # test 1510 causes problems on the CI on github 17 | # example: https://travis-ci.org/curl/curl/builds/81633600 18 | 1510 19 | # Pipelining test that is causing false positives a little too often 20 | 1903 21 | # causes memory leaks for now: 22 | 1553 23 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/Makefile.am: -------------------------------------------------------------------------------- 1 | iall: 2 | install: 3 | test: 4 | 5 | # TESTCASES are taken from Makefile.inc 6 | include Makefile.inc 7 | 8 | EXTRA_DIST = $(TESTCASES) DISABLED CMakeLists.txt 9 | 10 | filecheck: 11 | @mkdir test-place; \ 12 | cp "$(top_srcdir)"/tests/data/test[0-9]* test-place/; \ 13 | rm test-place/*~; \ 14 | for f in $(EXTRA_DIST); do \ 15 | if test -f "$(top_srcdir)/tests/data/$$f"; then \ 16 | rm -f "test-place/$$f"; \ 17 | else \ 18 | echo "$$f is listed but missing!"; \ 19 | fi \ 20 | done; \ 21 | echo "Local files not present in EXTRA_DIST:" ; \ 22 | ls test-place; \ 23 | ! ls test-place | grep . >/dev/null ; \ 24 | RC=$$? ; \ 25 | rm -rf test-place ; \ 26 | exit $$RC 27 | 28 | show: 29 | @echo $(EXTRA_DIST) 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1000: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | LIST 7 | NOBODY 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP dir list PASV with -I 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/1000/ -I 28 | 29 | 30 | 31 | # 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | CWD 1000 39 | QUIT 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1007: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP WRQ 6 | FAILURE 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | tftp 15 | 16 | 17 | TFTP send with invalid permission on server 18 | 19 | 20 | -T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file 21 | 22 | 23 | This data will not be sent 24 | 25 | 26 | 27 | # 28 | # Verify pseudo protocol after the test has been "shot" 29 | 30 | 31 | 69 32 | 33 | 34 | opcode: 2 35 | mode: octet 36 | tsize: 27 37 | blksize: 512 38 | timeout: 6 39 | filename: /invalid-file 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1009: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | --local-port 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | a chunk of 15 | data 16 | returned 17 | to client 18 | 19 | 20 | 21 | # 22 | # Client-side 23 | 24 | 25 | tftp 26 | 27 | 28 | TFTP retrieve with --local-port 29 | 30 | 31 | tftp://%HOSTIP:%TFTPPORT//1009 --local-port 44444-45444 32 | 33 | 34 | 35 | # 36 | # Verify pseudo protocol after the test has been "shot" 37 | 38 | 39 | opcode: 1 40 | mode: octet 41 | tsize: 0 42 | blksize: 512 43 | timeout: 6 44 | filename: /1009 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1013: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl-config 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | Compare curl --version with curl-config --protocols 21 | 22 | 23 | --version 24 | 25 | 26 | %SRCDIR/libtest/test1013.pl ../curl-config log/stdout1013 protocols 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 0 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1014: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl-config 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | Compare curl --version with curl-config --features 21 | 22 | 23 | --version 24 | 25 | 26 | %SRCDIR/libtest/test1013.pl ../curl-config log/stdout1014 features 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 0 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1016: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | Range 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | file 21 | 22 | 23 | X-Y range on a file:// URL to stdout 24 | 25 | 26 | -r 1-4 file://localhost/%PWD/log/test1016.txt 27 | 28 | 29 | 1234567890 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | 2345 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1017: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | Range 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | file 22 | 23 | 24 | 0-Y range on a file:// URL to stdout 25 | 26 | 27 | -r 0-3 file://localhost/%PWD/log/test1017.txt 28 | 29 | 30 | 1234567890 31 | 32 | 33 | 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | 1234 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1018: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | Range 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | file 21 | 22 | 23 | X-X range on a file:// URL to stdout 24 | 25 | 26 | -r 4-4 file://localhost/%PWD/log/test1018.txt 27 | 28 | 29 | 1234567890 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | 5 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1019: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | Range 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | file 22 | 23 | 24 | X- range on a file:// URL to stdout 25 | 26 | 27 | -r 7- file://localhost/%PWD/log/test1019.txt 28 | 29 | 30 | 1234567890 31 | 1234567890 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 890 39 | 1234567890 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test102: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | REPLY EPSV 500 no such command 21 | 22 | 23 | 24 | # Client-side 25 | 26 | 27 | ftp 28 | 29 | 30 | FTP RETR PASV 31 | 32 | 33 | ftp://%HOSTIP:%FTPPORT/102 34 | 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | USER anonymous 42 | PASS ftp@example.com 43 | PWD 44 | EPSV 45 | PASV 46 | TYPE I 47 | SIZE 102 48 | RETR 102 49 | QUIT 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1020: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | Range 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | file 22 | 23 | 24 | -Y range on a file:// URL to stdout 25 | 26 | 27 | -r -9 file://localhost/%PWD/log/test1020.txt 28 | 29 | 30 | 1234567890 31 | 1234567890 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 34567890 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1022: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl-config 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | Compare curl --version with curl-config --version 21 | 22 | 23 | --version 24 | 25 | 26 | %SRCDIR/libtest/test1022.pl ../curl-config log/stdout1022 version 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 0 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1023: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl-config 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | Compare curl --version with curl-config --vernum 21 | 22 | 23 | --version 24 | 25 | 26 | %SRCDIR/libtest/test1022.pl ../curl-config log/stdout1023 vernum 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 0 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1034: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/data/test1034 -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test104: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | NOBODY 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 51 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP --head to get file size only 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/a/path/104 --head 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | USER anonymous 32 | PASS ftp@example.com 33 | PWD 34 | CWD a 35 | CWD path 36 | MDTM 104 37 | TYPE I 38 | SIZE 104 39 | REST 0 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1049: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | --interface 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | a chunk of 15 | data 16 | returned 17 | to client 18 | 19 | 20 | 21 | # 22 | # Client-side 23 | 24 | 25 | tftp 26 | 27 | 28 | TFTP retrieve with localhost --interface 29 | 30 | 31 | tftp://%HOSTIP:%TFTPPORT//1049 --interface %CLIENTIP 32 | 33 | 34 | 35 | # 36 | # Verify pseudo protocol after the test has been "shot" 37 | 38 | 39 | opcode: 1 40 | mode: octet 41 | tsize: 0 42 | blksize: 512 43 | timeout: 6 44 | filename: /1049 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1069: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP PUT 6 | HTTP/1.0 7 | 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | http 18 | 19 | 20 | HTTP 1.0 PUT from stdin with no content length 21 | 22 | 23 | http://%HOSTIP:%HTTPPORT/bzz/1069 -T - -0 24 | 25 | 26 | this data can't be sent 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | 25 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test107: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | STOR 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | ftp 14 | 15 | 16 | FTP PASV upload file 17 | 18 | 19 | data 20 | to 21 | see 22 | that FTP 23 | works 24 | so does it? 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/107 -T log/test107.txt 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | data 35 | to 36 | see 37 | that FTP 38 | works 39 | so does it? 40 | 41 | 42 | USER anonymous 43 | PASS ftp@example.com 44 | PWD 45 | EPSV 46 | TYPE I 47 | STOR 107 48 | QUIT 49 | 50 | 51 | 52 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1084: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | --interface 7 | FAILURE 8 | non-existing host 9 | 10 | 11 | 12 | # 13 | # Server-side 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | http 22 | 23 | 24 | none 25 | 26 | 27 | HTTP GET with invalid --interface 28 | 29 | 30 | http://%HOSTIP:%HTTPPORT/1084 --interface non-existing-host.haxx.se. 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 45 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test109: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | APPE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP PASV upload append 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/109 -T log/upload109 --append 25 | 26 | 27 | Moooooooooooo 28 | upload this 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | EPSV 39 | TYPE I 40 | APPE 109 41 | QUIT 42 | 43 | 44 | Moooooooooooo 45 | upload this 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1091: -------------------------------------------------------------------------------- 1 | 2 | # based on test 143 3 | 4 | 5 | FTP 6 | RETR 7 | type= 8 | 9 | 10 | 11 | # Server-side 12 | 13 | 14 | bla bla bla 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP URL with type=i 25 | 26 | 27 | "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/1091;type=i" --use-ascii 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | PWD 37 | CWD /tmp 38 | CWD moo 39 | EPSV 40 | TYPE I 41 | SIZE 1091 42 | RETR 1091 43 | QUIT 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1093: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | mode= 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | a chunk of 15 | data 16 | returned 17 | to client 18 | 19 | 20 | 21 | # 22 | # Client-side 23 | 24 | 25 | tftp 26 | 27 | 28 | TFTP retrieve with mode=i 29 | 30 | 31 | "tftp://%HOSTIP:%TFTPPORT//1093;mode=i" --use-ascii 32 | 33 | 34 | 35 | # 36 | # Verify pseudo protocol after the test has been "shot" 37 | 38 | 39 | opcode: 1 40 | mode: octet 41 | tsize: 0 42 | blksize: 512 43 | timeout: 6 44 | filename: /1093 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1108: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | PRET 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 14 | REPLY PRET 550 unknown command 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP RETR PASV with PRET not supported 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/1108 --ftp-pret 28 | 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | PRET RETR 1108 39 | 40 | # we expect that the server doesn't understand PRET 41 | 42 | 84 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test111: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | Resume 7 | FAILURE 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 85 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP download resume beyond file size 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/111 -C 2000 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | 36 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | PWD 39 | EPSV 40 | TYPE I 41 | SIZE 111 42 | QUIT 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1119: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | source analysis 5 | symbols-in-versions 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | 17 | Verify that symbols-in-versions and headers are in sync 18 | 19 | 20 | 21 | %SRCDIR/symbol-scan.pl %SRCDIR/.. ../include/curl 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1120: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PORT 6 | RETR 7 | 421 8 | 9 | 10 | # Server-side 11 | 12 | 13 | REPLY CWD 421 Timeout! 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP with 421 timeout response 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/a/path/1120 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | # Strip all valid kinds of PORT and EPRT that curl can send 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | PWD 37 | CWD a 38 | 39 | # CURLE_OPERATION_TIMEDOUT is 28 40 | 41 | 28 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test113: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY USER 314 bluah you fewl! 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP download, failed login: USER not valid 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/113 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 67 32 | 33 | 34 | USER anonymous 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1132: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | source analysis 5 | memory-includes 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | 17 | Verify memory #include files in libcurl's C source files 18 | 19 | 20 | 21 | %SRCDIR/mem-include-scan.pl %SRCDIR/../lib 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1139: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | source analysis 5 | symbols-in-versions 6 | documentation 7 | --manual 8 | 9 | 10 | 11 | # 12 | # Client-side 13 | 14 | 15 | none 16 | 17 | 18 | 19 | Verify that all libcurl options have man pages 20 | 21 | 22 | 23 | %SRCDIR/manpage-scan.pl %SRCDIR/.. %PWD/.. 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test114: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY PASS 314 bluah you f00l! 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP download, failed login: PASS not valid 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/114 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 67 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1140: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | source analysis 5 | symbols-in-versions 6 | documentation 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | 18 | Verify the nroff of man pages 19 | 20 | 21 | 22 | %SRCDIR/nroff-scan.pl %SRCDIR/../docs/ %SRCDIR/../docs/libcurl/*.3 %SRCDIR/../docs/libcurl/opts/*.3 %SRCDIR/../docs/*.1 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1143: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | followlocation 7 | 8 | 9 | # Server-side 10 | 11 | 12 | HTTP/1.1 200 hello 13 | Connection: close 14 | Content-Length: 4 15 | 16 | hej 17 | 18 | 19 | 20 | # Client-side 21 | 22 | 23 | http 24 | 25 | 26 | HTTP URL with http:/ (one slash!) 27 | 28 | 29 | http:/%HOSTIP:%HTTPPORT/want/1143 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | ^User-Agent:.* 37 | 38 | 39 | GET /want/1143 HTTP/1.1 40 | Host: %HOSTIP:%HTTPPORT 41 | Accept: */* 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1145: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | 9 | 10 | 11 | # Client-side 12 | 13 | 14 | file 15 | 16 | 17 | file:// bad host 18 | 19 | # This command should not succeed since we only accept 20 | # file:/// file://localhost/ file://127.0.0.1/ 21 | 22 | file://bad-host%PWD/log/test1145.txt 23 | 24 | 25 | foo 26 | bar 27 | bar 28 | foo 29 | moo 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | # CURLE_URL_MALFORMAT is error code 3 36 | 37 | 3 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1146: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | --proto-default 6 | 7 | 8 | 9 | 10 | 11 | foo 12 | bar 13 | bar 14 | foo 15 | moo 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | file 23 | 24 | 25 | --proto-default file 26 | 27 | 28 | --proto-default file %PWD/log/test1146.txt 29 | 30 | 31 | foo 32 | bar 33 | bar 34 | foo 35 | moo 36 | 37 | 38 | 39 | # Verify data after the test has been "shot" 40 | 41 | 42 | 0 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test115: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | REPLY PASV 314 bluah you f00l! 13 | REPLY EPSV 314 bluah you f00l! 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP download, failed PASV 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/115 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | 13 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | PWD 39 | EPSV 40 | PASV 41 | QUIT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1160: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tashaxing/cpp_email/0d7f69d8d013a4d6832f34ac7075aa789f3e835b/deps/curl-7.60.0/tests/data/test1160 -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test117: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY EPSV 314 bluah you f00l! 12 | REPLY TYPE 314 bluah you f00l! 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | FTP download, failed TYPE 23 | 24 | 25 | ftp://%HOSTIP:%FTPPORT/117 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | 17 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | EPSV 39 | PASV 40 | TYPE I 41 | QUIT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test118: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | FAILURE 8 | 9 | 10 | # Server-side 11 | 12 | 13 | REPLY RETR 314 bluah you f00l! 14 | REPLY EPSV 314 bluah you f00l! 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP download, failed RETR 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/118 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 19 35 | 36 | 37 | USER anonymous 38 | PASS ftp@example.com 39 | PWD 40 | EPSV 41 | PASV 42 | TYPE I 43 | SIZE 118 44 | RETR 118 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1200: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | GOPHER 5 | INDEX 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | iMenu results error.host 1 14 | 0Selector /bar bar.foo.invalid 70 15 | . 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | gopher 23 | 24 | 25 | Gopher index 26 | 27 | 28 | gopher://%HOSTIP:%GOPHERPORT/1/1200 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | /1200 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1201: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | GOPHER 5 | SELECTOR 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | iMenu results error.host 1 14 | 0Selector /selector/SELECTOR /bar bar.foo.invalid 70 15 | . 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | gopher 23 | 24 | 25 | Gopher selector 26 | 27 | 28 | gopher://%HOSTIP:%GOPHERPORT/1/selector/SELECTOR/1201 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | /selector/SELECTOR/1201 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1202: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | GOPHER 5 | QUERY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | iSearch results error.host 1 14 | 0Query query succeeded /foo foo.bar.invalid 70 15 | 0Selector /the/search/engine /bar bar.foo.invalid 70 16 | . 17 | 18 | 19 | 20 | # Client-side 21 | 22 | 23 | gopher 24 | 25 | 26 | Gopher query 27 | 28 | 29 | "gopher://%HOSTIP:%GOPHERPORT/7/the/search/engine?query%20succeeded/1202" 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | /the/search/engine query succeeded/1202 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1203: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | GOPHER-ipv6 5 | IPv6 6 | INDEX 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | iMenu results error.host 1 15 | 0Selector /bar bar.foo.invalid 70 16 | . 17 | 18 | 19 | 20 | # Client-side 21 | 22 | 23 | ipv6 24 | 25 | 26 | gopher-ipv6 27 | 28 | 29 | Gopher IPv6 index 30 | 31 | 32 | -g gopher://%HOST6IP:%GOPHER6PORT/1/moo/1203 33 | 34 | 35 | 36 | # 37 | # Verify data after the test has been "shot" 38 | 39 | 40 | /moo/1203 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1219: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | REPLY welcome 230 welcome without password 21 | 22 | 23 | 24 | # Client-side 25 | 26 | 27 | ftp 28 | 29 | 30 | FTP with no user+password required (230 response) 31 | 32 | 33 | ftp://%HOSTIP:%FTPPORT/1219 34 | 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | PWD 42 | EPSV 43 | TYPE I 44 | SIZE 1219 45 | RETR 1219 46 | QUIT 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test122: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | Resume 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 5 13 | 14 | 15 | REPLY EPSV 500 no such command 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP download resume with whole file already downloaded 26 | 27 | 28 | ftp://%HOSTIP:%FTPPORT/122 -C 5 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | EPSV 39 | PASV 40 | TYPE I 41 | SIZE 122 42 | QUIT 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1220: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | URL 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | file 19 | 20 | 21 | file:// URLs with query string 22 | 23 | 24 | file://localhost/%PWD/log/test1220.txt?a_query=foobar#afragment 25 | 26 | 27 | contents in a single file 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | contents in a single file 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1224: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP fetch a file from the root directory 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT//1224 31 | 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | CWD / 42 | EPSV 43 | TYPE I 44 | SIZE 1224 45 | RETR 1224 46 | QUIT 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1226: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP fetch a file from the root directory with singlecwd 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT//1226 --ftp-method singlecwd 31 | 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | CWD / 42 | EPSV 43 | TYPE I 44 | SIZE 1226 45 | RETR 1226 46 | QUIT 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1227: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP fetch a file from the root directory with nocwd 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT//1227 --ftp-method nocwd 31 | 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | EPSV 42 | TYPE I 43 | SIZE /1227 44 | RETR /1227 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test123: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | Resume 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | # Client-side 14 | 15 | 16 | ftp 17 | 18 | 19 | FTP upload resume with whole file already downloaded 20 | 21 | 22 | ftp://%HOSTIP:%FTPPORT/123 -T log/upload123 -C 51 23 | 24 | 25 | -------------------------------------------------- 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | USER anonymous 33 | PASS ftp@example.com 34 | PWD 35 | EPSV 36 | TYPE I 37 | QUIT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1234: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | globbing 5 | {} list 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | # Client-side 14 | 15 | 16 | none 17 | 18 | 19 | abusing {}-globbing 20 | 21 | 22 | "%HOSTIP:%HTTPPORT/1234[0-1]{" "%HOSTIP:%HTTPPORT/{}{}{}{" 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | # 3 == CURLE_URL_MALFORMAT 29 | 30 | 3 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1236: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | globbing 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | none 16 | 17 | 18 | [] globbing overflowing the range counter 19 | 20 | # 2^62 == 4611686018427387904 21 | 22 | "%HOSTIP:%HTTPPORT/1234[0-1]{" "%HOSTIP:%HTTPPORT/[1-4611686018427387904][1-4611686018427387904]" 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | # 3 == CURLE_URL_MALFORMAT 29 | 30 | 3 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test124: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | we can still send data even if pwd fails! 13 | 14 | 15 | REPLY PWD 314 bluah you f00l! 16 | REPLY EPSV 314 bluah you f00l! 17 | 18 | 19 | 20 | # Client-side 21 | 22 | 23 | ftp 24 | 25 | 26 | FTP download, failed PWD 27 | 28 | 29 | ftp://%HOSTIP:%FTPPORT/124 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | PWD 39 | EPSV 40 | PASV 41 | TYPE I 42 | SIZE 124 43 | RETR 124 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1242: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | a chunk of 14 | data 15 | returned 16 | to client 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | tftp 25 | 26 | 27 | TFTP retrieve without TFTP options requests 28 | 29 | 30 | tftp://%HOSTIP:%TFTPPORT//1242 --tftp-no-options 31 | 32 | 33 | 34 | # 35 | # Verify pseudo protocol after the test has been "shot" 36 | 37 | 38 | opcode: 1 39 | mode: octet 40 | filename: /1242 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1243: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP WRQ 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | tftp 14 | 15 | 16 | TFTP send without TFTP options requests 17 | 18 | 19 | -T log/test1243.txt tftp://%HOSTIP:%TFTPPORT// --tftp-no-options 20 | 21 | 22 | a chunk of 23 | data 24 | sent 25 | to server 26 | 27 | 28 | 29 | # 30 | # Verify pseudo protocol after the test has been "shot" 31 | 32 | 33 | a chunk of 34 | data 35 | sent 36 | to server 37 | 38 | 39 | opcode: 2 40 | mode: octet 41 | filename: /test1243.txt 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1247: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | --fail-early 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | none 21 | 22 | 23 | --fail-early 24 | 25 | 26 | --fail-early h1234://%HOSTIP:%HTTPPORT/1247 http://%HOSTIP:%HTTPPORT/1247 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | # Protocol "h1234" not supported or disabled in libcurl 34 | 35 | 1 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test125: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY CWD 314 bluah you f00l! 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP download, failed CWD 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/path/to/file/125 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 9 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | PWD 37 | CWD path 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test126: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | RETR 7 | RETRWEIRDO 8 | 9 | 10 | # Server-side 11 | 12 | 13 | this is file contents 14 | 15 | 16 | RETRWEIRDO 17 | 18 | 19 | 20 | # Client-side 21 | 22 | 23 | ftp 24 | 25 | 26 | FTP download with multiple replies at once in RETR 27 | 28 | 29 | ftp://%HOSTIP:%FTPPORT/blalbla/lululul/126 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | PWD 39 | CWD blalbla 40 | CWD lululul 41 | EPSV 42 | TYPE I 43 | SIZE 126 44 | RETR 126 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1260: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | # Client-side 14 | 15 | 16 | none 17 | 18 | 19 | http 20 | 21 | 22 | HTTP URL with rubbish after port number 23 | 24 | 25 | -g "http://[%HOSTIP]:%HTTPPORT:80/we/want/1260" "http://%HOSTIP:%HTTPPORT:80/we/want/1260" "http://user@example.com:80@localhost" 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | # CURLE_URL_MALFORMAT == 3 32 | 33 | 3 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1262: -------------------------------------------------------------------------------- 1 | # similar to test 139 but with a reversed time condition 2 | 3 | 4 | 5 | FTP 6 | RETR 7 | -z 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 213 20030409102659 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP request and denied to download an older file with -z 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/blalbla/1262 -z "-1 jan 2001" 27 | 28 | 29 | 30 | 31 | 32 | USER anonymous 33 | PASS ftp@example.com 34 | PWD 35 | CWD blalbla 36 | MDTM 1262 37 | QUIT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1263: -------------------------------------------------------------------------------- 1 | # similar to test 1260 2 | 3 | 4 | 5 | HTTP 6 | HTTP GET 7 | 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | http 21 | 22 | 23 | HTTP URL with rubbish after IPv6 bracket 24 | 25 | 26 | -g "http://[%HOSTIP]test:%HTTPPORT/we/want/1263" "http://[%HOSTIP][%HOSTIP]:%HTTPPORT/we/want/1263" "http://user@[::1]@localhost" 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | # CURLE_URL_MALFORMAT == 3 33 | 34 | 3 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1264: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | # Client-side 14 | 15 | 16 | none 17 | 18 | 19 | http 20 | 21 | 22 | HTTP URL with space in host name 23 | 24 | 25 | -g "http://127.0.0.1 www.example.com/we/want/1264" 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | # CURLE_URL_MALFORMAT == 3 32 | 33 | 3 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test127: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | --disable-epsv 8 | 9 | 10 | # Server-side 11 | 12 | 13 | moooooooo 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP --disable-epsv 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/path/to/file/127 --disable-epsv 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | USER anonymous 34 | PASS ftp@example.com 35 | PWD 36 | CWD path 37 | CWD to 38 | CWD file 39 | PASV 40 | TYPE I 41 | SIZE 127 42 | RETR 127 43 | QUIT 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1281: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | URL 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | http 22 | 23 | 24 | reject non-numerical port number in URL 25 | 26 | 27 | http://%HOSTIP:alpha/beta/1281 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | # 3 == CURLE_URL_MALFORMAT 34 | 35 | 3 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1282: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | REPLY PASS 633 XXXXXXXX\x00\x00XXXXXXXX 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | GSS-API 23 | 24 | 25 | FTP with 633 response before gss initialized 26 | 27 | 28 | ftp://%HOSTIP:%FTPPORT/1282 29 | 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | 39 | 40 | # 67 == CURLE_LOGIN_DENIED 41 | 42 | 67 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1289: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | globbing 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | http 19 | 20 | 21 | globbing with overflow and bad syntxx 22 | 23 | 24 | http://ur%20[0-60000000000000000000 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | # curl: (3) [globbing] bad range in column 31 | 32 | 3 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1300: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | llist 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | llist unit tests 20 | 21 | 22 | unit1300 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1301: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curl_strcasecompare 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | curl_strcasecompare unit tests 20 | 21 | 22 | unit1301 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1302: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | base64 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | base64 encode/decode unit tests 20 | 21 | 22 | unit1302 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1303: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | Curl_timeleft 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | Curl_timeleft unit tests 20 | 21 | 22 | unit1303 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1304: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | netrc 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | netrc parsing unit tests 20 | 21 | 22 | unit1304 23 | 24 | 25 | machine example.com login admin password passwd 26 | machine curl.example.com login none password none 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1305: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | unittest 6 | hash 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | 19 | 20 | internal hash create/destroy testing 21 | 22 | 23 | unit1305 24 | 25 | 26 | 1305 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1306: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | unittest 6 | hash 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | 19 | 20 | internal hash create/add/destroy testing 21 | 22 | 23 | unit1305 24 | 25 | 26 | 1306 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1307: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | unittest 6 | wildcardmatch 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | 19 | 20 | internal Curl_fnmatch() testing 21 | 22 | 23 | unit1307 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1308: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curl_formadd 6 | curl_formget 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | http 19 | 20 | 21 | formpost unit tests 22 | 23 | 24 | unit1308 25 | 26 | 27 | Piece of the file that is to uploaded as a formpost 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1323: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curlx_tvdiff 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | # 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | curlx_tvdiff 22 | 23 | 24 | unit1323 25 | 26 | 27 | 28 | # 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1326: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TELNET 5 | UPLOAD 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | HTTP/1.1 200 swsclose 14 | 15 | moo 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | http 24 | 25 | 26 | telnet 27 | 28 | 29 | TELNET to HTTP server 30 | 31 | 32 | GET /we/want/1326 HTTP/1.0 33 | 34 | 35 | 36 | telnet://%HOSTIP:%HTTPPORT --upload-file - 37 | 38 | 39 | 40 | # 41 | # Verify data after the test has been "shot" 42 | 43 | 44 | GET /we/want/1326 HTTP/1.0 45 | 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1329: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP proxy 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | http 13 | 14 | 15 | /-prefixed proxy name 16 | 17 | 18 | http://%HOSTIP:%HTTPPORT/we/want/that/page/1329 -x "/server" 19 | 20 | 21 | 22 | # 23 | # Verify data after the test has been "shot" 24 | 25 | # 5 == CURLE_COULDNT_RESOLVE_PROXY 26 | 27 | 5 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test136: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 0123456789abcdef 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | FTP with user and no password 23 | 24 | 25 | -u user: ftp://%HOSTIP:%FTPPORT/136 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | USER user 33 | PASS 34 | PWD 35 | EPSV 36 | TYPE I 37 | SIZE 136 38 | RETR 136 39 | QUIT 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test137: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | RETR 6 | --data-binary 7 | 8 | 9 | # Server-side 10 | 11 | 12 | this is file contents 13 | 14 | 15 | RETRNOSIZE 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP download without size in RETR string 26 | 27 | 28 | ftp://%HOSTIP:%FTPPORT/blalbla/lululul/137 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | CWD blalbla 39 | CWD lululul 40 | EPSV 41 | TYPE I 42 | SIZE 137 43 | RETR 137 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test139: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | RETR 6 | -z 7 | 8 | 9 | # Server-side 10 | 11 | 12 | this is file contents 13 | 14 | 15 | 213 20030409102659 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP download a newer file with -z 26 | 27 | 28 | ftp://%HOSTIP:%FTPPORT/blalbla/139 -z "1 jan 1989" 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | CWD blalbla 39 | MDTM 139 40 | EPSV 41 | TYPE I 42 | SIZE 139 43 | RETR 139 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1394: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | unittest 16 | 17 | 18 | unit test for parse_cert_parameter() 19 | 20 | 21 | unit1394 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1395: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | unittest 16 | 17 | 18 | Curl_dedotdotify 19 | 20 | 21 | unit1395 22 | 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1396: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curl_easy_escape 6 | curl_easy_unescape 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | 19 | 20 | curl_easy_escape and curl_easy_unescape 21 | 22 | 23 | unit1396 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1397: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | ssl 6 | wildcard 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | unittest 18 | 19 | 20 | Check wildcard certificate matching function Curl_cert_hostcheck 21 | 22 | 23 | unit1397 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1398: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curl_msnprintf 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | curl_msnprintf unit tests 20 | 21 | 22 | unit1398 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1399: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | Curl_pgrsTime 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | Curl_pgrsTime unit tests 20 | 21 | 22 | unit1399 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test140: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | -z 6 | --data-binary 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 213 20030409102659 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP download file with -z, expected to not transfer 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/blalbla/140 -z "1 jan 2004" 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | PWD 37 | CWD blalbla 38 | MDTM 140 39 | QUIT 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1409: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | cmdline 5 | FAILURE 6 | 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | Pass in string to -C 18 | 19 | 20 | http://%HOSTIP:%HTTPPORT/1409 -C wrong 21 | 22 | 23 | 24 | # 25 | # Verify data after the test has been "shot" 26 | 27 | 28 | 2 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1410: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | cmdline 5 | FAILURE 6 | 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | Pass in negative number to --max-time 18 | 19 | 20 | http://%HOSTIP:%HTTPPORT/1410 --max-time -4 21 | 22 | 23 | 24 | # 25 | # Verify data after the test has been "shot" 26 | 27 | 28 | 2 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1427: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | integer overflow 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | too large -m timeout value 16 | 17 | 18 | http://%HOSTIP:%HTTPPORT/1427 -m 184467440737095510 19 | 20 | 21 | 22 | # 23 | # Verify data after the test has been "shot" 24 | 25 | 26 | 2 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test143: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | RETR 6 | type= 7 | 8 | 9 | # Server-side 10 | 11 | 12 | bla bla bla 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | FTP URL with type=a 23 | 24 | 25 | "ftp://%HOSTIP:%FTPPORT/%2ftmp/moo/143;type=a" 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | USER anonymous 33 | PASS ftp@example.com 34 | PWD 35 | CWD /tmp 36 | CWD moo 37 | EPSV 38 | TYPE A 39 | SIZE 143 40 | RETR 143 41 | QUIT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1440: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --write-out 5 | FILE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | file 16 | 17 | 18 | 19 | Check --write-out with trailing %{ 20 | 21 | 22 | file://localhost/%PWD/log/non-existent-file.txt --write-out '%{' 23 | 24 | 25 | 26 | # Verify data 27 | 28 | 29 | 37 30 | 31 | 32 | %{ 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1441: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --write-out 5 | FILE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | file 16 | 17 | 18 | 19 | Check --write-out with trailing % 20 | 21 | 22 | file://localhost/%PWD/log/non-existent-file.txt --write-out '%' 23 | 24 | 25 | 26 | # Verify data 27 | 28 | 29 | 37 30 | 31 | 32 | % 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1442: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --write-out 5 | FILE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | file 16 | 17 | 18 | 19 | Check --write-out with trailing \ 20 | 21 | 22 | file://localhost/%PWD/log/non-existent-file.txt --write-out '\' 23 | 24 | 25 | 26 | # Verify data 27 | 28 | 29 | 37 30 | 31 | 32 | \ 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1445: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | --remote-time 6 | 7 | 8 | 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | file 16 | 17 | 18 | perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test1445.dir 19 | 20 | 21 | file:// with --remote-time 22 | 23 | 24 | file://localhost/%PWD/log/test1445.dir/plainfile.txt --remote-time 25 | 26 | 27 | perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test1445.dir && \ 28 | perl -e 'exit((stat("log/curl1445.out"))[9] != 946728000)' 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1447: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP proxy 5 | FAILURE 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | http 21 | 22 | 23 | Provide illegal proxy name 24 | 25 | 26 | --proxy "http://a:b@/x" http://%HOSTIP:%HTTPPORT 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | # Couldn't resolve proxy name 34 | 35 | 5 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1449: -------------------------------------------------------------------------------- 1 | # initially based on test110 2 | 3 | 4 | 5 | FTP 6 | PASV 7 | RETR 8 | Resume 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP download range with integer overflow 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/1449 -r 36893488147419103232- 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | USER anonymous 32 | PASS ftp@example.com 33 | PWD 34 | EPSV 35 | QUIT 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1450: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | DICT 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | dict 18 | 19 | 20 | dict 21 | 22 | 23 | Basic DICT lookup 24 | 25 | 26 | dict://%HOSTIP:%DICTPORT/d:basic 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1451: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMB 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | Basic SMB test complete 12 | 13 | 14 | # 15 | # Client-side 16 | 17 | 18 | smb 19 | 20 | 21 | smb 22 | 23 | 24 | Basic SMB request 25 | 26 | 27 | -u 'curltest:curltest' smb://%HOSTIP:%SMBPORT/TESTS/1451 28 | 29 | 30 | 31 | # 32 | # Verify data after the test has been "shot" 33 | 34 | Basic SMB test complete 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1452: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TELNET 5 | UPLOAD 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | telnet 21 | 22 | 23 | telnet 24 | 25 | 26 | Basic TELNET negotiation 27 | 28 | 29 | test1452 30 | 31 | 32 | telnet://%HOSTIP:%NEGTELNETPORT --upload-file - 33 | 34 | 35 | 36 | # 37 | # Verify data after the test has been "shot" 38 | 39 | test1452 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1454: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --connect-to 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | !ipv6 18 | 19 | 20 | http 21 | 22 | 23 | --connect-to with IPv6 address w/o IPv6 support! 24 | 25 | 26 | --connect-to localhost:80:[::1]:80 localhost 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | # 4 == CURLE_NOT_BUILT_IN 34 | 35 | 4 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1500: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | multi 7 | 8 | 9 | 10 | # Server-side 11 | 12 | 13 | HTTP/1.1 200 all good! 14 | Date: Thu, 09 Nov 2010 14:49:00 GMT 15 | Server: test-server/fake 16 | Content-Type: text/html 17 | Content-Length: 12 18 | Connection: close 19 | 20 | Hello World 21 | 22 | 23 | 24 | # Client-side 25 | 26 | 27 | http 28 | 29 | 30 | http 31 | 32 | # tool is what to use instead of 'curl' 33 | 34 | lib1500 35 | 36 | 37 | 38 | curl_multi_wait 39 | 40 | 41 | http://%HOSTIP:%HTTPPORT/1500 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1508: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | multi 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | lib1508 16 | 17 | 18 | Close a multi handle without using it 19 | 20 | 21 | http://%HOSTIP:%HTTPPORT/path/1508 22 | 23 | 24 | 25 | # Verify data after the test has been "shot" 26 | 27 | 28 | We are done 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1521: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl_easy_setopt 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | lib1521 16 | 17 | 18 | 19 | Test all curl_easy_setopt and curl_easy_getinfo options 20 | 21 | 22 | unused 23 | 24 | 25 | 26 | # 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1529: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | HTTP proxy 7 | 8 | 9 | 10 | # Server-side 11 | 12 | 13 | HTTP/1.1 200 OK 14 | We-are: good 15 | 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | http 23 | http-proxy 24 | 25 | 26 | lib1529 27 | 28 | 29 | HTTP request-injection in URL sent over proxy 30 | 31 | 32 | "http://the.old.moo:%HTTPPORT/1529" %HOSTIP:%PROXYPORT 33 | 34 | 35 | 36 | # it should be detected and an error should be reported 37 | 38 | # 3 == CURLE_URL_MALFORMAT 39 | 40 | 3 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1530: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CURLOPT_OPENSOCKETFUNCTION 5 | 6 | 7 | 8 | 9 | 10 | none 11 | 12 | 13 | http 14 | 15 | 16 | lib1530 17 | 18 | 19 | CURLOPT_OPENSOCKETFUNCTION returns bad socket 20 | 21 | 22 | 23 | # it should be detected and an error should be reported 24 | 25 | # 7 == CURLE_COULDNT_CONNECT 26 | 27 | 7 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1531: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | CURLOPT_POSTFIELDS 5 | 6 | 7 | 8 | 9 | 10 | http 11 | 12 | 13 | http 14 | 15 | 16 | lib1531 17 | 18 | 19 | CURLOPT_POSTFIELDS with binary data set after multi_add_handle 20 | 21 | 22 | %HOSTIP:%HTTPPORT/1531 23 | 24 | 25 | 26 | # it should be detected and an error should be reported 27 | 28 | 29 | POST /1531 HTTP/1.1 30 | Host: %HOSTIP:%HTTPPORT 31 | Accept: */* 32 | Content-Length: 8 33 | Content-Type: application/x-www-form-urlencoded 34 | 35 | .abcxyz 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1550: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | multi 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | none 16 | 17 | # tool is what to use instead of 'curl' 18 | 19 | lib1550 20 | 21 | 22 | 23 | verify setting pipeling blacklisting options 24 | 25 | 26 | http://%HOSTIP:%HTTPPORT/1550 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1600: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | NTLM 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | NTLM 18 | 19 | 20 | NTLM unit tests 21 | 22 | 23 | unit1600 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1601: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | MD5 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | MD5 unit tests 20 | 21 | 22 | unit1601 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1602: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | hash 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | Internal hash create/add/destroy testing, exercising clean functions 20 | 21 | 22 | unit1602 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1603: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | hash 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | Internal hash add, retrieval, deletion testing 20 | 21 | 22 | unit1603 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1604: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | unittest 16 | 17 | 18 | Test WIN32/MSDOS filename sanitization 19 | 20 | 21 | unit1604 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1605: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | unittest 16 | 17 | 18 | Test negative data lengths as input to libcurl functions 19 | 20 | 21 | unit1605 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1606: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | speedcheck 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | verify speedcheck 20 | 21 | 22 | unit1606 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1607: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | CURLOPT_RESOLVE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | CURLOPT_RESOLVE parsing 20 | 21 | 22 | unit1607 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test1608: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unittest 5 | curlopt_dns_shuffle_addresses 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | none 14 | 15 | 16 | unittest 17 | 18 | 19 | verify DNS shuffling 20 | 21 | 22 | unit1608 23 | 24 | 25 | 26 | 27 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test182: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | 13 | 0 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP download an empty file 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/182 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | USER anonymous 34 | PASS ftp@example.com 35 | PWD 36 | EPSV 37 | TYPE I 38 | SIZE 182 39 | RETR 182 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test19: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | connect to non-listen 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | none 19 | 20 | 21 | http 22 | 23 | 24 | attempt connect to non-listening socket 25 | 26 | 27 | %HOSTIP:60000 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 7 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test190: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | DELAY CWD 60 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | ftp 22 | 23 | 24 | FTP download with strict timeout and slow CWD 25 | 26 | 27 | ftp://%HOSTIP:%FTPPORT/path/to/file/190 -m %FTPTIME2 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | # 28 is CURLE_OPERATION_TIMEDOUT 34 | 35 | 28 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | CWD path 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test191: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | data in file 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP URL with ?-letters in username and password 22 | 23 | 24 | "ftp://use%3fr:pass%3fword@%HOSTIP:%FTPPORT/191" 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | USER use?r 32 | PASS pass?word 33 | PWD 34 | EPSV 35 | TYPE I 36 | SIZE 191 37 | RETR 191 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test195: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY PASS 530 temporarily not available 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP response 530 after PASS, temporarily not allowed access 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/195 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 67 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test196: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY PASS 430 temporarily not available 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP transient error, retry request once 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/196 --retry 1 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | # 67 is CURLE_LOGIN_DENIED 31 | 32 | 67 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | USER anonymous 38 | PASS ftp@example.com 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test20: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | FAILURE 6 | non-existing host 7 | 8 | 9 | 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | none 20 | 21 | 22 | http 23 | 24 | 25 | attempt connect to non-existing host name 26 | 27 | 28 | non-existing-host.haxx.se. 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | 6 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test200: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | 9 | 10 | foo 11 | bar 12 | bar 13 | foo 14 | moo 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | file 22 | 23 | 24 | basic file:// file 25 | 26 | 27 | file://localhost/%PWD/log/test200.txt 28 | 29 | 30 | foo 31 | bar 32 | bar 33 | foo 34 | moo 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test201: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | FAILURE 6 | 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | file 19 | 20 | 21 | missing file:// file 22 | 23 | 24 | file://localhost/%PWD/log/non-existant-file.txt 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 37 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test202: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | file 18 | 19 | 20 | two file:// URLs to stdout 21 | 22 | 23 | file://localhost/%PWD/log/test202.txt FILE://localhost/%PWD/log/test202.txt 24 | 25 | 26 | contents in a single file 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | contents in a single file 34 | contents in a single file 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test203: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | foo 12 | bar 13 | bar 14 | foo 15 | moo 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | file 23 | 24 | 25 | file:/path URL with a single slash 26 | 27 | 28 | file:%PWD/log/test203.txt 29 | 30 | 31 | foo 32 | bar 33 | bar 34 | foo 35 | moo 36 | 37 | 38 | 39 | # Verify data after the test has been "shot" 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2036: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FAILURE 5 | 6 | 7 | # 8 | # Server-side 9 | 10 | 11 | 12 | # 13 | # Client-side 14 | 15 | 16 | none 17 | 18 | 19 | http 20 | 21 | 22 | HTTP, -O with no slash at all in the URL 23 | 24 | 25 | %HOSTIP:%HTTPPORT -O 26 | 27 | 28 | 29 | # 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | ^User-Agent:.* 34 | 35 | 36 | 23 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test204: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | # no Server-side 9 | 10 | # Client-side 11 | 12 | 13 | file 14 | 15 | 16 | "upload" with file:// 17 | 18 | 19 | file://localhost/%PWD/log/result204.txt -T log/upload204.txt 20 | 21 | 22 | data 23 | in 24 | file 25 | to 26 | write 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | data 34 | in 35 | file 36 | to 37 | write 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2043: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | HTTP GET 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | WinSSL 14 | 15 | 16 | none 17 | 18 | 19 | Disable certificate revocation checks 20 | 21 | 22 | --ssl-no-revoke -I https://revoked.grc.com/ 23 | 24 | 25 | 26 | # 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | 0 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2044: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | --proto-default 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | none 16 | 17 | 18 | Attempt to set a default protocol that does not exist 19 | 20 | 21 | --proto-default DOESNOTEXIST 22 | 23 | 24 | 25 | # 26 | # Verify data after the test has been "shot" 27 | 28 | # CURLE_UNSUPPORTED_PROTOCOL is error code 1 29 | 30 | 1 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2048: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | HTTP GET 6 | PEM certificate 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | # 16 | # Client-side 17 | 18 | 19 | SSL 20 | SSLpinning 21 | 22 | 23 | https Server-localhost-sv.pem 24 | 25 | 26 | pinnedpubkey no-match must fail even when insecure 27 | 28 | 29 | --insecure --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --pinnedpubkey %SRCDIR/certs/Server-localhost.nn-sv.pub.der https://localhost:%HTTPSPORT/2048 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | 90 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test205: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | FAILURE 6 | 7 | 8 | 9 | # no Server-side 10 | 11 | # Client-side 12 | 13 | 14 | file 15 | 16 | 17 | "upload" with file:// 18 | 19 | 20 | file://localhost/%PWD/log/nonexisting/result205.txt -T log/upload205.txt 21 | 22 | 23 | data 24 | in 25 | file 26 | to 27 | write 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | # 23 => CURLE_WRITE_ERROR 34 | 35 | 23 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2070: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | 9 | 10 | foo 11 | bar 12 | bar 13 | foo 14 | moo 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | file 22 | 23 | 24 | basic file:// file with no authority 25 | 26 | 27 | file:%PWD/log/test2070.txt 28 | 29 | 30 | foo 31 | bar 32 | bar 33 | foo 34 | moo 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2071: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | 9 | 10 | foo 11 | bar 12 | bar 13 | foo 14 | moo 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | file 22 | 23 | 24 | basic file:// file with "127.0.0.1" hostname 25 | 26 | 27 | file://127.0.0.1/%PWD/log/test2070.txt 28 | 29 | 30 | foo 31 | bar 32 | bar 33 | foo 34 | moo 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test2072: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | 9 | 10 | foo 11 | bar 12 | bar 13 | foo 14 | moo 15 | 16 | 17 | 18 | # Client-side 19 | 20 | 21 | file 22 | 23 | 24 | file:// with unix path resolution behavior for the case of extra slashes 25 | 26 | 27 | file:////%PWD/log/test2072.txt 28 | 29 | 30 | perl -e "print 'Test requires a unix system' if ( $^O eq 'MSWin32' || $^O eq 'cygwin' || $^O eq 'dos');" 31 | 32 | 33 | foo 34 | bar 35 | bar 36 | foo 37 | moo 38 | 39 | 40 | 41 | # Verify data after the test has been "shot" 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test21: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FAILURE 5 | multiple HTTP requests 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | http 18 | 19 | 20 | use curl with multiple request methods 21 | 22 | 23 | -I -d FOOO -F moo=moo localhost 24 | 25 | 26 | 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | 2 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test219: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | proxy 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | none 18 | 19 | 20 | http 21 | 22 | 23 | try using proxy with unsupported scheme 24 | 25 | 26 | -x foo://%HOSTIP:%HTTPPORT/219 http://%HOSTIP:%HTTPPORT/219 27 | 28 | 29 | 30 | # 31 | # Verify after the test has been "shot" 32 | 33 | 34 | 7 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test225: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | # Client-side 9 | 10 | 11 | ftp 12 | 13 | 14 | FTP %0a-code in URL's name part 15 | 16 | 17 | ftp://bad%0auser:passwd@%HOSTIP:%FTPPORT/225%0a 18 | 19 | 20 | 21 | # Verify data after the test has been "shot" 22 | 23 | # 3 == CURLE_URL_MALFORMAT 24 | 25 | 3 26 | 27 | 28 | 29 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test226: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FAILURE 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | ftp 13 | 14 | 15 | FTP %0d-code in URL's CWD part 16 | 17 | 18 | ftp://%HOSTIP:%FTPPORT/226%0d 19 | 20 | 21 | 22 | # Verify data after the test has been "shot" 23 | 24 | # 3 == CURLE_URL_MALFORMAT 25 | 26 | 3 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test229: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | ACCT 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | REPLY PASS 332 please provide account name 13 | REPLY ACCT 532 bluah! 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | ftp 21 | 22 | 23 | FTP RETR with bad ACCT 24 | 25 | 26 | ftp://%HOSTIP:%FTPPORT/229 --ftp-account "one count" 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | USER anonymous 34 | PASS ftp@example.com 35 | ACCT one count 36 | 37 | 38 | 11 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test23: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | unsupported protocol 5 | FAILURE 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 12 | 13 | 14 | # Client-side 15 | 16 | 17 | http 18 | 19 | 20 | unsupported protocol:// URL 21 | 22 | 23 | htfp://%HOSTIP:%HTTPPORT/none.htfml 24 | 25 | 26 | 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | 1 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test231: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | # Server-side 9 | 10 | # 16 bytes to check 11 | 12 | B01234567 13 | C01234567 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | file 21 | 22 | 23 | file:// with resume 24 | 25 | 26 | file://localhost/%PWD/log/test231.txt -C 10 27 | 28 | 29 | A01234567 30 | B01234567 31 | C01234567 32 | 33 | 34 | 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test238: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | REPLY EPSV 229 Entering Passiv Mode (|||1000000|) 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP getting bad port in response to EPSV 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/238 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | # 13 = CURLE_FTP_WEIRD_PASV_REPLY 31 | 32 | 13 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | EPSV 39 | QUIT 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test261: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | EPSV 6 | RETR 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | hepp 14 | 15 | 16 | REPLY TYPE 226 Kind of on the positive side! 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP RETR with 226 response code to TYPE 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT/261 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | EPSV 42 | TYPE I 43 | SIZE 261 44 | RETR 261 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test271: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | a chunk of 14 | data 15 | returned 16 | to client 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | tftp 25 | 26 | 27 | TFTP retrieve 28 | 29 | 30 | tftp://%HOSTIP:%TFTPPORT//271 31 | 32 | 33 | 34 | # 35 | # Verify pseudo protocol after the test has been "shot" 36 | 37 | 38 | opcode: 1 39 | mode: octet 40 | tsize: 0 41 | blksize: 512 42 | timeout: 6 43 | filename: /271 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test272: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 213 20040101121212 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | FTP timed conditioned get file with identical time stamp 23 | 24 | 25 | ftp://%HOSTIP:%FTPPORT/272 -z "2004 jan 1 12:12:12 UTC" 26 | 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | USER anonymous 34 | PASS ftp@example.com 35 | PWD 36 | MDTM 272 37 | QUIT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test282: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | HTTP/1.1 200 OK swsclose 14 | 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | http 23 | 24 | 25 | HTTP GET with no response body or headers 26 | 27 | 28 | http://%HOSTIP:%HTTPPORT/282 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | ^User-Agent:.* 37 | 38 | 39 | GET /282 HTTP/1.1 40 | Host: %HOSTIP:%HTTPPORT 41 | Accept: */* 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test283: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP RRQ 6 | FAILURE 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | tftp 15 | 16 | 17 | TFTP retrieve on invalid file 18 | 19 | 20 | tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024 21 | 22 | 23 | 24 | # 25 | # Verify pseudo protocol after the test has been "shot" 26 | 27 | 28 | 69 29 | 30 | 31 | opcode: 1 32 | mode: octet 33 | tsize: 0 34 | blksize: 1024 35 | timeout: 6 36 | filename: /invalid-file 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test285: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | TFTP 5 | TFTP WRQ 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | tftp 14 | 15 | 16 | TFTP send 17 | 18 | 19 | -T log/test285.txt tftp://%HOSTIP:%TFTPPORT// 20 | 21 | 22 | a chunk of 23 | data 24 | sent 25 | to server 26 | 27 | 28 | 29 | # 30 | # Verify pseudo protocol after the test has been "shot" 31 | 32 | 33 | a chunk of 34 | data 35 | sent 36 | to server 37 | 38 | 39 | opcode: 2 40 | mode: octet 41 | tsize: 32 42 | blksize: 512 43 | timeout: 6 44 | filename: /test285.txt 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test288: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | 8 | # Server-side 9 | 10 | 11 | foo 12 | bar 13 | bar 14 | foo 15 | moo 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | none 23 | 24 | 25 | file 26 | 27 | 28 | file:// with (unsupported) proxy, authentication and range 29 | 30 | 31 | all_proxy=http://fake:user@%HOSTIP:%HTTPPORT/ 32 | 33 | 34 | file://localhost/%PWD/log/test288.txt 35 | 36 | 37 | foo 38 | bar 39 | bar 40 | foo 41 | moo 42 | 43 | 44 | 45 | # Verify data after the test has been "shot" 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test289: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | STOR 6 | Resume 7 | FAILURE 8 | 9 | 10 | 11 | # Client-side 12 | 13 | 14 | ftp 15 | 16 | 17 | FTP resume upload but denied access to local file 18 | 19 | 20 | ftp://%HOSTIP:%FTPPORT/289 -T log/illegal-nonexistent-file -C - 21 | 22 | 23 | 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 26 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test290: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | --max-filesize 6 | 7 | 8 | # Server-side 9 | 10 | 11 | 85 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | FTP download maximum filesize exceeded 22 | 23 | 24 | ftp://%HOSTIP:%FTPPORT/290 --max-filesize 30 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 63 32 | 33 | 34 | USER anonymous 35 | PASS ftp@example.com 36 | PWD 37 | EPSV 38 | TYPE I 39 | SIZE 290 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test291: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | RETR 6 | --max-filesize 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP download maximum filesize not exceeded 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT/291 --max-filesize 100 31 | 32 | 33 | 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | USER anonymous 38 | PASS ftp@example.com 39 | PWD 40 | EPSV 41 | TYPE I 42 | SIZE 291 43 | RETR 291 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test295: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | LIST 7 | ACCT 8 | FAILURE 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | REPLY PASS 332 Give me an ACCT now 16 | REPLY PWD 530 No ACCT, go away 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | ftp 25 | 26 | 27 | FTP ACCT request without --ftp-account 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT/295/ 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 67 39 | 40 | 41 | USER anonymous 42 | PASS ftp@example.com 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test296: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | CWD 7 | --ftp-method 8 | multicwd 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | bla bla bla 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP CWD with --ftp-method multicwd 26 | 27 | 28 | --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | CWD first 39 | CWD second 40 | CWD third 41 | EPSV 42 | TYPE I 43 | SIZE 296 44 | RETR 296 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test297: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | CWD 7 | --ftp-method 8 | singlecwd 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | bla bla bla 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP CWD with --ftp-method singlecwd 26 | 27 | 28 | --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/297 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | CWD first/second/third 39 | EPSV 40 | TYPE I 41 | SIZE 297 42 | RETR 297 43 | QUIT 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test298: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | CWD 7 | --ftp-method 8 | nocwd 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | bla bla bla 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | ftp 23 | 24 | 25 | FTP CWD with --ftp-method nocwd 26 | 27 | 28 | --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/th%69rd/298 29 | 30 | 31 | 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | USER anonymous 36 | PASS ftp@example.com 37 | PWD 38 | EPSV 39 | TYPE I 40 | SIZE first/second/third/298 41 | RETR first/second/third/298 42 | QUIT 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test30: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | http 19 | 20 | 21 | HTTP with no data in server reply 22 | 23 | 24 | http://%HOSTIP:%HTTPPORT/want/30 25 | 26 | 27 | 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | ^User-Agent:.* 32 | 33 | 34 | GET /want/30 HTTP/1.1 35 | Host: %HOSTIP:%HTTPPORT 36 | Accept: */* 37 | 38 | 39 | 40 | 52 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test305: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | HTTP GET 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | SSL 14 | 15 | 16 | https 17 | 18 | 19 | insecure HTTPS without permission 20 | 21 | 22 | https://%HOSTIP:%HTTPSPORT/want/305 --cacert moooo 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | ^User-Agent:.* 30 | 31 | 32 | 77 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test308: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | HTTP GET 6 | FAILURE 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | OpenSSL 15 | !MultiSSL 16 | 17 | 18 | https 19 | 20 | 21 | simple HTTPS GET with invalid crypto engine 22 | 23 | 24 | --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308 25 | 26 | 27 | 28 | # 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | 53 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test321: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | TLS-SRP 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | httptls+srp 14 | 15 | 16 | TLS-SRP 17 | 18 | 19 | TLS-SRP with bad username and password 20 | 21 | 22 | --insecure --tlsauthtype SRP --tlsuser baduser --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 35 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test322: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | TLS-SRP 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | httptls+srp 14 | 15 | 16 | TLS-SRP 17 | 18 | 19 | TLS-SRP with bad password 20 | 21 | 22 | --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPTLSPORT 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 35 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test323: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | TLS-SRP 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | https 14 | 15 | 16 | TLS-SRP 17 | 18 | 19 | TLS-SRP to non-TLS-SRP server 20 | 21 | 22 | --insecure --tlsauthtype SRP --tlsuser jsmith --tlspassword badpass https://%HOSTIP:%HTTPSPORT/want/323 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 35 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test324: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTPS 5 | TLS-SRP 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | httptls+srp 14 | 15 | 16 | TLS-SRP 17 | 18 | 19 | TLS-SRP with server cert checking 20 | 21 | # no --insecure 22 | --tlsauthtype SRP --tlsuser jsmith --tlspassword abc https://%HOSTIP:%HTTPTLSPORT/want/323 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 51 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test340: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | CWD 7 | --ftp-method 8 | singlecwd 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | ftp 20 | 21 | 22 | FTP using %00 in path with singlecwd 23 | 24 | 25 | --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/%00first/second/third/340 26 | 27 | 28 | 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | USER anonymous 33 | PASS ftp@example.com 34 | PWD 35 | 36 | 37 | 3 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test354: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | PASV 6 | RETR 7 | 8 | 9 | # Server-side 10 | 11 | 12 | data 13 | to 14 | see 15 | that FTP 16 | works 17 | so does it? 18 | 19 | 20 | REPLY USER 200 fine, proceed without password 21 | 22 | 23 | 24 | # Client-side 25 | 26 | 27 | ftp 28 | 29 | 30 | FTP without password 31 | 32 | 33 | ftp://%HOSTIP:%FTPPORT/354 34 | 35 | 36 | 37 | 38 | # Verify data after the test has been "shot" 39 | 40 | 41 | USER anonymous 42 | PWD 43 | EPSV 44 | TYPE I 45 | SIZE 354 46 | RETR 354 47 | QUIT 48 | 49 | 50 | 51 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test37: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | FAILURE 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | http 21 | 22 | 23 | HTTP GET with nothing returned from server 24 | 25 | 26 | http://%HOSTIP:%HTTPPORT/37 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 52 35 | 36 | 37 | ^User-Agent:.* 38 | 39 | 40 | GET /37 HTTP/1.1 41 | Host: %HOSTIP:%HTTPPORT 42 | Accept: */* 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test402: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FTPS 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | SSL 14 | 15 | 16 | ftp 17 | 18 | 19 | FTP SSL required on non-SSL server 20 | 21 | 22 | -k --ftp-ssl-reqd ftp://%HOSTIP:%FTPPORT/402 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 64 30 | 31 | 32 | AUTH SSL 33 | AUTH TLS 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test404: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FTPS 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | SSL 14 | 15 | 16 | ftps 17 | 18 | 19 | FTPS with invalid cacert 20 | 21 | 22 | --ftp-ssl-control --cacert moooo ftps://%HOSTIP:%FTPSPORT/ 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 77 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test405: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | FTPS 6 | FAILURE 7 | 8 | 9 | 10 | # Client-side 11 | 12 | 13 | SSL 14 | 15 | 16 | ftp 17 | 18 | 19 | FTPS operation to FTP port 20 | 21 | 22 | -m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | # error code 35 is CURLE_SSL_CONNECT_ERROR 29 | # GnuTLS seems to not fail on its handshake but instead times out which gives 30 | # error 28 31 | 32 | 35,28 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test41: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP FORMPOST 6 | FAILURE 7 | 8 | 9 | # Server-side 10 | 11 | 12 | 13 | # Client-side 14 | 15 | 16 | http 17 | 18 | 19 | HTTP formpost with missing file 20 | 21 | 22 | http://%HOSTIP:%HTTPPORT/want/41 -F moo=@boo 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | 28 | 29 | 26 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test501: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | missing URL 5 | 6 | 7 | # 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | none 16 | 17 | 18 | http 19 | 20 | # tool is what to use instead of 'curl' 21 | 22 | lib501 23 | 24 | 25 | 26 | simple libcurl attempt operation without URL set 27 | 28 | 29 | http://%HOSTIP:%HTTPPORT/501 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | 3 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test502: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FILE 5 | 6 | 7 | # 8 | # Server-side 9 | 10 | 11 | foo 12 | bar swsclose 13 | bar 14 | foo 15 | moo 16 | 17 | 18 | 19 | # Client-side 20 | 21 | 22 | file 23 | 24 | # tool is what to use instead of 'curl' 25 | 26 | lib502 27 | 28 | 29 | 30 | simple multi file:// get 31 | 32 | 33 | file://%PWD/log/test502.txt 34 | 35 | 36 | foo 37 | bar swsclose 38 | bar 39 | foo 40 | moo 41 | 42 | 43 | 44 | # Verify data after the test has been "shot" 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test504: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | HTTP proxy 7 | multi 8 | FAILURE 9 | 10 | 11 | 12 | # Server-side 13 | 14 | 15 | 16 | # Client-side 17 | 18 | 19 | none 20 | 21 | 22 | http 23 | 24 | # tool is what to use instead of 'curl' 25 | 26 | lib504 27 | 28 | 29 | 30 | simple multi through local proxy without listener 31 | 32 | 33 | http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555 34 | 35 | 36 | 37 | # Verify data after the test has been "shot" 38 | # TEST_ERR_SUCCESS is errorcode 120 39 | 40 | 41 | 120 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test507: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | multi 6 | FAILURE 7 | non-existing host 8 | 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | http 19 | 20 | 21 | multi interface get with non-existing host name 22 | 23 | 24 | lib507 25 | 26 | 27 | http://non-existing-host.haxx.se/ 28 | 29 | 30 | 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | 6 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test509: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | memory callbacks 5 | 6 | 7 | # 8 | # Server-side 9 | 10 | 11 | 12 | # Client-side 13 | 14 | 15 | none 16 | 17 | 18 | http 19 | 20 | # tool is what to use instead of 'curl' 21 | 22 | lib509 23 | 24 | 25 | 26 | initialization with memory callbacks and actual usage 27 | 28 | 29 | nothing 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | seen custom_calloc() 38 | seen custom_malloc() 39 | seen custom_realloc() 40 | seen custom_free() 41 | 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test524: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | UPLOAD 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | # 15 | # Client-side 16 | 17 | 18 | ftp 19 | 20 | 21 | lib524 22 | 23 | 24 | FTP upload with target URL ending with slash 25 | 26 | # first URL then proxy 27 | 28 | ftp://%HOSTIP:%FTPPORT/path/to/ 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | USER anonymous 37 | PASS ftp@example.com 38 | PWD 39 | 40 | 41 | # 3 is CURLE_URL_MALFORMAT 42 | 43 | 3 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test543: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | curl_easy_escape 5 | 6 | 7 | # Server-side 8 | 9 | # Client-side 10 | 11 | 12 | none 13 | 14 | 15 | lib543 16 | 17 | 18 | curl_easy_escape 19 | 20 | 21 | - 22 | 23 | 24 | 25 | 26 | # Verify data after the test has been "shot" 27 | # 28 | # There's no MTDM in the protocol here since this code doesn't ask for the 29 | # time/date of the file 30 | 31 | 32 | %9C%26K%3DI%04%A1%01%E0%D8%7C%20%B7%EFS%29%FA%1DW%E1 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test597: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FTP 5 | CONNECT_ONLY 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | ftp 13 | 14 | 15 | lib597 16 | 17 | 18 | FTP connect only option 19 | 20 | 21 | 22 | ftp://%HOSTIP:%FTPPORT 23 | 24 | 25 | 26 | 27 | # 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | USER anonymous 32 | PASS ftp@example.com 33 | PWD 34 | QUIT 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test600: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | Test data 13 | for ssh test 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | sftp 22 | 23 | 24 | SFTP retrieval 25 | 26 | 27 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file600.txt --insecure 28 | 29 | 30 | Test data 31 | for ssh test 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test601: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | Test data 13 | for ssh test 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | scp 22 | 23 | 24 | SCP retrieval 25 | 26 | 27 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file601.txt --insecure 28 | 29 | 30 | Test data 31 | for ssh test 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test602: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | SFTP put 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | # 15 | # Client-side 16 | 17 | 18 | sftp 19 | 20 | 21 | SFTP put 22 | 23 | 24 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602 --insecure 25 | 26 | 27 | Test data 28 | for ssh upload test 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | Test data 37 | for ssh upload test 38 | 39 | 40 | disable 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test603: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | SCP upload 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | # 15 | # Client-side 16 | 17 | 18 | scp 19 | 20 | 21 | SCP upload 22 | 23 | 24 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603 --insecure 25 | 26 | 27 | Test data 28 | for ssh upload test 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | Test data 37 | for ssh upload test 38 | 39 | 40 | disable 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test604: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | sftp 14 | 15 | 16 | SFTP retrieval of nonexistent file 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | disable 28 | 29 | 30 | 78 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test605: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | scp 14 | 15 | 16 | SCP retrieval of nonexistent file 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 78 28 | 29 | 30 | disable 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test606: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | sftp 14 | 15 | 16 | SFTP invalid user login 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 67 28 | 29 | 30 | disable 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test607: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | scp 14 | 15 | 16 | SCP invalid user login 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 67 28 | 29 | 30 | disable 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test616: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | zero-length 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | sftp 21 | 22 | 23 | SFTP retrieval of empty file 24 | 25 | 26 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file616.txt --insecure 27 | 28 | 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | disable 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test617: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | zero-length 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | scp 21 | 22 | 23 | SCP retrieval of empty file 24 | 25 | 26 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file617.txt --insecure 27 | 28 | 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | disable 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test618: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | sftp 13 | 14 | 15 | SFTP retrieval of two files 16 | 17 | 18 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file618.txt sftp://%HOSTIP:%SSHPORT%PWD/log/file618.txt --insecure 19 | 20 | 21 | Test data 22 | for ssh test 23 | 24 | 25 | 26 | # 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | disable 31 | 32 | 33 | Test data 34 | for ssh test 35 | Test data 36 | for ssh test 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test619: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | 6 | 7 | 8 | # 9 | # Client-side 10 | 11 | 12 | scp 13 | 14 | 15 | SCP retrieval of two files 16 | 17 | 18 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file619.txt scp://%HOSTIP:%SSHPORT%PWD/log/file619.txt --insecure 19 | 20 | 21 | Test data 22 | for ssh test 23 | 24 | 25 | 26 | # 27 | # Verify data after the test has been "shot" 28 | 29 | 30 | disable 31 | 32 | 33 | Test data 34 | for ssh test 35 | Test data 36 | for ssh test 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test620: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | sftp 14 | 15 | 16 | SFTP retrieval of missing file followed by good file 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/not-a-valid-file-moooo sftp://%HOSTIP:%SSHPORT%PWD/log/file620.txt --insecure 20 | 21 | 22 | Test data 23 | for ssh test 24 | 25 | 26 | 27 | # 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | disable 32 | 33 | 34 | Test data 35 | for ssh test 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test621: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | scp 14 | 15 | 16 | SCP retrieval of missing file followed by good file 17 | 18 | 19 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/not-a-valid-file-moooo scp://%HOSTIP:%SSHPORT%PWD/log/file621.txt --insecure 20 | 21 | 22 | Test data 23 | for ssh test 24 | 25 | 26 | 27 | # 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | disable 32 | 33 | 34 | Test data 35 | for ssh test 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test626: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | pre-quote 6 | FAILURE 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | # 16 | # Client-side 17 | 18 | 19 | sftp 20 | 21 | 22 | SFTP invalid quote command 23 | 24 | 25 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "invalid-command foo bar" sftp://%HOSTIP:%SSHPORT%PWD/log/file626.txt --insecure 26 | 27 | 28 | Test file for rename test 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | 21 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test628: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | sftp 14 | 15 | 16 | SFTP invalid user login (password authentication) 17 | 18 | 19 | -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/irrelevant-file --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 67 28 | 29 | 30 | disable 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test629: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | FAILURE 6 | 7 | 8 | 9 | # 10 | # Client-side 11 | 12 | 13 | scp 14 | 15 | 16 | SCP invalid user login (password authentication) 17 | 18 | 19 | -u not-a-valid-user: scp://%HOSTIP:%SSHPORT%PWD/irrelevant-file --insecure 20 | 21 | 22 | 23 | # 24 | # Verify data after the test has been "shot" 25 | 26 | 27 | 67 28 | 29 | 30 | disable 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test630: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | server key check 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | sftp 15 | 16 | 17 | SFTP incorrect host key 18 | 19 | 20 | --hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/irrelevant-file --insecure 21 | 22 | 23 | 24 | # 25 | # Verify data after the test has been "shot" 26 | 27 | 28 | 51 29 | 30 | 31 | disable 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test631: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | FAILURE 6 | server key check 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | scp 15 | 16 | 17 | SCP incorrect host key 18 | 19 | 20 | --hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/irrelevant-file --insecure 21 | 22 | 23 | 24 | # 25 | # Verify data after the test has been "shot" 26 | 27 | 28 | 51 29 | 30 | 31 | disable 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test632: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | FAILURE 6 | server key check 7 | 8 | 9 | 10 | # 11 | # Client-side 12 | 13 | 14 | none 15 | 16 | 17 | sftp 18 | 19 | 20 | SFTP syntactically invalid host key 21 | 22 | 23 | --hostpubmd5 00 --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/irrelevant-file --insecure 24 | 25 | 26 | 27 | # 28 | # Verify data after the test has been "shot" 29 | 30 | 31 | 2 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test633: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | Range 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | data 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | sftp 22 | 23 | 24 | SFTP retrieval with byte range 25 | 26 | 27 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file633.txt -r 5-9 --insecure 28 | 29 | 30 | Test data 31 | for ssh test 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test634: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | Range 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | data 14 | for ssh test 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | sftp 23 | 24 | 25 | SFTP retrieval with byte range past end of file 26 | 27 | 28 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file634.txt -r 5-99 --insecure 29 | 30 | 31 | Test data 32 | for ssh test 33 | 34 | 35 | 36 | # 37 | # Verify data after the test has been "shot" 38 | 39 | 40 | disable 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test635: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | Range 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | ssh test 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | sftp 22 | 23 | 24 | SFTP retrieval with byte range relative to end of file 25 | 26 | 27 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file635.txt -r -9 --insecure 28 | 29 | 30 | Test data 31 | for ssh test 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test636: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | Range 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | data 14 | for ssh test 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | sftp 23 | 24 | 25 | SFTP retrieval with X- byte range 26 | 27 | 28 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file636.txt -r 5- --insecure 29 | 30 | 31 | Test data 32 | for ssh test 33 | 34 | 35 | 36 | # 37 | # Verify data after the test has been "shot" 38 | 39 | 40 | disable 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test637: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | Range 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | sftp 21 | 22 | 23 | SFTP retrieval with invalid X- range 24 | 25 | 26 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file637.txt -r 99- --insecure 27 | 28 | 29 | Test data 30 | for ssh test 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | 36 39 | 40 | 41 | disable 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test640: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | NOBODY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | sftp 21 | 22 | 23 | SFTP --head retrieval 24 | 25 | 26 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file640.txt --insecure --head 27 | 28 | 29 | Test data 30 | for ssh test 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | disable 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test641: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SCP 5 | NOBODY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | scp 21 | 22 | 23 | SCP --head retrieval 24 | 25 | 26 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file641.txt --insecure --head 27 | 28 | 29 | Test data 30 | for ssh test 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | disable 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test642: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SFTP 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | Test data 13 | for ssh test 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | sftp 22 | 23 | 24 | SFTP retrieval 25 | 26 | 27 | --key curl_client_key --pubkey curl_client_key.pub -u %USER: --compressed-ssh sftp://%HOSTIP:%SSHPORT%PWD/log/file642.txt --insecure 28 | 29 | 30 | Test data 31 | for ssh test 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | disable 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test66: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | HTTP 5 | HTTP GET 6 | 7 | 8 | # Server-side 9 | 10 | 11 | no headers swsclose 12 | 13 | 14 | 15 | # Client-side 16 | 17 | 18 | http 19 | 20 | 21 | HTTP GET without headers in the response 22 | 23 | 24 | http://%HOSTIP:%HTTPPORT/66 25 | 26 | 27 | 28 | # 29 | # Verify data after the test has been "shot" 30 | 31 | 32 | ^User-Agent:.* 33 | 34 | 35 | GET /66 HTTP/1.1 36 | Host: %HOSTIP:%HTTPPORT 37 | Accept: */* 38 | 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test702: -------------------------------------------------------------------------------- 1 | 2 | #based off 19 3 | 4 | 5 | HTTP 6 | SOCKS4 7 | connect to non-listen 8 | FAILURE 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | socks4 21 | 22 | 23 | http 24 | 25 | 26 | Attempt connect to non-listening HTTP server via SOCKS4 proxy 27 | 28 | 29 | --socks4 %HOSTIP:%SOCKSPORT http://%HOSTIP:60000 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | 7 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test703: -------------------------------------------------------------------------------- 1 | 2 | #based off 19 3 | 4 | 5 | HTTP 6 | SOCKS5 7 | connect to non-listen 8 | FAILURE 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | socks5 21 | 22 | 23 | http 24 | 25 | 26 | Attempt connect to non-listening HTTP server via SOCKS5 proxy 27 | 28 | 29 | --socks5 %HOSTIP:%SOCKSPORT http://%HOSTIP:60000 30 | 31 | 32 | 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | 7 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test704: -------------------------------------------------------------------------------- 1 | 2 | #based off 19 3 | 4 | 5 | HTTP 6 | SOCKS4 7 | connect to non-listen 8 | FAILURE 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | http 21 | 22 | 23 | Attempt connect to non-listening SOCKS4 proxy 24 | 25 | 26 | --socks4 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/704 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | 7 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test705: -------------------------------------------------------------------------------- 1 | 2 | #based off 19 3 | 4 | 5 | HTTP 6 | SOCKS5 7 | connect to non-listen 8 | FAILURE 9 | 10 | 11 | # Server-side 12 | 13 | 14 | 15 | 16 | 17 | # Client-side 18 | 19 | 20 | http 21 | 22 | 23 | Attempt connect to non-listening SOCKS5 proxy 24 | 25 | 26 | --socks5 %HOSTIP:60000 http://%HOSTIP:%HTTPPORT/705 27 | 28 | 29 | 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | 7 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test712: -------------------------------------------------------------------------------- 1 | 2 | #based off test 707 after bug report #1218 3 | 4 | 5 | FTP 6 | PASV 7 | RETR 8 | SOCKS5 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | silly content 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | ftp 24 | socks5 25 | 26 | 27 | FTP fetch with --proxy set to socks5:// 28 | 29 | 30 | ftp://%HOSTIP:%FTPPORT/712 --proxy socks5://%HOSTIP:%SOCKSPORT 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | USER anonymous 39 | PASS ftp@example.com 40 | PWD 41 | EPSV 42 | TYPE I 43 | SIZE 712 44 | RETR 712 45 | QUIT 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test76: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | FAILURE 5 | 6 | 7 | # 8 | # Server-side 9 | 10 | 11 | 12 | # 13 | # Client-side 14 | 15 | 16 | none 17 | 18 | 19 | http 20 | 21 | 22 | HTTP, -O with no file name part in the URL 23 | 24 | 25 | http://%HOSTIP:%HTTPPORT/76/ -O 26 | 27 | 28 | 29 | # 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | ^User-Agent:.* 34 | 35 | 36 | 23 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test801: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | FETCH 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | body 15 | 16 | -- 17 | yours sincerely 18 | 19 | 20 | 21 | # 22 | # Client-side 23 | 24 | 25 | imap 26 | 27 | 28 | IMAP FETCH message by UID and SECTION 29 | 30 | 31 | 'imap://%HOSTIP:%IMAPPORT/801/;UID=123/;SECTION=1' -u user:secret 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | A001 CAPABILITY 40 | A002 LOGIN user secret 41 | A003 SELECT 801 42 | A004 FETCH 123 BODY[1] 43 | A005 LOGOUT 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test806: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | LIST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | * LIST () "/" /806/blurdybloop 15 | * LIST (\Noselect) "/" /806/foo 16 | * LIST () "/" /806/foo/bar 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | imap 25 | 26 | 27 | IMAP LIST mailbox 28 | 29 | 30 | imap://%HOSTIP:%IMAPPORT/806 -u user:secret 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | A001 CAPABILITY 39 | A002 LOGIN user secret 40 | A003 LIST "806" * 41 | A004 LOGOUT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test807: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | LSUB 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | * LSUB () "/" /807/blurdybloop 16 | * LSUB (\Noselect) "/" /807/foo 17 | * LSUB () "/" /807/foo/bar 18 | 19 | 20 | 21 | # 22 | # Client-side 23 | 24 | 25 | imap 26 | 27 | 28 | IMAP LSUB mailbox 29 | 30 | 31 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *' 32 | 33 | 34 | 35 | # 36 | # Verify data after the test has been "shot" 37 | 38 | 39 | A001 CAPABILITY 40 | A002 LOGIN user secret 41 | A003 LSUB "807" * 42 | A004 LOGOUT 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test809: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | STATUS 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | * STATUS 809 (MESSAGES 231 UIDNEXT 44292) 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | imap 24 | 25 | 26 | IMAP mailbox STATUS (CUSTOMREQUEST) 27 | 28 | 29 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'STATUS 809 (UIDNEXT MESSAGES)' 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | A001 CAPABILITY 38 | A002 LOGIN user secret 39 | A003 STATUS 809 (UIDNEXT MESSAGES) 40 | A004 LOGOUT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test810: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | SEARCH 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | * SEARCH 1 123 456 810 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | imap 23 | 24 | 25 | IMAP SEARCH for NEW messages 26 | 27 | 28 | imap://%HOSTIP:%IMAPPORT/810?NEW -u user:secret 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | A001 CAPABILITY 37 | A002 LOGIN user secret 38 | A003 SELECT 810 39 | A004 SEARCH NEW 40 | A005 LOGOUT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test811: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | CREATE 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | imap 21 | 22 | 23 | IMAP CREATE mailbox (CUSTOMREQUEST) 24 | 25 | 26 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'CREATE 811' 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | A001 CAPABILITY 35 | A002 LOGIN user secret 36 | A003 CREATE 811 37 | A004 LOGOUT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test812: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | DELETE 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | imap 21 | 22 | 23 | IMAP DELETE mailbox (CUSTOMREQUEST) 24 | 25 | 26 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'DELETE 812' 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | A001 CAPABILITY 35 | A002 LOGIN user secret 36 | A003 DELETE 812 37 | A004 LOGOUT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test813: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | RENAME 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | imap 21 | 22 | 23 | IMAP RENAME mailbox (CUSTOMREQUEST) 24 | 25 | 26 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'RENAME 666 813' 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | A001 CAPABILITY 35 | A002 LOGIN user secret 36 | A003 RENAME 666 813 37 | A004 LOGOUT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test814: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | CHECK 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | imap 21 | 22 | 23 | IMAP CHECK mailbox (CUSTOMREQUEST) 24 | 25 | 26 | imap://%HOSTIP:%IMAPPORT/814 -u user:secret -X 'CHECK' 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | A001 CAPABILITY 35 | A002 LOGIN user secret 36 | A003 SELECT 814 37 | A004 CHECK 38 | A005 LOGOUT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test817: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | COPY 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | imap 21 | 22 | 23 | IMAP COPY message to mailbox (CUSTOMREQUEST) 24 | 25 | 26 | imap://%HOSTIP:%IMAPPORT -u user:secret -X 'COPY 123 817' 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | A001 CAPABILITY 35 | A002 LOGIN user secret 36 | A003 COPY 123 817 37 | A004 LOGOUT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test818: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | Clear Text 6 | NOOP 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | * 22 EXPUNGE 16 | * 23 EXISTS 17 | * 3 RECENT 18 | * 14 FETCH (FLAGS (\Seen \Deleted)) 19 | 20 | 21 | 22 | # 23 | # Client-side 24 | 25 | 26 | imap 27 | 28 | 29 | IMAP NOOP (CUSTOMREQUEST) 30 | 31 | 32 | imap://%HOSTIP:%IMAPPORT -X NOOP -u user:secret 33 | 34 | 35 | 36 | # 37 | # Verify data after the test has been "shot" 38 | 39 | 40 | A001 CAPABILITY 41 | A002 LOGIN user secret 42 | A003 NOOP 43 | A004 LOGOUT 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test829: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IMAP 5 | CRLF-in-URL 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | imap 13 | 14 | 15 | IMAP with URL-encoded CR LF in the URL 16 | 17 | 18 | imap://%HOSTIP:%IMAPPORT/%0d%0a/829 19 | 20 | 21 | 22 | # 23 | 24 | # 3 - CURLE_URL_MALFORMAT 25 | 26 | 3 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test850: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | RETR 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | From: me@somewhere 15 | To: fake@nowhere 16 | 17 | body 18 | 19 | -- 20 | yours sincerely 21 | 22 | 23 | 24 | # 25 | # Client-side 26 | 27 | 28 | pop3 29 | 30 | 31 | POP3 RETR message 32 | 33 | 34 | pop3://%HOSTIP:%POP3PORT/850 -u user:secret 35 | 36 | 37 | 38 | # 39 | # Verify data after the test has been "shot" 40 | 41 | 42 | CAPA 43 | USER user 44 | PASS secret 45 | RETR 850 46 | QUIT 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test851: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | LIST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | # include the '.\r\n' 3-byte trailer to end the transfer poperly! 15 | REPLY LIST +OK 851 100\r\n. 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | pop3 24 | 25 | 26 | POP3 LIST one message 27 | 28 | 29 | pop3://%HOSTIP:%POP3PORT/851 -l -u user:secret 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | CAPA 38 | USER user 39 | PASS secret 40 | LIST 851 41 | QUIT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test852: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | LIST 7 | FAILURE 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | REPLY LIST -ERR no such message 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | pop3 24 | 25 | 26 | POP3 LIST invalid message 27 | 28 | 29 | pop3://%HOSTIP:%POP3PORT/852 -l -u user:secret 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | 56 38 | 39 | 40 | CAPA 41 | USER user 42 | PASS secret 43 | LIST 852 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test854: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | LIST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | REPLY LIST +OK but no messages\r\n. 15 | 16 | 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | pop3 25 | 26 | 27 | POP3 LIST no messages available 28 | 29 | 30 | pop3://%HOSTIP:%POP3PORT/ -u user:secret 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | CAPA 39 | USER user 40 | PASS secret 41 | LIST 42 | QUIT 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test855: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | RETR 7 | FAILURE 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | REPLY RETR -ERR no such message 16 | 17 | 18 | 19 | # 20 | # Client-side 21 | 22 | 23 | pop3 24 | 25 | 26 | POP3 RETR invalid message 27 | 28 | 29 | pop3://%HOSTIP:%POP3PORT/855 -u user:secret 30 | 31 | 32 | 33 | # 34 | # Verify data after the test has been "shot" 35 | 36 | 37 | 56 38 | 39 | 40 | CAPA 41 | USER user 42 | PASS secret 43 | RETR 855 44 | QUIT 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test858: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | DELE 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | pop3 21 | 22 | 23 | POP3 DELE message (CUSTOMREQUEST) 24 | 25 | 26 | pop3://%HOSTIP:%POP3PORT/858 -u user:secret -X DELE -I 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | CAPA 35 | USER user 36 | PASS secret 37 | DELE 858 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test859: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | STAT 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | pop3 21 | 22 | 23 | POP3 STAT (CUSTOMREQUEST) 24 | 25 | 26 | pop3://%HOSTIP:%POP3PORT -u user:secret -X STAT -I 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | CAPA 35 | USER user 36 | PASS secret 37 | STAT 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test860: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | NOOP 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | pop3 21 | 22 | 23 | POP3 NOOP (CUSTOMREQUEST) 24 | 25 | 26 | pop3://%HOSTIP:%POP3PORT -u user:secret -X NOOP -I 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | CAPA 35 | USER user 36 | PASS secret 37 | NOOP 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test863: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | Clear Text 6 | RSET 7 | CUSTOMREQUEST 8 | 9 | 10 | 11 | # 12 | # Server-side 13 | 14 | 15 | 16 | # 17 | # Client-side 18 | 19 | 20 | pop3 21 | 22 | 23 | POP3 RSET (CUSTOMREQUEST) 24 | 25 | 26 | pop3://%HOSTIP:%POP3PORT -u user:secret -X RSET -I 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | CAPA 35 | USER user 36 | PASS secret 37 | RSET 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test875: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | POP3 5 | CRLF-in-URL 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | pop3 13 | 14 | 15 | POP3 with URL-encoded CR LF in the URL 16 | 17 | 18 | pop3://%HOSTIP:%POP3PORT/%0d%0a/875 19 | 20 | 21 | 22 | # 23 | 24 | # 3 - CURLE_URL_MALFORMAT 25 | 26 | 3 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test911: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | smtp 18 | 19 | 20 | SMTP with no mail data 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | smtp://%HOSTIP:%SMTPPORT/911 --mail-rcpt recipient@example.com --mail-from sender@example.com -T - 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | EHLO 911 37 | MAIL FROM: 38 | RCPT TO: 39 | DATA 40 | QUIT 41 | 42 | 43 | . 44 | 45 | 46 | 47 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test923: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | VRFY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 250 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | smtp 22 | 23 | 24 | SMTP VRFY 25 | 26 | 27 | smtp://%HOSTIP:%SMTPPORT/923 --mail-rcpt recipient 28 | 29 | 30 | 31 | # 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | EHLO 923 36 | VRFY recipient 37 | QUIT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test924: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | VRFY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 553-Ambiguous; Possibilities are: 14 | 553-Joe Smith 15 | 553-Harry Smith 16 | 553 Melvin Smith 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | smtp 25 | 26 | 27 | SMTP ambiguous VRFY 28 | 29 | 30 | smtp://%HOSTIP:%SMTPPORT/924 --mail-rcpt smith 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | EHLO 924 39 | VRFY smith 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test925: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | VRFY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 252 Send some mail and I'll try my best 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | smtp 22 | 23 | 24 | SMTP external VRFY 25 | 26 | 27 | smtp://%HOSTIP:%SMTPPORT/925 --mail-rcpt user@example.net 28 | 29 | 30 | 31 | # 32 | # Verify data after the test has been "shot" 33 | 34 | 35 | EHLO 925 36 | VRFY user@example.net 37 | QUIT 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test926: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | VRFY 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | REPLY VRFY 550 Unknown user 14 | 15 | 16 | 17 | # 18 | # Client-side 19 | 20 | 21 | smtp 22 | 23 | 24 | SMTP unknown user VRFY 25 | 26 | 27 | smtp://%HOSTIP:%SMTPPORT/926 --mail-rcpt recipient 28 | 29 | 30 | 31 | # 32 | # Verify data after the test has been "shot" 33 | 34 | # 56 - CURLE_RECV_ERROR 35 | 36 | 56 37 | 38 | 39 | EHLO 926 40 | VRFY recipient 41 | QUIT 42 | 43 | 44 | 45 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test927: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | EXPN 6 | CUSTOMREQUEST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 250-Joe Smith 15 | 250-Harry Smith 16 | 250 Melvin Smith 17 | 18 | 19 | 20 | # 21 | # Client-side 22 | 23 | 24 | smtp 25 | 26 | 27 | SMTP mailing list EXPN (CUSTOMREQUEST) 28 | 29 | 30 | smtp://%HOSTIP:%SMTPPORT/927 --mail-rcpt Friends -X EXPN 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | EHLO 927 39 | EXPN Friends 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test928: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | HELP 6 | 7 | 8 | 9 | # 10 | # Server-side 11 | 12 | 13 | 214-This server supports the following commands: 14 | 214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | smtp 23 | 24 | 25 | SMTP HELP 26 | 27 | 28 | smtp://%HOSTIP:%SMTPPORT/928 29 | 30 | 31 | 32 | # 33 | # Verify data after the test has been "shot" 34 | 35 | 36 | EHLO 928 37 | HELP 38 | QUIT 39 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test929: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | NOOP 6 | CUSTOMREQUEST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | # 16 | # Client-side 17 | 18 | 19 | smtp 20 | 21 | 22 | SMTP NOOP (CUSTOMREQUEST) 23 | 24 | 25 | smtp://%HOSTIP:%SMTPPORT/929 -X NOOP -I 26 | 27 | 28 | 29 | # 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | EHLO 929 34 | NOOP 35 | QUIT 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test930: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | RSET 6 | CUSTOMREQUEST 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 15 | # 16 | # Client-side 17 | 18 | 19 | smtp 20 | 21 | 22 | SMTP RSET (CUSTOMREQUEST) 23 | 24 | 25 | smtp://%HOSTIP:%SMTPPORT/930 -X RSET -I 26 | 27 | 28 | 29 | # 30 | # Verify data after the test has been "shot" 31 | 32 | 33 | EHLO 930 34 | RSET 35 | QUIT 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test931: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | CRLF-in-URL 6 | 7 | 8 | 9 | # Client-side 10 | 11 | 12 | smtp 13 | 14 | 15 | SMTP with URL-encoded CR LF in the URL 16 | 17 | 18 | smtp://%HOSTIP:%SMTPPORT/%0d%0a/931 19 | 20 | 21 | 22 | # 23 | 24 | # 3 - CURLE_URL_MALFORMAT 25 | 26 | 3 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test950: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | VRFY 6 | --request 7 | 8 | 9 | 10 | # 11 | # Server-side 12 | 13 | 14 | 250 15 | 16 | 17 | 18 | # 19 | # Client-side 20 | 21 | 22 | smtp 23 | 24 | 25 | SMTP VRFY with custom request 26 | 27 | 28 | # the custom request just does it lowercase to remain the same command 29 | 30 | smtp://%HOSTIP:%SMTPPORT/950 --mail-rcpt recipient --request "vrfy" 31 | 32 | 33 | 34 | # 35 | # Verify data after the test has been "shot" 36 | 37 | 38 | EHLO 950 39 | vrfy recipient 40 | QUIT 41 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/data/test952: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | SMTP 5 | 6 | 7 | 8 | # 9 | # Server-side 10 | 11 | 12 | 13 | # 14 | # Client-side 15 | 16 | 17 | smtp 18 | 19 | 20 | SMTP data with single dot-only line 21 | 22 | 23 | . 24 | 25 | 26 | smtp://%HOSTIP:%SMTPPORT/952 --mail-rcpt recipient@example.com --mail-from sender@example.com -T - 27 | 28 | 29 | 30 | # 31 | # Verify data after the test has been "shot" 32 | 33 | 34 | EHLO 952 35 | MAIL FROM: 36 | RCPT TO: 37 | DATA 38 | QUIT 39 | 40 | 41 | .. 42 | . 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/libtest/notexists.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | # Check that given arguments do not exist on filesystem. 3 | my $code = 0; 4 | if ($#ARGV < 0) { 5 | print "Usage: $0 file1 [fileN]\n"; 6 | exit 2; 7 | } 8 | while (@ARGV) { 9 | my $fname = shift @ARGV; 10 | if (-e $fname) { 11 | print "Found '$fname' when not supposed to exist.\n"; 12 | $code = 1; 13 | } 14 | } 15 | exit $code; 16 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/libtest/test307.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | # Determine if the given curl executable supports the 'openssl' SSL engine 3 | if ( $#ARGV != 0 ) 4 | { 5 | print "Usage: $0 curl-executable\n"; 6 | exit 3; 7 | } 8 | if (!open(CURL, "@ARGV[0] -s --engine list|")) 9 | { 10 | print "Can't get SSL engine list\n"; 11 | exit 2; 12 | } 13 | while( ) 14 | { 15 | exit 0 if ( /openssl/ ); 16 | } 17 | close CURL; 18 | print "openssl engine not supported\n"; 19 | exit 1; 20 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/libtest/test75.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | # Check that the length of a given URL is correct 3 | if ( $#ARGV != 1 ) 4 | { 5 | print "Usage: $0 string length\n"; 6 | exit 3; 7 | } 8 | if (length(@ARGV[0]) != @ARGV[1]) 9 | { 10 | print "Given host IP and port not supported\n"; 11 | exit 1; 12 | } 13 | exit 0; 14 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/python_dependencies/impacket/version.py: -------------------------------------------------------------------------------- 1 | # Copyright (c) 2003-2016 CORE Security Technologies 2 | # 3 | # This software is provided under under a slightly modified version 4 | # of the Apache Software License. See the accompanying LICENSE file 5 | # for more information. 6 | # 7 | 8 | VER_MAJOR = "0" 9 | VER_MINOR = "9.15" 10 | 11 | BANNER = "Impacket v%s.%s - Copyright 2002-2016 Core Security Technologies\n" % (VER_MAJOR,VER_MINOR) 12 | 13 | -------------------------------------------------------------------------------- /deps/curl-7.60.0/tests/server/base64.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | 3 | use MIME::Base64 qw(encode_base64); 4 | 5 | my $buf; 6 | while(read(STDIN, $buf, 60*57)) { 7 | my $enc = encode_base64($buf); 8 | print "$enc"; 9 | } 10 | --------------------------------------------------------------------------------