platform/upstream/curl.git
12 years agocurl tool: reviewed code moved to tool_*.[ch] files
Yang Tse [Mon, 19 Sep 2011 16:18:17 +0000 (18:18 +0200)]
curl tool: reviewed code moved to tool_*.[ch] files

12 years agoCURLOPT_URL docs: no need to mention function names
Daniel Stenberg [Sun, 18 Sep 2011 21:42:29 +0000 (23:42 +0200)]
CURLOPT_URL docs: no need to mention function names

12 years agoCURLOPT_URL: Expanded URL description
Steve Holme [Sun, 18 Sep 2011 13:16:13 +0000 (14:16 +0100)]
CURLOPT_URL: Expanded URL description

Expanded the section about CURLOPT_URL to include the format of the URL
and detailed information and examples relating to specific protocols.

12 years agoCurl_gethostname: return un-qualified machine name
Steve Holme [Tue, 13 Sep 2011 21:19:47 +0000 (22:19 +0100)]
Curl_gethostname: return un-qualified machine name

Fixed Curl_gethostname() so that it always returns the un-qualified
machine name rather than being dependent on the socket provider.

Note: The return of getenv("CURL_GETHOSTNAME") is also parsed in case
the developer / test harness provided a fully qualified domain name as
it's value as well.

12 years agocurl tool: create tool_myfunc.[ch] which later on will hold my_* functions
Yang Tse [Sat, 17 Sep 2011 23:58:18 +0000 (01:58 +0200)]
curl tool: create tool_myfunc.[ch] which later on will hold my_* functions

Additionally function my_useragent() now provides default User-Agent string

12 years agocurl tool: reorder free_config_fields() field handling
Yang Tse [Sat, 17 Sep 2011 12:09:36 +0000 (14:09 +0200)]
curl tool: reorder free_config_fields() field handling

Reorder handling of fields to match same order as the one given by current
definition order of 'Configurable' struct fields. Fields currently not handled
marked for further inspection.

12 years agoFixed MinGW WinIDN lib dependency.
Guenter Knauf [Sat, 17 Sep 2011 15:59:35 +0000 (17:59 +0200)]
Fixed MinGW WinIDN lib dependency.

12 years agotool_convert.c: fix no newline at end of file
Yang Tse [Sat, 17 Sep 2011 01:28:57 +0000 (03:28 +0200)]
tool_convert.c: fix no newline at end of file

12 years agocurl tool: add new files to Symbian's .mmp project file
Yang Tse [Fri, 16 Sep 2011 19:55:13 +0000 (21:55 +0200)]
curl tool: add new files to Symbian's .mmp project file

12 years agocurl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]
Yang Tse [Fri, 16 Sep 2011 19:44:45 +0000 (21:44 +0200)]
curl tool: move 'Configurable' and free_config_fields() to tool_cfgable.[ch]

Reviewing fields being free'd in free_config_fields() still pending

12 years agosrc/setup.h: add conditional include of assert.h
Yang Tse [Fri, 16 Sep 2011 19:12:32 +0000 (21:12 +0200)]
src/setup.h: add conditional include of assert.h

12 years agocurl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]
Yang Tse [Fri, 16 Sep 2011 17:46:01 +0000 (19:46 +0200)]
curl tool: move so called 'multi_files' stuff into tool_mfiles.[ch]

Additionally some code reorganization and direct OOM handling fixes,
just another step towards fixing curl tool issues uncovered 2011-09-15

12 years agocurl tool: move convert_* functions into tool_convert.[ch]
Yang Tse [Fri, 16 Sep 2011 13:31:29 +0000 (15:31 +0200)]
curl tool: move convert_* functions into tool_convert.[ch]

Additionally fix data type of result vars for iconv() calls

12 years agomain.c: convert GetStr() into a macro to ease leak debugging
Yang Tse [Thu, 15 Sep 2011 22:57:54 +0000 (00:57 +0200)]
main.c: convert GetStr() into a macro to ease leak debugging

