| Commit message (Expand) | Author | Age | Files | Lines |
* | *** empty log message *** | John Kohl | 1990-04-20 | 1 | -0/+38 |
* | add DEFAULT_TRANS_FILENAME | John Kohl | 1990-04-19 | 1 | -0/+1 |
* | krb5_free_krbhst can take a const * | John Kohl | 1990-04-19 | 1 | -1/+1 |
* | add realloc(); rearrange a bit | John Kohl | 1990-04-19 | 1 | -2/+2 |
* | add const to function signatures where appropriate | John Kohl | 1990-04-19 | 1 | -5/+13 |
* | move more things to libos | John Kohl | 1990-04-19 | 1 | -8/+0 |
* | add DEFAULT_CONFIG_FILENAME, KDC_PORTNAME | John Kohl | 1990-04-19 | 1 | -0/+2 |
* | fix const for **'s | John Kohl | 1990-04-19 | 1 | -9/+9 |
* | 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 |