summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * src/ne_auth.c (get_cnonce): For OpenSSL/GnuTLS builds, useJoe Orton2020-06-181-11/+11
* Fix typo.Joe Orton2020-06-181-1/+1
* * test/auth.c (struct digest_parms): Simplify digest test byJoe Orton2020-06-181-44/+48
* * macros/neon.m (NEON_SSL): Define HAVE_OPENSSL11 for OpenSSL >= 1.1.Joe Orton2020-06-182-6/+8
* * test/auth.c: Fix non-OpenSSL build.Joe Orton2020-06-181-1/+1
* Prepare for non-MD5 digest auth test support (OpenSSL only):Joe Orton2020-06-181-42/+81
* * test/ssl.c (multi_ssl_session): New function.Joe Orton2020-05-271-11/+24
* * test/utils.c (fakeproxied_multi_session_server): New function.Joe Orton2020-05-272-1/+17
* cppcheck issuesSebastian Reschke2020-05-212-3/+3
* * src/ne_pkcs11.c (terminate_string): Fix warning with gcc-10.Joe Orton2020-05-131-3/+4
* fix compilation without deprecated OpenSSL APIsRosen Penev2020-05-051-2/+4
* * src/ne_md5.c (md5_read_ctx): Fix for big-endian platforms.Joe Orton2020-04-172-2/+5
* Add website link. [skip ci]Joe Orton2020-04-171-1/+2
* Update website URLs. [skip ci]Joe Orton2020-04-152-8/+3
* * test/util-tests.c (parse_dates): Add test case for #14.Joe Orton2020-04-151-2/+4
* * fix ne_asctime_parse()evgenij.vidershpan2020-04-151-0/+1
* src/ne_socket.c: fix for LibreSSL.Juan RP2020-04-021-1/+1
* src/ne_openssl.c: fix for LibreSSL.Juan RP2020-04-021-1/+1
* Further spelling fixes from FOSSIES.Joe Orton2020-03-275-6/+6
* * src/ne_locks.h (ne_lock_refresh): Clarify timeout handling.Joe Orton2020-03-271-1/+5
* Fix various spelling errors, thanks to Jens Schleusener of FOSSIES.Joe Orton2020-03-2718-24/+24
* Move OpenSSL MD5 support to restore ne_md5_read_ctx, using MD5_* directly.Joe Orton2020-03-273-86/+104
* Update ABI note.Joe Orton2020-03-271-5/+3
* Add const function attribute to ne_tolower_array().Joe Orton2020-03-271-1/+1
* Try arm64 build.Joe Orton2020-03-271-0/+3
* Revert "* src/ne_string.h, src/ne_string.c (ne_tolower_array): Mark as const"Jan-Marek Glogowski2020-03-262-2/+2
* Bump to 0.31.1-dev.Joe Orton2020-03-261-2/+2
* * macros/neon.m4: Bump to 0.31.0 final.0.31.0Joe Orton2020-03-111-2/+2
* Tag 0.30.0-rc1 to test github release process.0.31.0-rc1Joe Orton2020-03-111-1/+1
* Change ne_version_match() to reflect actual 0.27+ ABI history.Joe Orton2020-02-254-7/+14
* make update-po. [skip ci]Joe Orton2020-02-2510-270/+270
* Add trusty build with ts-ssl.Joe Orton2020-02-251-1/+4
* Advertise OpenSSL thread-safety and libproxy support in ne_version_string.Joe Orton2020-02-241-0/+6
* Advertise TS_SSL feature with OpenSSL >= 1.1.0.Joe Orton2020-02-242-6/+12
* * test/Makefile.in (clean): Don't clean too much.Joe Orton2020-02-241-1/+1
* Use pkg-config library versions in configure output throughout.Joe Orton2020-02-241-5/+6
* Update news. [skip ci]Joe Orton2020-02-241-6/+4
* Mitigate SharePoint RFC-compliance issue in If: header formation.Joe Orton2020-02-242-15/+49
* Detect and translate invalid hrefs in 207 responses from SharePoint. (#3)Joe Orton2020-02-2410-19/+120
* * src/ne_compress.c (BUF2UINT): Fix error with -fsanitize=undefined.Joe Orton2020-02-131-1/+1
* Try gcc for UBSan instead.Joe Orton2020-02-131-10/+2
* Correct missing LDADD.Joe Orton2020-02-131-1/+1
* * test/Makefile.in: Try to work around borked Debian libtool (link_all_deplib...Joe Orton2020-02-131-22/+23
* Pass -lubsan in LIBS.Joe Orton2020-02-132-4/+5
* Add -lubsan to NEON_LIBS.Joe Orton2020-02-131-1/+1
* Link against -lubsan.Joe Orton2020-02-131-1/+1
* Try clang -fsanitize instead.Joe Orton2020-02-131-2/+10
* Add ubsan build to Travis.Joe Orton2020-02-131-0/+2
* Add test case which triggers -fsanitize=shift undefined behaviour sanitizer.Joe Orton2020-02-132-3/+16
* * src/ne_locks.c (parse_timeout): Fix handling of valid lock timeoutsJoe Orton2020-02-132-4/+20