12 years agomain.c: de-obfuscate a couple for-loop exit conditions
Yang Tse [Thu, 15 Sep 2011 22:36:21 +0000 (00:36 +0200)]
main.c: de-obfuscate a couple for-loop exit conditions

12 years agocurl tool: fix a bunch of double free's uncovered 2011-09-15
Yang Tse [Thu, 15 Sep 2011 18:03:30 +0000 (20:03 +0200)]
curl tool: fix a bunch of double free's uncovered 2011-09-15

Re-enabling MemoryTracking capability on 'src' subdirectory files and torture
tests have uncovered many issues which were going unnoticed in curl tool. So
here we go fixing some of them. Others still remain and should be addressed
ASAP, given that curl tool is used in our test harness also for test server
start verification purposes. There are even non-socket file descriptor leaks.

12 years agoMake Curl_safefree() macro assign NULL to given pointer when free'd
Yang Tse [Thu, 15 Sep 2011 15:35:23 +0000 (17:35 +0200)]
Make Curl_safefree() macro assign NULL to given pointer when free'd

12 years agocurl MSVC project files: adjust resource compiler include path
Yang Tse [Thu, 15 Sep 2011 09:40:54 +0000 (11:40 +0200)]
curl MSVC project files: adjust resource compiler include path

12 years agosrc/Makefile.vc6: adjust resource compiler include path
Yang Tse [Wed, 14 Sep 2011 18:31:23 +0000 (20:31 +0200)]
src/Makefile.vc6: adjust resource compiler include path

12 years agocurl tool: re-enable MemoryTracking capability on 'src' subdirectory files.
Yang Tse [Wed, 14 Sep 2011 09:27:12 +0000 (11:27 +0200)]
curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.

Use same preprocessor logic for curl tool MemoryTracking activation in source
files located in 'src' subdirectory as the one used for libcurl sources.

12 years agoftp.c: add a couple of failure messages
Yang Tse [Wed, 14 Sep 2011 08:36:29 +0000 (10:36 +0200)]
ftp.c: add a couple of failure messages

12 years agoCurl_add_custom_headers: support headers with no data
warp kawada [Thu, 8 Sep 2011 22:39:39 +0000 (15:39 -0700)]
Curl_add_custom_headers: support headers with no data

A custom HTTP header ending in a semicolon instead of a colon
will be treated as a header to be added without any data
portion.

12 years agoprogressfunc: a simple CURLOPT_PROGRESSFUNCTION example
Daniel Stenberg [Tue, 13 Sep 2011 20:47:34 +0000 (22:47 +0200)]
progressfunc: a simple CURLOPT_PROGRESSFUNCTION example

12 years ago7.22.1: start working
Daniel Stenberg [Tue, 13 Sep 2011 18:04:03 +0000 (20:04 +0200)]
7.22.1: start working

12 years agoTHANKS: 16 new contributors from 7.22.0
Daniel Stenberg [Tue, 13 Sep 2011 18:03:17 +0000 (20:03 +0200)]
THANKS: 16 new contributors from 7.22.0

12 years agoRELEASE-NOTES: ready for 7.22.0
Daniel Stenberg [Tue, 13 Sep 2011 16:53:00 +0000 (18:53 +0200)]
RELEASE-NOTES: ready for 7.22.0

12 years agocodestyle: minor whitespace fix
Daniel Stenberg [Tue, 13 Sep 2011 16:46:09 +0000 (18:46 +0200)]
codestyle: minor whitespace fix

12 years agopolarssl: build with PolarSSL-1.0.0
Jeff Pohlmeyer [Tue, 13 Sep 2011 16:44:41 +0000 (18:44 +0200)]
polarssl: build with PolarSSL-1.0.0

With this fix, it should work for PolarSSL-1.0.0 (and SVN-1091 trunk)
and retain compatibility with earlier versions. (Tested with 0.14.1)

PolarSSL still doesn't play nicely with curl's CA bundle (we discussed
this before) but I was at least able to retrieve the
https://www.gmail.com/ login page using a modified ca-certificates.crt
file with all 3 versions of PolarSSL.

