summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/des
Commit message (Expand)AuthorAgeFilesLines
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-769/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-112-103/+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-82/+88
* make dependKen Raeburn2006-03-271-33/+37
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-33/+33
* make dependKen Raeburn2006-03-081-11/+22
* Include the support library when linking various test programs, because onKen Raeburn2006-01-182-2/+6
* make dependTom Yu2005-11-291-37/+26
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-3/+0
* Update dependenciesKen Raeburn2005-06-211-26/+37
* * destest.c (main): Force testing of unaligned access to input, output, and keyKen Raeburn2005-06-102-3/+17
* * f_tables.h: Include k5-platform.h.Ken Raeburn2005-06-092-11/+9
* Allow compile-time specification that small code space is desiredKen Raeburn2005-04-135-15/+61
* run "make depend"Ken Raeburn2004-12-301-71/+77
* Link test programs against thread support libraryKen Raeburn2004-05-132-4/+9
* update dependenciesKen Raeburn2004-04-241-44/+48
* * string2key.c: Replaced with a new implementation.Ken Raeburn2004-04-032-199/+205
* protoizeKen Raeburn2004-02-1911-53/+32
* * f_tables.h (DES_DO_ENCRYPT, DES_DO_DECRYPT): Allocate temporary variableKen Raeburn2004-02-175-24/+30
* * afsstring2key.c (krb5_afs_encrypt): Drop EDFLAG as an argument, make it localKen Raeburn2004-02-172-4/+23
* Replace the array of 8 mit_des_cblock object 'mit_des_zeroblock' definedKen Raeburn2003-12-203-0/+12
* make dependKen Raeburn2003-12-151-37/+44
* * f_cbc.c (krb5int_des_cbc_decrypt): Move declarations that were afterKen Raeburn2003-07-223-4/+10
* Separate the DES encrypt and decrypt operations into separate functions,Ken Raeburn2003-07-174-254/+361
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-33/+33
* * des_int.h: Added prototype for mit_afs_crypt which is used by the deprecate...Alexandra Ellwood2003-03-062-0/+7
* Delete some unused declarations from old-crypto APIKen Raeburn2003-03-052-8/+7
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Cleanup unusedEzra Peisach2002-12-232-10/+18
* * string2key.c (mit_des_string_to_key_int): If PRINT_TEST_VECTORS is defined,Ken Raeburn2002-10-102-6/+69
* update dependenciesTom Yu2002-09-281-11/+15
* Fix DES_INT32 definitionTom Yu2002-09-277-47/+35
* update dependenciesKen Raeburn2002-08-291-11/+22
* * 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/+3
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * string2key.c: Work around possible bug with AFS salts;Tom Yu2002-08-162-0/+8
* update dependenciesKen Raeburn2002-06-151-32/+22
* * des_int.h: use "" includes for k5-int.hTom Yu2002-06-082-1/+6
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-11/+11
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-17/+19
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-067-44/+49
* dependenciesKen Raeburn2001-09-011-0/+58
* * string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2001-06-222-1/+5
* * destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2001-06-222-5/+12
* updateKen Raeburn2001-06-221-3/+11
* * string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2001-06-222-1/+5
* * t_verify.c: Get rid of global variables i,jEzra Peisach2001-06-212-1/+7