Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / security.c
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
2001-09-28 Daniel Stenbergremoved the socket argument from some functions that...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-30 Daniel Stenberga few more struct fixes
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-17 Daniel Stenbergremoved dead/unused code
2001-08-14 Daniel Stenbergcleaned up some picky compiler warnings and indented...
2001-02-20 Daniel Stenbergmultiple connection support initial commit
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2000-10-09 Daniel Stenbergadded memory debugging include file
2000-09-28 Daniel Stenberginclude base64.h instead of base64_krb.h
2000-09-25 Daniel StenbergMartin Hedenfalk added sec_fflush_fd()
next