| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -14/+14 |
| * | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -14/+14 |
| * | Add t_unal.c to SRCS and generate dependencies.. | Ezra Peisach | 2009-09-15 | 2 | -1/+5 |
| * | Test byte ordering determination and unaligned access | Ken Raeburn | 2009-09-15 | 2 | -2/+52 |
| * | Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 and | Greg Hudson | 2009-08-28 | 1 | -5/+16 |
| * | UCS2 support doesn't handle upper half of BMP | Greg Hudson | 2009-05-14 | 1 | -29/+37 |
| * | In util/support/utf8_conv.c, the SWAP16 macro is invoked with an | Tom Yu | 2009-05-13 | 1 | -6/+4 |
| * | Add DEBUG_ERROR_LOCATIONS support | Greg Hudson | 2009-04-29 | 2 | -2/+34 |
| * | Subject k5_utf8s_to_ucs2s could deref NULL pointer.. | Ezra Peisach | 2009-04-07 | 1 | -3/+5 |
| * | Don't pass negative numbers to strerror | Ken Raeburn | 2009-02-12 | 1 | -0/+14 |
| * | build strlcpy.c, printf.c, ipc_stream.c on windows | Ken Raeburn | 2009-02-11 | 1 | -1/+17 |
| * | Update t_k5buf.c for the renamed buffer type constants | Greg Hudson | 2009-02-10 | 1 | -10/+14 |
| * | Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o... | Ken Raeburn | 2009-02-09 | 1 | -48/+48 |
| * | Add variables for optionally building ipc_stream.c; currently empty | Ken Raeburn | 2009-02-09 | 1 | -0/+5 |
| * | Adjust names to not conflict with Windows headers | Ken Raeburn | 2009-02-09 | 2 | -23/+23 |
| * | Include assert.h | Ken Raeburn | 2009-02-09 | 1 | -0/+1 |
| * | Use winsock2.h on Windows. Make initializer value static | Ken Raeburn | 2009-02-09 | 1 | -1/+4 |
| * | More C++ compatibility: Don't use "typedef struct tag *tag"; rename | Ken Raeburn | 2009-02-09 | 1 | -3/+3 |
| * | In krb5int_utf8s_to_ucs2les, free the correct value on error, instead | Greg Hudson | 2009-02-04 | 1 | -1/+1 |
| * | fix trailing whitespace | Tom Yu | 2009-01-22 | 3 | -7/+7 |
| * | whitespace | Tom Yu | 2009-01-22 | 3 | -9/+9 |
| * | Define SWAP16 if not already defined | Ken Raeburn | 2009-01-05 | 1 | -0/+3 |
| * | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -48/+46 |
| * | ifdef out unused functions that are also missing prototypes. | Ezra Peisach | 2009-01-05 | 1 | -0/+2 |
| * | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 4 | -0/+1012 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 2 | -16/+22 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 3 | -18/+18 |
| * | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -3/+3 |
| * | Maybe include printf.o in t_k5buf build | Ken Raeburn | 2008-11-03 | 1 | -1/+1 |
| * | Add a few safeties to the k5buf code, to make static analysis tools happier | Greg Hudson | 2008-10-31 | 1 | -1/+5 |
| * | 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 |
| * | 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 |