summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/sha1
Commit message (Expand)AuthorAgeFilesLines
* Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov2009-08-037-1226/+0
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-15/+13
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-7/+8
* makedependKen Raeburn2008-09-181-6/+6
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+3
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-121-1/+1
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-021-12/+6
* make dependKen Raeburn2007-08-161-5/+6
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-2/+2
* make dependTom Yu2006-10-061-2/+2
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Create crypto, des425 Makefiles from top levelKen Raeburn2006-05-251-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-1/+1
* install headers into include/krb5Ken Raeburn2006-05-231-5/+6
* shsUpdate should take an unsigned int for lengthEzra Peisach2006-04-203-6/+6
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-3/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-110/+0
* don't use configure-defined macros on command line, use autoconf.h onlyKen Raeburn2006-04-022-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-6/+7
* * shs.c: Include shs.h firstKen Raeburn2006-03-302-1/+5
* make dependKen Raeburn2006-03-271-2/+2
* * Makefile.in (check-unix): Use RUN_SETUPKen Raeburn2006-03-132-2/+6
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-2/+2
* make dependKen Raeburn2006-03-081-1/+2
* Include the support library when linking various test programs, because onKen Raeburn2006-01-182-4/+9
* make dependTom Yu2005-11-291-4/+3
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-2/+0
* Update dependenciesKen Raeburn2005-06-211-3/+4
* * shs.c (SHSTransform) [CONFIG_SMALL]: Roll loops for each roundKen Raeburn2005-05-012-0/+32
* run "make depend"Ken Raeburn2004-12-301-1/+0
* update dependenciesKen Raeburn2004-04-241-3/+4
* protoizeKen Raeburn2004-02-192-11/+8
* make dependKen Raeburn2003-12-151-3/+3
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-3/+3
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-052-5/+5
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Cleanup unusedEzra Peisach2002-12-232-34/+47
* update dependenciesKen Raeburn2002-08-291-1/+2
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* update dependenciesKen Raeburn2002-06-151-2/+2
* * shs.h: use "" include for k5-int.hTom Yu2002-06-082-1/+6
* * shs.c, shs.h (shsUpdate): Declare second argument as constEzra Peisach2001-12-053-2/+6
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-1/+1
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-4/+4
* dependenciesKen Raeburn2001-09-011-0/+10
* * t_shs3.c: New test file from Marcus Watts.Ken Raeburn2001-07-164-13/+614
* * shs.h, shs.c, t_shs.c: Fix sha1 on Windows by renaming LONG toDanilo Almeida2001-07-064-51/+53