summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * src/ne_openssl.c: Fix GCC warning with OpenSSL build.HEADmasterJoe Orton2023-05-101-1/+1
* * src/ne_locks.c (ne_lock_refresh): Clear NE_REQFLAG_IDEMPOTENTJoe Orton2023-05-101-0/+3
* test/makekeys.sh: fix POSIX complianceorbea2023-05-091-3/+3
* ne_openssl: Fix the build with libresslorbea2023-04-241-1/+3
* * macros/neon-test.m4 (NEON_TEST_WITHOUT_CHILD):Joe Orton2023-01-291-1/+1
* Allow suppressing build of test suite child/server handling functionsJoe Orton2023-01-293-1/+16
* * src/ne_auth.c (insert_challenge): Compare hash algorithmJoe Orton2023-01-231-1/+2
* Test against Ubuntu 22.04, tweak triggers.Joe Orton2023-01-231-2/+8
* Prep for 0.32.5.Joe Orton2023-01-211-1/+1
* News for 0.32.5. [skip ci]Joe Orton2023-01-211-2/+5
* * doc/ref: Small docs update for session flags and request pages. [skip ci]Joe Orton2023-01-212-4/+9
* Test building against libkrb5-dev directly.Joe Orton2023-01-191-2/+1
* Add GSSAPI testing to CI matrix.Joe Orton2023-01-191-1/+6
* Fail configure if --with-gssapi is used but GSSAPI library detectionJoe Orton2023-01-193-2/+17
* Silence Red Hat's PwnedAlert false positives. [skip ci]Joe Orton2023-01-161-0/+8
* Create pull_request_template.md [skip ci]Joe Orton2023-01-111-0/+6
* Add Georgian translation to ALL_LINGUAGES, update-po.Joe Orton2023-01-0611-191/+191
* * configure.ac, macros/neon-test.m4, macros/neon.m4:Joe Orton2023-01-033-4/+1
* Remove mailing list references throughout, add GitHub repoJoe Orton2022-12-2217-34/+33
* po: Add Georgian translationNorwayFun2022-12-191-0/+661
* src/ne_socket.c: honour both USE_GETADDRINFO and need for socklen_tJim Klimov2022-10-051-0/+2
* macros/neon.m4: switch from AC_CHECK_HEADER to AC_CHECK_HEADERS to define HAV...Jim Klimov2022-10-051-1/+1
* macros/neon.m4: require use of "$NEON_LIBS -lws2_32" for Windows builds with ...Jim Klimov2022-10-051-2/+6
* macros/neon.m4: suggest bolting PKG_CONFIG_PATH for Windows builds with MSYS2...Jim Klimov2022-10-051-1/+1
* macros/neon.m4: fix LFS 64-bit support detection for Windows builds with MSYS...Jim Klimov2022-10-051-1/+6
* src/ne_socket.c: fix use of Windows headersJim Klimov2022-10-051-1/+1
* macros/neon.m4: fix checking for Windows headersJim Klimov2022-10-051-0/+4
* macros/neon.m4: treat semi-native building for Windows with MSYS2 same as MINGWJim Klimov2022-10-051-2/+2
* macros/neon.m4: detect cross-building (e.g. in Linux) for mingw (Windows) out...Jim Klimov2022-10-051-0/+9
* Prepare for 0.32.4 release (update-po).Joe Orton2022-09-1112-443/+449
* 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