| Commit message (Expand) | Author | Age | Files | Lines |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 1 | -7/+1 |
* | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 2 | -1/+5 |
* | configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 3 | -17/+13 |
* | #include autoconf.h instead of osconf.h, because that's the file we | Theodore Tso | 1995-09-29 | 2 | -1/+6 |
* | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 2 | -5/+6 |
* | Rvert lost changes | Ezra Peisach | 1995-09-12 | 2 | -7/+11 |
* | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 2 | -11/+7 |
* | * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 2 | -7/+11 |
* | Update file list | Theodore Tso | 1995-08-24 | 2 | -0/+5 |
* | Remove inclusion of k5-config.h | Paul Park | 1995-07-27 | 2 | -1/+7 |
* | Cast mit_des_ecb_encrypt args correctly | Paul Park | 1995-07-27 | 2 | -3/+6 |
* | Check for the sizes of short, int and long | Paul Park | 1995-07-27 | 1 | -0/+3 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+4 |
* | * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE instead | Mark Eichin | 1995-06-28 | 3 | -5/+5 |
* | * read_passwd.c: only use volatile if __STDC__ is 1 | Mark Eichin | 1995-06-28 | 2 | -0/+8 |
* | Compiler warning cleanup | Paul Park | 1995-06-27 | 3 | -2/+9 |
* | Remove -g from explicit LdFlags in Makefile.in | Sam Hartman | 1995-06-26 | 2 | -1/+6 |
* | * configure.in: fix Sam's typo so libdes425.a gets symlinked | Tom Yu | 1995-06-23 | 2 | -1/+6 |
* | Convert to new handling of static libraries | Sam Hartman | 1995-06-23 | 3 | -4/+13 |
* | Add glue for old versions of K4 | Paul Park | 1995-06-16 | 4 | -3/+70 |
* | Add install target for shared libraries | Paul Park | 1995-06-16 | 2 | -0/+7 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -2/+23 |
* | Don't copy library up a level. Let above Makefile create symlink for | Ezra Peisach | 1995-06-14 | 2 | -3/+5 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -4/+5 |
* | read_passwd.c (des_read_pw_string): Don't depend on | Theodore Tso | 1995-06-09 | 3 | -33/+134 |
* | Convert longs to KRB_32 for 64 bit architectures. (only | Ezra Peisach | 1995-06-06 | 2 | -6/+24 |
* | Added new function, des_cblock_print_file(), which is referenced by | Theodore Tso | 1995-05-27 | 4 | -2/+72 |
* | Call to krb5_read_password takes as an argument an int* not an int to represe... | Ezra Peisach | 1995-05-01 | 2 | -2/+8 |
* | Add des_read_pw_string, since it's used by the V4 login.c code | Theodore Tso | 1995-04-28 | 2 | -0/+26 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+52 |
* | Windows global stuff: | Keith Vetter | 1995-04-14 | 15 | -37/+41 |
* | New file, unix_time, didn't work on the PC | Keith Vetter | 1995-03-22 | 4 | -2/+105 |
* | Added function (unix_time_gmt_unixsec) needed for des425 to work with | Theodore Tso | 1995-03-21 | 3 | -0/+32 |
* | Changes in des425 due to adding prototypes for called functions | Keith Vetter | 1995-03-15 | 6 | -22/+21 |
* | Some int/long, signed/unsigned conversions | Keith Vetter | 1995-03-09 | 4 | -11/+17 |
* | Remove verify.o when doing a make clean | Theodore Tso | 1995-03-08 | 2 | -1/+5 |
* | Remove declaration of exit() | Theodore Tso | 1995-03-01 | 2 | -1/+4 |
* | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 10 | -17/+9 |
* | Converted krb5/des425 and krb5/asn.1 to the PC | Keith Vetter | 1995-02-22 | 15 | -51/+88 |
* | Add SIZEOF_FOO checks to properly define KRB_INT32 | Theodore Tso | 1995-02-03 | 2 | -0/+15 |
* | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
* | Make global_context a static variable and initialize it automatically | Theodore Tso | 1995-01-19 | 2 | -0/+14 |
* | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 3 | -9/+10 |
* | * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, and | Mark Eichin | 1994-11-03 | 3 | -241/+239 |
* | Add verification checks to the test suite | Theodore Tso | 1994-10-26 | 3 | -11/+72 |
* | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -1/+1 |
* | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 2 | -1/+5 |
* | make install obey $(DESTDIR) | Theodore Tso | 1994-10-04 | 2 | -1/+5 |
* | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 15 | -87/+15 |
* | unused vars | Mark Eichin | 1994-08-14 | 1 | -1/+0 |