summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make ne_ssl_trust_default_ca a noop for non-SSL sessions, likedefault-caJoe Orton2022-09-104-9/+15
* Use GnuTLS system trust function if available.Joe Orton2022-09-102-0/+5
* Treat spaces as safe in Digest usernames.Joe Orton2022-09-103-30/+37
* Fix Digest auth failure without algorithm=Joe Orton2022-09-092-21/+29
* Prepare for 0.32.3 release.0.32.3Joe Orton2022-09-032-1/+8
* Add character lookup table generator utility, and fix a extparamJoe Orton2022-09-035-136/+325
* neon.m4: Find pkg-config using AC_PATH_TOOL to enable cross-compilingHugh McMaster2022-08-151-2/+2
* * src/ne_stubssl.c (ne_ssl_cert_digest): Fix warning with GCC 12.Joe Orton2022-07-201-1/+1
* * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Check for gettimeofday.Joe Orton2022-07-201-1/+1
* * src/ne_auth.c (get_cnonce): Fix memory leak introduced inJoe Orton2022-07-201-1/+4
* * src/ne_auth.c (get_cnonce): Fix non-SSL build and warnings inJoe Orton2022-07-201-3/+3
* Enable tests on PRs again.Joe Orton2022-07-201-1/+1
* * src/ne_auth.c (get_cnonce): Stop using ne_md5* API, switch toJoe Orton2022-07-203-19/+7
* * src/ne_auth.c: Abstract out hash algorithm handling for Digest.Joe Orton2022-07-202-78/+58
* Relax strictness of usernames allowed with Digest without requiringJoe Orton2022-07-112-6/+45
* * src/ne_openssl.c: Fix possible build failures w/o pthreads forJoe Orton2022-03-251-5/+4
* neon.mak: Support building libneon as a DLLChun-wei Fan2022-03-241-4/+29
* ne_utils.h: Decorate public variables with NE_VARChun-wei Fan2022-03-241-2/+2
* ne_defs.h: Add NE_VAR macroChun-wei Fan2022-03-241-0/+12
* src: Add neon.defChun-wei Fan2022-03-241-0/+322
* autogen.sh: use 'command -v' instead of 'which'Piraty2022-03-231-1/+1
* neon.mak: Support building with OpenSSL-1.1.xChun-wei Fan2022-03-231-2/+21
* neon.mak: Support building against libxml2 tooChun-wei Fan2022-03-231-25/+20
* neon.mak: Support using prebuilt version of ZLibChun-wei Fan2022-03-231-6/+33
* neon.mak: Prepare to support existing depsChun-wei Fan2022-03-231-1/+3
* neon.mak: Use /Zi even for release buildsChun-wei Fan2022-03-231-1/+1
* config.hw.in, ne_defs.h: Adjust defines for 64-bit WindowsChun-wei Fan2022-03-232-1/+13
* config.hw.in: Only typedef socklen_t when not building IPv6Chun-wei Fan2022-03-231-2/+1
* neon.mak: Don't redefine strtoll() on MSVC 2013+Chun-wei Fan2022-03-231-0/+3
* config.hw.in: Don't define snprintf/inline on MSVC 2015+Chun-wei Fan2022-03-231-0/+6
* config.hw.in: Don't define readChun-wei Fan2022-03-231-1/+0
* neon.mak: Silence deprecation/POSIX warningsChun-wei Fan2022-03-231-0/+4
* neon.mak: Replace /GX with /EHscChun-wei Fan2022-03-231-2/+2
* * test/*.c: Switch to destroy_and_wait() in various places, noJoe Orton2022-01-135-21/+8
* Bump for 0.32.2.0.32.2Joe Orton2022-01-111-1/+1
* Add news. [skip ci]Joe Orton2022-01-111-0/+1
* * src/ne_auth.c (clean_session, digest_challenge): Use ne__strzeroJoe Orton2022-01-111-3/+5
* src/Makefile.in: add tag for libtool to avoid confusionThomas Klausner2021-10-231-2/+2
* src/ne_socket.c: improve NetBSD support.Thomas Klausner2021-10-231-1/+13
* Update docs. [skip ci]Joe Orton2021-10-062-1/+2
* * Makefile.in: Drop dependency from install-* to docs-* to allowJoe Orton2021-10-061-5/+4
* * macros/neon.m4 (NE_SEARCH_LIBS): Fix bindtextdomain() detection onJoe Orton2021-10-042-0/+5
* * macros/neon.m4 (NEON_CHECK_VERSION): Always extract the neonJoe Orton2021-10-011-2/+1
* Bump for 0.32.1.Joe Orton2021-10-011-1/+1
* Fix docs generation. [skip ci]Joe Orton2021-10-011-0/+1
* * test/auth.c: Use destroy_and_wait() throughout.Joe Orton2021-09-241-33/+15
* Fix regression in authentication for request-target of "*" (#63):Joe Orton2021-09-245-13/+70
* Spelling fixes, thanks to Jens Schleusener. [skip ci]Joe Orton2021-09-206-5/+6
* * macros/neon.m4 (NEON_GSSAPI): Fix CFLAGS handling.Joe Orton2021-09-202-1/+4
* Update for 0.32.0.0.32.0Joe Orton2021-09-201-2/+2