| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Include assert.h | Ken Raeburn | 2009-02-09 | 1 | -0/+1 |
| * | Use winsock2.h on Windows. Make initializer value static | Ken Raeburn | 2009-02-09 | 1 | -1/+4 |
| * | Rename X11 resource file to avoid name conflict on Mac in in-place build | Ken Raeburn | 2009-02-09 | 1 | -0/+0 |
| * | Make asn1buf_destroy return void, since it's a free function. In | Greg Hudson | 2009-02-09 | 3 | -23/+23 |
| * | In asn1_k_encode.c, stop inconsistently destroying buf on some errors. | Greg Hudson | 2009-02-09 | 1 | -23/+7 |
| * | Fix one more case of an explicit null check before calling a free | Ken Raeburn | 2009-02-09 | 1 | -7/+2 |
| * | Check if mem allocation was successful | Zhanna Tsitkov | 2009-02-09 | 1 | -127/+115 |
| * | Fix possible free of uninitialized value in walk_rtree | Greg Hudson | 2009-02-09 | 1 | -1/+1 |
| * | Change contract of krb5int_utf8_normalize and fix memory leaks | Greg Hudson | 2009-02-09 | 3 | -44/+51 |
| * | 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 |
| * | Check C++ compatibility for some internal headers that may (now or in | Ken Raeburn | 2009-02-09 | 2 | -1/+24 |
| * | More C++ compatibility: Don't use "typedef struct tag *tag"; rename | Ken Raeburn | 2009-02-09 | 3 | -7/+7 |
| * | C++ compatibility fix -- g++ says "types may not be defined in casts", | Ken Raeburn | 2009-02-09 | 1 | -24/+24 |
| * | For Sun CC, also make implicit function declarations into errors | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | Supply missing fn declarations | Ken Raeburn | 2009-02-09 | 3 | -1/+9 |
| * | use unsigned value for shifting, avoiding undefined behavior | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | For Sun CC, create one errwarn arg with commas instead of multiple | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | 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 |
| * | Unsigned/signed fixes | Ezra Peisach | 2009-02-06 | 4 | -5/+6 |
| * | Change variable accepting return from strftime to time_t. This | Ezra Peisach | 2009-02-06 | 1 | -1/+1 |
| * | Do not assume sizeof(bool_t) == sizeof(krb5_boolean) | Ezra Peisach | 2009-02-06 | 1 | -3/+26 |
| * | Unsigned/signed warnings cleanup | Ezra Peisach | 2009-02-06 | 1 | -3/+4 |
| * | 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 |
| * | use casts, for c++ compilation on windows | Ken Raeburn | 2009-02-05 | 1 | -12/+14 |
| * | 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 | 3 | -102/+118 |
| * | 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 | 6 | -68/+58 |
| * | 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 | 3 | -0/+3 |
| * | declare replacement [v]asprintf functions | Ken Raeburn | 2009-02-05 | 1 | -5/+9 |
| * | int/ptr bug in gssapi code | Ken Raeburn | 2009-02-05 | 2 | -2/+2 |
| * | don't do arithmetic on void pointers | Ken Raeburn | 2009-02-04 | 2 | -3/+3 |
| * | regenerate | Ken Raeburn | 2009-02-04 | 3 | -4/+26 |
| * | new multi-masterkey support doesn't work well when system clock is set | Will Fiveash | 2009-02-04 | 2 | -64/+83 |
| * | Remove xfread/xfwrite macros. Casting the first argument to char * is | Greg Hudson | 2009-02-04 | 1 | -36/+33 |
| * | In tcl_ovsec_kadm_get_policy, initialize ent since (at least in | Greg Hudson | 2009-02-04 | 1 | -1/+1 |