summaryrefslogtreecommitdiff
path: root/lib/security.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* krb4: make a few functions staticDaniel Stenberg2010-10-181-10/+2
* krb5-gssapi: Remove several memory leaks.Julien Chaffraix2010-09-281-3/+12
* security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix2010-09-281-11/+0
* security.c: We should always register the socket handler.Julien Chaffraix2010-09-281-6/+8
* security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix2010-09-281-3/+2
* security.c: Readd the '\n' to the infof() calls.Julien Chaffraix2010-09-281-8/+8
* security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix2010-09-281-1/+1
* security.c: Fix ftp_send_command.Julien Chaffraix2010-09-281-2/+5
* Revert "security.c: buffer_read various fixes."Daniel Stenberg2010-09-241-6/+4
* security.c: removed superfluous parenthesesDaniel Stenberg2010-09-221-15/+15
* security.c: Update the #include statements after the rewrite.Julien Chaffraix2010-09-221-7/+4
* security.c: sec_write tweaksJulien Chaffraix2010-09-221-6/+10
* security.c: _sec_send tweaksJulien Chaffraix2010-09-221-6/+7
* security.c: sec_read tweaksJulien Chaffraix2010-09-221-19/+21
* security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix2010-09-221-5/+7
* security.c: sec_send tweaksJulien Chaffraix2010-09-221-27/+32
* security.c: Curl_sec_read_msg tweaksJulien Chaffraix2010-09-221-22/+30
* security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix2010-09-221-36/+57
* security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix2010-09-221-38/+77
* security.c: Remove out_buffer as it was never written into.Julien Chaffraix2010-09-221-4/+0
* security.c: buffer_read various fixes.Julien Chaffraix2010-09-221-4/+6
* security.c: Made block_write return a CURLcode.Julien Chaffraix2010-09-221-19/+28
* security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix2010-09-221-35/+40
* Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix2010-09-221-3/+4
* sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu2010-05-111-2/+4
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-75/+27
* silence a compiler warningDaniel Stenberg2009-07-111-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich2008-11-021-0/+4
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-1/+1
* added include to make the krb4 code compile againDaniel Stenberg2008-10-231-0/+1
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-1/+1
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* fix: preprocessor complaining about macro redefinitionYang Tse2008-05-261-4/+3
* Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich2008-05-221-0/+3