• Home
  • Raw
  • Download

Lines Matching +full:configure +full:- +full:wolfssh

34  4.1 -T /dev/stdin may upload with an incorrect content length
35 4.2 -T - always uploads chunked
39 5.2 curl-config --libs contains private details
41 5.6 Cygwin: make install installs curl-config.1 twice
42 5.11 configure --with-gssapi with Heimdal is ignored on macOS
51 6.6 libcurl can fail to try alternatives with --proxy-any
54 6.9 SHA-256 digest not supported in Windows SSPI builds
66 9.2 wolfssh: publickey auth does not work
77 11.4 HTTP test server 'connection-monitor' problems
97 15.6 uses -lpthread instead of Threads::Threads
101 16. aws-sigv4
102 16.2 aws-sigv4 does not handle multipart/form-data correctly
103 16.3 aws-sigv4 has problems with particular URLs
104 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
142 server-specified DNs, the OpenSSL and GnuTLS backends behave differently.
183 Specifying "--login-options AUTH=PLAIN" on the command line does not seem to
194 CURL_DBG_SOCK_RMAX=4 ./runtests.pl -v 982
200 4.1 -T /dev/stdin may upload with an incorrect content length
202 -T stats the path to figure out its size in bytes to use it as Content-Length
211 4.2 -T - always uploads chunked
214 regular file in this case, and that it can do a non-chunked upload, like it
215 would do if you used -T file.
229 5.2 curl-config --libs contains private details
231 "curl-config --libs" include details set in LDFLAGS when configure is run
232 that might be needed only for building libcurl. Further, curl-config --cflags
237 Compiling latest curl on HP-UX and linking against a custom OpenSSL (which is
243 5.6 Cygwin: make install installs curl-config.1 twice
247 5.11 configure --with-gssapi with Heimdal is ignored on macOS
249 ... unless you also pass --with-gssapi-libs
274 Passing in a Unicode filename with -o:
278 Passing in Unicode character with -d:
285 UTF-8 encoded paths for internal use such as open, access and stat. The
287 not as UTF-8 encoded Unicode.
292 Cannot handle Unicode arguments in non-Unicode builds on Windows
296 UTF-16 encoding for Unicode and stores it in wide characters, however curl
298 _UNICODE and UNICODE defined. Except for Cygwin, Windows cannot use UTF-8 as
310 https://curl.se/mail/lib-2009-10/0024.html
314 https://curl.se/mail/lib-2012-07/0073.html
327 "system context" makes it use wrong(?) username - at least when compared to
334 6.6 libcurl can fail to try alternatives with --proxy-any
336 When connecting via a proxy using --proxy-any, a failure to establish an
339 --proxy-any against a proxy which advertise Negotiate and NTLM, but which
356 6.9 SHA-256 digest not supported in Windows SSPI builds
375 When using --negotiate (or NTLM) with curl on Windows, SSL/TLS handshake
415 prematurely. There is a half-baked (busy-looping) patch provided in the bug
416 report but it cannot be accepted as-is. See
419 9.2 wolfssh: publickey auth does not work
421 When building curl to use the wolfSSH backend for SFTP, the publickey
423 yet, the necessary API for make this work is provided by wolfSSH.
472 11.4 HTTP test server 'connection-monitor' problems
474 The 'connection-monitor' feature of the sws HTTP test server does not work
532 https://curl.se/mail/lib-2016-01/0101.html
553 This makes '--local-port [range]' to not work since curl cannot properly
567 15.6 uses -lpthread instead of Threads::Threads
573 The Libs.private field of the generated .pc file contains -lgcc -lgcc_s -lc
574 -lgcc -lgcc_s
583 and ;-separated flags. It had to blow up at some point. All the CMake checks
589 16. aws-sigv4
591 16.2 aws-sigv4 does not handle multipart/form-data correctly
595 16.3 aws-sigv4 has problems with particular URLs
599 16.6 aws-sigv4 does not behave well with AWS VPC Lattice
633 See https://curl.se/mail/lib-2024-05/0026.html and