summaryrefslogtreecommitdiff
path: root/test/testmd5.c
Commit message (Collapse)AuthorAgeFilesLines
* These are (thankfully) now irrelevant stubs. apr_terminate is definedwrowe2001-06-081-6/+1
| | | | | | | | as _always_ compatible with atexit. A nice mindless exercise for my very sleep-deprived brain. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61735 13f79535-47bb-0310-9956-ffa450edef68
* get rid of some unused variablestrawick2001-05-141-1/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61633 13f79535-47bb-0310-9956-ffa450edef68
* Update the testmd5 program to use the test_apr functions to do thedreid2001-05-141-42/+20
| | | | | | | | | | | | | reporting and some small adjustments to what we report on stderr and stdout. Essentially we should only be using stderr for critical/fatal errors, everything else should go to stdout. This makes it easier for regression test suites to find the errors. Submitted by: David Reid Reviewed by: Jeff Trawick git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61631 13f79535-47bb-0310-9956-ffa450edef68
* fix some bad parms to printf/fprintftrawick2001-05-131-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61629 13f79535-47bb-0310-9956-ffa450edef68
* Another small update of a test program that I did yesterday afternoon.dreid2001-05-131-13/+34
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61620 13f79535-47bb-0310-9956-ffa450edef68
* This hurts on win32 at the moment, work around apr_terminatewrowe2001-03-311-1/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61404 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright to 2001fielding2001-02-161-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61235 13f79535-47bb-0310-9956-ffa450edef68
* renaming various functions for consistency sakedougm2001-02-081-5/+5
| | | | | | | | | | | see: http://apr.apache.org/~dougm/apr_rename.pl PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61194 13f79535-47bb-0310-9956-ffa450edef68
* Get the test programs mostly working again.rbb2000-11-291-0/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60807 13f79535-47bb-0310-9956-ffa450edef68
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-4/+4
| | | | | | | | | | | | | see src/lib/apr/apr_compat.h for most details. Also a few minor nits to get Win32 to build. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60481 13f79535-47bb-0310-9956-ffa450edef68
* prefix libapr functions and types with apr_dougm2000-08-021-12/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60470 13f79535-47bb-0310-9956-ffa450edef68
* serious bug fix:trawick2000-05-061-0/+180
htdigest didn't init the first parm to ap_open(), so ap_open() segfaults thinking it was passed valid storage build portability: make most src/lib/apr/test/Makefile.in compatible with OS/390 make (no -o outfile after infile specified) MD5 translation support: when APR_HAS_XLATE, low-level routines allow translation handle to be specified when CHARSET_EBCDIC, password-specific routines always translate, but client app must set handle before using git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60027 13f79535-47bb-0310-9956-ffa450edef68