neon
neon copied to clipboard
neon - an HTTP/1.1 and WebDAV client library with a C API
While preparing a cross-build procedure (to compile NUT for Windows on a Linux machine with mingw) recently, I've been stuck with inability to build libneon on such platform out of...
Neon 0.32.2 + GnuTLS 3.7.3 + PaKChoiS 0.4 fails test `ssl:pkcs11`: (Gentoo GNU/Linux, x86_64) ``` uri-tests............. 15/15 passed util-tests............ 9/ 9 passed string-tests.......... 31/32 SKIPPED - strhash_sha_512_256 (SHA-2-512/256 not supported)...
as https://github.com/notroj/neon/commit/08a1d0dec84a6ce7f366a0f98835e8f7d5debc49 define ne__ssl_clicert_exkey_import only if HAVE_GNUTLS_PRIVKEY_IMPORT_EXT got defined
Error: Build neon with WebDAV support **Environment** - neon version: [e.g. 0.32.2] - OS: [Windows/VisualStudio_2019] - Expat library version: [e.g. 2.4.8] C:\NEON\neon-0.32.2>nmake /f neon.mak EXPAT_SRC=C:\NEON\Expat-2.4.0 Служебная программа обслуживания программ Microsoft...
**Describe the bug** A few deprecation warnings when building against OpenSSL 3.0 should be addressed: ``` ne_md5.c: In function 'ne_md5_create_ctx': ne_md5.c:377:5: warning: 'MD5_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 377...
I have a customer that needs cookie support in his FOSS WebDAV-client. It is a long stack and on the bottom is neon. I wonder on what layer I should...
Currently the docs are the only thing still hosted on webdav.org, these need to be moved to either github.io or somewhere else (readthedocs.io? difficult to convert from docbook to markdown)
when sending large files, i'm always hitting the 128 response limit since updating from ubuntu 20 to 22 (which i guess has updated my cadaver/neon version). is it possible to/would...
**Describe the bug** While trying to connect to a WebDAV server, I'm getting this error message: ``` Could not authenticate to server: ignoring empty Negotiate continuation, rejected NTLM challenge ```...