| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | add des_random_key_seed | John Kohl | 1990-05-09 | 1 | -1/+7 |
| * | add compat for dbm_delete() | John Kohl | 1990-05-09 | 1 | -0/+1 |
| * | add krb5_copy_ticket, krb5_copy_authdata | John Kohl | 1990-05-08 | 1 | -0/+5 |
| * | move KRB5_KDB_MAX_LIFE & friends to config.h | John Kohl | 1990-05-07 | 2 | -5/+4 |
| * | new, improved interface from Dan Bernstein | John Kohl | 1990-05-04 | 1 | -18/+31 |
| * | add RCTMPDIR, KDCRCACHE | John Kohl | 1990-05-04 | 1 | -0/+3 |
| * | add addresses to credentials | John Kohl | 1990-05-04 | 1 | -0/+1 |
| * | add krb5_copy_addresses | John Kohl | 1990-05-04 | 1 | -34/+4 |
| * | ccache data needs to be a krb5_pointer (some compilers choke on void *) | John Kohl | 1990-05-03 | 1 | -1/+1 |
| * | macro-ize cc functions as appropriate | John Kohl | 1990-05-02 | 1 | -0/+13 |
| * | macro-ize keytab and cc functions as appropriate | John Kohl | 1990-05-02 | 1 | -58/+7 |
| * | macro-ize keytab functions as appropriate | John Kohl | 1990-05-02 | 1 | -0/+8 |
| * | add extra arg to fetch_mkey to indicate how many times to read the password | John Kohl | 1990-05-02 | 1 | -1/+1 |
| * | add const to encrypt/decrypt key parameters | John Kohl | 1990-05-02 | 1 | -2/+6 |
| * | add KRB5_KDB_DISALLOW_ALL_TIX | John Kohl | 1990-05-01 | 1 | -0/+1 |
| * | add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2 | John Kohl | 1990-04-30 | 1 | -0/+3 |
| * | add krb5_db_store_mkey | John Kohl | 1990-04-27 | 1 | -0/+3 |
| * | add fullname return arg to setup_mkey | John Kohl | 1990-04-27 | 1 | -1/+1 |
| * | key should be in-ilne | John Kohl | 1990-04-26 | 1 | -1/+1 |
| * | fix typos | John Kohl | 1990-04-25 | 1 | -2/+2 |
| * | fix typo in krb5_kt_default_name | John Kohl | 1990-04-25 | 1 | -1/+1 |
| * | fix error in remove function | John Kohl | 1990-04-25 | 1 | -1/+1 |
| * | add krb5_db_setup_mkey_name | John Kohl | 1990-04-24 | 1 | -0/+2 |
| * | add PROVIDE stuff (probably belongs somewhere else) | John Kohl | 1990-04-24 | 1 | -0/+2 |
| * | add crc32_cksumtable_entry | John Kohl | 1990-04-23 | 1 | -0/+2 |
| * | add PROVIDE_DES_CBC_CRC | John Kohl | 1990-04-23 | 1 | -0/+2 |
| * | add DBM stuff | John Kohl | 1990-04-20 | 1 | -0/+13 |
| * | add #include <krb5/osconf.h> | John Kohl | 1990-04-20 | 1 | -0/+2 |
| * | *** 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 |