summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* remove f_tgt_cred.cJohn Kohl1990-10-181-2/+0
* add f_tgt_cred.cJohn Kohl1990-10-181-2/+4
* remove inappropriate XXXJohn Kohl1990-10-181-1/+1
* we pass in the sumtype nowJohn Kohl1990-10-181-1/+0
* add authorization data stuff (from Bill Sommerfeld)John Kohl1990-10-182-3/+5
* add authdata stuff (from Bill Sommerfeld)John Kohl1990-10-184-1/+153
* add authdata stuff (from Bill Sommerfeld)John Kohl1990-10-181-0/+2
* add krb5_fcc_read_authdata, krb5_fcc_read_authdatum, krb5_fcc_store_authdata,...John Kohl1990-10-181-0/+4
* add authdata to credentials structure (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* fix concat_authorization_data to work properly in absence of John Kohl1990-10-181-3/+6
* add KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* bug fix from Bill Sommerfeld: zero out my_creds to avoidJohn Kohl1990-10-181-0/+2
* Rewritten to allow for principals with components that contain componentTheodore Tso1990-10-152-148/+315
* Changes to export kdb5_db_lock and kdb5_db_unlock to the API.... changedTheodore Tso1990-10-151-7/+11
* remove krb5_decode_ticketJohn Kohl1990-10-151-3/+4
* stdlib.hJohn Kohl1990-10-151-10/+12
* Changes to the includes so that krb5_db_lock and krb5_db_unlock areTheodore Tso1990-10-151-0/+9
* changed process_v4() stub & its call to have three arguments,Donald Davis1990-10-112-2/+2
* fix confusion about type of apreqJohn Kohl1990-10-111-12/+12
* add setting of authenticator__vnoJohn Kohl1990-10-111-0/+1
* need to allocate, not call ourselves.John Kohl1990-10-111-3/+16
* can't be const since it is modifiedJohn Kohl1990-10-111-1/+1
* avoid bug with null tickets in arrayJohn Kohl1990-10-111-1/+1
* need to zero out authorization_dataJohn Kohl1990-10-101-0/+1
* packet can be modified by decode_krb5_as_req, so we can't be constJohn Kohl1990-10-102-2/+2
* remove spurious returnJohn Kohl1990-10-101-1/+0
* wrong function name for free..John Kohl1990-10-101-1/+1
* change krb5_decode_ticket to decode_krb5_ticketJohn Kohl1990-10-101-1/+1
* changes for ciphertext changeJohn Kohl1990-10-101-2/+2
* lots of small changes for new data structures/packet formats.John Kohl1990-10-101-141/+118
* changes for process_*_req; delete decrypt_tgs_reqJohn Kohl1990-10-101-6/+5
* remove decrypt_tgs_reqJohn Kohl1990-10-101-97/+70
* changes for new kdc request structureJohn Kohl1990-10-101-20/+30
* change data structure namesJohn Kohl1990-10-101-4/+4
* changes for new data structuresJohn Kohl1990-10-102-20/+21
* changes for new encryption data structuresJohn Kohl1990-10-101-39/+49
* changes for new encryption data structuresJohn Kohl1990-10-104-30/+49
* change for new KDC message styleJohn Kohl1990-10-101-7/+18
* use base-level ticket encodeJohn Kohl1990-10-101-1/+1
* changes for new encryption data structuresJohn Kohl1990-10-102-29/+29
* Added an extra argument to mk_req_ext so that the caller can get aTheodore Tso1990-10-101-4/+12
* changes for new encryption structureJohn Kohl1990-10-105-31/+56
* changes for ciphertext changesJohn Kohl1990-10-101-3/+3
* changes for new ASN.1 sutffJohn Kohl1990-10-101-94/+107
* more REQ-BODY to separate top-level typeJohn Kohl1990-10-101-19/+8
* fixups for body encoding/decodingJohn Kohl1990-10-102-76/+108
* add encode_krb5_kdc_req_body, decode_krb5_kdc_req_bodyJohn Kohl1990-10-101-26/+35
* add krb5_kdc_req body stuffJohn Kohl1990-10-101-0/+4
* add krb5_free_keyblockJohn Kohl1990-10-101-0/+2
* add KRB5KDC_ERR_PADATA_TYPE_NOSUPP, KRB5KDC_ERR_SUMTYPE_NOSUPPJohn Kohl1990-10-101-3/+3