summaryrefslogtreecommitdiffstats
path: root/src/lib/des425
Commit message (Expand)AuthorAgeFilesLines
...
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags forSam Hartman1996-05-233-3/+9
* * Makefile.in (SHLIB_LIBS): For shared library, add dependency onEzra Peisach1996-05-133-2/+13
* Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting theRichard Basch1996-05-112-1/+6
* Use the revamped random number routinesRichard Basch1996-05-073-34/+63
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-031-7/+1
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-1/+5
* configure.in (V5_MAKE_SHARED_LIB): Change rule to installEzra Peisach1995-10-023-17/+13
* #include autoconf.h instead of osconf.h, because that's the file weTheodore Tso1995-09-292-1/+6
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-5/+6
* Rvert lost changesEzra Peisach1995-09-122-7/+11
* Mac Beta 1 submissionKeith Vetter1995-09-112-11/+7
* * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/gChris Provenzano1995-09-062-7/+11
* Update file listTheodore Tso1995-08-242-0/+5
* Remove inclusion of k5-config.hPaul Park1995-07-272-1/+7
* Cast mit_des_ecb_encrypt args correctlyPaul Park1995-07-272-3/+6
* Check for the sizes of short, int and longPaul Park1995-07-271-0/+3
* Remove LDFLAGSPaul Park1995-07-072-1/+4
* * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE insteadMark Eichin1995-06-283-5/+5
* * read_passwd.c: only use volatile if __STDC__ is 1Mark Eichin1995-06-282-0/+8
* Compiler warning cleanupPaul Park1995-06-273-2/+9
* Remove -g from explicit LdFlags in Makefile.inSam Hartman1995-06-262-1/+6
* * configure.in: fix Sam's typo so libdes425.a gets symlinkedTom Yu1995-06-232-1/+6
* Convert to new handling of static librariesSam Hartman1995-06-233-4/+13
* Add glue for old versions of K4Paul Park1995-06-164-3/+70
* Add install target for shared librariesPaul Park1995-06-162-0/+7
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-2/+23
* Don't copy library up a level. Let above Makefile create symlink forEzra Peisach1995-06-142-3/+5
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-4/+5
* read_passwd.c (des_read_pw_string): Don't depend onTheodore Tso1995-06-093-33/+134
* Convert longs to KRB_32 for 64 bit architectures. (onlyEzra Peisach1995-06-062-6/+24
* Added new function, des_cblock_print_file(), which is referenced byTheodore Tso1995-05-274-2/+72
* Call to krb5_read_password takes as an argument an int* not an int to represe...Ezra Peisach1995-05-012-2/+8
* Add des_read_pw_string, since it's used by the V4 login.c codeTheodore Tso1995-04-282-0/+26
* Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to doTheodore Tso1995-04-141-0/+52
* Windows global stuff:Keith Vetter1995-04-1415-37/+41
* New file, unix_time, didn't work on the PCKeith Vetter1995-03-224-2/+105
* Added function (unix_time_gmt_unixsec) needed for des425 to work withTheodore Tso1995-03-213-0/+32
* Changes in des425 due to adding prototypes for called functionsKeith Vetter1995-03-156-22/+21
* Some int/long, signed/unsigned conversionsKeith Vetter1995-03-094-11/+17
* Remove verify.o when doing a make cleanTheodore Tso1995-03-082-1/+5
* Remove declaration of exit()Theodore Tso1995-03-012-1/+4
* Avoid <krb5/...> includesJohn Gilmore1995-02-2810-17/+9
* Converted krb5/des425 and krb5/asn.1 to the PCKeith Vetter1995-02-2215-51/+88
* Add SIZEOF_FOO checks to properly define KRB_INT32Theodore Tso1995-02-032-0/+15
* Add .cvsignore file so that cvs ignores the autoconf-built configure fileTheodore Tso1995-02-031-0/+1
* Make global_context a static variable and initialize it automaticallyTheodore Tso1995-01-192-0/+14
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-133-9/+10
* * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, andMark Eichin1994-11-033-241/+239
* Add verification checks to the test suiteTheodore Tso1994-10-263-11/+72