d42c6b7e | 17-Oct-2003 |
Daniel Stenberg |
make no user or no password just mean blank fields, not aborted operation |
d70550f9 | 17-Oct-2003 |
Daniel Stenberg |
finally we support >128 letter passwords so this test was fixed to work |
679654bd | 17-Oct-2003 |
Daniel Stenberg |
o the name and password arrays are 256 bytes, so let's accept that lengthy input o have ->passwd and ->name be NULL if no name/passwd was given o only set default user+password for FTP
o the name and password arrays are 256 bytes, so let's accept that lengthy input o have ->passwd and ->name be NULL if no name/passwd was given o only set default user+password for FTP if no userpwd was given
show more ...
|
9e3f5443 | 17-Oct-2003 |
Daniel Stenberg |
made the code deal with empty name and password |
3d599341 | 17-Oct-2003 |
Daniel Stenberg |
ignore these too |
a77d931c | 17-Oct-2003 |
Daniel Stenberg |
verbose auth info |
260c3535 | 17-Oct-2003 |
Daniel Stenberg |
show info text (verbose) about auth type and user name in use |
8823679e | 17-Oct-2003 |
Daniel Stenberg |
made the password prompt nicer |
722ece40 | 17-Oct-2003 |
Daniel Stenberg |
define HAVE_SYS_SOCKET_H if that file is present. This is needed when we #include "../lib/memdebug.h" for memory debug builds. |
cc09e31a | 16-Oct-2003 |
Daniel Stenberg |
turned this into a list of documents/standards curl adheres to |
fe090797 | 16-Oct-2003 |
Daniel Stenberg |
subjectAltName and passwd changes |
8f5b80c7 | 16-Oct-2003 |
Daniel Stenberg |
removed the passwd options that are no longer supported |
46097949 | 16-Oct-2003 |
Daniel Stenberg |
password prompting gone from libcurl, fixed for ntlm |
cadcc121 | 16-Oct-2003 |
Daniel Stenberg |
Added support for password prompting if only used name is given on the command line. |
22adcb9c | 16-Oct-2003 |
Daniel Stenberg |
password promting support removed from libcurl |
597c1fe6 | 16-Oct-2003 |
Daniel Stenberg |
rewritten alternative name check |
7201a5a2 | 15-Oct-2003 |
Daniel Stenberg |
the previous fix left this compiler error |
c6a0bb99 | 15-Oct-2003 |
Daniel Stenberg |
bad license situation for the altname patch |
622984de | 15-Oct-2003 |
Daniel Stenberg |
now libcurl runs better multi-threaded on windows |
a9af971c | 15-Oct-2003 |
Daniel Stenberg |
Avoid doing getsockopt() on Windows to verify connects. It seems that this hogs Windows machines when libcurl is being used multi-threaded (with > ~50 threads). Andrew Fuller helped us verify
Avoid doing getsockopt() on Windows to verify connects. It seems that this hogs Windows machines when libcurl is being used multi-threaded (with > ~50 threads). Andrew Fuller helped us verify and test this. According to a MSDN web page on connect(), it returns 0 when the connect is done and thus we don't need the getsockopt() call anyway on Windows.
show more ...
|
171229e1 | 14-Oct-2003 |
Daniel Stenberg |
duphandle fix |
b71ca155 | 14-Oct-2003 |
Daniel Stenberg |
Kimmo Kinnunen fixed a crash with duphandle() when CURLDEBUG was set |
1c604b7b | 14-Oct-2003 |
Daniel Stenberg |
Gisle Vanem brought IPv6-support to curl on Windows |
749f5387 | 14-Oct-2003 |
Daniel Stenberg |
Gisle Vanem's IPv6-on-Windows patch applied! |
7553341b | 14-Oct-2003 |
Daniel Stenberg |
improved the libtool check to disqualify "1.4c" when 1.4.2 is required |