12 years agoBUGS: spellfixed, slightly reformatted for web looks
Daniel Stenberg [Tue, 13 Sep 2011 11:05:31 +0000 (13:05 +0200)]
BUGS: spellfixed, slightly reformatted for web looks

Reported by: Jeff Pohlmeyer

12 years agoDocument NTLM winbind options (and caveats)
Dan Fandrich [Mon, 12 Sep 2011 21:45:22 +0000 (14:45 -0700)]
Document NTLM winbind options (and caveats)

12 years agoBUGS: renumbered to look better in the web version
Daniel Stenberg [Mon, 12 Sep 2011 21:02:41 +0000 (23:02 +0200)]
BUGS: renumbered to look better in the web version

12 years agoBUGS: revamped bug report documentation
Daniel Stenberg [Mon, 12 Sep 2011 20:55:40 +0000 (22:55 +0200)]
BUGS: revamped bug report documentation

12 years agoMention that BSD-style lwIP TCP/IP stack support on Windows is experimental.
Yang Tse [Mon, 12 Sep 2011 14:01:07 +0000 (16:01 +0200)]
Mention that BSD-style lwIP TCP/IP stack support on Windows is experimental.

12 years agoftp.c: fix socket leak torture tests detected 2011-08-30
Yang Tse [Mon, 12 Sep 2011 13:16:07 +0000 (15:16 +0200)]
ftp.c: fix socket leak torture tests detected 2011-08-30

Also fix inappropriate error handling when sending ftp EPRT or PORT commands.

12 years agoTODO: remove 4 entries, add one new
Daniel Stenberg [Sun, 11 Sep 2011 13:51:38 +0000 (15:51 +0200)]
TODO: remove 4 entries, add one new

Zero-copy and "Avoid having to remove/readd handles" are not really
features we think are worthwhile to add. Removed.

SRP features have been added already, removed.

11.9 IPv6 addresses with globbing added

12 years agospell-checked comments
Daniel Stenberg [Sun, 11 Sep 2011 13:42:11 +0000 (15:42 +0200)]
spell-checked comments

12 years agoTODO-RELEASE: postpone the remainders
Daniel Stenberg [Sun, 11 Sep 2011 13:31:01 +0000 (15:31 +0200)]
TODO-RELEASE: postpone the remainders

There's three pending bug fixes but there's no time left so let's
try to get them fixed for next release...

12 years agoUpdated makefiles to latest libssh2.
Guenter Knauf [Sun, 11 Sep 2011 14:49:28 +0000 (16:49 +0200)]
Updated makefiles to latest libssh2.

12 years agourlglob.c: fix OOM handling
Yang Tse [Sat, 10 Sep 2011 16:46:05 +0000 (18:46 +0200)]
urlglob.c: fix OOM handling

12 years agoftp.c: fix ftp active connects which got broken with commit fdf157abdf
Yang Tse [Sat, 10 Sep 2011 03:05:27 +0000 (05:05 +0200)]
ftp.c: fix ftp active connects which got broken with commit fdf157abdf

12 years agoruntests.pl: replace TAB with spaces
Yang Tse [Fri, 9 Sep 2011 23:23:21 +0000 (01:23 +0200)]
runtests.pl: replace TAB with spaces

12 years agotest harness: revert needless commit 0a5bbb2ac1
Yang Tse [Fri, 9 Sep 2011 23:14:52 +0000 (01:14 +0200)]
test harness: revert needless commit 0a5bbb2ac1

https, ftps and ssh servers allowed start up time back to previous values

12 years agossh.c: revert needless commit 7b7c45879e
Yang Tse [Fri, 9 Sep 2011 22:52:13 +0000 (00:52 +0200)]
ssh.c: revert needless commit 7b7c45879e

12 years agoRELEASE-NOTES: synced with 303c90074d4c
Daniel Stenberg [Fri, 9 Sep 2011 13:38:30 +0000 (15:38 +0200)]
RELEASE-NOTES: synced with 303c90074d4c

