summaryrefslogtreecommitdiff
path: root/lib/curl_sspi.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-04curl.se: new homeDaniel Stenberg
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-08-02win32: Add Curl_verify_windows_version() to curlxCameron Cawley
2020-05-14curl_multibyte: add to curlxMarcel Raad
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-10-03comment: Fix multiple typos in function parametersDaniel Gustafsson
2018-09-12lib: fix gcc8 warning on WindowsViktor Szakats
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2016-08-31curl_sspi.c: Updated function description commentsSteve Holme
2016-06-04win32: Used centralised verify windows version functionSteve Holme
2016-05-30loadlibrary: Only load system DLLs from the system directorySteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-08-01sspi: Fix typo from left over from old code which referenced NTLMSteve Holme
2015-08-01win32: Fix compilation warnings from commit 40c921f8b8Steve Holme
2015-07-22Windows: Fix VerifyVersionInfo callsJay Satiro
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-04-06ntlm: Moved the identity generation into shared SSPI codeSteve Holme
2014-01-18win32: Added additional preprocessor check for Version Helper APISteve Holme
2014-01-17win32: Corrected the preprocessor check for Version Helper APISteve Holme
2014-01-15win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-06-15SSPI related code: Unicode support for WinCEMark Salisbury
2012-06-13schannel: remove version number and identify its use with 'schannel' literalYang Tse
2012-06-12sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse
2012-06-11cleanup: remove trailing whitespaceDaniel Stenberg
2012-06-11sspi: Fixed incompatible parameter pointer type in Curl_sspi_versionMarc Hoersken
2012-06-11sspi.c: Post Curl_sspi_version() rework code tidy upSteve Holme
2012-06-11sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme
2012-06-11schannel: Code cleanup and bug fixesMarc Hoersken
2012-06-11curl_sspi: Added Curl_sspi_version functionMarc Hoersken
2012-06-11sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken
2012-04-23Revert "sspi: Added version information"Yang Tse
2012-04-23Revert "sspi - Small code tidy up"Yang Tse
2012-04-23Revert "Fixed 'Trailing whitespace' found by checksrc."Yang Tse
2012-04-23Revert "sspi: Code tidy up to remove unused variable."Yang Tse
2012-04-22sspi: Code tidy up to remove unused variable.Steve Holme
2012-04-22Fixed 'Trailing whitespace' found by checksrc.Guenter Knauf
2012-04-22sspi - Small code tidy upSteve Holme
2012-04-22sspi: Added version informationSteve Holme
2010-09-02Use own typedef as workaround for broken sspi.h header (f.e. Watcom).Guenter Knauf
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-01-30fix typo in commentYang Tse