summaryrefslogtreecommitdiff
path: root/lib/security.c
AgeCommit message (Expand)Author
2020-09-21krb5: merged security.c and krb specific FTP functions in hereDaniel Stenberg
2020-09-08lib: fix -Wassign-enum warningsDaniel Stenberg
2019-10-13security: silence conversion warningMarcel Raad
2019-09-09security:read_data fix bad realloc()Daniel Stenberg
2019-07-08cleanup: fix typo in commentDaniel Gustafsson
2019-07-06lib: Use UTF-8 encoding in commentsGergely Nagy
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-03-05source: fix two 'nread' may be used uninitialized warningsDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-09-17memory: add missing curl_printf headerDaniel Gustafsson
2018-09-13sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-01-05build: remove HAVE_LIMITS_H checkJay Satiro
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2016-12-24ftp-gss: check for init before useDaniel Stenberg
2016-11-24checksrc: move open braces to comply with function declaration styleDaniel Stenberg
2016-11-24checksrc: white space edits to comply to stricter checksrcDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31krb5: avoid realloc(0)Daniel Stenberg
2016-10-08ftp: fix Curl_ftpsendf()Daniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2015-06-15security:choose_mech fix DEAD CODE warningDaniel Stenberg
2015-05-22security: fix "Unchecked return value" from sscanf()Daniel Stenberg
2015-05-22security: simplify choose_mechDaniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-01-28security: avoid compiler warningDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-08do_sec_send: remove dead codeDaniel Stenberg
2014-10-08krb5_encode: remove unused argumentDaniel Stenberg
2014-10-04choose_mech: fix return codeDaniel Stenberg
2014-10-04Curl_sec_read_msg: spell out that we ignore return codeDaniel Stenberg
2013-08-26security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-10-04security.c: Aligned internal type to return typeMarc Hoersken
2011-08-24include limits.h for INT_MAXYang Tse
2011-08-24add missing semicolonsDaniel Stenberg
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil