| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | move krb5_sendto_kdc, krb5_get_krbhst to libos | John Kohl | 1990-03-30 | 1 | -10/+11 |
| * | remove leading __ on #include-blockers (__ is reserved by standards) | John Kohl | 1990-03-26 | 19 | -57/+57 |
| * | add proto_keytype to entry | John Kohl | 1990-03-26 | 1 | -4/+18 |
| * | remove leading __ on #define blockers | John Kohl | 1990-03-26 | 1 | -4/+4 |
| * | remove leading __ on #define blockers | John Kohl | 1990-03-26 | 1 | -3/+3 |
| * | change #define blockers | John Kohl | 1990-03-26 | 1 | -3/+4 |
| * | remove krb5_free.h | John Kohl | 1990-03-26 | 1 | -4/+3 |
| * | *** empty log message *** | John Kohl | 1990-03-26 | 1 | -0/+49 |
| * | add krb5_copy_keyblock | John Kohl | 1990-03-26 | 1 | -0/+3 |
| * | remove redundant field bits | John Kohl | 1990-03-23 | 1 | -36/+3 |
| * | add encode/decode krb5_enc_priv_part | John Kohl | 1990-03-21 | 1 | -0/+11 |
| * | add definitions for msec direction bit for KRB_SAFE, KRB_PRIV\ | John Kohl | 1990-03-09 | 1 | -0/+4 |
| * | add krb5_fulladdr_order | John Kohl | 1990-03-09 | 1 | -0/+3 |
| * | add ap_options to tkt_authent structure | John Kohl | 1990-03-09 | 1 | -0/+1 |
| * | fix up mk_req_extended (it needs ccache, and had an extra int) | John Kohl | 1990-03-09 | 1 | -5/+10 |
| * | fix bad capitalization of decode_krb5_authenticator | John Kohl | 1990-03-09 | 1 | -1/+1 |
| * | fix prototype for db_age to use time_t | John Kohl | 1990-02-13 | 1 | -1/+11 |
| * | remove sprintf, getmnt | John Kohl | 1990-02-13 | 1 | -6/+3 |
| * | add finish_random_key; rearrange order of init, finish, and random_key | John Kohl | 1990-02-12 | 1 | -2/+3 |
| * | add Ultrix stdlib; clean up parameter names in VAX stdlib | John Kohl | 1990-02-12 | 1 | -214/+618 |
| * | Initial revision | John Kohl | 1990-02-12 | 1 | -0/+325 |
| * | clean up the rcache ops functions | John Kohl | 1990-02-12 | 1 | -19/+15 |
| * | add char *getenv() | John Kohl | 1990-02-12 | 1 | -0/+1 |
| * | change KRB5_INT32_MIN to a strange form for correctness | John Kohl | 1990-02-12 | 1 | -1/+3 |
| * | add krb5_tk_default_name, krb5_kt_default, krb5_kt_free_entry | John Kohl | 1990-02-09 | 1 | -0/+7 |
| * | fix argument to KRB5_KDC__REP2krb5_kdc_rep | John Kohl | 1990-02-09 | 1 | -1/+1 |
| * | missed one formal arg name | John Kohl | 1990-02-09 | 1 | -1/+1 |
| * | remove formal arg names | John Kohl | 1990-02-09 | 1 | -105/+105 |
| * | add #define of krb5_princ_realm() | John Kohl | 1990-02-09 | 1 | -0/+2 |
| * | fix krb5_get_in_tkt (needs ccache arg) | John Kohl | 1990-02-08 | 1 | -1/+2 |
| * | fix ordering of args in prototypes for decrypt procs | John Kohl | 1990-02-08 | 1 | -3/+3 |
| * | fix remaining prototype confusion | John Kohl | 1990-02-08 | 1 | -3/+3 |
| * | add krb5_kdb_encrypt_key, krb5_kdb_decrypt_key | John Kohl | 1990-02-08 | 1 | -0/+4 |
| * | add DECLARG, OLDDECLARG to do proper type conversion &c for ANSI | John Kohl | 1990-02-08 | 1 | -0/+4 |
| * | undo promotion confusion (need to use new-style declarations in .c files) | John Kohl | 1990-02-08 | 1 | -7/+7 |
| * | fix up protos regarding in_tkt stuff | John Kohl | 1990-02-07 | 1 | -17/+19 |
| * | split tgs_req into pieces to accomodate checksum after encoding | John Kohl | 1990-02-07 | 1 | -2/+8 |
| * | #define the DBM names to the real names, to avoid a level of indirection | John Kohl | 1990-02-07 | 1 | -0/+14 |
| * | add KRB5_KDC_MKEY_1, KRB5_KDC_MKEY_2, krb5_mkey_pwd_prompt1, krb5_mkey_pwd_pr... | John Kohl | 1990-02-07 | 1 | -2/+12 |
| * | add encode_krb5_tgs_req_enc_part, decode_krb5_tgs_req_enc_part | John Kohl | 1990-02-07 | 1 | -0/+10 |
| * | add compatibility #defines for const, volatile | John Kohl | 1990-02-07 | 1 | -0/+3 |
| * | choose sigtype | John Kohl | 1990-02-07 | 1 | -0/+7 |
| * | forgot to change krb5_tgs_req to krb5_real_tgs_req in one spot | John Kohl | 1990-02-07 | 1 | -1/+1 |
| * | change ASN.1 rep of TGS req so that AP REQ is constructed separately | John Kohl | 1990-02-07 | 1 | -0/+11 |
| * | remove extraneous krb5_free... prototypes | John Kohl | 1990-02-07 | 1 | -36/+6 |
| * | add arg to prototype for krb5_db_verify_master_key | John Kohl | 1990-02-05 | 1 | -1/+1 |
| * | add KRB5_INT32_MAX, KRB5_INT32_MIN | John Kohl | 1990-02-05 | 1 | -0/+3 |
| * | modify string_to_key and sum_func signatures | John Kohl | 1990-02-05 | 1 | -5/+13 |
| * | remove formal param names | John Kohl | 1990-02-05 | 1 | -17/+17 |
| * | key is no longer ptr in the db_entry structure | John Kohl | 1990-02-03 | 1 | -1/+3 |