summaryrefslogtreecommitdiff
path: root/lib/security.c
Commit message (Expand)AuthorAgeFilesLines
...
* security.c: sec_read tweaksJulien Chaffraix2010-09-221-19/+21
* security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix2010-09-221-5/+7
* security.c: sec_send tweaksJulien Chaffraix2010-09-221-27/+32
* security.c: Curl_sec_read_msg tweaksJulien Chaffraix2010-09-221-22/+30
* security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix2010-09-221-36/+57
* security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix2010-09-221-38/+77
* security.c: Remove out_buffer as it was never written into.Julien Chaffraix2010-09-221-4/+0
* security.c: buffer_read various fixes.Julien Chaffraix2010-09-221-4/+6
* security.c: Made block_write return a CURLcode.Julien Chaffraix2010-09-221-19/+28
* security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix2010-09-221-35/+40
* Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix2010-09-221-3/+4
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+4
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-75/+27
* silence a compiler warningDaniel Stenberg2009-07-111-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich2008-11-021-0/+4
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* added include to make the krb4 code compile againDaniel Stenberg2008-10-231-0/+1
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* fix: preprocessor complaining about macro redefinitionYang Tse2008-05-261-4/+3
* Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich2008-05-221-0/+3
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-3/+3
* if () => if()Daniel Stenberg2007-11-071-65/+70
* Thomas J. Moore made it build with less warningsDaniel Stenberg2007-07-061-2/+2
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-10/+51
* cleaned up Curl_write() and the sub functions it uses for various protocols.Daniel Stenberg2006-11-111-0/+7
* Removed security.h since it shadows an include file mingw needs when buildingDaniel Stenberg2005-03-141-1/+2
* krb4 fixedDaniel Stenberg2005-02-221-6/+8
* Make some arrays of pointers const, too.Dan Fandrich2004-12-151-2/+2
* Add 'const' to immutable arrays.Dan Fandrich2004-12-151-3/+3
* use curl_strnequal(), not strncasecmp()Daniel Stenberg2004-10-071-1/+1
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-9/+9
* removed trailing whitespace, free a missing malloc when returning errorDaniel Stenberg2004-06-301-39/+41
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-3/+3
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* removed unused codeDaniel Stenberg2003-01-091-74/+2
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-7/+5
* added disable-[protocol] support, largely provided by Miklos NemethDaniel Stenberg2002-06-111-0/+2
* failf() calls should not have newlines in the message string!Daniel Stenberg2001-12-111-4/+4
* check Curl_ftpsendf return codesDaniel Stenberg2001-10-311-3/+8
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* improved readability slightlyDaniel Stenberg2001-09-281-25/+29
* fixed the missing getftpresponse editsDaniel Stenberg2001-09-281-2/+1
* removed the socket argument from some functions that always passed in theDaniel Stenberg2001-09-281-8/+6
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* a few more struct fixesDaniel Stenberg2001-08-301-10/+10
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-11/+11