summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-0/+5
* Master Key Migration ProjectWill Fiveash2009-01-301-4/+166
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-301-1/+1
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-291-0/+1
* disable single-DES by defaultTom Yu2009-01-281-0/+4
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-16/+28
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-233-2/+9
* fix trailing whitespaceTom Yu2009-01-221-2/+2
* whitespaceTom Yu2009-01-221-1/+1
* 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
* Patch from Luke HowardSam Hartman2009-01-061-1/+7
* Fix capitalizationSam Hartman2009-01-061-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-051-0/+1
* xrealm_non_transitive not trust_non_transitiveSam Hartman2009-01-031-2/+2
* Remove flags that do not correspond to behavior we supportSam Hartman2009-01-031-4/+0
* KDB API should not be publicSam Hartman2009-01-031-3/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-0310-28/+1108
* Revert r21589, and export krb5_get_fallback_host_realm insteadGreg Hudson2008-12-292-4/+4
* Clean up krb5_get_fallback_host_realm in two respects:Greg Hudson2008-12-242-4/+4
* Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson2008-12-1815-2200/+0
* Remove krb4 code in libkrb5Greg Hudson2008-12-151-14/+0
* Clean up some kadmind4 relics left behind in osconf.hinGreg Hudson2008-12-091-12/+0
* Crypto IOV API per Projects/AEAD encryption APISam Hartman2008-12-022-3/+122
* 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
* Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be usedGreg Hudson2008-11-051-3/+3
* Add _with_password credential acquisition functions to KIM APIAlexandra Ellwood2008-11-032-3/+76
* In the k5buf module, add a function to append formatted data to aGreg Hudson2008-10-281-0/+8
* Add the k5buf string module to libkrb5supportGreg Hudson2008-10-282-0/+120
* 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-242-1/+16
* Add build system support for strlcpy and strlcat on platforms which doGreg Hudson2008-10-241-0/+8
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-231-0/+16
* Merge KerberosIPC into k5_mig supportAlexandra Ellwood2008-10-151-6/+1
* Now that we have support for conditionally exporting symbols from the supportKen Raeburn2008-10-151-74/+5
* preferences should handle KIM_OPTIONS_DEFAULTAlexandra Ellwood2008-10-092-2/+4
* KL APIs which take a NULL principal return klParameterErrAlexandra Ellwood2008-10-091-21/+24
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-12/+12
* Support for change password checkbox in enter and selectAlexandra Ellwood2008-10-021-4/+12
* Updated documentation to reflect new APIs and re-ran DoxygenAlexandra Ellwood2008-10-019-43/+84
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-011-1/+3
* Support for passing options back and forth for enter_identity and Alexandra Ellwood2008-10-011-1/+2