summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* DarwinSSL: allow using NTLM authenticationNick Zitzmann2012-06-274-7/+58
* curl_darwinssl.h: add newline at end of fileYang Tse2012-06-271-1/+1
* ossl_seed: remove leftover RAND_screen checkDaniel Stenberg2012-06-261-6/+0
* DarwinSSL: several adjustmentsNick Zitzmann2012-06-264-65/+71
* sockaddr.h: Fixed dereferencing pointer breakin strict-aliasingMarc Hoersken2012-06-261-6/+11
* SSL cleanup: use crypto functions through the sslgen layerDaniel Stenberg2012-06-269-89/+139
* darwinssl: add support for native Mac OS X/iOS SSLNick Zitzmann2012-06-266-3/+743
* curl_schannel.c: Remove redundant NULL assignments following Curl_safefree()Yang Tse2012-06-251-5/+0
* curl_schannel.c: Replace free() with Curl_safefree()Marc Hoersken2012-06-251-16/+17
* smtp: Corrected result code for MAIL, RCPT and DATA commandsSteve Holme2012-06-241-5/+5
* build: fix RESOURCE bug in lib/Makefile.vc*Yang Tse2012-06-201-31/+29
* schannel: Implement new buffer size strategyMarc Hoersken2012-06-202-11/+34
* schannel SSL: fix compiler warningYang Tse2012-06-201-1/+3
* schannel SSL: fix for renegotiate problemMark Salisbury2012-06-201-1/+1
* schannel_connect_step2: checksrc whitespace fixDaniel Stenberg2012-06-201-1/+1
* schannel SSL: changes in schannel_connect_step2Mark Salisbury2012-06-201-95/+128
* config-win32ce.h: WinCE config adjustmentMark Salisbury2012-06-201-2/+2
* schannel SSL: Made send method handle unexpected cases betterMark Salisbury2012-06-201-7/+72
* curl_schannel.c: Avoid unnecessary realloc calls to reduce buffer sizeMarc Hoersken2012-06-191-16/+0
* schannel SSL: Use standard Curl read/write methodsMark Salisbury2012-06-191-37/+43
* schannel SSL: make wording of some trace messages better reflect realityYang Tse2012-06-191-16/+22
* curl_schannel.h: Use BUFSIZE as the initial buffer size if availableMarc Hoersken2012-06-191-0/+5
* schannel SSL: Implemented SSL shutdownMark Salisbury2012-06-191-12/+79
* schannel SSL: certificate validation on WinCEMark Salisbury2012-06-191-0/+127
* schannel SSL: Added helper methods to simplify codeMark Salisbury2012-06-191-65/+41
* setup.h: WinCE build adjustmentMark Salisbury2012-06-181-5/+7
* ftplistparser.c: do not compile if FTP protocol is not enabledMark Salisbury2012-06-182-6/+12
* Win32: downplay MS bazillion type synonyms gameYang Tse2012-06-165-16/+16
* Curl_rtsp_parseheader: avoid useless malloc/freeDaniel Stenberg2012-06-151-8/+2
* curl_share_setopt: use va_end()Daniel Stenberg2012-06-151-15/+21
* SSPI related code: Unicode support for WinCE - kill compiler warningsYang Tse2012-06-153-6/+8
* SSPI related code: Unicode support for WinCE - commit 46480bb9 follow-upMark Salisbury2012-06-151-1/+1
* build: add curl_multibyte files to build systemsYang Tse2012-06-152-2/+4
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-1513-138/+307
* schannel: fix printf-style format stringsYang Tse2012-06-141-26/+27
* Fix bad failf() and info() usageYang Tse2012-06-1410-32/+33
* schannel: fix unused parameter warningsYang Tse2012-06-141-0/+2
* schannel: fix comparisons between signed and unsignedYang Tse2012-06-141-2/+2
* schannel: fix discarding qualifier from pointer typeYang Tse2012-06-141-2/+2
* schannel: fix shadowing of global declarationsYang Tse2012-06-141-27/+27
* schannel: fix Curl_schannel_init() and Curl_schannel_cleanup() declarationsYang Tse2012-06-142-4/+4
* urldata.h: fix cyassl/openssl/ssl.h build clash with wincrypt.hGisle Vanem2012-06-141-0/+2
* Changed Schannel string to SSL-Windows-native.Guenter Knauf2012-06-131-1/+1
* schannel: remove version number and identify its use with 'schannel' literalYang Tse2012-06-137-98/+9
* singlesocket: remove dead codeDaniel Stenberg2012-06-121-2/+3
* netrc: remove dead codeDaniel Stenberg2012-06-121-9/+2
* Revert "connect.c/ftp.c: Fixed dereferencing pointer breakin strict-aliasing"Yang Tse2012-06-122-49/+39
* socks_sspi.c: further cleanupYang Tse2012-06-121-75/+65
* socks_sspi.c: Clean up and removal of obsolete minor statusMarc Hoersken2012-06-121-41/+30
* Removed trailing whitespaces.Guenter Knauf2012-06-121-79/+79