| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | Define PROVIDE_DES_CBC_MD5 so that we include this new cryptosystem | Theodore Tso | 1994-10-14 | 2 | -0/+6 |
| * | Add magic numbers to encryption strctures | Theodore Tso | 1994-10-04 | 3 | -5/+11 |
| * | Add krb_err.h for the V4 error tables. We should generate this properly | Theodore Tso | 1994-10-04 | 1 | -0/+92 |
| * | Add structure magic numbers | Theodore Tso | 1994-10-04 | 2 | -0/+11 |
| * | Add a magic number to krb5_db_entry. The other magic number changes to | Theodore Tso | 1994-10-04 | 2 | -0/+8 |
| * | Make install obey $(DESTDIR) | Theodore Tso | 1994-10-04 | 2 | -1/+3 |
| * | make install obey $(DESTDIR) | Theodore Tso | 1994-10-04 | 2 | -2/+6 |
| * | Fix "make install" to use $(srcdir) when copying in header files | Theodore Tso | 1994-10-03 | 2 | -1/+6 |
| * | Fix "make install" so that it uses $(srcdir) for header files | Theodore Tso | 1994-10-03 | 2 | -1/+5 |
| * | Add field for structure magic numbers | Theodore Tso | 1994-09-30 | 8 | -52/+95 |
| * | Added realm compare function | Theodore Tso | 1994-09-29 | 2 | -0/+8 |
| * | Applied Cybersafe's changes to do transited realm path checking | Theodore Tso | 1994-09-22 | 2 | -0/+9 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 69 | -206/+70 |
| * | Added msg_type field to the krb5_enc_kdc_rep_part structure | Theodore Tso | 1994-08-17 | 2 | -0/+6 |
| * | setup to fix time includes | Mark Eichin | 1994-08-17 | 6 | -16/+15 |