Five more bugfixes, one more contributor

12 years agotcpnodelay: rename variable
Daniel Stenberg [Fri, 9 Sep 2011 13:20:31 +0000 (15:20 +0200)]
tcpnodelay: rename variable

Renamed the variable from 'proto' to 'level' simply because it is not
protocol you set but level and that is the name of the argument used in
man pages and the POSIX documentation of the setsockopt function.

12 years agoAvoid ftruncate() static define with MinGW64.
Guenter Knauf [Thu, 8 Sep 2011 09:17:16 +0000 (11:17 +0200)]
Avoid ftruncate() static define with MinGW64.

12 years agolibssh2: use calloc as alloc function for libssh2 versions older than 1.3
Yang Tse [Thu, 8 Sep 2011 09:08:00 +0000 (11:08 +0200)]
libssh2: use calloc as alloc function for libssh2 versions older than 1.3

This workarounds old libssh2 versions not properly initializing
some ssh session variables, which would trigger memory debuggers
warnings on memory being used without having been initialized.

12 years agoCurl_speedcheck: don't mistakenly clear Curl_expire()
Adriano Meirelles [Thu, 8 Sep 2011 06:38:59 +0000 (08:38 +0200)]
Curl_speedcheck: don't mistakenly clear Curl_expire()

The current version of speedcheck.c may disable timeout by setting zero
to Curl_expire. Which is fine using the curl_multi_perform, because it
recheck all timeout internals, but when using custom event poller (like
hiperfifo.c) it may keep stalle connection forever.

12 years agolib582.c: fix segfault triggered when torture testing test case 582
Yang Tse [Wed, 7 Sep 2011 23:22:47 +0000 (01:22 +0200)]
lib582.c: fix segfault triggered when torture testing test case 582

12 years agoftp_state_use_port: minor code indent fix
Daniel Stenberg [Wed, 7 Sep 2011 20:46:06 +0000 (22:46 +0200)]
ftp_state_use_port: minor code indent fix

12 years agochecksrc: detect "}else" uses as well
Daniel Stenberg [Wed, 7 Sep 2011 20:45:43 +0000 (22:45 +0200)]
checksrc: detect "}else" uses as well

12 years agogetinmemory.c: use better argument names for write callback
Daniel Stenberg [Wed, 7 Sep 2011 20:43:28 +0000 (22:43 +0200)]
getinmemory.c: use better argument names for write callback

12 years agossh.c: fix memory leaks triggered upon OOM or other failures
Yang Tse [Tue, 6 Sep 2011 23:26:43 +0000 (01:26 +0200)]
ssh.c: fix memory leaks triggered upon OOM or other failures

12 years agotest case 583: ensure that test failures don't go unnoticed - follow-up
Yang Tse [Tue, 6 Sep 2011 17:59:42 +0000 (19:59 +0200)]
test case 583: ensure that test failures don't go unnoticed - follow-up

12 years agotest suite: libtest header inclusion cleanup - follow-up
Yang Tse [Tue, 6 Sep 2011 16:11:11 +0000 (18:11 +0200)]
test suite: libtest header inclusion cleanup - follow-up

Adjust tests/libtest/Makefile.inc and remove a couple of unused headers from
tests/libtest/lib583.c

12 years agotest case 583: ensure that test failures don't go unnoticed
Yang Tse [Tue, 6 Sep 2011 15:56:39 +0000 (17:56 +0200)]
test case 583: ensure that test failures don't go unnoticed

12 years agotest suite: libtest header inclusion cleanup
Yang Tse [Tue, 6 Sep 2011 15:47:54 +0000 (17:47 +0200)]
test suite: libtest header inclusion cleanup

Added missing memoryTracking to test cases 560 and 583. If this triggers
leak detection on these, it only means that previously it was going unnoticed.

12 years agofix bool variables checking and assignment
Yang Tse [Mon, 5 Sep 2011 23:57:21 +0000 (01:57 +0200)]
fix bool variables checking and assignment

