summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* no need for keyprocarg to be constJohn Kohl1990-10-191-1/+1
* no need for keyprocarg to be constJohn Kohl1990-10-191-2/+2
* process_key takes a const arg #2John Kohl1990-10-191-1/+1
* need to cast (keyblock is const)John Kohl1990-10-191-3/+3
* process_key doesn't modify keyJohn Kohl1990-10-191-1/+1
* need to cast since sname is constJohn Kohl1990-10-191-1/+1
* need to cast because server is constJohn Kohl1990-10-191-1/+1
* change 'const krb5_principal' to krb5_const_principalJohn Kohl1990-10-1914-27/+27
* add 'const' where neededJohn Kohl1990-10-194-16/+17
* add 'const' where needed.John Kohl1990-10-191-2/+2
* add const_principalJohn Kohl1990-10-191-4/+6
* 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-199-39/+39
* add krb5_const_pointerJohn Kohl1990-10-191-0/+2
* 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
* Added declarations for krb5_unprase_name_ext and krb5_free_cred_contentsTheodore Tso1990-10-181-0/+6
* 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
* 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