summaryrefslogtreecommitdiffstats
path: root/lib/libmd
Commit message (Collapse)AuthorAgeFilesLines
...
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-08-061-3/+3
| | | | | | | specified in the top level Makefiles. Previously I missed dozens of Makefiles that skip the install after using `cmp -s' to decide that the install isn't necessary.
* Change this to do what it should have done from the start.phk1995-07-127-41/+59
| | | | | Add argument for buffer for output. Fix manuals.
* Remove trailing whitespace.rgrimes1995-05-302-5/+5
|
* No sense in copying the hex[] array in each call to MDXEnd(), it's awollman1995-04-271-2/+2
| | | | constant. (There probably ought to be a single libc version of it.)
* Clean a bunch of -Wall warnings.phk1995-02-244-4/+7
|
* Speed md5 up around 30% by shorting out a couple of cumbersomephk1995-02-211-36/+38
| | | | memcpy equivalent functions.
* Eliminate a bogus tab.jkh1995-01-241-1/+1
|
* Added "const" to the arguments here and there.phk1994-11-077-20/+20
|
* Clean up beforeinstallpst1994-11-011-6/+3
|
* Added beforeinstall rule to install .h files. We might need some .mkphk1994-09-191-0/+14
| | | | support for this kind of thing. Look at src/Makefile target "includes".
* libmd no longer built as shared-lib, only static.phk1994-09-181-2/+3
| | | | Renamed the beforeinstall to test.
* Build *.3 and *.ref at build time, not at install time.bde1994-09-081-1/+3
|
* Make mddriver static.jkh1994-09-041-3/+3
| | | | Submitted by: jkh
* Use ${LDFLAGS} instead of static for compiling binaries. Neither isbde1994-08-281-8/+8
| | | | | | | sufficient for cross compiling but it's best to test with the flags normally used. Use ${ECHO} instead of `echo' so that `make -s' is fairly quiet.
* Added ${.CURDIRb to vuilding of man pages so it works with objpaul1994-08-251-3/+3
| | | | Submitted by: Paul Richards
* Boy, was *this* ever bollixed!jkh1994-08-081-17/+17
| | | | | | | | | | | | | | 1. Copyright files looked for in the wrong place 2. cmp was looking in wrong place for test data. 3. Driver for test not linked static, thus dynamic resolution of library not working. 4. Man page installation not consistent with source. Reviewed by: Submitted by: jkh
* Make obj directory work right. md?hl.c should probably bewollman1994-08-041-0/+3
| | | | deleted, but I'll leave that up to PHK.
* Reviewed by: phkphk1994-07-2413-0/+1294
Imported libmd. This library contains MD2, MD4 and MD5. These three boggers pop up all over the place all of the time, so I decided we needed a library with them. In general they are used for security checks, so if you use them you want to link them static.
OpenPOWER on IntegriCloud