| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * et/error_message.c (com_err_initialize, com_err_terminate): If | Ken Raeburn | 2005-02-09 | 2 | -1/+16 |
| * | re-initialize 'terminated' variable to 0 during initialization routine | Jeffrey Altman | 2005-01-18 | 1 | -1/+2 |
| * | Some applications such as Eudora on Windows load and unload the Kerberos | Jeffrey Altman | 2005-01-17 | 2 | -0/+6 |
| * | * error_message.c (com_err_terminate): Lock the list mutex before walking | Ken Raeburn | 2005-01-14 | 2 | -1/+8 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -6/+8 |
| * | * et_h.awk: Declare initialize_*_error_table as taking no arguments. | Ken Raeburn | 2004-11-05 | 3 | -2/+8 |
| * | * et_c.awk, et_h.awk: Fix off-by-one error. | Tom Yu | 2004-10-07 | 5 | -4/+11 |
| * | * et_c.awk, et_h.awk: Complain if the error table is too large. | Ken Raeburn | 2004-10-07 | 5 | -14/+41 |
| * | update dependencies | Ken Raeburn | 2004-07-16 | 1 | -2/+2 |
| * | * error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up... | Ken Raeburn | 2004-07-04 | 2 | -1/+6 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 2 | -2/+4 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS) | Ken Raeburn | 2004-06-19 | 2 | -1/+2 |
| * | * Makefile.in ($(OUTPRE)test_et.exe): New target. | Ken Raeburn | 2004-06-18 | 4 | -11/+63 |
| * | Run make depend | Sam Hartman | 2004-06-08 | 1 | -2/+4 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 2 | -1/+5 |
| * | Oops. Fixes last night's test failures in last night's build.. | Ken Raeburn | 2004-06-03 | 2 | -0/+6 |
| * | The com_err library is now probably as thread-safe as it's going to get, on | Ken Raeburn | 2004-06-03 | 4 | -8/+74 |
| * | * error_message.c (terminated): New variable. | Ken Raeburn | 2004-05-31 | 2 | -0/+14 |
| * | Start using our first bit of per-thread storage | Ken Raeburn | 2004-05-06 | 3 | -8/+70 |
| * | * configure.in: Enable dependency support for shared lib. | Ken Raeburn | 2004-05-05 | 3 | -5/+15 |
| * | Make com_err tests exercise the shared-library support | Ken Raeburn | 2004-05-04 | 3 | -6/+25 |
| * | * error_message.c (com_err_terminate): Free heap storage in et_list_dynamic | Ken Raeburn | 2004-04-29 | 2 | -0/+8 |
| * | * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variables | Ken Raeburn | 2004-04-29 | 2 | -0/+6 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -2/+2 |
| * | Added support for library initialization and finalization, and verification | Ken Raeburn | 2004-04-24 | 4 | -9/+40 |
| * | Add files containing the export lists used on UNIX, in each directory | Ken Raeburn | 2004-04-22 | 2 | -0/+13 |
| * | Thread-safe manipulation of registered error-table list | Ken Raeburn | 2004-03-18 | 3 | -11/+34 |
| * | ignore some more generated files | Ken Raeburn | 2004-02-24 | 1 | -0/+2 |
| * | darwin build can't compile util/et test program | Ken Raeburn | 2003-07-04 | 2 | -1/+6 |
| * | * error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor... | Alexandra Ellwood | 2003-06-12 | 1 | -0/+5 |
| * | Removed Mac OS 9 support because it prevents darwin builds from getting com e... | Alexandra Ellwood | 2003-06-12 | 5 | -31/+7 |
| * | Needed for com_err library testing | Ken Raeburn | 2003-05-07 | 2 | -0/+8 |
| * | errno should never be explicitly declared | Ken Raeburn | 2003-04-24 | 3 | -6/+8 |
| * | Add missing paren | Sam Hartman | 2003-03-06 | 1 | -1/+1 |
| * | * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9... | Alexandra Ellwood | 2003-03-06 | 6 | -139/+17 |
| * | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -3/+3 |