summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* *** empty log message ***John Kohl1990-10-292-0/+27
* use fake-stdlib.h nowJohn Kohl1990-10-291-0/+4
* use new relative pathnamesJohn Kohl1990-10-251-4/+4
* use relative pathnames to new location of error table headersJohn Kohl1990-10-251-3/+3
* ANSI cpp # directive cleanupEzra Peisach1990-10-241-1/+1
* change random_confounder to just fill in a krb5_pointerJohn Kohl1990-10-231-1/+3
* fix up types on encode_generic, decode_generic, translator_funcJohn Kohl1990-10-221-7/+7
* fix prototypes for openlog, syslogJohn Kohl1990-10-221-2/+2
* use const pointer in translatorJohn Kohl1990-10-221-1/+1
* put the const in the right placeJohn Kohl1990-10-191-2/+3
* the decrypt arg is now constJohn Kohl1990-10-191-1/+1
* no need for keyprocarg to be constJohn Kohl1990-10-191-2/+2
* process_key doesn't modify keyJohn Kohl1990-10-191-1/+1
* change 'const krb5_principal' to krb5_const_principalJohn Kohl1990-10-193-12/+12
* add 'const' where neededJohn Kohl1990-10-191-2/+2
* add const_principalJohn Kohl1990-10-191-4/+6
* change const krb5_pointer to krb5_const_pointerJohn Kohl1990-10-193-25/+25
* add krb5_const_pointerJohn Kohl1990-10-191-0/+2
* Added declarations for krb5_unprase_name_ext and krb5_free_cred_contentsTheodore Tso1990-10-181-0/+6
* add authdata to credentials structure (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* add KRB5_TC_MATCH_AUTHDATA (from Bill Sommerfeld)John Kohl1990-10-181-0/+1
* 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
* can't be const since it is modifiedJohn Kohl1990-10-111-1/+1
* changes for new ASN.1 sutffJohn Kohl1990-10-101-94/+107
* 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 KDC_ERR_SUMTYPE_NOSUPP, KDC_ERR_PADATA_TYPE_NOSUPPJohn Kohl1990-10-101-0/+2
* fix numbersJohn Kohl1990-10-101-9/+12
* clean up TGS/KDC/AS stuffJohn Kohl1990-10-101-7/+7
* fix TGS /KDC req stuffJohn Kohl1990-10-101-54/+50
* authenticator needs to be enc_data in the AP_REQJohn Kohl1990-10-101-1/+1
* add cvt_flagsJohn Kohl1990-10-101-1/+6
* remove ktrep2trep, trep2ktrepJohn Kohl1990-10-101-8/+0
* remove krb5_tgs_req_enc_part stuffJohn Kohl1990-10-091-26/+4
* changes for new ASN.1 stuffJohn Kohl1990-10-091-48/+26
* add krb5_free_tickets, krb5_free_kdc_reqJohn Kohl1990-10-091-1/+4
* no tgs_ specific free functionsJohn Kohl1990-10-091-6/+2
* these prototypes are already in func-proto.hJohn Kohl1990-10-091-24/+0
* replace prototypes with fresh ones from *2*.cJohn Kohl1990-10-091-163/+196
* add krb5_enc_dataJohn Kohl1990-10-091-0/+6
* ms_timeofday takes a ui_2 now to hold the millisecond fieldJohn Kohl1990-10-021-1/+1
* Changed interface to mk_req_extended to include passing back theTheodore Tso1990-10-011-0/+1
* change param names on ap_rep; add ap_rep_enc_part stuffJohn Kohl1990-09-281-4/+15
* add prototyeps for krb5_mk_rep, krb5_rd_repJohn Kohl1990-09-281-0/+8
* add macros to hide the object deref in encryption functionsJohn Kohl1990-09-201-0/+9
* fix more confusion with krb5_ui_* typesJohn Kohl1990-09-112-5/+8
* remove bogus casts on decode_genericJohn Kohl1990-09-111-16/+16