Julien Chaffraix
|
1e2056fecb
security.c: Fix ftp_send_command.
|
14 år sedan |
Daniel Stenberg
|
a10f5b34ff
Revert "security.c: buffer_read various fixes."
|
14 år sedan |
Daniel Stenberg
|
b1df37c60e
security.c: removed superfluous parentheses
|
14 år sedan |
Julien Chaffraix
|
31d59fb2cc
security.c: Update the #include statements after the rewrite.
|
14 år sedan |
Julien Chaffraix
|
562d40e671
security.c: sec_write tweaks
|
14 år sedan |
Julien Chaffraix
|
612832e4c0
security.c: _sec_send tweaks
|
14 år sedan |
Julien Chaffraix
|
3c69a08e3b
security.c: sec_read tweaks
|
14 år sedan |
Julien Chaffraix
|
5ea9e78bd7
security.c: Curl_sec_fflush_fd tweaks
|
14 år sedan |
Julien Chaffraix
|
69d7c48072
security.c: sec_send tweaks
|
14 år sedan |
Julien Chaffraix
|
7d4f8c2809
security.c: Curl_sec_read_msg tweaks
|
14 år sedan |
Julien Chaffraix
|
d23c59ecfc
security.c: Curl_sec_set_protection_level tweaking
|
14 år sedan |
Julien Chaffraix
|
1d95a48fe9
security.c: factored the logic from Curl_sec_login into a dedicated method that better reflect its intent.
|
14 år sedan |
Julien Chaffraix
|
512a82d395
security.c: Remove out_buffer as it was never written into.
|
14 år sedan |
Julien Chaffraix
|
fbb38de415
security.c: buffer_read various fixes.
|
14 år sedan |
Julien Chaffraix
|
0006cdddee
security.c: Made block_write return a CURLcode.
|
14 år sedan |
Julien Chaffraix
|
b684ccd8b1
security.c: Made block_read and sec_get_data return CURLcode.
|
14 år sedan |
Julien Chaffraix
|
3f64d05d34
Security.c: Fix headers guard to match the rest of the code.
|
14 år sedan |
Howard Chu
|
bc8fc9803f
sendrecv: make them two pairs of send/recv to properly deal with FTPS
|
14 år sedan |
Howard Chu
|
d64bd82bdc
sendrecv: split the I/O handling into private handler
|
14 år sedan |
Daniel Stenberg
|
4e75c70874
silence a compiler warning
|
15 år sedan |
Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 år sedan |
Dan Fandrich
|
484d549ece
Marked with TODO comments a number of problems in the Kerberos code detected
|
16 år sedan |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 år sedan |
Daniel Stenberg
|
6c14c96e71
added include to make the krb4 code compile again
|
16 år sedan |
Dan Fandrich
|
bab5183820
Created Curl_raw_nequal() which does a C-locale string case comparison.
|
16 år sedan |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 år sedan |
Yang Tse
|
d6f8f16068
fix: preprocessor complaining about macro redefinition
|
16 år sedan |
Dan Fandrich
|
4aa176c127
Fixed some include file problems on Windows reported by David Rosenstrauch
|
16 år sedan |
Michal Marek
|
e2b82b4325
- Make Curl_write and it's callees accept a const pointer, in preparation
|
16 år sedan |
Daniel Stenberg
|
cbd1a77ec2
if () => if()
|
17 år sedan |