smtp: use the upload buffer size for scratch buffer malloc
[platform/upstream/curl.git] / lib / security.c
2018-04-12 Seonah MoonUpdate version to 7.59.0 81/175781/1
2018-04-12 Seonah MoonImported Upstream version 7.59.0 63/175763/1 upstream/7.59.0
2017-03-23 Seonah MoonUpdate version to 7.53.1 83/120583/1 accepted/tizen/common/20170323.154553 accepted/tizen/ivi/20170324.023348 accepted/tizen/mobile/20170324.023258 accepted/tizen/tv/20170324.023313 accepted/tizen/unified/20170324.023404 accepted/tizen/wearable/20170324.023330 submit/tizen/20170323.081345 submit/tizen/20170323.081420
2017-03-23 taesub kimImported Upstream version 7.53.1 59/120559/1 upstream/7.53.1
2017-03-23 taesub kimRevert "Imported Upstream version 7.53.1" 51/120551/1
2017-03-22 taesub kimImported Upstream version 7.53.1 94/120194/1
2016-09-23 Seonah MoonUpdate to 7.50.2 00/89300/3 accepted/tizen/common/20160928.164154 accepted/tizen/ivi/20160929.081233 accepted/tizen/mobile/20160929.081128 accepted/tizen/tv/20160929.081209 accepted/tizen/wearable/20160929.081050 submit/tizen/20160928.053415
2016-09-23 Seonah MoonImported Upstream version 7.50.2 93/89293/1 upstream/7.50.2
2016-04-26 Seonah MoonMerge branch 'upstream' into tizen 63/67263/3 accepted/tizen/common/20160427.144109 accepted/tizen/ivi/20160428.002447 accepted/tizen/mobile/20160428.004551 accepted/tizen/tv/20160428.002324 accepted/tizen/wearable/20160428.002544 submit/tizen/20160427.070140
2016-04-25 taesubkimImported Upstream version 7.48.0 46/67046/1 upstream/7.48.0
2016-04-11 seonah moonRevert "Imported Upstream version 7.44.0" 73/65573/1
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-26 Daniel Stenbergsecurity.h: rename to curl_sec.h to avoid name collision
2013-08-25 Daniel StenbergFTP: remove krb4 support
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-10-04 Marc Hoerskensecurity.c: Aligned internal type to return type
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-24 Yang Tseinclude limits.h for INT_MAX
2011-08-24 Daniel Stenbergadd missing semicolons
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-13 Julien Chaffraixsecurity: tighten enum protection_level usage.
2010-11-12 Julien Chaffraixsecurity: Pass the right parameter to init.
2010-10-18 Daniel Stenbergkrb4: make a few functions static
2010-09-29 Julien Chaffraixkrb5-gssapi: Remove several memory leaks.
2010-09-29 Julien Chaffraixsecurity.c: Remove Curl_sec_fflush_fd.
2010-09-29 Julien Chaffraixsecurity.c: We should always register the socket handler.
2010-09-29 Julien Chaffraixsecurity.c: Fix Curl_sec_login after rewrite.
2010-09-29 Julien Chaffraixsecurity.c: Readd the '\n' to the infof() calls.
2010-09-29 Julien Chaffraixsecurity.c: Fix typo (PSBZ -> PBSZ)
2010-09-29 Julien Chaffraixsecurity.c: Fix ftp_send_command.
2010-09-23 Daniel StenbergRevert "security.c: buffer_read various fixes."
2010-09-22 Daniel Stenbergsecurity.c: removed superfluous parentheses
2010-09-22 Julien Chaffraixsecurity.c: Update the #include statements after the...
2010-09-22 Julien Chaffraixsecurity.c: sec_write tweaks
2010-09-22 Julien Chaffraixsecurity.c: _sec_send tweaks
2010-09-22 Julien Chaffraixsecurity.c: sec_read tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_fflush_fd tweaks
2010-09-22 Julien Chaffraixsecurity.c: sec_send tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_read_msg tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_set_protection_level tweaking
2010-09-22 Julien Chaffraixsecurity.c: factored the logic from Curl_sec_login...
2010-09-22 Julien Chaffraixsecurity.c: Remove out_buffer as it was never written...
2010-09-22 Julien Chaffraixsecurity.c: buffer_read various fixes.
2010-09-22 Julien Chaffraixsecurity.c: Made block_write return a CURLcode.
2010-09-22 Julien Chaffraixsecurity.c: Made block_read and sec_get_data return...
2010-09-22 Julien ChaffraixSecurity.c: Fix headers guard to match the rest of...
2010-05-11 Howard Chusendrecv: make them two pairs of send/recv to properly...
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2009-07-11 Daniel Stenbergsilence a compiler warning
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2008-11-02 Dan FandrichMarked with TODO comments a number of problems in the...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-23 Daniel Stenbergadded include to make the krb4 code compile again
2008-10-23 Dan FandrichCreated Curl_raw_nequal() which does a C-locale string...
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-05-26 Yang Tsefix: preprocessor complaining about macro redefinition
2008-05-22 Dan FandrichFixed some include file problems on Windows reported...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2007-11-07 Daniel Stenbergif () => if()
2007-07-06 Daniel StenbergThomas J. Moore made it build with less warnings
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...
2006-11-11 Daniel Stenbergcleaned up Curl_write() and the sub functions it uses...
2005-03-14 Daniel StenbergRemoved security.h since it shadows an include file...
2005-02-22 Daniel Stenbergkrb4 fixed
2004-12-15 Dan FandrichMake some arrays of pointers const, too.
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-10-07 Daniel Stenberguse curl_strnequal(), not strncasecmp()
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-30 Daniel Stenbergremoved trailing whitespace, free a missing malloc...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2003-12-02 Daniel Stenberguse the HAVE_KRB4 define instead of just KRB4
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-09 Daniel Stenbergremoved unused code
2002-12-03 Daniel StenbergCurl_GetFTPResponse() takes a different set of paramete...
2002-06-11 Daniel Stenbergadded disable-[protocol] support, largely provided...
2001-12-11 Daniel Stenbergfailf() calls should not have newlines in the message...
2001-10-31 Daniel Stenbergcheck Curl_ftpsendf return codes
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-28 Daniel Stenbergimproved readability slightly
2001-09-28 Daniel Stenbergfixed the missing getftpresponse edits
next