summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * test/socket.c (addr_reverse): Succeed if returned name uses hostname as joe2014-09-201-4/+15
* * src/ne_openssl.c (ne__negotiate_ssl): Don't fail hard for SSL certjoe2014-09-201-0/+1
* * test/.gdbinit: New file.joe2013-07-311-0/+2
* * test/common/child.c: More debugging.joe2013-07-311-0/+3
* * test/request.c (status, status_chunked): Revert r1910. Expect hostname ofjoe2013-07-312-91/+56
* * test/common/tests.c (main): Note fatal errors.joe2013-07-311-0/+1
* * test/ssl.c: Disable SSLv2 test, redundant with modern SSL libraries.joe2013-07-311-0/+4
* * test/request.c (print_addr, notifier): Factor out from status; fix forjoe2013-07-261-60/+83
* * test/request.c (retry_after_abort): Correctly catch errors.joe2013-07-261-3/+3
* * test/run-tests.sh: Use MALLOC_PERTURB.joe2013-07-261-1/+2
* * test/utils.c (proxied_session_server): Debug more.joe2013-07-261-0/+2
* * src/ne_session.c (free_proxies): Fix possible double-free. joe2013-07-261-0/+13
* * test/makekeys.sh: Use 1024 bit RSA keys to prevent weird OpenSSLjoe2012-07-041-2/+2
* * test/utils.c (fakeproxied_session_server): New function.joe2012-06-262-2/+36
* * test/common/child.c (new_spawn_server2): Factored out, returnjoe2012-06-262-1/+25
* * test/ssl.c (fail_ssl_request_with_error2): Fix tests with "fake" hostnamejoe2012-06-251-4/+17
* * test/uri-tests.c (cmp): Don't depend on exact magnitude of *cmp.joe2012-05-221-1/+1
* * test/basic.c (options2): Untabify.joe2012-01-191-18/+18
* * src/ne_basic.h: Add NE_CAP_EXT_MKCOL.joe2012-01-191-1/+48
* * test/common/tests.c (main): Fix grammar.joe2011-12-091-1/+1
* Fix build and test suite for OpenSSL without SSLv2 support.joe2011-11-251-0/+8
* * test/common/child.c: Better debugging output.joe2011-09-181-4/+10
* * test/common/child.c (spawn_server, spawn_server_repeat): Betterjoe2011-09-141-2/+4
* * test/request.c, test/ssl.c, test/redirect.c: Fix variousjoe2011-09-143-1/+6
* * src/ne_socket.h: Add NE_ADDR_CANON flag, ne_addr_canonical.joe2011-09-021-1/+20
* * test/ssl.c (cache_verify): Trap errors from request dispatch,joe2011-07-101-4/+4
* * test/props.c (unbounded_response): Remove set-but-unused variable.joe2011-07-101-3/+0
* * src/ne_ssl.h (ne_ssl_clicert_import): New function.joe2011-06-234-19/+41
* * test/socket.c (addr_reverse) [HAVE_GETHOSTNAME]: Accept systemjoe2010-10-091-2/+14
* * src/ne_session.c (ne__ssl_match_hostname): Deny a wildcard matchjoe2010-09-282-1/+11
* * test/request.c: Adjust to new test API throughout.joe2010-09-281-96/+136
* * src/ne_request.c (open_connection): If SOCKS proxy fails, set returnjoe2010-09-281-0/+34
* * test/ssl.c (fail_ssl_request_with_error2): Document better.joe2010-09-041-7/+16
* * src/ne_request.c (body_fd_send): Handle read() errors; thanks to Loujoe2010-05-052-2/+66
* * test/lock.c (fake_session): New function.joe2010-04-211-13/+22
* * test/socket.c (ssl_closure, ssl_truncate): Don't expect cleanjoe2010-01-101-3/+6
* * test/session.c: Avoid hard-coded references to port 7777.joe2009-12-141-4/+4
* * test/auth.c: Adjust to use {proxied_,}session_server API, avoidjoe2009-12-141-18/+21
* * test/common/child.c (new_spawn_server): Take 'repeat' argument.joe2009-12-144-21/+32
* * test/utils.c (proxied_session_server): Take scheme argument.joe2009-12-142-3/+3
* * test/socket.c, test/stubs.c: Adapt for {proxied_}session_server.joe2009-12-142-15/+20
* * test/auth.c, test/redirect.c, test/props.c: Adapt to usejoe2009-12-143-26/+32
* * test/utils.c (session_server, proxied_session_server): Newjoe2009-12-142-8/+46
* * test/common/child.c, child.h (new_spawn_server): New function.joe2009-12-142-2/+54
* * src/ne_request.c (socks_origin_lookup): New function.joe2009-09-021-0/+25
* * src/ne_socket.c (ne_iaddr_parse) [!USE_GETADDRINFO]: Fail for IPv6joe2009-09-021-1/+2
* * src/ne_socket.c (ne_iaddr_parse): New function.joe2009-09-021-8/+45
* * test/util-socks.c (read_socks_0string): Pass through context string.joe2009-09-021-4/+14
* Fix handling of stale=true in a RFC2069-style Digest challenge:joe2009-09-011-4/+20
* Security fix for CVE-2009-2473: prevent the "billion laughs" attackjoe2009-08-182-0/+39