| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add const to function signatures where appropriate | John Kohl | 1990-04-19 | 1 | -2/+2 |
| * | add const to function signatures where appropriate | John Kohl | 1990-04-19 | 1 | -53/+53 |
| * | add const where appropriate on main lib funcs | John Kohl | 1990-04-18 | 1 | -95/+97 |
| * | add const's where appropriate on encryption routiens | John Kohl | 1990-04-18 | 1 | -9/+10 |
| * | use krb5_data * in macros, and sanity check it first | John Kohl | 1990-04-17 | 1 | -8/+24 |
| * | add ASN.1 application data smarts for checking packet types | John Kohl | 1990-04-17 | 1 | -0/+23 |
| * | fix prototype (extra needed args, type of args) | John Kohl | 1990-04-06 | 1 | -1/+2 |
| * | put data structure in-line in the krb5_response | John Kohl | 1990-04-06 | 1 | -1/+1 |
| * | fix prototypes for librc, to match the spec & implementation | John Kohl | 1990-04-02 | 1 | -4/+4 |
| * | include <string.h> for stdc, too, and remove those decl's from <stdlib.h> | John Kohl | 1990-04-02 | 1 | -6/+4 |
| * | move krb5_aname_to_localname to libos | John Kohl | 1990-03-30 | 2 | -4/+4 |
| * | add krb5_free_creds | John Kohl | 1990-03-30 | 1 | -0/+1 |
| * | change krb5_copy_cred to krb5_copy_creds | John Kohl | 1990-03-30 | 1 | -1/+1 |
| * | move krb5_sendto_kdc, krb5_get_krbhst,krb5_free_krbhst here from | John Kohl | 1990-03-30 | 1 | -1/+9 |
| * | 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 |