| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid assertion failure in error_message | Greg Hudson | 2014-01-17 | 1 | -2/+3 |
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -8/+0 |
* | Assume mutex locking cannot fail | Greg Hudson | 2013-05-14 | 2 | -27/+13 |
* | make depend | Greg Hudson | 2013-01-10 | 1 | -1/+1 |
* | Remove some dead Makefile code | Ben Kaduk | 2012-09-25 | 1 | -10/+0 |
* | Avoid side effects in assert expressions | Greg Hudson | 2012-03-09 | 1 | -4/+8 |
* | Add localization support to com_err | Greg Hudson | 2011-06-10 | 4 | -13/+62 |
* | Remove static error table list in built-in com_err | Greg Hudson | 2011-06-05 | 2 | -69/+32 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 2 | -9/+7 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Mark and reindent util, with some exceptions | Tom Yu | 2009-12-07 | 11 | -513/+524 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -6/+5 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 1 | -1/+1 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 6 | -12/+11 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -5/+5 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -5/+5 |
* | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -14/+12 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -2/+2 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 1 | -1/+1 |
* | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 2 | -4/+3 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -4/+1 |
* | r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400 | Ken Raeburn | 2008-08-27 | 1 | -6/+0 |
* | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 1 | -1/+2 |
* | After malloc/realloc/calloc failures, return ENOMEM explicitly instead | Ken Raeburn | 2008-04-30 | 2 | -4/+4 |
* | Remove Mac-specific bit unused in KfM that causes test failures now | Ken Raeburn | 2007-12-14 | 1 | -8/+0 |
* | remove error tables by pointer | Jeffrey Altman | 2007-10-01 | 1 | -3/+3 |
* | Attach format attributes to declarations of various message-formatting | Ken Raeburn | 2007-06-29 | 1 | -2/+10 |
* | All Windows apps were popping MessageBoxes when stderr is redirected. Consol... | Kevin Koch | 2007-03-27 | 1 | -3/+11 |
* | Back out windows specific makefile change | Sam Hartman | 2007-03-03 | 1 | -1/+1 |
* | More existence tests; path update | Kevin Koch | 2007-03-02 | 1 | -1/+1 |
* | Remove unused file | Ken Raeburn | 2007-01-20 | 1 | -50/+0 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -2/+2 |
* | autoconf 2.60 compatibility | Ken Raeburn | 2006-06-28 | 1 | -2/+2 |
* | * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. Generate | Ken Raeburn | 2006-05-18 | 2 | -29/+2 |
* | * error_table.h (ET_EBUFSIZ): Increase to 1k. | Ken Raeburn | 2006-04-18 | 2 | -42/+39 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -984/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -60/+0 |
* | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 2 | -0/+5 |
* | include autoconf.h in a few more places | Ken Raeburn | 2006-04-03 | 2 | -0/+5 |
* | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -8/+8 |
* | * configure.in: Supply all three arguments when calling AC_DEFINE | Ken Raeburn | 2006-03-28 | 2 | -1/+4 |
* | build and export set/reset_com_err_hook on windows | Ken Raeburn | 2006-03-27 | 2 | -2/+5 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -5/+4 |
* | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 2 | -0/+6 |
* | make depend | Tom Yu | 2005-11-29 | 1 | -2/+1 |
* | fix more executable permissions | Tom Yu | 2005-08-25 | 2 | -0/+0 |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -13/+0 |
* | All configure.in scripts: Use K5_AC_INIT instead of AC_INIT | Ken Raeburn | 2005-08-20 | 2 | -1/+5 |
* | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -1/+2 |