Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-23 | Revert "sspi: Added version information" | Yang Tse | |
This reverts commit 2976de480808119dae08fc6f52c8d75ba1aedb1a. | |||
2012-04-23 | Revert "sspi - Small code tidy up" | Yang Tse | |
This reverts commit 46cd5f1daddad3b3e542e6d93eee52e8bb9a8687. | |||
2012-04-23 | Revert "Fixed 'Trailing whitespace' found by checksrc." | Yang Tse | |
This reverts commit 683bfa60ad0b52505947e59b03515e5f44378523. | |||
2012-04-23 | Revert "sspi: Code tidy up to remove unused variable." | Yang Tse | |
This reverts commit 412510f97407d617426d93b80e6b6bf0a8ff11ac. | |||
2012-04-22 | sspi: Code tidy up to remove unused variable. | Steve Holme | |
2012-04-22 | Fixed 'Trailing whitespace' found by checksrc. | Guenter Knauf | |
2012-04-22 | sspi - Small code tidy up | Steve Holme | |
2012-04-22 | sspi: Added version information | Steve Holme | |
Added version information for Windows SSPI to curl's main version string and removed SSPI from the features string. | |||
2010-09-02 | Use own typedef as workaround for broken sspi.h header (f.e. Watcom). | Guenter Knauf | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse | |
2009-01-30 | fix typo in comment | Yang Tse | |
2009-01-29 | Introduced curl_sspi.c and curl_sspi.h for the implementation of functions | Yang Tse | |
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c Also adjusted socks_sspi.c to remove the link-time dependency on the Windows SSPI library using it now in the same way as it was done in http_ntlm.c. |