summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.c
Commit message (Expand)AuthorAgeFilesLines
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* curl_ntlm_msgs.c: revert commit 463082bea4Yang Tse2013-03-251-1/+0
* ntlm: Updated comments for the addition of SASL support to IMAP in v7.29Steve Holme2013-02-111-11/+12
* ntlm: fix memory leakGisle Vanem2013-02-081-0/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-8/+8
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* code police: narrow source to < 80 columnsDaniel Stenberg2012-07-061-1/+2
* unicode NTLM SSPI: cleanupYang Tse2012-07-051-70/+60
* curl_ntlm_msgs.c: Removed unused variable passwdMarc Hoersken2012-07-031-1/+0
* curl_ntlm_msgs.c: include <tchar.h> for prototypesYang Tse2012-07-031-1/+5
* unicode NTLM SSPI: heap corruption fixedChristian Hägele2012-07-021-34/+55
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-261-86/+8
* Win32: downplay MS bazillion type synonyms gameYang Tse2012-06-161-5/+5
* SSPI related code: Unicode support for WinCE - kill compiler warningsYang Tse2012-06-151-3/+4
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-26/+35
* curl_ntlm_msgs.c: Fixed passwdlen not being used and recalculatedMarc Hoersken2012-06-111-1/+1
* curl_ntlm_msgs.c: Corrected small spelling mistake in commentsSteve Holme2012-05-301-2/+2
* add LF termination to infof() trace stringYang Tse2012-01-161-2/+2
* Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo2011-11-191-0/+14
* curl_ntlm_msgs.c: fix variable shadowing declaration introduced in 185ed340Yang Tse2011-10-131-2/+2
* Curl_ntlm_create_typeX_message: Added the outlen parameterSteve Holme2011-10-031-6/+8
* Curl_ntlm_create_type3_message: Tidied up the use of Curl_gethostname.Steve Holme2011-09-251-8/+3
* HOSTNAME_MAX: Moved to curl_gethostname.hSteve Holme2011-09-251-3/+0
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* NTLM: header inclusion cleanupYang Tse2011-08-281-81/+48
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-0/+997