summaryrefslogtreecommitdiff
path: root/lib/security.c
Commit message (Expand)AuthorAgeFilesLines
* security:read_data fix bad realloc()Daniel Stenberg2019-09-091-4/+2
* cleanup: fix typo in commentDaniel Gustafsson2019-07-081-1/+1
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-061-1/+1
* lib: reduce variable scopesMarcel Raad2019-05-201-2/+3
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-8/+0
* source: fix two 'nread' may be used uninitialized warningsDaniel Stenberg2019-03-051-2/+2
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* memory: add missing curl_printf headerDaniel Gustafsson2018-09-171-1/+3
* sendf: Fix whitespace in infof/failf concatenationDaniel Gustafsson2018-09-131-1/+1
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-1/+1
* strictness: correct {infof, failf} format specifiersRikard Falkeborn2018-05-311-1/+1
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-2/+0
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-2/+2
* ftp-gss: check for init before useDaniel Stenberg2016-12-241-0/+4
* checksrc: move open braces to comply with function declaration styleDaniel Stenberg2016-11-241-1/+2
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-2/+2
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg2016-11-111-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+1
* krb5: avoid realloc(0)Daniel Stenberg2016-10-311-3/+6
* ftp: fix Curl_ftpsendf()Daniel Stenberg2016-10-081-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-1/+1
* security:choose_mech fix DEAD CODE warningDaniel Stenberg2015-06-151-46/+43
* security: fix "Unchecked return value" from sscanf()Daniel Stenberg2015-05-221-9/+9
* security: simplify choose_mechDaniel Stenberg2015-05-221-33/+19
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-4/+2
* security: avoid compiler warningDaniel Stenberg2015-01-281-3/+3
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-20/+20
* do_sec_send: remove dead codeDaniel Stenberg2014-10-081-4/+2
* krb5_encode: remove unused argumentDaniel Stenberg2014-10-081-1/+1
* choose_mech: fix return codeDaniel Stenberg2014-10-041-1/+1
* Curl_sec_read_msg: spell out that we ignore return codeDaniel Stenberg2014-10-041-2/+2
* security.h: rename to curl_sec.h to avoid name collisionDaniel Stenberg2013-08-261-1/+1
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-10/+7
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-2/+2
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+604
* build: rename 93 lib/*.c filesYang Tse2013-01-031-604/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-8/+8
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-4/+0
* security.c: Aligned internal type to return typeMarc Hoersken2012-10-041-4/+4
* include limits.h for INT_MAXYang Tse2011-08-241-0/+4
* add missing semicolonsDaniel Stenberg2011-08-241-1/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-10/+26
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-3/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-2/+2
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-131-23/+23
* security: tighten enum protection_level usage.Julien Chaffraix2010-11-131-7/+14
* security: Pass the right parameter to init.Julien Chaffraix2010-11-121-1/+1