summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto
Commit message (Expand)AuthorAgeFilesLines
* * configure.in: Add AC_PROG_LN_S to deal with symlinking inTom Yu1997-11-292-0/+7
* * md5.c: Fix to deal with types longer than 32 bitsTom Yu1997-10-284-2/+21
* * shs.c, sha_glue.c, hmac_sha.c: Fix to deal with LONG wider thanTom Yu1997-10-285-74/+183
* * d3_cbc.c, des.h, des_int.h, f_cbc.c, f_cksum.c, f_ecb.c,Tom Yu1997-10-2713-102/+103
* Set KRB5_CONFIG for testsEzra Peisach1997-10-212-1/+5
* * Makefile.in: Bump major version due to possible size changesTom Yu1997-10-142-2/+6
* * des_int.h: Use better logic to find an appropriate type forTom Yu1997-10-143-7/+42
* * destest.c (main): Initialize context to 0 so it will not beEzra Peisach1997-10-063-0/+16
* Remove KRB5_USE_INET, HAS_UNISTD_H, HAS_SETVBUF, and replaceTom Yu1997-09-262-2/+6
* * Makefile.in (SRCS): Add $(srcdir) as neededEzra Peisach1997-08-122-1/+5
* Fix stupid #ifdef logic errorTheodore Tso1997-07-171-1/+1
* Added Winsock kludge for finding your local IP address. May not workTheodore Tso1997-07-042-6/+65
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-2313-81/+55
* * Make shared libs work on AIXSam Hartman1997-02-223-1/+243
* Fix typoSam Hartman1997-02-221-1/+1
* Bump minor library version so I canSam Hartman1997-02-222-1/+5
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-1/+0
* Fixed the microsecond adjustment for WindowsRichard Basch1997-02-182-3/+7
* Merge of libhack_branchTom Yu1997-02-0921-130/+115
* Makefile.in: Create shared directory before building object filesRichard Basch1997-02-072-2/+7
* t_cksum: Link against libkrb5.a as it depends upon krb5_use_enctypeEzra Peisach1997-02-064-4/+12
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-0624-187/+355
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-062-5/+11
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-133-38/+59
* nuke leftover conflict markerMark Eichin1996-10-311-1/+0
* shs.c: Only include sys/types.h if presentTheodore Tso1996-08-283-0/+9
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-222-1/+6
* Add space before \ to deal with SunOS version of make which losesEzra Peisach1996-06-152-3/+6
* Include string.h for declaration for memcpy()Ezra Peisach1996-06-132-0/+5
* Add missing prototypes; needed to make Win-32 compiler happyTheodore Tso1996-06-132-0/+16
* c_ustime.c: Fix WIN32 to be _WIN32Theodore Tso1996-06-123-2/+9
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-128-6/+21
* cvsignore hackeryTom Yu1996-06-107-7/+0
* s^big^little^ in explanationEzra Peisach1996-06-081-1/+1
* Dynamic test of byteorder when htonl was removed failed for half of theEzra Peisach1996-06-082-0/+6
* Don't pass $(LIBCMD) on the command line. It's set in the windows.inTheodore Tso1996-06-062-6/+11
* Don't use htonl(); it doesn't exist under Windows. Instead do theTheodore Tso1996-06-062-5/+14
* Updated .Sanitize fileTheodore Tso1996-06-061-1/+0
* Update .Sanitize files to reflect current file statusTheodore Tso1996-06-061-2/+2
* Include sha in the list of subdirectories for the MacintoshTheodore Tso1996-06-062-1/+6
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-236-5/+16
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-233-6/+21
* md4crypto.c:Richard Basch1996-05-222-2/+12
* md5crypto.c, md5crypto.h: Change use of RSA_MD5_DES_CKSUM_LENGTH toTheodore Tso1996-05-204-125/+73
* Change use of RSA_MD4_DES_CKSUM_LENGTH to useTheodore Tso1996-05-203-36/+36
* Don't do timing tests; it takes too long!Theodore Tso1996-05-202-0/+6
* update Makefile.in for new libupdateTom Yu1996-05-202-10/+8
* * des3_sha.c: Add static keywords in function declarartions toEzra Peisach1996-05-182-2/+7
* Fix memory leak. Free tempbuf before returningTheodore Tso1996-05-182-0/+7
* Define MD5_K5BETA_COMPAT and MD5_K5BETA_COMP_DEF so that we continueTheodore Tso1996-05-183-4/+20