summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use internal prototypesJohn Kohl1990-10-191-24/+1
* code rearrangement for const * stuff; make the _f functions staticJohn Kohl1990-10-191-69/+70
* change const krb5_pointer to krb5_const_pointerJohn Kohl1990-10-196-14/+14
* remove extraneous XXX (correct error code)John Kohl1990-10-182-2/+2
* no need for XXX...it is the proper error codeJohn Kohl1990-10-181-1/+1
* make it the caller's responsibility to clean up credsJohn Kohl1990-10-181-1/+5
* nuke the encryption keys when cleaning upJohn Kohl1990-10-181-0/+5
* fix some cleanup code to eradicate the keysJohn Kohl1990-10-181-9/+59
* clean up stuff in credentials, if necessary after a lookupJohn Kohl1990-10-181-2/+6
* whoops, forgot to change function name when copying code from elsewhereJohn Kohl1990-10-181-1/+1
* added code to free up credentials when doneJohn Kohl1990-10-181-0/+3
* add f_cred_cntJohn Kohl1990-10-181-0/+2
* *** empty log message ***John Kohl1990-10-181-0/+39
* use new free_cred_contents() routineJohn Kohl1990-10-181-12/+1
* 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
* 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
* add setting of authenticator__vnoJohn Kohl1990-10-111-0/+1
* need to allocate, not call ourselves.John Kohl1990-10-111-3/+16
* avoid bug with null tickets in arrayJohn Kohl1990-10-111-1/+1
* need to zero out authorization_dataJohn Kohl1990-10-101-0/+1
* 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
* 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
* more REQ-BODY to separate top-level typeJohn Kohl1990-10-101-19/+8
* fixups for body encoding/decodingJohn Kohl1990-10-102-76/+108
* add KRB5KDC_ERR_PADATA_TYPE_NOSUPP, KRB5KDC_ERR_SUMTYPE_NOSUPPJohn Kohl1990-10-101-3/+3
* remove extraneous encode_tkt, decode_tktJohn Kohl1990-10-101-4/+0
* add encode_arp, decode_arp,encode_arq, decode_arqJohn Kohl1990-10-101-0/+8
* missed some changes for AS/TGS repJohn Kohl1990-10-101-1/+13
* fixes for new TGS stuffJohn Kohl1990-10-104-7/+8
* update to use ciphertextJohn Kohl1990-10-101-2/+2
* need to use enc_data converters nowJohn Kohl1990-10-102-4/+5
* name changeJohn Kohl1990-10-102-3/+3
* add #ifdef for vsyslogJohn Kohl1990-10-101-4/+9