aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-11-21cleanupLuke Howard2-9/+14
2008-11-21Fix some warningsLuke Howard1-10/+10
2008-11-21Fix some warningsLuke Howard2-15/+25
2008-11-20cleanupLuke Howard1-3/+18
2008-11-20define KRB5_RELTAG for nowLuke Howard1-1/+1
2008-11-20Export krb5_unparse_name_flags_extLuke Howard1-0/+1
2008-11-20add krb5_unparse_name_flags_ext()Luke Howard2-0/+13
2008-11-20cleanupLuke Howard1-3/+3
2008-11-20Don't escape spaces in principal names on unparsingLuke Howard1-2/+2
2008-11-20fix invalid readLuke Howard1-4/+4
2008-11-20Update exports for PAC APIsLuke Howard1-0/+8
2008-11-20PAC API bugfixes, now passes Heimdal test suiteLuke Howard2-26/+55
2008-11-20Fix typoLuke Howard1-1/+1
2008-11-20Cleanup to use new principal parsing APIsLuke Howard1-43/+14
2008-11-20Escape spaces upon unparsing, to pass Heimdal test suite; may need toLuke Howard1-0/+7
2008-11-20Implement krb5_parse_name_flags() and UPN supportLuke Howard1-43/+105
2008-11-20Add krb5_principal_compare_any_realm() for Heimdal compatLuke Howard3-7/+51
2008-11-19Add krb5_unparse_name_flags() (Heimdal API)Luke Howard3-32/+130
2008-11-19Check for duplicate buffers in PACLuke Howard1-5/+20
2008-11-19export krb5int_utf8s_to_ucs2lesLuke Howard2-2/+5
2008-11-19add krb5int_pac_sign()Luke Howard2-1/+11
2008-11-19Add protoypes for Heimdal PAC parsing APIsLuke Howard1-0/+52
2008-11-19Initial implementation (untested) of PAC APIsLuke Howard1-8/+768
2008-11-19Add counted UCS-2 to UTF-8 APIsLuke Howard2-11/+80
2008-11-19Add stubs for Heimdal-compatible PAC parsing APILuke Howard1-0/+90
2008-11-18Build unicode subdirectoryLuke Howard2-2/+11
2008-11-18normcmp should take const data argumentsLuke Howard2-4/+4
2008-11-18export krb5int_utf8_nextLuke Howard1-0/+1
2008-11-18Don't limit comparisons to UCS-2Luke Howard1-4/+4
2008-11-18Parse new [libdefaults] optionsLuke Howard1-0/+14
2008-11-18Import OpenLDAP Unicode normalization and comparison APIsLuke Howard26-0/+38996
2008-11-18Use new UTF-8 to UCS-2 conversion API for rc4-hmac string2keyLuke Howard1-59/+8
2008-11-18Add "dumb" UTF-8 to UCS-2 conversion routinesLuke Howard4-0/+927
2008-11-18Add Unicode/UTF-8 headersLuke Howard2-0/+378
2008-11-18Add libdefaults options for UTF-8 and case-insensitive behaviourLuke Howard1-0/+3
2008-11-17Fix some more warningsLuke Howard4-12/+12
2008-11-17fix some warningsLuke Howard6-32/+35
2008-11-17Cleanup warningsLuke Howard2-12/+12
2008-11-17Cleanup warningsLuke Howard4-19/+19
2008-11-17Change crypto_length prototype to return unsigned int, so itLuke Howard1-1/+1
2008-11-16Namespace cleanupLuke Howard6-60/+60
2008-11-16Refactor code such that an AEAD provider does not need to implement theLuke Howard2-102/+4
2008-11-16Refactor code such that an AEAD provider does not need to implement theLuke Howard6-39/+210
2008-11-16Fix extern declarationLuke Howard1-1/+1
2008-11-15Use return value of get/put block to indicate termination conditionLuke Howard7-20/+15
2008-11-15CCM: iv should just contain nonce, not CTRLuke Howard1-12/+7
2008-11-15CCM: cleanupLuke Howard1-2/+2
2008-11-15Allow caller to specify nonce/initial counter value for CCMLuke Howard1-21/+42
2008-11-15CleanupLuke Howard1-24/+33
2008-11-15Cleanup docsLuke Howard1-1/+3