| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | use internal prototypes | John Kohl | 1990-10-19 | 1 | -24/+1 |
| * | code rearrangement for const * stuff; make the _f functions static | John Kohl | 1990-10-19 | 1 | -69/+70 |
| * | change const krb5_pointer to krb5_const_pointer | John Kohl | 1990-10-19 | 6 | -14/+14 |
| * | remove extraneous XXX (correct error code) | John Kohl | 1990-10-18 | 2 | -2/+2 |
| * | no need for XXX...it is the proper error code | John Kohl | 1990-10-18 | 1 | -1/+1 |
| * | make it the caller's responsibility to clean up creds | John Kohl | 1990-10-18 | 1 | -1/+5 |
| * | nuke the encryption keys when cleaning up | John Kohl | 1990-10-18 | 1 | -0/+5 |
| * | fix some cleanup code to eradicate the keys | John Kohl | 1990-10-18 | 1 | -9/+59 |
| * | clean up stuff in credentials, if necessary after a lookup | John Kohl | 1990-10-18 | 1 | -2/+6 |
| * | whoops, forgot to change function name when copying code from elsewhere | John Kohl | 1990-10-18 | 1 | -1/+1 |
| * | added code to free up credentials when done | John Kohl | 1990-10-18 | 1 | -0/+3 |
| * | add f_cred_cnt | John Kohl | 1990-10-18 | 1 | -0/+2 |
| * | *** empty log message *** | John Kohl | 1990-10-18 | 1 | -0/+39 |
| * | use new free_cred_contents() routine | John Kohl | 1990-10-18 | 1 | -12/+1 |
| * | remove f_tgt_cred.c | John Kohl | 1990-10-18 | 1 | -2/+0 |
| * | add f_tgt_cred.c | John Kohl | 1990-10-18 | 1 | -2/+4 |
| * | remove inappropriate XXX | John Kohl | 1990-10-18 | 1 | -1/+1 |
| * | we pass in the sumtype now | John Kohl | 1990-10-18 | 1 | -1/+0 |
| * | add authorization data stuff (from Bill Sommerfeld) | John Kohl | 1990-10-18 | 2 | -3/+5 |
| * | add authdata stuff (from Bill Sommerfeld) | John Kohl | 1990-10-18 | 4 | -1/+153 |
| * | add authdata stuff (from Bill Sommerfeld) | John Kohl | 1990-10-18 | 1 | -0/+2 |
| * | add krb5_fcc_read_authdata, krb5_fcc_read_authdatum, krb5_fcc_store_authdata,... | John Kohl | 1990-10-18 | 1 | -0/+4 |
| * | Rewritten to allow for principals with components that contain component | Theodore Tso | 1990-10-15 | 2 | -148/+315 |
| * | Changes to export kdb5_db_lock and kdb5_db_unlock to the API.... changed | Theodore Tso | 1990-10-15 | 1 | -7/+11 |
| * | add setting of authenticator__vno | John Kohl | 1990-10-11 | 1 | -0/+1 |
| * | need to allocate, not call ourselves. | John Kohl | 1990-10-11 | 1 | -3/+16 |
| * | avoid bug with null tickets in array | John Kohl | 1990-10-11 | 1 | -1/+1 |
| * | need to zero out authorization_data | John Kohl | 1990-10-10 | 1 | -0/+1 |
| * | wrong function name for free.. | John Kohl | 1990-10-10 | 1 | -1/+1 |
| * | change krb5_decode_ticket to decode_krb5_ticket | John Kohl | 1990-10-10 | 1 | -1/+1 |
| * | changes for ciphertext change | John Kohl | 1990-10-10 | 1 | -2/+2 |
| * | changes for new encryption data structures | John Kohl | 1990-10-10 | 1 | -39/+49 |
| * | changes for new encryption data structures | John Kohl | 1990-10-10 | 4 | -30/+49 |
| * | change for new KDC message style | John Kohl | 1990-10-10 | 1 | -7/+18 |
| * | use base-level ticket encode | John Kohl | 1990-10-10 | 1 | -1/+1 |
| * | changes for new encryption data structures | John Kohl | 1990-10-10 | 2 | -29/+29 |
| * | Added an extra argument to mk_req_ext so that the caller can get a | Theodore Tso | 1990-10-10 | 1 | -4/+12 |
| * | changes for new encryption structure | John Kohl | 1990-10-10 | 5 | -31/+56 |
| * | changes for ciphertext changes | John Kohl | 1990-10-10 | 1 | -3/+3 |
| * | more REQ-BODY to separate top-level type | John Kohl | 1990-10-10 | 1 | -19/+8 |
| * | fixups for body encoding/decoding | John Kohl | 1990-10-10 | 2 | -76/+108 |
| * | add KRB5KDC_ERR_PADATA_TYPE_NOSUPP, KRB5KDC_ERR_SUMTYPE_NOSUPP | John Kohl | 1990-10-10 | 1 | -3/+3 |
| * | remove extraneous encode_tkt, decode_tkt | John Kohl | 1990-10-10 | 1 | -4/+0 |
| * | add encode_arp, decode_arp,encode_arq, decode_arq | John Kohl | 1990-10-10 | 1 | -0/+8 |
| * | missed some changes for AS/TGS rep | John Kohl | 1990-10-10 | 1 | -1/+13 |
| * | fixes for new TGS stuff | John Kohl | 1990-10-10 | 4 | -7/+8 |
| * | update to use ciphertext | John Kohl | 1990-10-10 | 1 | -2/+2 |
| * | need to use enc_data converters now | John Kohl | 1990-10-10 | 2 | -4/+5 |
| * | name change | John Kohl | 1990-10-10 | 2 | -3/+3 |
| * | add #ifdef for vsyslog | John Kohl | 1990-10-10 | 1 | -4/+9 |