| Commit message (Expand) | Author | Age | Files | Lines |
| * | In krb5int_utf8s_to_ucs2les, free the correct value on error, instead | Greg Hudson | 2009-02-04 | 1 | -1/+1 |
| * | Get rid of casts of free() argument to char*, except where it's | Ken Raeburn | 2009-02-02 | 1 | -2/+2 |
| * | remove some remnants of krb4-related config file options | Ken Raeburn | 2009-01-28 | 1 | -2/+0 |
| * | Helper script for processing valgrind logs that don't indicate any errors, or... | Ken Raeburn | 2009-01-27 | 1 | -0/+71 |
| * | 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 | 13 | -182/+170 |
| * | 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 | 5 | -1/+1013 |
| * | Remove some unused variables | Ken Raeburn | 2009-01-03 | 1 | -8/+0 |
| * | Revert r21589, and export krb5_get_fallback_host_realm instead | Greg Hudson | 2008-12-29 | 1 | -0/+1 |
| * | Clean up krb5_get_fallback_host_realm in two respects: | Greg Hudson | 2008-12-24 | 1 | -1/+0 |
| * | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 2 | -5/+1 |
| * | Remove some lingering Saber C cruft | Greg Hudson | 2008-12-05 | 1 | -16/+0 |
| * | Ticket: 6286 | Zhanna Tsitkov | 2008-12-05 | 1 | -1/+1 |
| * | Remove unneeded LEAN_CLIENT #define's | Zhanna Tsitkov | 2008-12-02 | 1 | -2/+0 |
| * | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 4 | -20/+25 |
| * | Rename krb5int_buf_cstr to krb5int_buf_data, since k5bufs can be used | Greg Hudson | 2008-11-05 | 3 | -18/+18 |
| * | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -1/+1 |
| * | 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 |
| * | 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 |