History log of /curl/lib/http_ntlm.c (Results 51 – 75 of 161)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# f396d947 11-Aug-2011 Steve Holme

http NTLM: Tidied up more inconsistent spacing.

Moved NTLMSSP_SIGNATURE, HOSTNAME_MAX, SHORTPAIR and LONGQUARTET definitions in ready for move to curl_ntlm.c.

Used separate variable

http NTLM: Tidied up more inconsistent spacing.

Moved NTLMSSP_SIGNATURE, HOSTNAME_MAX, SHORTPAIR and LONGQUARTET definitions in ready for move to curl_ntlm.c.

Used separate variables for Windows SSPI and native code to ease moving of code to curl_ntlm.c.

Fixed typographical erros where SPPI should be SSPI.

Fixed compilation warnings on 64-bit builds when calling Windows SSPI functions.

show more ...


# c7fb556f 09-Aug-2011 Yang Tse

http NTLM: Further tiding up to libcurl standards


# 5ed17de3 09-Aug-2011 Steve Holme

http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code


# 1db023d3 07-Aug-2011 Yang Tse

NTLM single-sign on adjustments (IX)

Use swrite/sread instead of write/read to avoid SIGPIPE


# 10a0bed4 31-Jul-2011 Yang Tse

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 f

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]

show more ...


# ad8193fb 29-Jul-2011 Yang Tse

NTLM single-sign on adjustments (VII)

Initialize variables when connectdata object is created.


# bcbac913 29-Jul-2011 Yang Tse

socketpair() usage tracking to allow fd leak detection


# 97795532 28-Jul-2011 Dan Fandrich

Give the NTLM SSO helper a moment to cleanly shut down if needed


# 435e2bc7 28-Jul-2011 Dan Fandrich

Removed an extraneous \n that violated the SSO daemon protocol

This caused fake_ntlm to abort due to an invalid command
causing sporadic test 2005 failures.


# 02e59579 28-Jul-2011 Dan Fandrich

Fixed a couple of memory leaks in NTLM SSO support


# dddf9aa6 27-Jul-2011 Yang Tse

NTLM single-sign on adjustments (IV)

Fix compiler warning


# 4eb08ac1 27-Jul-2011 Yang Tse

NTLM single-sign on adjustments (III)

Provide some error tracing and fix execl() calling.


# f1586cb4 26-Jul-2011 Yang Tse

stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h


# ef217610 24-Jul-2011 Yang Tse

errno.h inclusion conditionally done in setup_once.h


# d007c3ca 19-Jul-2011 Michael Mueller

sso_ntlm_initiate: unassigned variable

Bug: http://curl.haxx.se/mail/lib-2011-07/0109.html


# a6d4807d 18-Jul-2011 Mandy Wu

NTLM single-sign on supported

With the use of the 'ntlm_auth' tool from the Samba project


Revision tags: curl-7_21_7
# 970117ef 02-Jun-2011 Yang Tse

OpenSSL enabled: require OPENSSL_VERSION_NUMBER definition before usage.


# 328600e0 23-May-2011 Yang Tse

compiler warning: fix

Fix variable declaration placement


# e2747ebb 23-May-2011 Yang Tse

compiler warning: fix

Fix missing semicolon


# 30c9799f 23-May-2011 Yang Tse

compiler warning: fix

Fix compiler warning: expression has no effect


# 3e70c28c 21-May-2011 Yang Tse

compiler warning: fix

Fix compiler warning: enumerated type mixed with another type


Revision tags: curl-7_21_6
# b903186f 20-Apr-2011 Daniel Stenberg

source cleanup: unify look, style and indent levels

By the use of a the new lib/checksrc.pl script that checks that our
basic source style rules are followed.


# 6d013b0a 26-Apr-2011 Dan Fandrich

Fixed compiler warning in Windows SSPI case


# f20b4606 20-Apr-2011 Daniel Stenberg

NTLM: work with unicode

Rewritten code from a patch brought by Matteo Rocco.


# c828646f 19-Apr-2011 Daniel Stenberg

CURL_DOES_CONVERSIONS: cleanup

Massively reduce #ifdefs all over (23 #ifdef lines less so far)
Moved conversion-specific code to non-ascii.c


1234567