| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Ignore __attribute__ | Ken Raeburn | 2007-06-29 | 1 | -0/+5 |
| * | Check for null pointer returns when allocating storage. | Ken Raeburn | 2007-06-28 | 3 | -44/+133 |
| * | Update mkstemp and export-list handling for Windows | Ken Raeburn | 2007-06-28 | 1 | -3/+19 |
| * | Implement S_ISDIR from S_IFMT or _S_IFMT if necessary (e.g., on Windows) | Ken Raeburn | 2007-06-28 | 1 | -0/+10 |
| * | update dependencies | Ken Raeburn | 2007-06-20 | 1 | -0/+3 |
| * | Move (BSD-licensed) mkstemp from libdb2 to libkrb5support, and rename | Ken Raeburn | 2007-06-20 | 3 | -3/+143 |
| * | provide asprintf functionality for internal use | Ken Raeburn | 2007-06-20 | 1 | -8/+10 |
| * | profile stores empty string values without double quotes | Jeffrey Altman | 2007-04-25 | 1 | -2/+4 |
| * | krb5int_open_plugin_dirs errors out if directory does not exist | Alexandra Ellwood | 2007-04-05 | 1 | -10/+2 |
| * | All Windows apps were popping MessageBoxes when stderr is redirected. Consol... | Kevin Koch | 2007-03-27 | 1 | -3/+11 |
| * | Generate makefiles for two static libs plus the python plugin from the top-le... | Ken Raeburn | 2007-03-25 | 2 | -19/+2 |
| * | Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARY | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -1/+1 |
| * | Fix PROG_LIBPATH, and use -l instead of an explicit filename to build profile... | Ken Raeburn | 2007-03-25 | 1 | -3/+3 |
| * | Zero sockaddrs in fai_add_entry() so we can compare them with memcmp() | Alexandra Ellwood | 2007-03-19 | 1 | -0/+2 |
| * | Back out windows specific makefile change | Sam Hartman | 2007-03-03 | 1 | -1/+1 |
| * | More existence tests; path update | Kevin Koch | 2007-03-02 | 1 | -1/+1 |
| * | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 2 | -1/+2 |
| * | Don't use struct in6_addr if we don't have IPv6 support | Ken Raeburn | 2007-02-16 | 1 | -0/+7 |
| * | Remove unused file | Ken Raeburn | 2007-01-20 | 1 | -50/+0 |
| * | Handle function names immediately preceded by "*", like "*strdup" | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
| * | Modifications to support the generation and embedding | Jeffrey Altman | 2006-12-07 | 1 | -1/+3 |
| * | * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_... | Ken Raeburn | 2006-11-02 | 1 | -0/+4 |
| * | use strdup | Ken Raeburn | 2006-10-28 | 1 | -4/+2 |
| * | Add supp-int.h to provide prototypes for declared internal functions. | Ezra Peisach | 2006-10-18 | 5 | -4/+43 |
| * | Suppress some uninteresting glibc warnings on RHEL4 | Ken Raeburn | 2006-10-15 | 1 | -0/+16 |
| * | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 2 | -3/+3 |
| * | Use const pointers for error messages. | Ken Raeburn | 2006-10-07 | 1 | -4/+4 |
| * | Fix AIX version of GET_HOST_BY_NAME to use TMP.ent for the result, not | Ken Raeburn | 2006-09-28 | 1 | -1/+1 |
| * | windows thread support frees thread local storage after TlsSetValue | Jeffrey Altman | 2006-09-21 | 1 | -2/+2 |
| * | Make it easier to ignore additional directories, like, oh, say, local | Ken Raeburn | 2006-09-15 | 1 | -3/+12 |
| * | clean up mkrel patchlevel.h editing etc | Tom Yu | 2006-08-21 | 1 | -2/+3 |
| * | check calling conventions specified for Windows | Ken Raeburn | 2006-06-29 | 1 | -16/+28 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 4 | -8/+8 |
| * | fix plugin.c to compile on Windows | Jeffrey Altman | 2006-06-28 | 1 | -3/+3 |
| * | allow multiple calls to krb5_get_error_message to retrieve message | Ken Raeburn | 2006-06-28 | 1 | -7/+15 |
| * | mkrel should only generate doc/CHANGES for checkouts | Tom Yu | 2006-06-27 | 1 | -1/+3 |
| * | write svn log output when building release | Tom Yu | 2006-06-27 | 1 | -0/+1 |
| * | Fix krb5_get_profile to create a new profile duplicating the list of | Ken Raeburn | 2006-06-24 | 2 | -0/+35 |
| * | * src/util/mkrel: Edit patchlevel.h before running reconf | Tom Yu | 2006-06-22 | 1 | -16/+16 |
| * | * src/util/support/plugins.c (krb5int_open_plugin): Use RTLD_LOCAL | Tom Yu | 2006-06-22 | 1 | -1/+6 |
| * | *sigh* | Ken Raeburn | 2006-06-21 | 1 | -3/+3 |
| * | (GET_HOST_BY_NAME, GET_HOST_BY_ADDR) [GETHOSTBYNAME_RETURNS_INT]: Test | Ken Raeburn | 2006-06-21 | 1 | -9/+11 |
| * | Revert part of previous changes: Move temporary values that don't need | Ken Raeburn | 2006-06-21 | 1 | -18/+23 |
| * | Revert an untested change that wasn't supposed to go into this ticket | Ken Raeburn | 2006-06-20 | 1 | -1/+1 |
| * | getaddrinfo code uses vars outside of storage duration | Ken Raeburn | 2006-06-20 | 2 | -83/+94 |
| * | * configure.in: Set and substitute SUPPORTLIB_MAJOR based on operating system. | Ken Raeburn | 2006-06-15 | 1 | -2/+2 |
| * | Allow whitespace in front of comments. Patch from Jeremie Koenig | Russ Allbery | 2006-06-12 | 1 | -3/+3 |
| * | Missed a reference to + sizeof() vs * sizeof(). Pointed out by | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
| * | krb5int_get_plugin_dir_data() uses + instead of * in realloc | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |