summaryrefslogtreecommitdiff
path: root/libbb/sha1.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* delete tons of extra #includesDenis Vlasenko2007-05-311-8/+0
|
* style fixesDenis Vlasenko2006-12-261-1/+1
| | | | last xcalloc replaced by xzalloc
* Tried to find sha1_crypt - nope... ok, save few bytes in md5_sha1_sum.cDenis Vlasenko2006-09-281-17/+16
| | | | (time to sleep, 02:28 in the morning)...
* whitespace cleanupDenis Vlasenko2006-09-171-2/+2
|
* 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).)