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
2018-06-12
Curl_debug: remove dead printhost code
Daniel Stenberg
2018-05-31
strictness: correct {infof, failf} format specifiers
Rikard Falkeborn
2018-01-05
build: remove HAVE_LIMITS_H check
Jay Satiro
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2016-12-24
ftp-gss: check for init before use
Daniel Stenberg
2016-11-24
checksrc: move open braces to comply with function declaration style
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
krb5: avoid realloc(0)
Daniel Stenberg
2016-10-08
ftp: fix Curl_ftpsendf()
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2015-06-15
security:choose_mech fix DEAD CODE warning
Daniel Stenberg
2015-05-22
security: fix "Unchecked return value" from sscanf()
Daniel Stenberg
2015-05-22
security: simplify choose_mech
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-01-28
security: avoid compiler warning
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-08
do_sec_send: remove dead code
Daniel Stenberg
2014-10-08
krb5_encode: remove unused argument
Daniel Stenberg
2014-10-04
choose_mech: fix return code
Daniel Stenberg
2014-10-04
Curl_sec_read_msg: spell out that we ignore return code
Daniel Stenberg
2013-08-26
security.h: rename to curl_sec.h to avoid name collision
Daniel Stenberg
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-07-24
string formatting: fix 25+ printf-style format strings
Yang Tse
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-10-04
security.c: Aligned internal type to return type
Marc Hoersken
2011-08-24
include limits.h for INT_MAX
Yang Tse
2011-08-24
add missing semicolons
Daniel Stenberg
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-21
Fix a couple of spelling errors in lib/
Fabian Keil
2010-11-13
urldata: Capitalize enum protect_level values.
Julien Chaffraix
2010-11-13
security: tighten enum protection_level usage.
Julien Chaffraix
2010-11-12
security: Pass the right parameter to init.
Julien Chaffraix
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
[next]