12 years agopingpong.c: avoid a memmove call in function Curl_pp_vsendf
Yang Tse [Mon, 5 Sep 2011 21:45:04 +0000 (23:45 +0200)]
pingpong.c: avoid a memmove call in function Curl_pp_vsendf

12 years agofix bool variables checking and assignment
Yang Tse [Mon, 5 Sep 2011 18:46:09 +0000 (20:46 +0200)]
fix bool variables checking and assignment

12 years agotest suite: use test case specific netrc file names
Yang Tse [Mon, 5 Sep 2011 10:39:50 +0000 (12:39 +0200)]
test suite: use test case specific netrc file names

12 years agoFixed final message output.
Guenter Knauf [Sun, 4 Sep 2011 20:04:45 +0000 (22:04 +0200)]
Fixed final message output.

12 years agoTODO-RELEASE: deleteing five issues due to no response
Daniel Stenberg [Sun, 4 Sep 2011 17:41:34 +0000 (19:41 +0200)]
TODO-RELEASE: deleteing five issues due to no response

No feedback and no updates, removing these issues

12 years agosetup_once.h cleanup and sync
Yang Tse [Sun, 4 Sep 2011 15:09:22 +0000 (17:09 +0200)]
setup_once.h cleanup and sync

12 years agoFix to skip untrusted certs.
Guenter Knauf [Sun, 4 Sep 2011 15:05:49 +0000 (17:05 +0200)]
Fix to skip untrusted certs.

12 years agoAdded SPNEGO to MinGW makefiles.
Guenter Knauf [Sun, 4 Sep 2011 08:03:08 +0000 (10:03 +0200)]
Added SPNEGO to MinGW makefiles.

12 years agoNTLM WB: fix file descriptor leak upon OOM condition
Yang Tse [Sat, 3 Sep 2011 23:56:30 +0000 (01:56 +0200)]
NTLM WB: fix file descriptor leak upon OOM condition

12 years agorevert changes not intended to be pushed with commit 6b75d2c2
Yang Tse [Sat, 3 Sep 2011 16:26:21 +0000 (18:26 +0200)]
revert changes not intended to be pushed with commit 6b75d2c2

12 years agofix a bunch of MSVC compiler warnings
Yang Tse [Sat, 3 Sep 2011 14:06:10 +0000 (16:06 +0200)]
fix a bunch of MSVC compiler warnings

12 years agoUpdated dependecies versions.
Guenter Knauf [Sat, 3 Sep 2011 12:01:09 +0000 (14:01 +0200)]
Updated dependecies versions.

12 years agoSome MinGW makefile tweaks for MinGW64.
Guenter Knauf [Sat, 3 Sep 2011 11:55:16 +0000 (13:55 +0200)]
Some MinGW makefile tweaks for MinGW64.

12 years agoChanged MinGW to use own winidn prototypes.
Guenter Knauf [Sat, 3 Sep 2011 11:37:29 +0000 (13:37 +0200)]
Changed MinGW to use own winidn prototypes.

12 years agoFix NTLM winbind support to pass the torture tests
Dan Fandrich [Fri, 2 Sep 2011 20:15:58 +0000 (13:15 -0700)]
Fix NTLM winbind support to pass the torture tests

Calling sclose() both in the child and the parent fools the
socket leak detector into thinking it's been closed twice.
Calling close() in the child instead overcomes this problem. It's
not as portable as the sclose() macro, but this code is highly
POSIX-specific, anyway.

12 years agoMemoryTracking: fix logging of free() calls done where Curl_safefree is called
Yang Tse [Fri, 2 Sep 2011 17:40:53 +0000 (19:40 +0200)]
MemoryTracking: fix logging of free() calls done where Curl_safefree is called

Just internal stuff...

Curl_safefree is now a macro defined in memdebug.h instead of a function
prototyped in url.h and implemented in url.c, so inclusion of url.h is no
longer required in order to simply use Curl_safefree.

Provide definition of macro WHILE_FALSE in setup_once.h in order to allow
other macros such as DEBUGF and DEBUGASSERT, and code using it, to compile
without 'conditional expression is constant' warnings.

