| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | *** empty log message *** | John Kohl | 1990-02-09 | 1 | -0/+180 |
| * | add get_in_tkt, in_tkt_skey | John Kohl | 1990-02-09 | 1 | -0/+4 |
| * | modify realm_of_tgt to use krb5_princ_realm() | John Kohl | 1990-02-09 | 1 | -1/+1 |
| * | add #define of krb5_princ_realm() | John Kohl | 1990-02-09 | 1 | -0/+2 |
| * | *** empty log message *** | John Kohl | 1990-02-09 | 1 | -0/+148 |
| * | rearrange args to krb5_kdb_decrypt_key | John Kohl | 1990-02-08 | 1 | -1/+1 |
| * | change order of arguments for consistency | John Kohl | 1990-02-08 | 1 | -2/+2 |
| * | change argument lists to deal with ANSI peculiarities | John Kohl | 1990-02-08 | 1 | -15/+21 |
| * | 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/fix comments | John Kohl | 1990-02-08 | 1 | -7/+19 |
| * | change declaration of krb5_decode_kdc_rep for ANSI stuff | John Kohl | 1990-02-08 | 1 | -6/+9 |
| * | 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 |
| * | fix up declaration of kdc_rdreq_keyproc for prototype confusion w.r.t. | John Kohl | 1990-02-08 | 1 | -7/+10 |
| * | add comments; rearrange argument order to be in, then out | John Kohl | 1990-02-08 | 2 | -2/+14 |
| * | undo promotion confusion (need to use new-style declarations in .c files) | John Kohl | 1990-02-08 | 1 | -7/+7 |
| * | need to play with function declarations for ANSI prototypes | John Kohl | 1990-02-08 | 1 | -6/+11 |
| * | add in_tkt_pwd, kdc_rep_dc | John Kohl | 1990-02-07 | 1 | -0/+4 |
| * | *** empty log message *** | John Kohl | 1990-02-07 | 2 | -0/+183 |
| * | move decrypt out to separate function | John Kohl | 1990-02-07 | 1 | -43/+4 |
| * | remove krb5_mkey_pwd_prompt1, krb5_mkey_pwd_prompt2, | John Kohl | 1990-02-07 | 2 | -4/+6 |
| * | change isset to isflagset; set to setflag | John Kohl | 1990-02-07 | 1 | -64/+67 |
| * | change isset to isflagset; set to setflag | John Kohl | 1990-02-07 | 1 | -14/+14 |
| * | #ifdef-out some of the varargs com_err stuff | John Kohl | 1990-02-07 | 1 | -48/+162 |
| * | remove kdc_input_mkey | John Kohl | 1990-02-07 | 2 | -44/+16 |
| * | change isset to isflagset | John Kohl | 1990-02-07 | 1 | -20/+22 |
| * | 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 |
| * | more should be a krb5_boolean | John Kohl | 1990-02-07 | 1 | -2/+4 |
| * | add fetch_mkey, decrypt_key | John Kohl | 1990-02-07 | 1 | -2/+2 |
| * | lint fixes | John Kohl | 1990-02-07 | 1 | -1/+2 |
| * | lint fixes, and can't use size of void for pointer arith | John Kohl | 1990-02-07 | 1 | -3/+3 |
| * | add compatibility #defines for const, volatile | John Kohl | 1990-02-07 | 1 | -0/+3 |
| * | move decrypt_key to separate file | John Kohl | 1990-02-07 | 1 | -39/+0 |
| * | *** empty log message *** | John Kohl | 1990-02-07 | 1 | -0/+62 |
| * | 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 | 2 | -1/+23 |
| * | remove extraneous krb5_free... prototypes | John Kohl | 1990-02-07 | 1 | -36/+6 |
| * | add lots of stuff | John Kohl | 1990-02-06 | 1 | -5/+116 |
| * | add declarations of listen_and_process, setup_network, closedown_network | John Kohl | 1990-02-06 | 1 | -1/+3 |
| * | add kdc_input_mkey | John Kohl | 1990-02-06 | 1 | -1/+55 |