summaryrefslogtreecommitdiff
path: root/libbb/sha1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-23/+1
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Migrate endianness macros.Rob Landley2006-05-051-1/+1
|
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-1/+1
| | | | - include the correct headers: applets need busybox.h while lib* need libbb.h
* just whitespace fixesMike Frysinger2006-03-281-7/+7
|
* Patch from Devin Bayer to split up hash_fd.c into md5.c and sha1.c. (I tweakedRob Landley2006-02-211-0/+200
md5_sha1_sum.c to convert some #ifdef CONFIG to if(ENABLE).)