The WHILE_FALSE stuff fixes 150+ MSVC compiler warnings.

12 years agotransfer.c: fix parentheses/braces placement for vi/emacs delimiter matching
Yang Tse [Fri, 2 Sep 2011 15:41:39 +0000 (17:41 +0200)]
transfer.c: fix parentheses/braces placement for vi/emacs delimiter matching

12 years agotransfer.c: fix loadhostpairs() OOM handling
Yang Tse [Thu, 1 Sep 2011 22:06:19 +0000 (00:06 +0200)]
transfer.c: fix loadhostpairs() OOM handling

12 years agotest harness: https, ftps and ssh servers allowed start up time increased 33%
Yang Tse [Thu, 1 Sep 2011 20:21:57 +0000 (22:21 +0200)]
test harness: https, ftps and ssh servers allowed start up time increased 33%

12 years agohostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.
Yang Tse [Thu, 1 Sep 2011 15:09:46 +0000 (17:09 +0200)]
hostip.c: return immediately from Curl_resolv_timeout() upon expired timeout.

Ensure existing logic in Curl_resolv_timeout() is not subverted upon getting a
negative timeout from resolve_server(). The timeout in resolve_server() could
be checked to avoid calling Curl_resolv_timeout() with an expired timeout, but
fixing this in this way allows existing logic in resolve_server() to be kept
unchanged.

12 years agoftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up
Yang Tse [Thu, 1 Sep 2011 13:38:30 +0000 (15:38 +0200)]
ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up

follow-up for commit d20408e8

12 years agotest harness: fix detection of test harness client knownhosts file
Yang Tse [Wed, 31 Aug 2011 17:59:26 +0000 (19:59 +0200)]
test harness: fix detection of test harness client knownhosts file

Regenerate curl's tests client knownhosts file also when, somehow,
this file is empty.

12 years agotest harness: fix detection of test harness host and client key files
Yang Tse [Wed, 31 Aug 2011 16:16:14 +0000 (18:16 +0200)]
test harness: fix detection of test harness host and client key files

Regenerate curl's tests host and client key files also when, somehow,
any of these files are empty.

12 years agossh.c: fix realloc() OOM handling
Yang Tse [Wed, 31 Aug 2011 16:15:29 +0000 (18:15 +0200)]
ssh.c: fix realloc() OOM handling

12 years agoftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up
Yang Tse [Wed, 31 Aug 2011 16:14:38 +0000 (18:14 +0200)]
ftp.c: fix some leaks torture tests detected 2011-08-30 - follow-up

follow-up for commit c06de200

12 years agofix some leaks torture tests detected 2011-08-30
Yang Tse [Wed, 31 Aug 2011 01:50:07 +0000 (03:50 +0200)]
fix some leaks torture tests detected 2011-08-30

12 years agofix some leaks torture tests detected 2011-08-30
Yang Tse [Tue, 30 Aug 2011 23:58:06 +0000 (01:58 +0200)]
fix some leaks torture tests detected 2011-08-30

12 years agoRELEASE-NOTES: synced with 3445fa2e3f
Daniel Stenberg [Mon, 29 Aug 2011 13:37:06 +0000 (15:37 +0200)]
RELEASE-NOTES: synced with 3445fa2e3f

12 years agotests: break busy loops in tests 502, 555, and 573
Kamil Dudka [Fri, 26 Aug 2011 09:10:58 +0000 (11:10 +0200)]
tests: break busy loops in tests 502, 555, and 573

12 years agopingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command length
Yang Tse [Mon, 29 Aug 2011 12:27:06 +0000 (14:27 +0200)]
pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command length

This removes command length restrictions on calling functions.

12 years agoNTLM: header inclusion cleanup follow-up
Yang Tse [Sun, 28 Aug 2011 09:29:09 +0000 (11:29 +0200)]
NTLM: header inclusion cleanup follow-up

