| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Cleanup memory leaks in test program for dynamically allocated buffers.. | Ezra Peisach | 2008-10-28 | 1 | -0/+3 |
| * | Update the exports file for krb5int_buf_add_fmt | Greg Hudson | 2008-10-28 | 1 | -0/+1 |
| * | 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 |
| * | Unsigned/signed warnings cleanup | Ezra Peisach | 2008-10-28 | 2 | -8/+10 |
| * | 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 | 2 | -2/+3 |
| * | 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 |
| * | Free global mach ports on library unload | Alexandra Ellwood | 2008-10-23 | 1 | -2/+19 |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 4 | -46/+15 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 4 | -14/+6 |
| * | Merge KerberosIPC into k5_mig support | Alexandra Ellwood | 2008-10-15 | 4 | -111/+481 |
| * | 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 |
| * | krb5 library-side changes for com_err based error strings | Alexandra Ellwood | 2008-09-30 | 2 | -4/+6 |
| * | Removed useless init and cleanup functions. | Alexandra Ellwood | 2008-09-29 | 3 | -45/+14 |
| * | Place structure in thread specific data to store client connection | Alexandra Ellwood | 2008-09-28 | 2 | -11/+49 |
| * | Create common stream and ipc layer for CCAPI and KIM. | Alexandra Ellwood | 2008-09-28 | 9 | -0/+1350 |
| * | 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 | 3 | -141/+0 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 2 | -8/+3 |
| * | profile write code should only quote empty strings | Alexandra Ellwood | 2008-08-19 | 1 | -1/+1 |
| * | Shorter export list, dumping a bunch of stuff most clients probably would't need | Ken Raeburn | 2008-08-12 | 1 | -278/+149 |
| * | Add a new directory, configured but not built by default, and never | Ken Raeburn | 2008-08-12 | 2 | -0/+506 |
| * | 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 |
| * | Fix bug in array size calculation | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Always use unsigned for one-bit fields | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
| * | Use load/store_32_be instead of open-coding | Ken Raeburn | 2008-08-02 | 1 | -8/+2 |
| * | 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 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
| * | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 1 | -1/+2 |
| * | Apply patch from Apple to handle missing krb5.conf for zeroconf | Tom Yu | 2008-07-10 | 1 | -2/+5 |
| * | Suppress some glibc issues found on x86_64 | Ken Raeburn | 2008-06-20 | 1 | -0/+69 |
| * | We're not using this makedepend implementation any more | Ken Raeburn | 2008-06-04 | 10 | -3026/+0 |
| * | Profile library should not call rw_access earlier than needed | Alexandra Ellwood | 2008-05-27 | 3 | -9/+20 |
| * | (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 | 7 | -17/+17 |
| * | 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 |
| * | tools for svn:eol-style fixups | Ken Raeburn | 2008-02-05 | 2 | -0/+21 |
| * | Remove Mac-specific bit unused in KfM that causes test failures now | Ken Raeburn | 2007-12-14 | 1 | -8/+0 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 4 | -3/+10 |
| * | Don't leak fd on fork error | Ken Raeburn | 2007-10-20 | 1 | -0/+1 |