summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
Commit message (Expand)AuthorAgeFilesLines
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-0/+3
* Use macros for config parametersZhanna Tsitkov2009-02-041-6/+23
* Fix a whitespace error introduced when fixing a typo in the definesGreg Hudson2009-02-021-1/+1
* Fix a typo in the defines added to k5-int.hGreg Hudson2009-02-021-1/+1
* Introduces macros for config parametersZhanna Tsitkov2009-02-021-0/+77
* Collect hairy parts of krb5_is_<msgtype> macros into one helper macroKen Raeburn2009-02-021-51/+20
* disable single-DES by defaultTom Yu2009-01-281-0/+4
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-231-0/+3
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-151-63/+0
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-1/+2
* Patch from Luke Howard to:Sam Hartman2009-01-131-1/+7
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+4
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-11/+90
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-291-4/+0
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-241-0/+4
* Remove krb4 code in libkrb5Greg Hudson2008-12-151-14/+0
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-021-3/+65
* Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach2008-12-011-31/+0
* PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov2008-11-171-0/+10
* Add the k5buf string module to libkrb5supportGreg Hudson2008-10-281-0/+3
* Remove empty declaration of struct _krb5_kt_ops after the fully defined struc...Ezra Peisach2008-10-271-1/+0
* partial rewrite of the ASN.1 encodersKen Raeburn2008-10-251-7/+17
* More regression tests for ASN.1 encodersKen Raeburn2008-10-251-0/+5
* krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2008-10-241-0/+9
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-12/+12
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-221-1/+35
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-2/+9
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-161-20/+0
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-151-2/+0
* a stash file is not a keytabWill Fiveash2008-08-151-0/+5
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-0/+2
* Add comment and <TargetConditionals.h> to previousTom Yu2008-07-101-0/+11
* Use #pragma pop on the Mac to ensure that the krb5_gic_opt_extTom Yu2008-07-101-0/+8
* Merge from branch sun-ipropKen Raeburn2008-06-241-0/+4
* Change krb5_context.db_context to point to the real structure type,Ken Raeburn2008-06-021-2/+4
* bump accessor version numberTom Yu2007-09-041-1/+1
* Remove macros and associated comments that appear to be forKen Raeburn2007-08-281-65/+0
* In krb5_preauth_context ftable should be Jeffrey Altman2007-08-081-1/+1
* KRB5_CALLCONV must be specified inside parens Jeffrey Altman2007-08-061-1/+1
* Add PKINIT supportKevin Coffman2007-08-011-44/+101
* Debugged version of patch worked up with LukeKen Raeburn2007-07-271-2/+10
* Pull out code for looking up the current time, comparing the offset ofKen Raeburn2007-07-201-0/+1
* Change struct _krb5_context.os_context into a single element instead of array[1]Ken Raeburn2007-05-211-10/+1
* Simplify UNIX krb5int_zap_data a little. Omit volatile cast, just call memset,Ken Raeburn2007-05-211-10/+6
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-1/+38
* k5-int.h, gic_opt.cJeffrey Altman2007-05-021-2/+2
* Remove unused scc_default_format field from krb5_contextKen Raeburn2007-03-261-1/+0
* Ensure consistancy between prototypes and functionsEzra Peisach2007-02-191-1/+1
* rename krb5_server_decrypt_ticket_keyblock() toTom Yu2007-02-131-1/+1
* get_init_creds_opt extensibilityTom Yu2007-01-301-6/+79