cURL / Mailing Lists / curl-library / Single Mail

curl-library

SBUF_SIZE in ftp.c too small

From: Markus Moeller <huaraz_at_moeller.plus.com>
Date: Tue, 20 Jan 2009 19:48:33 -0000

I wanted to use the GSSAPI auth option of ftp and noticed it doesn't work
with Active Directory as Kerberos key distribution centre because the ticket
is much bigger than 1024 bytes after base64 encoding. Can it be set to
CURL_MAX_WRITE_SIZE.

/* may still not be big enough for some krb5 tokens */
#define SBUF_SIZE 1024

Thank you
Markus
Received on 2009-01-20