diff options
author | Steve Holme <steve_holme@hotmail.com> | 2016-03-27 17:58:50 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2016-03-27 17:58:50 +0100 |
commit | f0bdd72c10e64c748c7aedda9de67c266bb8a8dd (patch) | |
tree | 3e5a8517ad38347ebaf420c7d299c62f366ebd54 /packages | |
parent | 7a23e40f7b57ac133131d39640be6c1169ecaa74 (diff) | |
download | curl-f0bdd72c10e64c748c7aedda9de67c266bb8a8dd.tar.gz |
http_ntlm: Renamed from curl_ntlm.[c|h]
Renamed the header and source files for this module as they are HTTP
specific and as such, they should use the naming convention as other
HTTP authentication source files do - this revert commit 260ee6b7bf.
Note: We could also rename curl_ntlm_wb.[c|h], however, the Winbind
code needs separating from the HTTP protocol and migrating into the
vauth directory, thus adding support for Winbind to the SASL based
protocols such as IMAP, POP3 and SMTP.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/Symbian/group/libcurl.mmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Symbian/group/libcurl.mmp b/packages/Symbian/group/libcurl.mmp index 224eefbb7..be22fda5e 100644 --- a/packages/Symbian/group/libcurl.mmp +++ b/packages/Symbian/group/libcurl.mmp @@ -36,7 +36,7 @@ SOURCE \ pop3.c smtp.c pingpong.c rtsp.c curl_threads.c warnless.c hmac.c \ vtls/polarssl.c curl_rtmp.c openldap.c curl_gethostname.c gopher.c \ vtls/axtls.c idn_win32.c vtls/cyassl.c http_proxy.c non-ascii.c \ - asyn-ares.c asyn-thread.c curl_gssapi.c curl_ntlm.c curl_ntlm_wb.c \ + asyn-ares.c asyn-thread.c curl_gssapi.c http_ntlm.c curl_ntlm_wb.c \ curl_ntlm_core.c curl_sasl.c vtls/schannel.c curl_multibyte.c \ vtls/darwinssl.c conncache.c curl_sasl_sspi.c smb.c curl_endian.c \ curl_des.c \ |