| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Oops. This should come closer to building on Windows.. | Ken Raeburn | 2006-03-08 | 2 | -18/+49 |
| * | krb5.h, which is built after util/et, which is built after the support | Ken Raeburn | 2006-03-08 | 2 | -8/+32 |
| * | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 4 | -2/+361 |
| * | Qing Dong <dongq@mit.edu> provided a set of changes to allow | Jeffrey Altman | 2006-02-27 | 2 | -0/+6 |
| * | copyright update | Ken Raeburn | 2006-01-26 | 1 | -1/+1 |
| * | * fake-addrinfo.c (krb5int_in6addr_any): Always define | Ken Raeburn | 2006-01-25 | 2 | -5/+3 |
| * | * threads.c (krb5int_mutex_alloc, krb5int_mutex_free, krb5int_mutex_lock, | Ken Raeburn | 2006-01-25 | 3 | -1/+53 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -13/+6 |
| * | * fake_addrinfo.c (getaddrinfo): AI_NUMERICSERV fix for AIX | Ken Raeburn | 2005-09-09 | 2 | -1/+15 |
| * | Add stub for krb5int_pthread_loaded() for Windows | Jeffrey Altman | 2005-07-28 | 2 | -0/+10 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -6/+13 |
| * | Add run-time determination of whether thread support is available in the | Ken Raeburn | 2005-06-01 | 3 | -1/+68 |
| * | * fake-addrinfo.c (fai_add_hosts_by_name): Pass null pointer instead of telnet | Ken Raeburn | 2005-05-18 | 2 | -2/+36 |
| * | threads.c (thread_termination): Free array of pointers to thread-specific dat... | Alexandra Ellwood | 2005-03-20 | 2 | -24/+38 |
| * | There is a memory leak here, if a thread has registered some per-thread data | Ken Raeburn | 2005-02-09 | 2 | -2/+30 |
| * | * threads.c (k5_key_delete) [ENABLE_THREADS && !_WIN32]: Don't abort, | Ken Raeburn | 2005-01-18 | 2 | -2/+7 |
| * | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 2 | -0/+8 |
| * | fix calling convention for thread support fns | Ken Raeburn | 2005-01-14 | 2 | -6/+18 |
| * | * threads.c (krb5int_mutex_lock_update_stats, | Ken Raeburn | 2005-01-05 | 2 | -0/+24 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -13/+14 |
| * | 2004-12-15 Jeffrey Altman <jaltman@mit.edu> | Jeffrey Altman | 2004-12-15 | 2 | -2/+6 |
| * | * libkrb5support.exports: Add krb5int_in6addr_any | Ken Raeburn | 2004-12-06 | 2 | -0/+3 |
| * | hooks for recording statistics on locking behavior | Ken Raeburn | 2004-12-06 | 4 | -0/+125 |
| * | * fake-addrinfo.c (HAVE_GETADDRINFO, HAVE_GETNAMEINFO)[_WIN32]: Don't define | Ken Raeburn | 2004-11-19 | 2 | -8/+15 |
| * | make depend | Ken Raeburn | 2004-11-16 | 1 | -5/+11 |