| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Made the CRYPTO directories work on the PC by adding INTERFACE to all the | Keith Vetter | 1995-02-21 | 8 | -22/+36 |
| * | * configure.in: Use AC_HAVE_HEADER rather than AC_HEADER_CHECK. | John Gilmore | 1995-02-17 | 2 | -2/+8 |
| * | * configure.in: added header checks for sys/param.h and sys/file.h. | John Gilmore | 1995-02-15 | 5 | -9/+47 |
| * | * config.win: new file--windows base template for config.h | John Gilmore | 1995-02-15 | 3 | -0/+65 |
| * | Removed ISODE cruft -- moved included .h files from krb5/asn.1/*.h into | Theodore Tso | 1995-02-10 | 8 | -1048/+253 |
| * | * func-proto.h (krb5_get_in_tkt()) Changed key_proc args to be the | Chris Provenzano | 1995-02-08 | 2 | -11/+32 |
| * | Use politically correct name of AC_CHECK_SIZEOF instead of | Theodore Tso | 1995-02-03 | 2 | -3/+6 |
| * | Ignore autoconf.h.in, since that's generated automatically by autoheader | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 3 | -0/+3 |
| * | Don't define BITS16, BITS32, BITS64, etc. anymore. Instead, | Theodore Tso | 1995-02-03 | 3 | -36/+26 |
| * | Oops, forgot to save file first | Theodore Tso | 1995-02-03 | 1 | -1/+1 |
| * | Add changes to make this work on Alpha's. (From Ezra) | Theodore Tso | 1995-02-03 | 2 | -7/+17 |
| * | * func-proto.h Added krb5_keytype arg to rb5_rdreq_key_proc | Chris Provenzano | 1995-02-02 | 3 | -3/+34 |
| * | Added krb5_keytype arg to krb5_kt_read_service_key() and krb5_kt_get_entry() | Chris Provenzano | 1995-01-28 | 3 | -1/+8 |
| * | * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno, | Chris Provenzano | 1995-01-27 | 1 | -0/+10 |
| * | * crc-32.h: Move to lib/crypto/crc32; only gets local use. | John Gilmore | 1995-01-27 | 3 | -137/+5 |
| * | * base-defs.h Typedef krb5_boolean, krb5_msgtype, krb5_kvno, | Chris Provenzano | 1995-01-27 | 3 | -29/+11 |
| * | fix include install typo | Mark Eichin | 1995-01-26 | 1 | -1/+1 |
| * | Make it possible to #include "..." without using slashes, | John Gilmore | 1995-01-26 | 3 | -0/+74 |
| * | Removing narrow.h and widen.h | Theodore Tso | 1995-01-26 | 2 | -92/+0 |
| * | * kadm.h: add DEL_ENT and DEL_ACL for CNS V4 delete support | Mark Eichin | 1995-01-26 | 2 | -1/+9 |
| * | * configure.in: rewrote remaining tests to use AC_TRY_COMPILE and | Mark Eichin | 1995-01-26 | 2 | -18/+71 |
| * | Maybe CVS will let me remove them now | Chris Provenzano | 1995-01-25 | 1 | -0/+4 |
| * | * Removed all narrow types and references to wide.h and narrow.h | Chris Provenzano | 1995-01-25 | 8 | -53/+19 |
| * | * preauth.h, rsa-md5.h: Protect against multiple inclusion | John Gilmore | 1995-01-23 | 3 | -1/+12 |
| * | this doesn't belong here | Mark Eichin | 1995-01-18 | 1 | -54/+0 |
| * | fix tab vs. space glitch | Mark Eichin | 1995-01-18 | 1 | -1/+1 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 13 | -343/+575 |
| * | * Makefile.in (install): constructed headers come from the build | Mark Eichin | 1995-01-13 | 2 | -2/+10 |
| * | Use the service names kerberos and kerberos-sec, instead of kerberos5 | Theodore Tso | 1995-01-05 | 2 | -2/+8 |
| * | Add a enc_part2 member to the krb5_cred structure which may point to the | Theodore Tso | 1994-12-24 | 2 | -6/+12 |
| * | Change the type of krb5_context to include the pointer | Theodore Tso | 1994-12-22 | 4 | -6/+6 |
| * | Add new typedefs, declarations for krb5_context and krb5_os_context | Theodore Tso | 1994-12-20 | 5 | -0/+30 |
| * | osconf.h, config.h: Remove remnants of unifdef support for | Theodore Tso | 1994-11-30 | 5 | -193/+24 |
| * | configure.in: Add support for --enable-athena and --with-krb4 | Theodore Tso | 1994-11-30 | 3 | -4/+19 |
| * | encode_kdc.c (krb5_encode_kdc_rep): Now requires that the | Theodore Tso | 1994-11-21 | 3 | -1/+15 |
| * | Add new attribute which defines whether or not a server supports DES/MD5 | Theodore Tso | 1994-11-18 | 2 | -0/+6 |
| * | * configure.in: use WITH_CCOPTS | Mark Eichin | 1994-11-18 | 2 | -0/+5 |
| * | * configure.in: use KRB5_POSIX_LOCKS, AC_EGREP_HEADER. (from | Mark Eichin | 1994-11-18 | 3 | -13/+28 |
| * | * Makefile.in (install): use $(INSTALL_DATA) instead of cp. Elide | Mark Eichin | 1994-11-18 | 3 | -2/+14 |
| * | Add magic number field | Theodore Tso | 1994-11-17 | 2 | -0/+5 |
| * | Change internal calling signature to pass in the encryption block, so | Theodore Tso | 1994-11-08 | 2 | -6/+15 |
| * | Added a field to hold an encryption type in the keyblock field --- so | Theodore Tso | 1994-11-03 | 2 | -0/+7 |
| * | Add support for the kv5m error table. (For magic numbers.) | Theodore Tso | 1994-11-03 | 2 | -0/+6 |
| * | Move WITH_CCOPTS and WITH_KRB5ROOT to the beginning of the file. | Theodore Tso | 1994-10-31 | 2 | -2/+9 |
| * | move for autoreconf to find it | Mark Eichin | 1994-10-26 | 2 | -31/+1 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 3 | -5/+5 |
| * | If the header files have strdup, don't try to redefine it | Theodore Tso | 1994-10-26 | 2 | -0/+7 |
| * | Add declaration for krb5_des_md5_cst_entry | Theodore Tso | 1994-10-14 | 2 | -0/+3 |
| * | Change name of the des_crc cryptosystem from krb5_des_cst_entry to | Theodore Tso | 1994-10-14 | 2 | -1/+6 |