| Commit message (Expand) | Author | Age | Files | Lines |
| * | New test module for serialization routines | Paul Park | 1995-08-29 | 1 | -0/+714 |
| * | Add serialization support for K5 data structures | Paul Park | 1995-08-29 | 12 | -3/+2997 |
| * | Copy keyblock from message instead of setting a pointer to data which is goin... | Paul Park | 1995-08-29 | 1 | -1/+2 |
| * | Free allocated serializers when releasing context | Paul Park | 1995-08-29 | 1 | -0/+3 |
| * | Set magic number when initializing auth_context | Paul Park | 1995-08-29 | 1 | -104/+77 |
| * | Add magic number to krb5_auth_context | Paul Park | 1995-08-29 | 1 | -0/+1 |
| * | Add rcache serialization support | Paul Park | 1995-08-29 | 4 | -2/+225 |
| * | Add keytab serialization support | Paul Park | 1995-08-29 | 11 | -4/+434 |
| * | Add magic numbers for DB_CONTEXT, AUTH_CONTEXT, KEYTAB, RCACHE and CCACHE | Paul Park | 1995-08-29 | 2 | -0/+10 |
| * | Add ccache serialization support | Paul Park | 1995-08-29 | 8 | -2/+233 |
| * | Add context serialization support. Fix gcc -Wall complaints | Paul Park | 1995-08-29 | 2 | -8/+215 |
| * | Set and use priv_size in the krb5_encrypt_block | Paul Park | 1995-08-29 | 3 | -1/+8 |
| * | krb5_decode.c (decode_krb5_alt_method, decode_krb5_etype_info): New | Theodore Tso | 1995-08-28 | 8 | -0/+171 |
| * | Added new error codes KV5M_ALT_METHOD and KV5M_ETYPE_INFO_ENTRY | Theodore Tso | 1995-08-28 | 2 | -0/+6 |
| * | * f_cksum.c: Change code to match prototypes | Ezra Peisach | 1995-08-26 | 12 | -54/+64 |
| * | * des_crc.c, des_md5.c, raw_des.c: Remove casting in call to | Ezra Peisach | 1995-08-26 | 4 | -4/+8 |
| * | krb5_encode.c (encode_krb5_padata_sequence): New function which encodes a | Theodore Tso | 1995-08-26 | 5 | -1/+44 |
| * | Update file list | Theodore Tso | 1995-08-24 | 14 | -1/+35 |
| * | Add timestamp_to_sfstring() | Paul Park | 1995-08-21 | 2 | -0/+67 |
| * | Describe previous changes | Paul Park | 1995-08-18 | 1 | -0/+8 |
| * | Add multiprocess testing | Paul Park | 1995-08-18 | 1 | -7/+128 |
| * | Fix database update and rename | Paul Park | 1995-08-18 | 1 | -37/+109 |
| * | Fix krb5_dbm_db_end_update() and remove unused code | Paul Park | 1995-08-17 | 2 | -29/+21 |
| * | Pass fds to krb5_lock_file() and krb5_unlock_file() | Chris Provenzano | 1995-08-16 | 4 | -14/+21 |
| * | Pass the fd in instead of converting it from FILE * | Chris Provenzano | 1995-08-16 | 3 | -12/+14 |
| * | decrypt_key.c, encrypt_key.c: Only save the salt data if salt type != 0. | Chris Provenzano | 1995-08-16 | 4 | -346/+203 |
| * | Add krb5_dbe_find_keytype() and clean up gcc -Wall complaints | Paul Park | 1995-08-15 | 2 | -4/+52 |
| * | * ktf_util.c: return KRB5_KEYTAB_BADVNO instead of -1 | Tom Yu | 1995-08-15 | 2 | -1/+5 |
| * | Fix various memory allocation and key/salt tuple related bugs | Paul Park | 1995-08-09 | 3 | -6/+58 |
| * | Terminate variable arglist to krb5_build_principal_ext() | Paul Park | 1995-08-09 | 2 | -1/+7 |
| * | fix typos | Tom Yu | 1995-08-09 | 1 | -3/+2 |
| * | * kdb_cpw.c (add_key_rnd): remove bletcherous aggregate | Tom Yu | 1995-08-09 | 2 | -22/+20 |
| * | Describe previous changes | Paul Park | 1995-08-08 | 1 | -0/+7 |
| * | Fix Purify complaint | Paul Park | 1995-08-08 | 2 | -0/+5 |
| * | Make sure unfilled data in krb5_key_data is zero in decode_princ_contents | Paul Park | 1995-08-08 | 1 | -0/+1 |
| * | Use correct length to malloc() in encrypt_key_data() | Paul Park | 1995-08-08 | 1 | -1/+1 |
| * | Include $(NETIO_SRCS) in the list of source files, instead of | Theodore Tso | 1995-08-07 | 2 | -1/+4 |
| * | Use generic_gss_release_oid_set() instead of gss_release_oid_set() so | Theodore Tso | 1995-08-07 | 2 | -1/+7 |
| * | If there is an error looking up the key, make sure the keytab is | Theodore Tso | 1995-08-07 | 2 | -6/+15 |
| * | tf_util.c (utimes): If __SVR4 is defined, #include <utime.h>, just as | Theodore Tso | 1995-08-07 | 3 | -2/+13 |
| * | Improve keysalt handling | Paul Park | 1995-08-07 | 3 | -15/+31 |
| * | Restore input strings to their original state after parsing | Paul Park | 1995-08-07 | 2 | -9/+16 |
| * | Fix another big-endian problem | Paul Park | 1995-08-07 | 2 | -1/+8 |
| * | Manually initialize krbtgt_princ.data | Paul Park | 1995-08-07 | 2 | -1/+8 |
| * | Add new error KRB5_KDB_BAD_KEYTYPE | Chris Provenzano | 1995-08-07 | 2 | -0/+5 |
| * | New routines for changing passwords of new kdb entries | Chris Provenzano | 1995-08-07 | 3 | -34/+396 |
| * | first pass attempt at cleaning up some gcc -Wall flames | Tom Yu | 1995-08-05 | 29 | -94/+171 |
| * | Use encode/decode macros to [de]serialize data going in/out of the database | Paul Park | 1995-08-04 | 4 | -128/+96 |
| * | Add new key/salt tuple handling modules | Paul Park | 1995-08-04 | 5 | -76/+222 |
| * | Add new error KRB5_KDB_BAD_SALTTYPE | Chris Provenzano | 1995-08-03 | 2 | -0/+7 |