index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
security.c
Age
Commit message (
Expand
)
Author
2010-10-18
krb4: make a few functions static
Daniel Stenberg
2010-09-28
krb5-gssapi: Remove several memory leaks.
Julien Chaffraix
2010-09-28
security.c: Remove Curl_sec_fflush_fd.
Julien Chaffraix
2010-09-28
security.c: We should always register the socket handler.
Julien Chaffraix
2010-09-28
security.c: Fix Curl_sec_login after rewrite.
Julien Chaffraix
2010-09-28
security.c: Readd the '\n' to the infof() calls.
Julien Chaffraix
2010-09-28
security.c: Fix typo (PSBZ -> PBSZ)
Julien Chaffraix
2010-09-28
security.c: Fix ftp_send_command.
Julien Chaffraix
2010-09-24
Revert "security.c: buffer_read various fixes."
Daniel Stenberg
2010-09-22
security.c: removed superfluous parentheses
Daniel Stenberg
2010-09-22
security.c: Update the #include statements after the rewrite.
Julien Chaffraix
2010-09-22
security.c: sec_write tweaks
Julien Chaffraix
2010-09-22
security.c: _sec_send tweaks
Julien Chaffraix
2010-09-22
security.c: sec_read tweaks
Julien Chaffraix
2010-09-22
security.c: Curl_sec_fflush_fd tweaks
Julien Chaffraix
2010-09-22
security.c: sec_send tweaks
Julien Chaffraix
2010-09-22
security.c: Curl_sec_read_msg tweaks
Julien Chaffraix
2010-09-22
security.c: Curl_sec_set_protection_level tweaking
Julien Chaffraix
2010-09-22
security.c: factored the logic from Curl_sec_login into a dedicated method th...
Julien Chaffraix
2010-09-22
security.c: Remove out_buffer as it was never written into.
Julien Chaffraix
2010-09-22
security.c: buffer_read various fixes.
Julien Chaffraix
2010-09-22
security.c: Made block_write return a CURLcode.
Julien Chaffraix
2010-09-22
security.c: Made block_read and sec_get_data return CURLcode.
Julien Chaffraix
2010-09-22
Security.c: Fix headers guard to match the rest of the code.
Julien Chaffraix
2010-05-11
sendrecv: make them two pairs of send/recv to properly deal with FTPS
Howard Chu
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2009-07-11
silence a compiler warning
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2008-11-02
Marked with TODO comments a number of problems in the Kerberos code detected
Dan Fandrich
2008-10-23
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
Daniel Stenberg
2008-10-23
added include to make the krb4 code compile again
Daniel Stenberg
2008-10-23
Created Curl_raw_nequal() which does a C-locale string case comparison.
Dan Fandrich
2008-08-17
libcurl internal base64.h header file renamed to curl_base64.h
Yang Tse
2008-05-26
fix: preprocessor complaining about macro redefinition
Yang Tse
2008-05-22
Fixed some include file problems on Windows reported by David Rosenstrauch
Dan Fandrich
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2007-11-07
if () => if()
Daniel Stenberg
2007-07-06
Thomas J. Moore made it build with less warnings
Daniel Stenberg
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg
2006-11-11
cleaned up Curl_write() and the sub functions it uses for various protocols.
Daniel Stenberg
2005-03-14
Removed security.h since it shadows an include file mingw needs when building
Daniel Stenberg
2005-02-22
krb4 fixed
Daniel Stenberg
2004-12-15
Make some arrays of pointers const, too.
Dan Fandrich
2004-12-15
Add 'const' to immutable arrays.
Dan Fandrich
2004-10-07
use curl_strnequal(), not strncasecmp()
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-30
removed trailing whitespace, free a missing malloc when returning error
Daniel Stenberg
2004-05-11
curl_global_init_mem() allows the memory functions to be replaced.
Daniel Stenberg
2003-12-02
use the HAVE_KRB4 define instead of just KRB4
Daniel Stenberg
2003-06-26
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Daniel Stenberg
[next]