| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add magic number to keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+7 |
| * | Add magic numbers to keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+6 |
| * | Add magic numbers for keytab, principal, and keyblock | Theodore Tso | 1994-11-18 | 2 | -0/+10 |
| * | Fix to return correct error code, instead of always returning | Theodore Tso | 1994-11-18 | 2 | -1/+6 |
| * | Add new error code -- KV5M_KEYTAB_ENTRY | Theodore Tso | 1994-11-18 | 2 | -1/+6 |
| * | All files: | Theodore Tso | 1994-11-18 | 9 | -208/+268 |
| * | Remove unnecessary variable | Theodore Tso | 1994-11-18 | 1 | -3/+1 |
| * | * Makefile.in (clean): remove $(BOGUS) | Mark Eichin | 1994-11-18 | 2 | -2/+7 |
| * | * configure.in: move WITH_CCOPTS, WITH_KRB5ROOT | Mark Eichin | 1994-11-18 | 2 | -2/+6 |
| * | * configure.in: move WITH_CCOPTS | Mark Eichin | 1994-11-18 | 2 | -2/+6 |
| * | * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file. | Mark Eichin | 1994-11-18 | 2 | -58/+30 |
| * | asn1_decode_k.c (asn1_decode_principal_name, | Theodore Tso | 1994-11-17 | 2 | -0/+33 |
| * | Set the keyblock's magic number and ecryption type information appropriately | Theodore Tso | 1994-11-17 | 2 | -0/+7 |
| * | Changes to implement FCC format version #3, which is architecture | Theodore Tso | 1994-11-17 | 9 | -171/+235 |
| * | Set the encryption type of the session keyblock to be the type used to | Theodore Tso | 1994-11-17 | 3 | -1/+12 |
| * | Check to make sure the subkey exists before setting its encryption type | Theodore Tso | 1994-11-17 | 1 | -1/+2 |
| * | Add new error code --- KRB5_CC_WRITE_ERR | Theodore Tso | 1994-11-17 | 2 | -0/+5 |
| * | get_in_tkt (krb5_get_in_tkt): Set the encryption type of the session | Theodore Tso | 1994-11-14 | 5 | -0/+404 |
| * | Add support for krb5_address table; rename KV5M_AUTH_DATA to follow | Theodore Tso | 1994-11-12 | 2 | -1/+7 |
| * | * Makefile.in: fix some typos for kv5m_err.et | Tom Yu | 1994-11-11 | 2 | -1/+6 |
| * | Set the encryption type in the keyblock information in the decrypted | Theodore Tso | 1994-11-11 | 4 | -0/+17 |
| * | Set the keyblock's magic number and encryption type information appropriately | Theodore Tso | 1994-11-09 | 2 | -0/+7 |
| * | Change internal calling signature to pass in the encryption block, so | Theodore Tso | 1994-11-08 | 4 | -5/+22 |
| * | Use the documented interface for calling krb5_string_to_key() | Theodore Tso | 1994-11-08 | 2 | -6/+11 |
| * | Missing comma on all of the error_code lines. (Oops!) | Theodore Tso | 1994-11-05 | 1 | -34/+34 |
| * | * Makefile.in: stop building f_pcbc.c, since it belongs in | Mark Eichin | 1994-11-03 | 2 | -2/+7 |
| * | * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, and | Mark Eichin | 1994-11-03 | 3 | -241/+239 |
| * | Add the kv5m error table | Theodore Tso | 1994-11-03 | 5 | -3/+74 |
| * | Add WITH_CPPOPTS since we're not using CONFIG_RULES (yet) | Theodore Tso | 1994-11-03 | 2 | -0/+6 |
| * | * Makefile.in (libkrb5.a): done needs a trailing semicolon if it | Mark Eichin | 1994-11-02 | 2 | -2/+7 |
| * | Use library.stamp to determine whether or not $arcmd needs to be rerun | Theodore Tso | 1994-11-02 | 2 | -1/+6 |
| * | Change the way the library is built to use the libupdate script | Theodore Tso | 1994-11-01 | 3 | -17/+30 |
| * | Back out POSIX_FILE_LOCKS change. (Should be depending on autoconf.h | Theodore Tso | 1994-10-31 | 4 | -13/+12 |
| * | Remove duplicate definitions for DEFs, CC, CCOPTS and LIBS | Theodore Tso | 1994-10-28 | 2 | -5/+5 |
| * | If the requested kvno is IGNORE_KVNO, fix the error return so that 0 | Theodore Tso | 1994-10-26 | 2 | -2/+8 |
| * | 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 | 26 | -30/+33 |
| * | Added missing continue so that we don't copy both the unprintable | Theodore Tso | 1994-10-26 | 2 | -0/+7 |
| * | Add include config.h for POSIX_FILE_LOCKS | Theodore Tso | 1994-10-24 | 1 | -1/+2 |
| * | If KRB4 is defined, define KRB5_KRB4_COMPAT for compat_recv.c | Theodore Tso | 1994-10-24 | 2 | -0/+8 |
| * | Use the srand48/lrand48 functions if available | Theodore Tso | 1994-10-24 | 3 | -23/+40 |
| * | Don't need to define POSIX_FILE_LOCKS; just include config.h instead | Theodore Tso | 1994-10-24 | 2 | -6/+5 |
| * | Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurable | Theodore Tso | 1994-10-19 | 2 | -2/+6 |
| * | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 6 | -3/+15 |
| * | asn1_decode_k.c (asn1_decode_kdc_req_body): If the authorization field | Theodore Tso | 1994-10-19 | 7 | -17/+66 |
| * | * raw-des.c (mit_raw_des_decrypt_func): ditto. | Mark Eichin | 1994-10-18 | 3 | -4/+8 |
| * | * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to | Mark Eichin | 1994-10-18 | 2 | -2/+8 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 2 | -0/+5 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 11 | -0/+29 |
| * | Fix typo in spelling of KRB5_USE_ISODE | Theodore Tso | 1994-10-14 | 2 | -1/+5 |