summaryrefslogtreecommitdiff
path: root/test/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* * src/ne_request.c (body_fd_send): Handle read() errors; thanks to Loujoe2010-05-051-1/+4
| | | | | | | | | | | Montulli. * test/request.c (serve_mirror, send_length): Add test case. * test/Makefile.in (foobar.txt): Create test file. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1801 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Introduce new ACL interface under separate header, function name, andjoe2008-10-141-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | restore API/ABI backwards-compat with old ACL interface: * src/ne_acl3744.c, src/ne_acl3744.h: Renamed from ne_acl.c, ne_acl.h. (ne_acl3744_set): Renamed from ne_acl_set. * src/ne_oldacl.c, src/ne_acl.h: Copied from old ne_acl.c, ne_acl.h on 0.28.x branch. * src/Makefile.in: Update deps. * test/acl3744.c: Renamed from acl.c. (test_acl): Call new function name. * test/oldacl.c: Copied from acl.c on 0.28.x branch. * test/Makefile.in: Update accordingly. * macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Update for new source file names. * neon.mak: Update for new source file names. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1567 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Factor SOCKS server out test/socket.c to be usable throughout testjoe2008-10-091-1/+2
| | | | | | | | | | | | | | | | | | | | | suite: * test/util-socks.c: New file, extracted from socket.c. * test/utils.h (socks_server, full_write): New prototypes. (struct socks_server): Moved here from socket.c; added say_hello flag. * test/utils.c (full_write): Moved here from socket.c. * test/socket.c (full_write, read_socks_string, read_socks_byte, expect_socks_byte, read_socks_0string, socks_server): Removed. (begin_socks): Set say_hello flag. * test/Makefile.in: Build util-socks.lo. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1558 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add test case with use of intermediary CA.joe2008-07-091-2/+2
| | | | | | | | | | | | | | * test/ssl.c (intermediary): New test case. * test/openssl.conf: Add neonca2 section. * test/makekeys.sh: Create an intermediary cert and EE cert signed by that. * test/Makefile.in (clean, ca-stamp): Clean up the ca2 directory. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1465 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Add test case for PKCS#11 support using NSS software token:joe2008-02-211-4/+7
| | | | | | | | | | | | | | | | * configure.in: Check for pk12util, certutil. Generate test/makekeys. * test/ssl.c (pkcs11, pkcs11_pin): New functions. * test/makekeys.sh: Use configure-determined paths for openssl, and NSS tools. Generate nssdb for PKCS#11 testing if NSS tools present. * test/Makefile.in (ca-stamp): Run generated makekeys in builddir. (makekeys): Generate using config.status. (clean): Clean nssdb. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@1374 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/Makefile.in: Add some missing dependencies on the "randomjoe2006-02-251-2/+2
| | | | | | | file", NEWS. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@950 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/makekeys.sh: Create a PKCS#12 client cert with embedded CAjoe2005-11-281-1/+1
| | | | | | | | | | | cert. * test/Makefile.in (clean): Clean all PKCS#12 certs. * test/ssl.c (load_client_cert): Load the new cert. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@760 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/Makefile.in (VALGRIND): Update to work with modern valgrind.joe2005-07-021-1/+1
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@654 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (install-tests): New target.joe2005-06-291-2/+32
| | | | | | | | | | | | | | | * configure.in: Add --enable-install-tests to support test suite installation; only add -no-install to TEST_LDFLAGS if not given. * test/Makefile.in (install, random.txt): New targets. (LINK): Use TEST_LDFLAGS. (ZLIB_HELPERS): Add random.txt. * test/compress.c (init): Use random.txt in pwd rather than trying to find NEWS from the srcdir. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@648 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * test/xmlreq.c: New file.joe2005-04-041-1/+3
| | | | | | | | | * test/Makefile.in: Build it. * test/utils.h: Include child.h. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@542 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* * Makefile.in (uncover): New target.joe2004-10-311-1/+2
| | | | | | | | | | | (cover): Adapt for modern gcc. * src/Makefile.in (clean): Clean more. * test/Makefile.in (clean): Clean more. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@343 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Missed in previous commit:joe2004-10-251-1/+5
| | | | | | | * test/Makefile.in (ZLIB_HELPERS, empty.gz): New helper targets. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@337 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Merge trunk up to current neon CVS HEAD.joe2004-10-021-9/+32
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@256 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.3.joe2004-10-021-0/+2
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@249 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.2.joe2004-10-021-4/+10
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@247 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon-0.24.1.joe2004-10-021-100/+83
| | | | git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@244 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
* Import neon 0.24.0 to begin 0.24.x branch.joe2004-10-021-0/+171
git-svn-id: http://svn.webdav.org/repos/projects/neon/branches/0.24.x@243 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845