NTLM single-sign on adjustments (VIII)
authorYang Tse <yangsita@gmail.com>
Sun, 31 Jul 2011 18:44:41 +0000 (20:44 +0200)
committerYang Tse <yangsita@gmail.com>
Sun, 31 Jul 2011 18:44:41 +0000 (20:44 +0200)
commit10a0bed48536e5a3fe801a5e0d94bd84ad80c559
tree931c4a697c2aaf437067ca38914c57c1aa5c32f0
parentcc3e01cfae461c69c240f21a7b10fb31e1314fb7
NTLM single-sign on adjustments (VIII)

Use preprocessor symbols WINBIND_NTLM_AUTH_ENABLED and WINBIND_NTLM_AUTH_FILE
for Samba's winbind daemon ntlm_auth helper code implementation and filename.

Retain preprocessor symbol USE_NTLM_SSO for NTLM single-sign-on feature
availability implementation independent.

For test harness, prefix NTLM_AUTH environment vars with CURL_

Refactor and rename configure option --with-ntlm-auth to --enable-wb-ntlm-auth[=FILE]
configure.ac
lib/http.c
lib/http_ntlm.c
lib/http_ntlm.h
lib/setup.h
lib/url.c
lib/urldata.h
m4/curl-confopts.m4
tests/data/test1310
tests/server/fake_ntlm.c