From f4873ebd0be32cf9ae2c389e0b328f0e03211c84 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 21 Sep 2020 13:59:33 +0200 Subject: krb5: merged security.c and krb specific FTP functions in here These two files were always tightly connected and it was hard to understand what went into which. This also allows us to make the ftpsend() function static (moved from ftp.c). Removed security.c Renamed curl_sec.h to krb5.h Closes #5987 --- docs/INTERNALS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/INTERNALS.md') diff --git a/docs/INTERNALS.md b/docs/INTERNALS.md index 863da70af..e9be0889a 100644 --- a/docs/INTERNALS.md +++ b/docs/INTERNALS.md @@ -326,9 +326,9 @@ FTP Kerberos ======== - Kerberos support is mainly in `lib/krb5.c` and `lib/security.c` but also - `curl_sasl_sspi.c` and `curl_sasl_gssapi.c` for the email protocols and - `socks_gssapi.c` and `socks_sspi.c` for SOCKS5 proxy specifics. + Kerberos support is mainly in `lib/krb5.c` but also `curl_sasl_sspi.c` and + `curl_sasl_gssapi.c` for the email protocols and `socks_gssapi.c` and + `socks_sspi.c` for SOCKS5 proxy specifics. TELNET -- cgit v1.2.3