summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* * src/ne_gnutls.c (ne_ssl_clicert_import): Cast away warning.joe2014-09-221-1/+3
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1953 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_gnutls.c (ne_ssl_readable_dname): Remove unused variable.joe2014-09-221-2/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1952 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * doc/ref/neon.xml: LFS doc tweak.joe2014-09-221-6/+5
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1951 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.ac: Rename from configure.in.joe2014-09-201-0/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1948 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Prep for 0.30.1.joe2014-09-202-1/+7
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1946 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/socket.c (addr_reverse): Succeed if returned name uses hostname as joe2014-09-201-4/+15
| | | | | | | prefix, and only warn for non-empty strings which don't match. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1944 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * neon.pc.in: Reorder Libs/Libs.private to fix static linking (Alan H).joe2014-09-201-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1943 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_socket.c (ne_addr_destroy): Fix possible crash on Windowsjoe2014-09-201-1/+3
| | | | | | | for address lookup error cases. (Olivier Goffart) git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1941 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * configure.ac: Rename from configure.in.joe2014-09-201-0/+0
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1939 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_openssl.c (ne__negotiate_ssl): Don't fail hard for SSL certjoe2014-09-202-10/+4
| | | | | | | change, invoke verify callback. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1938 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/neon-test.m4 (NEON_TEST): Check for signal.h.joe2013-09-301-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1935 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * doc/ref/reqbody.xml: Doc fixes.joe2013-08-011-3/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1933 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/neon.m4, configure.in: Fix ABI versioning for backwards-compatjoe2013-07-312-11/+6
| | | | | | | with 0.27.x. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1930 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * po/: make update-po.joe2013-07-3110-919/+1365
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1928 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_socket.c: Another GnuTLS 3.x deprecation warning fix.joe2013-07-311-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1925 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Drop -dev.joe2013-07-311-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1924 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Note GnuTLS 3.x fixes.joe2013-07-311-2/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1923 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_gnutls.c (provide_client_cert): Avoid segfaults with GnuTLS 3.x.joe2013-07-311-1/+6
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1922 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/.gdbinit: New file.joe2013-07-311-0/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1921 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/common/child.c: More debugging.joe2013-07-311-0/+3
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1920 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/request.c (status, status_chunked): Revert r1910. Expect hostname ofjoe2013-07-312-91/+56
| | | | | | | | | | 127.0.0.1. * test/utils.c (session_server, sessi git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1919 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_gnutls.c (x509_crt_copy, make_peers_chain): Fix potential segv,joe2013-07-311-1/+4
| | | | | | | patch by Matthias Petschick. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1918 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_privssl.h, src/ne_gnutls.c, src/ne_socket.c: Avoid olde GnuTLS types,joe2013-07-313-54/+54
| | | | | | | avoiding deprecation warnings. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1917 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Omitted in previous commit:joe2013-07-311-3/+7
| | | | | | | | * src/ne_socket.c: Support build with GnuTLS 3, patch by Bartosz Brachaczek. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1916 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_gnutls.c, macros/neon.m4: Support build with GnuTLS 3, patch byjoe2013-07-312-11/+21
| | | | | | | Bartosz Brachaczek. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1915 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/ld-version-script.m4: Update from gnulib.joe2013-07-311-5/+15
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1914 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/common/tests.c (main): Note fatal errors.joe2013-07-311-0/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1913 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/ssl.c: Disable SSLv2 test, redundant with modern SSL libraries.joe2013-07-311-0/+4
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1912 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_request.c (send_request_body): Use chunk length without prefix in ↵joe2013-07-261-1/+1
| | | | | | progress. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1911 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/request.c (print_addr, notifier): Factor out from status; fix forjoe2013-07-261-60/+83
| | | | | | | | multiple mappings from "localhost" addr. (status_plain, status_chunked): Adapt to use notifier. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1910 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_request.c (send_request_body): Fix double counting.joe2013-07-261-2/+0
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1909 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/request.c (retry_after_abort): Correctly catch errors.joe2013-07-261-3/+3
| | | | | | | Re-order tests to avoid triggering some weird glibc getaddrinfo issue. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1908 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * macros/neon.m4 (NEON_I18N): Check for bindtextdomain with -liconv. (Brad ↵joe2013-07-261-1/+1
| | | | | | Smith) git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1907 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_socket.c: Include sys/uio.h for writev(2) (Brad Smith).joe2013-07-262-1/+4
| | | | | | | * macros/neon.m4: Check for it. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1906 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Support chunked bodies; patch by Julien Reichel.joe2013-07-263-12/+74
| | | | | | | | | | | * src/ne_request.c (send_request_body): Support chunked bodies. (set_body_length): Negative length implies chunked, not C-L. (send_request): Adjust for chunked. * src/ne_request.h: Update ne_set_request_body_provider API. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1905 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_basic.h: Update comment.joe2013-07-261-1/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1904 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Win32 fixes.joe2013-07-261-0/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1903 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * config.hw.in, src/ne_defs.h: Add LFS support for Win32 (patch byjoe2013-07-262-0/+14
| | | | | | | Diego Santa Cruz). git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1902 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * config.hw.in, src/ne_openssl.c: Add thread-safety support for SSL on Windows.joe2013-07-262-0/+28
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1901 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/run-tests.sh: Use MALLOC_PERTURB.joe2013-07-261-1/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1900 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Changes in trunk.joe2013-07-261-0/+18
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1899 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/utils.c (proxied_session_server): Debug more.joe2013-07-261-0/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1898 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_session.c (free_proxies): Fix possible double-free. joe2013-07-262-0/+14
| | | | | | | | | (patch by Diego Santa Cruz) * test/session.c (proxies): Add test case. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1897 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_md5.c (md5_finish_ctx): Fix aliasing problem.joe2013-03-181-4/+8
| | | | | | | http://permalink.gmane.org/gmane.comp.gnu.binutils/58378 git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1896 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_socket.c (ne_sock_connect_ssl): Drop OpenSSL version check,joe2012-07-061-7/+0
| | | | | | | inappropriate with OpenSSL 1.x; patch by Mike Frysinger. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1895 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_auth.c: Fix build, from Nathanael Rensen.joe2012-07-061-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1894 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * src/ne_socket.c (timed_connect, ne_sock_connect): Capture socketjoe2012-07-051-2/+2
| | | | | | | error code correctly for Windows. (Vlad Grachov) git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1893 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Patch from Nathanael Rensen:joe2012-07-052-2/+3
| | | | | | | | | | * src/ne_auth.c (ah_post_send): Clear SSPI context for any non-auth-failure response code. * src/ne_sspi.c (ne_sspi_clear_context): Clear continueNeeded flag. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1892 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/makekeys.sh: Use 1024 bit RSA keys to prevent weird OpenSSLjoe2012-07-041-2/+2
| | | | | | | test failures. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1891 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/utils.c (fakeproxied_session_server): New function.joe2012-06-262-2/+36
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1890 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845