summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rearrange object rulesJohn Kohl1990-10-251-2/+9
* ANSI cpp # directive cleanupEzra Peisach1990-10-241-1/+1
* use <syslog.h>; our include files will make that the Right ThingJohn Kohl1990-10-242-2/+2
* change random_confounder interface to fill in the area requestedJohn Kohl1990-10-232-4/+14
* change to a lengt/contents fill-in rather than a return valueJohn Kohl1990-10-231-8/+40
* change random_confounder to just fill in a krb5_pointerJohn Kohl1990-10-231-1/+3
* remove replay cache stuffJohn Kohl1990-10-221-8/+0
* remove kdc_rcacheJohn Kohl1990-10-224-37/+3
* use our syslog.hJohn Kohl1990-10-221-5/+1
* fix up types on encode_generic, decode_generic, translator_funcJohn Kohl1990-10-221-7/+7
* use real prototypesJohn Kohl1990-10-221-15/+22
* fix prototypes for openlog, syslogJohn Kohl1990-10-221-2/+2
* use const pointer in translatorJohn Kohl1990-10-222-2/+2
* put the const in the right placeJohn Kohl1990-10-191-2/+3
* don't need castsJohn Kohl1990-10-191-4/+3
* the decrypt arg is now constJohn Kohl1990-10-191-1/+1
* need to dereference the pointerJohn Kohl1990-10-191-1/+1
* fix erroneous use of . rather than ->John Kohl1990-10-191-4/+4
* fix const ptrJohn Kohl1990-10-191-5/+5
* the arg is now a const *John Kohl1990-10-192-7/+9
* need const krb5_data **John Kohl1990-10-191-1/+1
* no need for keyprocarg to be constJohn Kohl1990-10-191-4/+5
* 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
* make error case of mk_req_ext() explicitJohn Kohl1990-10-191-2/+6
* 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