Age | Commit message (Expand) | Author |
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 |
2010-09-22 | security.c: removed superfluous parentheses | Daniel Stenberg |
2010-09-22 | security.c: Update the #include statements after the rewrite. | Julien Chaffraix |
2010-09-22 | security.c: sec_write tweaks | Julien Chaffraix |
2010-09-22 | security.c: _sec_send tweaks | Julien Chaffraix |
2010-09-22 | security.c: sec_read tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_fflush_fd tweaks | Julien Chaffraix |
2010-09-22 | security.c: sec_send tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_read_msg tweaks | Julien Chaffraix |
2010-09-22 | security.c: Curl_sec_set_protection_level tweaking | Julien Chaffraix |
2010-09-22 | security.c: factored the logic from Curl_sec_login into a dedicated method th... | Julien Chaffraix |
2010-09-22 | security.c: Remove out_buffer as it was never written into. | Julien Chaffraix |
2010-09-22 | security.c: buffer_read various fixes. | Julien Chaffraix |
2010-09-22 | security.c: Made block_write return a CURLcode. | Julien Chaffraix |
2010-09-22 | security.c: Made block_read and sec_get_data return CURLcode. | Julien Chaffraix |
2010-09-22 | Security.c: Fix headers guard to match the rest of the code. | Julien Chaffraix |
2010-05-11 | sendrecv: make them two pairs of send/recv to properly deal with FTPS | Howard Chu |
2010-05-07 | sendrecv: split the I/O handling into private handler | Howard Chu |
2009-07-11 | silence a compiler warning | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2008-11-02 | Marked with TODO comments a number of problems in the Kerberos code detected | Dan Fandrich |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-23 | added include to make the krb4 code compile again | Daniel Stenberg |
2008-10-23 | Created Curl_raw_nequal() which does a C-locale string case comparison. | Dan Fandrich |