| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Don't always use the default realm on localhost, so that the domain to real... | Sam Hartman | 1995-07-31 | 2 | -12/+10 |
| * | Fix small problem with create_key_data() | Paul Park | 1995-07-31 | 2 | -1/+6 |
| * | Describe previous changes | Paul Park | 1995-07-31 | 1 | -0/+11 |
| * | Update to new kadmin protocol | Paul Park | 1995-07-31 | 3 | -362/+634 |
| * | Add str_conv.c | Paul Park | 1995-07-31 | 1 | -0/+1 |
| * | Update read_realm_params() to use string conversion routines | Paul Park | 1995-07-31 | 1 | -71/+128 |
| * | Add new string conversion routines | Paul Park | 1995-07-31 | 3 | -5/+832 |
| * | * localaddr.c (krb5_crypto_os_localaddr): Don't bash the return | Tom Yu | 1995-07-29 | 2 | -11/+14 |
| * | kdbint.h is obsolete | Paul Park | 1995-07-27 | 3 | -34/+4 |
| * | Find rsa-md5.h in the correct place. Use k5-int.h | Paul Park | 1995-07-27 | 6 | -14/+12 |
| * | Include k5-int.h instead of specific internal include files | Paul Park | 1995-07-27 | 2 | -5/+6 |
| * | 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 |
| * | Add rsa-md5.h | Paul Park | 1995-07-27 | 3 | -0/+74 |
| * | Do not include k5-config.h, it is no longer present or needed | Paul Park | 1995-07-27 | 2 | -2/+4 |
| * | Describe previous changes | Paul Park | 1995-07-27 | 1 | -0/+9 |
| * | Use des_int.h and fix compiler rumblings | Paul Park | 1995-07-27 | 1 | -2/+3 |
| * | Fix compiler rumblings | Paul Park | 1995-07-27 | 2 | -6/+6 |
| * | Use des_int.h instead of mit-des.h | Paul Park | 1995-07-27 | 3 | -0/+3 |
| * | Inline the old contents of mit-des.h | Paul Park | 1995-07-27 | 1 | -2/+50 |
| * | Set the KEYTYPE_DES keytable entry to the MD5 one if enabled | Paul Park | 1995-07-27 | 2 | -0/+15 |
| * | Add --enable-des-cbc-md5 and friends to control cryptoconf.c | Paul Park | 1995-07-27 | 1 | -0/+81 |
| * | Fix initialization of unparse_mod_princ_size | Paul Park | 1995-07-27 | 1 | -3/+3 |
| * | * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: | Chris Provenzano | 1995-07-27 | 9 | -588/+936 |
| * | Fix bad shift value in verifier function | Paul Park | 1995-07-26 | 1 | -1/+1 |
| * | * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr | Tom Yu | 1995-07-25 | 4 | -0/+66 |
| * | Include adm_proto.h for prototypes. Compiling with -Wmissing_prototypes | Ezra Peisach | 1995-07-21 | 7 | -1/+11 |
| * | * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname | Mark Eichin | 1995-07-21 | 2 | -3/+8 |
| * | * rc_dfl.c (rc_store): rename from store() to avoid conflict with | Mark Eichin | 1995-07-21 | 2 | -4/+9 |
| * | * localaddr.c: also add definition of max if it's not there | Tom Yu | 1995-07-19 | 2 | -0/+5 |
| * | * localaddr.c: fix definition of ifreq_size so it actually works | Tom Yu | 1995-07-19 | 2 | -1/+5 |
| * | Bsd 4.4 has a field sa_len in struct sockaddr which is the | Sam Hartman | 1995-07-18 | 3 | -3/+26 |
| * | Move stash file #define to osconf.h and add stash file name handling | Paul Park | 1995-07-17 | 3 | -5/+11 |
| * | Add KDC profile handling routines | Paul Park | 1995-07-17 | 2 | -5/+173 |
| * | Include netinet/in.h for ntohs | Sam Hartman | 1995-07-14 | 3 | -1/+5 |
| * | Add ability to exclude kdb4 | Paul Park | 1995-07-12 | 2 | -1/+15 |
| * | Add prototype for krb5_fcc_read | Ezra Peisach | 1995-07-11 | 2 | -1/+12 |
| * | Add prototype for krb5_scc_read | Ezra Peisach | 1995-07-11 | 2 | -0/+9 |
| * | If the key version number is specified, check to make sure that the | Theodore Tso | 1995-07-11 | 2 | -2/+10 |
| * | Make sure the dbm context is initialized before we start | Theodore Tso | 1995-07-09 | 2 | -0/+9 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 12 | -9/+28 |
| * | Find libcom_err in TOPLIBD | Paul Park | 1995-07-07 | 3 | -2/+6 |
| * | Describe previous changes | Paul Park | 1995-07-07 | 3 | -0/+30 |
| * | Use checksum verifier | Paul Park | 1995-07-07 | 1 | -22/+10 |
| * | Build t_cksum under unix | Paul Park | 1995-07-07 | 1 | -1/+11 |
| * | Add definition to select backwards compatability with old RSA-MD5-DES | Paul Park | 1995-07-07 | 1 | -0/+1 |
| * | New checksum verifier test | Paul Park | 1995-07-07 | 1 | -0/+200 |
| * | Add checksum verification procedure and dispatch | Paul Park | 1995-07-07 | 1 | -4/+34 |
| * | Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatch | Paul Park | 1995-07-07 | 1 | -6/+270 |