| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In the k5buf module, add a function to append formatted data to a | Greg Hudson | 2008-10-28 | 2 | -3/+114 |
| * | The last change to plugins.c erroneously passes a size_t as a field | Greg Hudson | 2008-10-28 | 1 | -1/+1 |
| * | Add the k5buf string module to libkrb5support | Greg Hudson | 2008-10-28 | 5 | -1/+465 |
| * | localize format strings, not final error string | Alexandra Ellwood | 2008-10-27 | 1 | -76/+34 |
| * | signed vs. unsigned warnings cleanup | Ezra Peisach | 2008-10-27 | 1 | -7/+7 |
| * | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -1/+2 |
| * | Add build system support for strlcpy and strlcat on platforms which do | Greg Hudson | 2008-10-24 | 2 | -0/+97 |
| * | Add support for localizing krb5 errors on Mac OS X. | Alexandra Ellwood | 2008-10-24 | 1 | -2/+67 |
| * | Now that we have support for conditionally exporting symbols from the support | Ken Raeburn | 2008-10-15 | 2 | -0/+110 |
| * | CCAPI should use common ipc and stream code | Alexandra Ellwood | 2008-09-30 | 1 | -43/+1 |
| * | Create common stream and ipc layer for CCAPI and KIM. | Alexandra Ellwood | 2008-09-28 | 1 | -0/+507 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 1 | -1/+2 |
| * | Based on patch from lxs, with some changes: | Ken Raeburn | 2008-08-27 | 1 | -0/+2 |
| * | r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400 | Ken Raeburn | 2008-08-27 | 2 | -135/+0 |
| * | Disable caching on Mac for now | Ken Raeburn | 2008-08-12 | 1 | -1/+1 |
| * | Always define krb5int_pthread_loaded, for consistency | Ken Raeburn | 2008-08-12 | 1 | -0/+4 |
| * | If CONFIG_SMALL is defined, always use function calls for k5_mutex_lock | Ken Raeburn | 2008-08-06 | 1 | -0/+1 |
| * | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 1 | -4/+7 |
| * | An implementation of opendir() and friends for _WIN32 | Jeffrey Altman | 2008-07-21 | 1 | -6/+145 |
| * | (more) After malloc/realloc/calloc/strdup/asprintf failures, use | Ken Raeburn | 2008-04-30 | 1 | -12/+12 |
| * | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 1 | -4/+4 |
| * | Generate a large enough array to hold all the base/extension pairs. | Alexandra Ellwood | 2008-04-25 | 1 | -11/+17 |
| * | Protect CFBundle calls with mutexes | Alexandra Ellwood | 2008-03-21 | 1 | -81/+84 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -2/+4 |
| * | Don't define vsnprintf for Windows here | Ken Raeburn | 2007-08-01 | 1 | -6/+0 |
| * | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 2 | -20/+14 |
| * | 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 |
| * | krb5int_open_plugin_dirs errors out if directory does not exist | Alexandra Ellwood | 2007-04-05 | 1 | -10/+2 |
| * | Zero sockaddrs in fai_add_entry() so we can compare them with memcmp() | Alexandra Ellwood | 2007-03-19 | 1 | -0/+2 |
| * | Don't use struct in6_addr if we don't have IPv6 support | Ken Raeburn | 2007-02-16 | 1 | -0/+7 |
| * | * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_... | Ken Raeburn | 2006-11-02 | 1 | -0/+4 |
| * | Add supp-int.h to provide prototypes for declared internal functions. | Ezra Peisach | 2006-10-18 | 5 | -4/+43 |
| * | 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 |
| * | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
| * | 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 |
| * | * 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 |
| * | Missed a reference to + sizeof() vs * sizeof(). Pointed out by | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |