summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* define SSIZE_MAX forWindowsKen Raeburn2009-02-111-0/+4
* unistd.h is posix onlyKen Raeburn2009-02-111-0/+2
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-091-31/+31
* Change contract of krb5int_utf8_normalize and fix memory leaksGreg Hudson2009-02-091-2/+2
* More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn2009-02-092-4/+4
* C++ compatibility fix -- g++ says "types may not be defined in casts",Ken Raeburn2009-02-091-24/+24
* use casts, for c++ compilation on windowsKen Raeburn2009-02-051-12/+14
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-0/+3
* declare replacement [v]asprintf functionsKen Raeburn2009-02-051-5/+9
* 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
* 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