| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cleanup some warnings due to getsockname's third argument is sometimes | Ezra Peisach | 2009-02-06 | 3 | -4/+15 |
| * | remove some redundant or useless qualifiers | Ken Raeburn | 2009-02-06 | 1 | -24/+24 |
| * | Fix memory handling bug in mk_req_ext | Greg Hudson | 2009-02-05 | 1 | -2/+1 |
| * | deal with memleaks in migrate mkey project | Will Fiveash | 2009-02-05 | 2 | -6/+11 |
| * | In gc_frm_kdc.c's do_traversal(), fix an assert which was doing an | Greg Hudson | 2009-02-05 | 1 | -1/+1 |
| * | In krb5_rc_io_store, check the return value of krb5int_buf_len as well | Greg Hudson | 2009-02-05 | 1 | -4/+6 |
| * | In recvauth_common, initialize ap_option. It can't be used | Greg Hudson | 2009-02-05 | 1 | -1/+1 |
| * | Change krb5_rc_resolve_type (not a public API) to allocate the rcache | Greg Hudson | 2009-02-05 | 2 | -37/+38 |
| * | Detect failure to register with rpcbind/portmap due to security | Ezra Peisach | 2009-02-05 | 4 | -3/+28 |
| * | Add a missing break in the switch statement of | Greg Hudson | 2009-02-05 | 1 | -0/+1 |
| * | Create and use (in several places) a variant of | Ken Raeburn | 2009-02-05 | 5 | -68/+55 |
| * | In krb5_ktfileint_find_slot, check for an error return from ftell. | Greg Hudson | 2009-02-05 | 1 | -0/+3 |
| * | Coverity was nervous that hst_realm.c's domain_heuristic() wasn't | Greg Hudson | 2009-02-05 | 1 | -10/+10 |
| * | Fix a memory leak in krb5_kt_resolve when we fail to lock | Greg Hudson | 2009-02-05 | 1 | -6/+9 |
| * | include omitted system header string.h | Ken Raeburn | 2009-02-05 | 1 | -0/+1 |
| * | int/ptr bug in gssapi code | Ken Raeburn | 2009-02-05 | 1 | -1/+1 |
| * | don't do arithmetic on void pointers | Ken Raeburn | 2009-02-04 | 1 | -2/+2 |
| * | new multi-masterkey support doesn't work well when system clock is set | Will Fiveash | 2009-02-04 | 1 | -11/+18 |
| * | Remove xfread/xfwrite macros. Casting the first argument to char * is | Greg Hudson | 2009-02-04 | 1 | -36/+33 |
| * | Use macros for config parameters | Zhanna Tsitkov | 2009-02-04 | 16 | -111/+111 |
| * | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 4 | -9/+9 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 48 | -112/+107 |
| * | TWRITE_STR casts second argument; don't add redundant casting | Ken Raeburn | 2009-02-02 | 1 | -3/+3 |
| * | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 7 | -25/+20 |
| * | address lib/kadm5 test suite slowness | Ken Raeburn | 2009-02-02 | 2 | -0/+2 |
| * | comment needed some grammatical/typographical fixes too | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
| * | comment whitespace | Ken Raeburn | 2009-02-02 | 1 | -11/+11 |
| * | explicitly initialize pointer fields after memset (for coverity) | Ken Raeburn | 2009-02-02 | 1 | -0/+1 |
| * | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 2 | -2/+2 |
| * | handle freeing null keyblock | Ken Raeburn | 2009-01-31 | 1 | -6/+6 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 10 | -55/+1193 |
| * | krb5_get_server_rcache had some dead (and incorrect) code for cleaning | Greg Hudson | 2009-01-30 | 1 | -13/+5 |
| * | Make output parameter value of krb5_rc_resolve_full well-defined on | Greg Hudson | 2009-01-30 | 1 | -8/+13 |
| * | In krb5_kdcrep2creds, call the correct free function when cleaning up | Greg Hudson | 2009-01-30 | 1 | -2/+2 |
| * | Changed the name match_config_pattern to krb5_match_config_pattern. Check str... | Zhanna Tsitkov | 2009-01-30 | 2 | -4/+4 |
| * | Introduced match_config_pattern function to find a pattern in the config valu... | Zhanna Tsitkov | 2009-01-29 | 2 | -24/+45 |
| * | whitespace | Ken Raeburn | 2009-01-29 | 1 | -186/+185 |
| * | clear outbuf[0].data to unconfuse coverity | Ken Raeburn | 2009-01-29 | 1 | -0/+1 |
| * | disable single-DES by default | Tom Yu | 2009-01-28 | 5 | -13/+62 |
| * | Run a single expect statement to read from both client and server, to | Tom Yu | 2009-01-28 | 1 | -16/+9 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 71 | -394/+394 |
| * | "Coding practices" related fixes | Zhanna Tsitkov | 2009-01-27 | 2 | -594/+582 |
| * | In asn1_decode_pa_for_user(), ensure that user member is allocated | Luke Howard | 2009-01-26 | 1 | -0/+1 |
| * | gss_header|trailerlen should be unsigned int | Sam Hartman | 2009-01-26 | 1 | -9/+9 |
| * | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 20 | -143/+57 |
| * | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 2 | -3/+3 |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 5 | -2/+155 |
| * | Remove some null checks in cases where pointers can't be null | Greg Hudson | 2009-01-23 | 3 | -10/+5 |
| * | In krb5_pac_get_buffer, check the correct value for null after calling | Greg Hudson | 2009-01-23 | 1 | -1/+1 |
| * | In krb5_pac_parse, change the code around a bit to avoid harmlessly | Greg Hudson | 2009-01-23 | 1 | -7/+8 |