summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/ssl.c (fail_nul_*): Fix for VPATH builds.joe2009-08-181-11/+27
* Security fix for CVE-2009-2474, handling of "NUL" bytes in certificatejoe2009-08-185-8/+360
* * src/ne_string.c (qappend_count, quoted_append): Factor out fromjoe2009-08-111-1/+8
* * test/openssl.conf: Sign certs using SHA1 since GnuTLS fails MD5-signed certs.joe2009-08-071-2/+2
* * src/ne_string.c (ne_buffer_qappend): New function.joe2009-08-051-1/+34
* * test/util-socks.c: Remove unnecessary #include.joe2009-07-021-2/+1
* * src/ne_session.c (ne__ssl_set_verify_err): Add error strings forjoe2009-05-291-15/+38
* * test/makekeys.sh: Fix to ensure the "bad CAs" do assert thejoe2009-04-301-2/+2
* * test/ssl.c: Fix typos, no functional change.joe2009-04-301-2/+2
* * test/uri-tests.c (resolve): Test API guarantee for resolved ->path.joe2009-03-051-0/+2
* Be strict in parsing C-L response header:joe2009-03-051-16/+11
* * test/common/tests.c: Remove sys/signal.h include.joe2009-03-041-3/+1
* Expose the cert verification failure case where a cert higher in thejoe2009-03-033-16/+46
* Fix ne_forget_auth():joe2009-02-251-2/+57
* * test/request.c (status, status_chunked): Fix memory leak.joe2008-11-041-0/+4
* * src/ne_gnutls.c (pkcs12_parse): Ignore any but the first key or certjoe2008-10-301-0/+25
* * test/makekeys.sh, test/openssl.conf: Missed in previous commit; updatejoe2008-10-242-1/+8
* * test/ssl.c (wildcard_match_altname, fail_wildcard): New test cases.joe2008-10-241-0/+22
* * test/makekeys.sh: Create useful certs for standalone testing.joe2008-10-241-3/+16
* * test/common/tests.c (print_prefix): Fix for non-quiet mode.joe2008-10-241-1/+1
* * test/common/tests.c (print_prefix): New function, factored out of main.joe2008-10-241-19/+26
* Introduce new ACL interface under separate header, function name, andjoe2008-10-143-6/+110
* Add support for configuring a SOCKS proxy for the HTTP session:joe2008-10-091-0/+36
* Factor SOCKS server out test/socket.c to be usable throughout testjoe2008-10-095-276/+334
* Add support for multiple proxies and differentiate between a SOCKS andjoe2008-10-091-0/+23
* SECURITY (CVE-2008-3746):joe2008-08-201-0/+27
* * test/request.c (send_bad_offset): Tweak error message.joe2008-08-081-1/+2
* * test/request.c (status_chunked, status): Cope with systems wherejoe2008-08-071-24/+42
* * test/common/child.c (await_server): Describe failure better.joe2008-08-061-3/+14
* * src/ne_socket.c (struct iofns): Add swritev member.joe2008-08-031-0/+38