summaryrefslogtreecommitdiff
path: root/lib/curl_sspi.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* misc: update copyright year rangeDaniel Stenberg2021-12-301-1/+1
* version_win32: Check build number and platform idWyatt O'Day2021-12-021-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* win32: Add Curl_verify_windows_version() to curlxCameron Cawley2020-08-021-1/+2
* curl_multibyte: add to curlxMarcel Raad2020-05-141-8/+8
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* comment: Fix multiple typos in function parametersDaniel Gustafsson2018-10-031-1/+1
* lib: fix gcc8 warning on WindowsViktor Szakats2018-09-121-2/+3
* curl_sspi.c: Updated function description commentsSteve Holme2016-08-311-1/+19
* win32: Used centralised verify windows version functionSteve Holme2016-06-041-42/+1
* loadlibrary: Only load system DLLs from the system directorySteve Holme2016-05-301-3/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* sspi: Fix typo from left over from old code which referenced NTLMSteve Holme2015-08-011-1/+1
* win32: Fix compilation warnings from commit 40c921f8b8Steve Holme2015-08-011-1/+6
* Windows: Fix VerifyVersionInfo callsJay Satiro2015-07-221-11/+11
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-6/+1
* ntlm: Moved the identity generation into shared SSPI codeSteve Holme2014-04-061-0/+104
* win32: Added additional preprocessor check for Version Helper APISteve Holme2014-01-181-1/+2
* win32: Corrected the preprocessor check for Version Helper APISteve Holme2014-01-171-1/+1
* win32: Fixed use of deprecated function 'GetVersionInfoEx' for VC12Steve Holme2014-01-151-7/+33
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-7/+18
* schannel: remove version number and identify its use with 'schannel' literalYang Tse2012-06-131-63/+0
* sspi: make Curl_sspi_strerror() libcurl's sspi status code string functionYang Tse2012-06-121-146/+0
* cleanup: remove trailing whitespaceDaniel Stenberg2012-06-111-1/+1
* sspi: Fixed incompatible parameter pointer type in Curl_sspi_versionMarc Hoersken2012-06-111-1/+2
* sspi.c: Post Curl_sspi_version() rework code tidy upSteve Holme2012-06-111-26/+14
* sspi: Reworked Curl_sspi_version() to return version componentsSteve Holme2012-06-111-32/+45
* schannel: Code cleanup and bug fixesMarc Hoersken2012-06-111-4/+6
* curl_sspi: Added Curl_sspi_version functionMarc Hoersken2012-06-111-0/+50
* sspi: Refactored socks_sspi and schannel to use same error message functionsMarc Hoersken2012-06-111-0/+149
* Revert "sspi: Added version information"Yang Tse2012-04-231-63/+1
* Revert "sspi - Small code tidy up"Yang Tse2012-04-231-8/+13
* Revert "Fixed 'Trailing whitespace' found by checksrc."Yang Tse2012-04-231-2/+2
* Revert "sspi: Code tidy up to remove unused variable."Yang Tse2012-04-231-0/+1
* sspi: Code tidy up to remove unused variable.Steve Holme2012-04-221-1/+0
* Fixed 'Trailing whitespace' found by checksrc.Guenter Knauf2012-04-221-2/+2
* sspi - Small code tidy upSteve Holme2012-04-221-13/+8
* sspi: Added version informationSteve Holme2012-04-221-1/+63
* Use own typedef as workaround for broken sspi.h header (f.e. Watcom).Guenter Knauf2010-09-021-2/+5
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix typo in commentYang Tse2009-01-301-1/+1
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-0/+119