aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2009-01-23Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov3-2/+9
2009-01-22fix trailing whitespaceTom Yu1-2/+2
2009-01-22whitespaceTom Yu1-1/+1
2009-01-15Make enctype and checksumtype name mapping table types private to theKen Raeburn1-63/+0
2009-01-15Fix an additional multiple-write case noted by John, where sendauthKen Raeburn1-1/+2
2009-01-13Patch from Luke Howard to:Sam Hartman1-1/+7
2009-01-12Add message hash support to the replay interface, using extensionGreg Hudson1-0/+4
2009-01-06Patch from Luke HowardSam Hartman1-1/+7
2009-01-06Fix capitalizationSam Hartman1-1/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn1-0/+1
2009-01-03xrealm_non_transitive not trust_non_transitiveSam Hartman1-2/+2
2009-01-03Remove flags that do not correspond to behavior we supportSam Hartman1-4/+0
2009-01-03KDB API should not be publicSam Hartman1-3/+0
2009-01-03Merge mskrb-integ onto trunkSam Hartman10-28/+1108
2008-12-29Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2-4/+4
2008-12-24Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2-4/+4
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson15-2200/+0
2008-12-15Remove krb4 code in libkrb5Greg Hudson1-14/+0
2008-12-09Clean up some kadmind4 relics left behind in osconf.hinGreg Hudson1-12/+0
2008-12-02Crypto IOV API per Projects/AEAD encryption APISam Hartman2-3/+122
2008-12-01Move cc_mutex code from k5-int.h - where it is globally available to cc-int.hEzra Peisach1-31/+0
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov1-0/+10
2008-11-05Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson1-3/+3
2008-11-03Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood2-3/+76
2008-10-28In the k5buf module, add a function to append formatted data to aGreg Hudson1-0/+8
2008-10-28Add the k5buf string module to libkrb5supportGreg Hudson2-0/+120
2008-10-27Remove empty declaration of struct _krb5_kt_ops after the fully defined struc...Ezra Peisach1-1/+0
2008-10-25partial rewrite of the ASN.1 encodersKen Raeburn1-7/+17
2008-10-25More regression tests for ASN.1 encodersKen Raeburn1-0/+5
2008-10-24krb5_build_principal_va does not allocate krb5_principalAlexandra Ellwood2-1/+16
2008-10-24Add build system support for strlcpy and strlcat on platforms which doGreg Hudson1-0/+8
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson1-0/+16
2008-10-15Merge KerberosIPC into k5_mig supportAlexandra Ellwood1-6/+1
2008-10-15Now that we have support for conditionally exporting symbols from the supportKen Raeburn1-74/+5
2008-10-09preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood2-2/+4
2008-10-09KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood1-21/+24
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-12/+12
2008-10-02Support for change password checkbox in enter and selectAlexandra Ellwood1-4/+12
2008-10-01Updated documentation to reflect new APIs and re-ran DoxygenAlexandra Ellwood9-43/+84
2008-10-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood1-1/+3
2008-10-01Support for passing options back and forth for enter_identity and Alexandra Ellwood1-1/+2
2008-09-30CCAPI should use common ipc and stream codeAlexandra Ellwood1-5/+0
2008-09-29Added support for disabling password saving, both globallyAlexandra Ellwood1-1/+6
2008-09-29Removed useless init and cleanup functions. Alexandra Ellwood1-1/+1
2008-09-28Create common stream and ipc layer for CCAPI and KIM. Alexandra Ellwood3-1/+86
2008-09-27Renamed kim_identity_get_components to kim_identity_get_components_stringAlexandra Ellwood1-2/+2
2008-09-27KerberosAgent MachIPC supportAlexandra Ellwood1-0/+10
2008-09-26Added kim_credential_get_options and kim_ccache_get_optionsAlexandra Ellwood2-0/+34
2008-09-26Removed application name setting function from kim_selection_hints headersAlexandra Ellwood1-28/+2
2008-09-26Initial checkin of Mac OS X ipc support. Alexandra Ellwood1-7/+2