| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in: Garbage collect some old library build system | Tom Yu | 1997-11-18 | 1 | -0/+5 |
| * | * pcbc_encrypt.c, quad_cksum.c: Punt duplicates of definitions; | Tom Yu | 1997-10-27 | 1 | -0/+9 |
| * | * Makefile.in (LIBMAJOR): Bump major version due to possible | Tom Yu | 1997-10-14 | 1 | -0/+5 |
| * | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 1 | -0/+5 |
| * | * Make shared libs work on AIX | Sam Hartman | 1997-02-22 | 1 | -0/+9 |
| * | Export additional routines for krb4 library (win16/win32) | Richard Basch | 1997-02-18 | 1 | -0/+4 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 1 | -0/+8 |
| * | Windows/NT integration (V1_0_WIN32_BRANCH merge) | Richard Basch | 1997-02-06 | 1 | -0/+8 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 1 | -0/+4 |
| * | * new_rnd_key.c (des_set_sequence_number): Change cast from | Ezra Peisach | 1996-08-23 | 1 | -0/+8 |
| * | Use KRB5_RUN_FLAGS in configure.in, and use appropriate run flags for | Sam Hartman | 1996-05-23 | 1 | -0/+4 |
| * | * Makefile.in (SHLIB_LIBS): For shared library, add dependency on | Ezra Peisach | 1996-05-13 | 1 | -0/+8 |
| * | Copy sizeof(mit_des_cblock), not sizeof(key) so that we are getting the | Richard Basch | 1996-05-11 | 1 | -0/+5 |
| * | Use the revamped random number routines | Richard Basch | 1996-05-07 | 1 | -0/+5 |
| * | Remove ##DOS!include of config/windows.in. config/windows.in is now | Theodore Tso | 1995-10-07 | 1 | -0/+5 |
| * | configure.in (V5_MAKE_SHARED_LIB): Change rule to install | Ezra Peisach | 1995-10-02 | 1 | -0/+8 |
| * | #include autoconf.h instead of osconf.h, because that's the file we | Theodore Tso | 1995-09-29 | 1 | -0/+5 |
| * | Removed "foo:: foo-$(WHAT)" lines from the Makefile | Theodore Tso | 1995-09-25 | 1 | -0/+5 |
| * | Rvert lost changes | Ezra Peisach | 1995-09-12 | 1 | -0/+4 |
| * | Mac Beta 1 submission | Keith Vetter | 1995-09-11 | 1 | -4/+0 |
| * | * string2key.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 1 | -0/+4 |
| * | Update file list | Theodore Tso | 1995-08-24 | 1 | -0/+3 |
| * | Remove inclusion of k5-config.h | Paul Park | 1995-07-27 | 1 | -0/+7 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 1 | -0/+4 |
| * | * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE instead | Mark Eichin | 1995-06-28 | 1 | -0/+4 |
| * | * read_passwd.c: only use volatile if __STDC__ is 1 | Mark Eichin | 1995-06-28 | 1 | -0/+3 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 1 | -0/+6 |
| * | Remove -g from explicit LdFlags in Makefile.in | Sam Hartman | 1995-06-26 | 1 | -0/+5 |
| * | * configure.in: fix Sam's typo so libdes425.a gets symlinked | Tom Yu | 1995-06-23 | 1 | -0/+5 |
| * | Convert to new handling of static libraries | Sam Hartman | 1995-06-23 | 1 | -0/+5 |
| * | Add glue for old versions of K4 | Paul Park | 1995-06-16 | 1 | -0/+6 |
| * | Add install target for shared libraries | Paul Park | 1995-06-16 | 1 | -0/+4 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 1 | -0/+8 |
| * | Don't copy library up a level. Let above Makefile create symlink for | Ezra Peisach | 1995-06-14 | 1 | -0/+5 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 1 | -0/+5 |
| * | read_passwd.c (des_read_pw_string): Don't depend on | Theodore Tso | 1995-06-09 | 1 | -0/+9 |
| * | Convert longs to KRB_32 for 64 bit architectures. (only | Ezra Peisach | 1995-06-06 | 1 | -0/+4 |
| * | Added new function, des_cblock_print_file(), which is referenced by | Theodore Tso | 1995-05-27 | 1 | -0/+7 |
| * | Call to krb5_read_password takes as an argument an int* not an int to represe... | Ezra Peisach | 1995-05-01 | 1 | -0/+5 |
| * | Add des_read_pw_string, since it's used by the V4 login.c code | Theodore Tso | 1995-04-28 | 1 | -0/+5 |
| * | Windows global stuff: | Keith Vetter | 1995-04-14 | 1 | -0/+4 |
| * | New file, unix_time, didn't work on the PC | Keith Vetter | 1995-03-22 | 1 | -0/+7 |
| * | Added function (unix_time_gmt_unixsec) needed for des425 to work with | Theodore Tso | 1995-03-21 | 1 | -0/+5 |
| * | Changes in des425 due to adding prototypes for called functions | Keith Vetter | 1995-03-15 | 1 | -1/+13 |
| * | Some int/long, signed/unsigned conversions | Keith Vetter | 1995-03-09 | 1 | -0/+6 |
| * | Remove verify.o when doing a make clean | Theodore Tso | 1995-03-08 | 1 | -0/+4 |
| * | Remove declaration of exit() | Theodore Tso | 1995-03-01 | 1 | -0/+4 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 1 | -0/+5 |
| * | Converted krb5/des425 and krb5/asn.1 to the PC | Keith Vetter | 1995-02-22 | 1 | -0/+7 |
| * | Add SIZEOF_FOO checks to properly define KRB_INT32 | Theodore Tso | 1995-02-03 | 1 | -0/+5 |