| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | krb5int_get_plugin_dir_data() uses + instead of * in realloc | Ezra Peisach | 2006-06-01 | 1 | -1/+1 |
| * | Don't look for pthread_mutexattr_setrobust_np | Ken Raeburn | 2006-05-16 | 1 | -5/+0 |
| * | vsnprintf not present on windows | Jeffrey Altman | 2006-05-09 | 1 | -0/+6 |
| * | plugins support requires a Windows equivalent to opendir and friends | Jeffrey Altman | 2006-05-09 | 1 | -1/+6 |
| * | * threads.c (krb5int_pthread_loaded): Supply dummy version for !ENABLE_THREADS | Ken Raeburn | 2006-05-09 | 1 | -0/+5 |
| * | * plugins.c (krb5int_get_plugin_filenames): Make extention array static and c... | Ken Raeburn | 2006-05-05 | 1 | -1/+1 |
| * | * plugins.c (krb5int_get_plugin_filenames): Avoid shadowing local variable names | Ken Raeburn | 2006-05-05 | 1 | -3/+3 |
| * | * plugins.c (FILEEXTS): No trailing semicolon | Ken Raeburn | 2006-05-05 | 1 | -2/+2 |
| * | Export new function names | Alexandra Ellwood | 2006-05-04 | 1 | -2/+2 |
| * | Changed to krb5int_open_plugin_dirs/krb5int_close_plugin_dirs which | Alexandra Ellwood | 2006-05-04 | 1 | -68/+203 |
| * | Updated comments to explain how the CFBundles get unloaded. | Alexandra Ellwood | 2006-04-25 | 1 | -1/+2 |
| * | Update internal plugin interface to add an errinfo structure to "open" | Ken Raeburn | 2006-04-25 | 1 | -32/+38 |
| * | Don't define DEBUG; it prints debug messages that cause test suite failures | Ken Raeburn | 2006-04-25 | 1 | -2/+0 |
| * | Added CoreFoundation bundle plugin support | Alexandra Ellwood | 2006-04-24 | 1 | -208/+332 |
| * | Fix memory leak. closedir() was never being called after successful opendir() | Ezra Peisach | 2006-04-20 | 1 | -0/+2 |
| * | * errors.c (krb5int_get_error): Try strerror_r if available before strerror. | Ken Raeburn | 2006-04-19 | 2 | -2/+29 |
| * | Move gmt_mktime.c from lib/krb5/os to util/support, and rename the function. | Ken Raeburn | 2006-04-14 | 3 | -0/+136 |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -294/+0 |
| * | more DEFS= | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -15/+15 |
| * | make depend | Ken Raeburn | 2006-03-27 | 1 | -0/+3 |
| * | Initial enhanced error message support, similar to what I sent to | Ken Raeburn | 2006-03-26 | 5 | -0/+155 |
| * | * plugins.c (krb5int_get_plugin_dir_data): If dirhandle is null or the | Ken Raeburn | 2006-03-13 | 2 | -5/+9 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 2 | -5/+9 |
| * | missed a dlsym call removal | Ken Raeburn | 2006-03-08 | 1 | -1/+0 |