| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
Synchronize the kernel and libmd versions of md5c.c
PR: misc/6127
Reviewed by: phk
Submitted by: Ari Suutari <ari@suutari.iki.fi>
Notes:
svn path=/head/; revision=34909
|
| |
|
|
|
|
|
| |
helping bsd.dep.mk break `make -jN depend'.
Notes:
svn path=/head/; revision=34685
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34669
|
| |
|
|
|
|
|
|
|
|
|
| |
things like libskey.so to be dynamically self contained.
Things like md5(1) where speed is critical should still link with libmd.a,
but for things like login, where it's a once-off call if skey is used, it's
not worth the hassle.
Notes:
svn path=/head/; revision=29142
|
| |
|
|
|
|
|
|
|
|
| |
to be of type `const char *'.
PR: 3291
Submitted by: dima@tejblum.dnttm.rssi.ru (Dmitrij Tejblum)
Notes:
svn path=/head/; revision=28688
|
| |
|
|
| |
Notes:
svn path=/head/; revision=24008
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22993
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20787
|
| |
|
|
| |
Notes:
svn path=/head/; revision=20785
|
| |
|
|
|
|
|
|
|
| |
<stdio.h> doesn't (bogusly) include <sys/types.h>.
Cleaned up #includes.
Notes:
svn path=/head/; revision=19168
|
| |
|
|
| |
Notes:
svn path=/head/; revision=19100
|
| |
|
|
|
|
|
|
|
| |
if something fails to compile now, you need to add #include <sys/types.h>
Partially Submitted by: Jason Thorpe <thorpej@nas.nasa.gov>
Notes:
svn path=/head/; revision=19099
|
| |
|
|
|
|
|
|
|
| |
Translate from Danglish into English.
Refer to the alogrithms as ``RSA Data Security MDX message digest'' as
required by the license.
Notes:
svn path=/head/; revision=18845
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17931
|
| |
|
|
| |
Notes:
svn path=/head/; revision=17798
|
| |
|
|
|
|
|
|
| |
Submitted by: Ikuo Nakagawa <ikuo@isl.intec.co.jp>
PR: misc/1424
Notes:
svn path=/head/; revision=17271
|
| |
|
|
| |
Notes:
svn path=/head/; revision=15963
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14007
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14005
|
| |
|
|
|
|
|
| |
file locations and some minor formatting/style problems.
Notes:
svn path=/head/; revision=14003
|
| |
|
|
|
|
|
|
|
|
| |
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
Notes:
svn path=/head/; revision=13987
|
| |
|
|
|
|
|
| |
the standard libmd version of MD5 instead of it's own seperate copy..
Notes:
svn path=/head/; revision=12762
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10591
|
| |
|
|
| |
Notes:
svn path=/head/; revision=10590
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=9970
|
| |
|
|
|
|
|
|
| |
Add argument for buffer for output.
Fix manuals.
Notes:
svn path=/head/; revision=9488
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8870
|
| |
|
|
|
|
|
| |
constant. (There probably ought to be a single libc version of it.)
Notes:
svn path=/head/; revision=8103
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6684
|
| |
|
|
|
|
|
| |
memcpy equivalent functions.
Notes:
svn path=/head/; revision=6596
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5820
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4245
|
| |
|
|
| |
Notes:
svn path=/head/; revision=4043
|
| |
|
|
|
|
|
| |
support for this kind of thing. Look at src/Makefile target "includes".
Notes:
svn path=/head/; revision=2882
|
| |
|
|
|
|
|
| |
Renamed the beforeinstall to test.
Notes:
svn path=/head/; revision=2848
|
| |
|
|
| |
Notes:
svn path=/head/; revision=2577
|
| |
|
|
|
|
|
| |
Submitted by: jkh
Notes:
svn path=/head/; revision=2487
|
| |
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=2368
|
| |
|
|
|
|
|
| |
Submitted by: Paul Richards
Notes:
svn path=/head/; revision=2274
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=1964
|
| |
|
|
|
|
|
| |
deleted, but I'll leave that up to PHK.
Notes:
svn path=/head/; revision=1846
|
|
|
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.
Notes:
svn path=/cvs2svn/branches/ORIG/; revision=1802
|