summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* fix copyrightsJohn Kohl1991-03-142-2/+2
* fix copyrightsJohn Kohl1991-03-051-1/+1
* fix copyrightsJohn Kohl1991-03-043-1/+4
* fix up #ifdef on rcsid_md4_cJohn Kohl1991-03-011-2/+2
* use byte counts, not bit countsJohn Kohl1991-02-271-1/+1
* uses byte counts now.John Kohl1991-02-271-1/+1
* fix #endif lintJohn Kohl1991-02-261-1/+1
* remove <krb5/copyright.h>John Kohl1991-02-262-2/+0
* update to use latest MD4 codeJohn Kohl1991-02-262-40/+15
* forgot to /* */ a comment on #endifJohn Kohl1991-02-261-1/+1
* kerberizeJohn Kohl1991-02-262-2/+32
* updated code from new RFCJohn Kohl1991-02-261-121/+164
* updated code from RFCJohn Kohl1991-02-261-297/+205
* add mit_des_combine_subkeysJohn Kohl1991-02-221-0/+5
* update copyright noticesJohn Kohl1991-02-193-11/+9
* use Krb5LibraryTargetJohn Kohl1991-02-153-3/+3
* include count in the outputJohn Kohl1991-02-132-2/+10
* the DES_CBC checksum is collision proof and keyedJohn Kohl1991-01-171-2/+4
* make all the default targetJohn Kohl1991-01-171-0/+1
* fix problem with referencing past end of array on byte-alignedJohn Kohl1991-01-171-4/+12
* need to encrypt the output, dummy!John Kohl1991-01-171-1/+1
* fix up depend stepJohn Kohl1991-01-041-4/+2
* cast the seed to an octet *John Kohl1991-01-031-1/+1
* fix names of table entriesJohn Kohl1991-01-032-2/+2
* use proper names in the glue entriesJohn Kohl1991-01-031-3/+2
* *** empty log message ***John Kohl1991-01-031-0/+87
* add md4cryptoJohn Kohl1991-01-031-2/+2
* add MD4 des versionJohn Kohl1991-01-031-1/+3
* RFC draft protocol changes and related cleanupsJohn Kohl1990-12-145-20/+14
* Moved mit_des_encrypt_f to krb_glue.hTheodore Tso1990-12-121-163/+0
* Initial revisionTheodore Tso1990-12-101-0/+213
* use proper polynomial for this CRC tableJohn Kohl1990-12-031-65/+114
* add crctest stuffJohn Kohl1990-11-291-1/+6
* *** empty log message ***John Kohl1990-11-292-0/+144
* fix up dependency stageJohn Kohl1990-11-201-0/+2
* depend must make sure des.c is done (meaning all the generated include files)John Kohl1990-11-201-0/+2
* don't include mit-des.h twice, if needed more than onceJohn Kohl1990-11-201-0/+6
* fix checksum array to match defines in encryption.hJohn Kohl1990-11-201-1/+6
* change name for checksum type #defineJohn Kohl1990-11-201-1/+1
* changes for narrow/wide prototypesJohn Kohl1990-11-191-1/+6
* Since we're going to need to have glue library anyway, quad_checksumTheodore Tso1990-11-161-6/+2
* Added krb_glue.c, read_password.c, and quad_cksum.cTheodore Tso1990-11-151-2/+8
* change bzero to memsetJohn Kohl1990-11-087-11/+11
* change bcopy to memcpyJohn Kohl1990-11-083-12/+12
* use memcpm rather than bcmpJohn Kohl1990-11-081-1/+1
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-082-21/+21
* change bcmp to memcmp, bcopy to memcpyJohn Kohl1990-11-081-2/+2
* *** empty log message ***John Kohl1990-11-082-0/+79
* fix indentation to remove extra space from documentation fileJohn Kohl1990-11-081-119/+131
* change to copy onto stack to avoid modifying input in MDupdateJohn Kohl1990-11-081-15/+30