aboutsummaryrefslogtreecommitdiff
path: root/lib/security.c
AgeCommit message (Expand)Author
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
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-13security: tighten enum protection_level usage.Julien Chaffraix
2010-11-12security: Pass the right parameter to init.Julien Chaffraix
2010-10-18krb4: make a few functions staticDaniel Stenberg
2010-09-28krb5-gssapi: Remove several memory leaks.Julien Chaffraix
2010-09-28security.c: Remove Curl_sec_fflush_fd.Julien Chaffraix
2010-09-28security.c: We should always register the socket handler.Julien Chaffraix
2010-09-28security.c: Fix Curl_sec_login after rewrite.Julien Chaffraix
2010-09-28security.c: Readd the '\n' to the infof() calls.Julien Chaffraix
2010-09-28security.c: Fix typo (PSBZ -> PBSZ)Julien Chaffraix
2010-09-28security.c: Fix ftp_send_command.Julien Chaffraix
2010-09-24Revert "security.c: buffer_read various fixes."Daniel Stenberg
2010-09-22security.c: removed superfluous parenthesesDaniel Stenberg
2010-09-22security.c: Update the #include statements after the rewrite.Julien Chaffraix
2010-09-22security.c: sec_write tweaksJulien Chaffraix
2010-09-22security.c: _sec_send tweaksJulien Chaffraix
2010-09-22security.c: sec_read tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_fflush_fd tweaksJulien Chaffraix
2010-09-22security.c: sec_send tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_read_msg tweaksJulien Chaffraix
2010-09-22security.c: Curl_sec_set_protection_level tweakingJulien Chaffraix
2010-09-22security.c: factored the logic from Curl_sec_login into a dedicated method th...Julien Chaffraix
2010-09-22security.c: Remove out_buffer as it was never written into.Julien Chaffraix
2010-09-22security.c: buffer_read various fixes.Julien Chaffraix
2010-09-22security.c: Made block_write return a CURLcode.Julien Chaffraix
2010-09-22security.c: Made block_read and sec_get_data return CURLcode.Julien Chaffraix
2010-09-22Security.c: Fix headers guard to match the rest of the code.Julien Chaffraix
2010-05-11sendrecv: make them two pairs of send/recv to properly deal with FTPSHoward Chu
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2009-07-11silence a compiler warningDaniel Stenberg
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2008-11-02Marked with TODO comments a number of problems in the Kerberos code detectedDan Fandrich
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-23added include to make the krb4 code compile againDaniel Stenberg
2008-10-23Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich