| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | define SSIZE_MAX forWindows | Ken Raeburn | 2009-02-11 | 1 | -0/+4 |
| * | unistd.h is posix only | Ken Raeburn | 2009-02-11 | 1 | -0/+2 |
| * | Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o... | Ken Raeburn | 2009-02-09 | 1 | -31/+31 |
| * | Change contract of krb5int_utf8_normalize and fix memory leaks | Greg Hudson | 2009-02-09 | 1 | -2/+2 |
| * | More C++ compatibility: Don't use "typedef struct tag *tag"; rename | Ken Raeburn | 2009-02-09 | 2 | -4/+4 |
| * | C++ compatibility fix -- g++ says "types may not be defined in casts", | Ken Raeburn | 2009-02-09 | 1 | -24/+24 |
| * | use casts, for c++ compilation on windows | Ken Raeburn | 2009-02-05 | 1 | -12/+14 |
| * | Create and use (in several places) a variant of | Ken Raeburn | 2009-02-05 | 1 | -0/+3 |
| * | declare replacement [v]asprintf functions | Ken Raeburn | 2009-02-05 | 1 | -5/+9 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 1 | -6/+23 |
| * | Fix a whitespace error introduced when fixing a typo in the defines | Greg Hudson | 2009-02-02 | 1 | -1/+1 |
| * | Fix a typo in the defines added to k5-int.h | Greg Hudson | 2009-02-02 | 1 | -1/+1 |
| * | Introduces macros for config parameters | Zhanna Tsitkov | 2009-02-02 | 1 | -0/+77 |
| * | Collect hairy parts of krb5_is_<msgtype> macros into one helper macro | Ken Raeburn | 2009-02-02 | 1 | -51/+20 |
| * | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 1 | -0/+5 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -4/+166 |
| * | Changed the name match_config_pattern to krb5_match_config_pattern. Check str... | Zhanna Tsitkov | 2009-01-30 | 1 | -1/+1 |
| * | Introduced match_config_pattern function to find a pattern in the config valu... | Zhanna Tsitkov | 2009-01-29 | 1 | -0/+1 |
| * | disable single-DES by default | Tom Yu | 2009-01-28 | 1 | -0/+4 |
| * | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 1 | -16/+28 |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 3 | -2/+9 |
| * | fix trailing whitespace | Tom Yu | 2009-01-22 | 1 | -2/+2 |
| * | whitespace | Tom Yu | 2009-01-22 | 1 | -1/+1 |
| * | Make enctype and checksumtype name mapping table types private to the | Ken Raeburn | 2009-01-15 | 1 | -63/+0 |
| * | Fix an additional multiple-write case noted by John, where sendauth | Ken Raeburn | 2009-01-15 | 1 | -1/+2 |
| * | Patch from Luke Howard to: | Sam Hartman | 2009-01-13 | 1 | -1/+7 |
| * | Add message hash support to the replay interface, using extension | Greg Hudson | 2009-01-12 | 1 | -0/+4 |
| * | Patch from Luke Howard | Sam Hartman | 2009-01-06 | 1 | -1/+7 |
| * | Fix capitalization | Sam Hartman | 2009-01-06 | 1 | -1/+1 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 1 | -0/+1 |
| * | xrealm_non_transitive not trust_non_transitive | Sam Hartman | 2009-01-03 | 1 | -2/+2 |
| * | Remove flags that do not correspond to behavior we support | Sam Hartman | 2009-01-03 | 1 | -4/+0 |
| * | KDB API should not be public | Sam Hartman | 2009-01-03 | 1 | -3/+0 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 10 | -28/+1108 |
| * | Revert r21589, and export krb5_get_fallback_host_realm instead | Greg Hudson | 2008-12-29 | 2 | -4/+4 |
| * | Clean up krb5_get_fallback_host_realm in two respects: | Greg Hudson | 2008-12-24 | 2 | -4/+4 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 15 | -2200/+0 |
| * | Remove krb4 code in libkrb5 | Greg Hudson | 2008-12-15 | 1 | -14/+0 |
| * | Clean up some kadmind4 relics left behind in osconf.hin | Greg Hudson | 2008-12-09 | 1 | -12/+0 |
| * | Crypto IOV API per Projects/AEAD encryption API | Sam Hartman | 2008-12-02 | 2 | -3/+122 |
| * | Move cc_mutex code from k5-int.h - where it is globally available to cc-int.h | Ezra Peisach | 2008-12-01 | 1 | -31/+0 |
| * | PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult... | Zhanna Tsitkov | 2008-11-17 | 1 | -0/+10 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 1 | -3/+3 |
| * | Add _with_password credential acquisition functions to KIM API | Alexandra Ellwood | 2008-11-03 | 2 | -3/+76 |
| * | In the k5buf module, add a function to append formatted data to a | Greg Hudson | 2008-10-28 | 1 | -0/+8 |
| * | Add the k5buf string module to libkrb5support | Greg Hudson | 2008-10-28 | 2 | -0/+120 |
| * | Remove empty declaration of struct _krb5_kt_ops after the fully defined struc... | Ezra Peisach | 2008-10-27 | 1 | -1/+0 |
| * | partial rewrite of the ASN.1 encoders | Ken Raeburn | 2008-10-25 | 1 | -7/+17 |
| * | More regression tests for ASN.1 encoders | Ken Raeburn | 2008-10-25 | 1 | -0/+5 |
| * | krb5_build_principal_va does not allocate krb5_principal | Alexandra Ellwood | 2008-10-24 | 2 | -1/+16 |