12 years agoNTLM: header inclusion cleanup
Yang Tse [Sun, 28 Aug 2011 05:15:46 +0000 (07:15 +0200)]
NTLM: header inclusion cleanup

12 years agoNTLM: END of refactoring/splitting/moving
Yang Tse [Sun, 28 Aug 2011 00:00:02 +0000 (02:00 +0200)]
NTLM: END of refactoring/splitting/moving

First:

File curl_ntlm.h renamed curl_ntlm_msgs.h
File curl_ntlm.c renamed curl_ntlm_msgs.c

Afterwards:

File http_ntlm.c renamed curl_ntlm.c
File http_ntlm.h renamed curl_ntlm.h

12 years agoNTLM: move NTLM core specifics into curl_ntlm_core.[ch]
Yang Tse [Sat, 27 Aug 2011 23:19:08 +0000 (01:19 +0200)]
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]

12 years agoNTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
Yang Tse [Sat, 27 Aug 2011 17:16:10 +0000 (19:16 +0200)]
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]

12 years agoNTLM_WB: final congruency naming adjustments
Yang Tse [Sat, 27 Aug 2011 04:31:18 +0000 (06:31 +0200)]
NTLM_WB: final congruency naming adjustments

Configure script option --enable-wb-ntlm-auth renamed to --enable-ntlm-wb
Configure script option --disable-wb-ntlm-auth renamed to --disable-ntlm-wb

Preprocessor symbol WINBIND_NTLM_AUTH_ENABLED renamed to NTLM_WB_ENABLED
Preprocessor symbol WINBIND_NTLM_AUTH_FILE renamed to NTLM_WB_FILE

Test harness env var CURL_NTLM_AUTH renamed to CURL_NTLM_WB_FILE

Static function wb_ntlm_close renamed to ntlm_wb_cleanup
Static function wb_ntlm_initiate renamed to ntlm_wb_init
Static function wb_ntlm_response renamed to ntlm_wb_response

12 years agoNTLM single-sign on adjustments (XI)
Yang Tse [Fri, 26 Aug 2011 23:32:49 +0000 (01:32 +0200)]
NTLM single-sign on adjustments (XI)

Feature string literal NTLM_SSO renamed to NTLM_WB.
Preprocessor symbol USE_NTLM_SSO renamed to WINBIND_NTLM_AUTH_ENABLED.
curl's 'long' option 'ntlm-sso' renamed to 'ntlm-wb'.
Fix some comments to make clear that this is actually a NTLM delegation.

12 years ago--cookie-jar: activates the cookie engine
Daniel Stenberg [Fri, 26 Aug 2011 21:23:07 +0000 (23:23 +0200)]
--cookie-jar: activates the cookie engine

12 years agoCurl_read_plain: indent code
Daniel Stenberg [Thu, 25 Aug 2011 20:42:02 +0000 (22:42 +0200)]
Curl_read_plain: indent code

12 years agoNTLM single-sign on adjustments (X)
Yang Tse [Fri, 26 Aug 2011 16:57:50 +0000 (18:57 +0200)]
NTLM single-sign on adjustments (X)

Functions renamed:

Curl_output_ntlm_sso -> Curl_output_ntlm_wb
sso_ntlm_close -> wb_ntlm_close
sso_ntlm_response -> wb_ntlm_response
sso_ntlm_initiate -> wb_ntlm_initiate

Preprocessor symbols renamed:

CURLAUTH_NTLM_SSO -> CURLAUTH_NTLM_WB
CURL_VERSION_NTLM_SSO -> CURL_VERSION_NTLM_WB

12 years agoTODO: progress callback without doubles
Daniel Stenberg [Thu, 25 Aug 2011 14:04:55 +0000 (16:04 +0200)]
TODO: progress callback without doubles

12 years agohttp NTLM: refactoring followup
Steve Holme [Thu, 25 Aug 2011 13:09:30 +0000 (15:09 +0200)]
http NTLM: refactoring followup

Output of Curl_ntlm_create_type1_message() and Curl_ntlm_create_type3_message()
functions is now already base64 encoded.