| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change contract of krb5int_utf8_normalize and fix memory leaks | Greg Hudson | 2009-02-09 | 2 | -42/+49 |
| * | Provide omitted return value in last change | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | Remove unused file | Ken Raeburn | 2009-02-09 | 1 | -161/+0 |
| * | make krb5_free_* functions ignore NULL | Ken Raeburn | 2009-02-09 | 6 | -230/+191 |
| * | Memory handling fixes in walk_rtree | Greg Hudson | 2009-02-06 | 1 | -13/+35 |
| * | Fix whitespace on previous commit to ure.c. Correct two other cases | Greg Hudson | 2009-02-06 | 1 | -4/+6 |
| * | Pass the correct width argument to fprintf for URE_CHAR in | Greg Hudson | 2009-02-06 | 1 | -1/+2 |
| * | Fix error handling in krb5_walk_realm_tree | Greg Hudson | 2009-02-06 | 1 | -1/+1 |
| * | Change variable accepting return from strftime to time_t. This | Ezra Peisach | 2009-02-06 | 1 | -1/+1 |
| * | Fix memory handling bug in mk_req_ext | Greg Hudson | 2009-02-05 | 1 | -2/+1 |
| * | 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 |
| * | 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 | 4 | -42/+44 |
| * | 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 |
| * | 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 | 14 | -72/+72 |
| * | prefer structure assignment to memcpy | Ken Raeburn | 2009-02-03 | 1 | -1/+1 |
| * | Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ... | Ken Raeburn | 2009-02-02 | 26 | -45/+41 |
| * | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 7 | -25/+20 |
| * | Default allow_weak_crypto=true for now. Default supported_enctypes to | Tom Yu | 2009-01-31 | 1 | -1/+1 |
| * | Master Key Migration Project | Will Fiveash | 2009-01-30 | 1 | -0/+3 |
| * | 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 |
| * | 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 | 1 | -2/+15 |
| * | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 60 | -358/+358 |
| * | "Coding practices" related fixes | Zhanna Tsitkov | 2009-01-27 | 1 | -60/+48 |
| * | In asn1_decode_pa_for_user(), ensure that user member is allocated | Luke Howard | 2009-01-26 | 1 | -0/+1 |
| * | Use 16/32-bit big/little-endian store functions in more places | Ken Raeburn | 2009-01-26 | 2 | -11/+11 |
| * | Change 16/32/64-bit big-/little-endian/native unaligned load/store | Ken Raeburn | 2009-01-24 | 1 | -1/+1 |
| * | Eliminate the need for the domain_realm mapping table on the client side by i... | Zhanna Tsitkov | 2009-01-23 | 2 | -1/+72 |
| * | 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 |
| * | In krb5_get_init_creds, null out err_reply in a case where we free it | Greg Hudson | 2009-01-23 | 1 | -0/+1 |
| * | Always initialize the output parameter in krb5_parse_name and friends | Greg Hudson | 2009-01-23 | 1 | -0/+2 |
| * | Add some output parameter initializations n order to eliminate some | Greg Hudson | 2009-01-23 | 1 | -1/+4 |
| * | Per coding standards, don't declare variables in inner scopes in new | Greg Hudson | 2009-01-23 | 2 | -10/+6 |
| * | fix trailing whitespace | Tom Yu | 2009-01-22 | 5 | -10/+9 |
| * | whitespace | Tom Yu | 2009-01-22 | 8 | -27/+27 |
| * | If USE_VALGRIND, check readability of byte string before copying | Ken Raeburn | 2009-01-22 | 1 | -0/+7 |
| * | Patch from Love: when opening an existing replay cache, check more | Greg Hudson | 2009-01-21 | 1 | -14/+40 |
| * | In krb5_rd_rep_dce, initialize repl to NULL to avoid using its | Greg Hudson | 2009-01-20 | 1 | -1/+1 |
| * | If buffer length is 0, force pointer to NULL, to keep valgrind happier when c... | Ken Raeburn | 2009-01-17 | 1 | -2/+4 |