diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2010-03-23 15:25:00 -0700 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2010-03-23 15:25:00 -0700 |
commit | f5857a59bb09406d4625348c1f9075cb8554f923 (patch) | |
tree | 0e8049ddf199b733918927e97ec87edfe9bf26fc | |
parent | 7fd32ce73d7e253df1e8067d45d50ef9d5290cbd (diff) | |
download | curl-f5857a59bb09406d4625348c1f9075cb8554f923.tar.gz |
Updated Symbian notes
-rw-r--r-- | packages/Symbian/readme.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/Symbian/readme.txt b/packages/Symbian/readme.txt index 56c600aae..57b899f91 100644 --- a/packages/Symbian/readme.txt +++ b/packages/Symbian/readme.txt @@ -63,12 +63,14 @@ calling certain other libcurl functions) before any libcurl functions that could allocate memory (like curl_getenv()). P.I.P.S. doesn't support signals or the alarm() call, so some timeouts -(such as the connect timeout) are not honoured. +(such as the connect timeout) are not honoured. This should not be +an issue once support for CURLRES_THREADED is added for Symbian. P.I.P.S. causes a USER:87 panic if certain timeouts much longer than half an hour are selected. -LDAP, SCP or SFTP methods are not supported. +LDAP, SCP or SFTP methods are not supported due to lack of support for +the dependent libaries on Symbian. gzip and deflate decompression is supported when the appropriate macro is uncommented in the libcurl.mmp file. @@ -78,6 +80,9 @@ when the OpenSSL libraries included in the S60 Open C SDK are available. The appropriate macro in the libcurl.mmp file must be uncommented to enable support. +NTLM authentication may not work on some servers due to the lack of +MD4 support in the OpenSSL libraries included with Open C. + Debug builds are not supported (i.e. --enable-debug) because they cause additional symbol exports in the library which are not frozen in the .def files. |