summaryrefslogtreecommitdiffstats
path: root/src/util/et
Commit message (Expand)AuthorAgeFilesLines
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-2/+2
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+1
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-202-4/+3
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-4/+1
* r820@NOME-KING: raeburn | 2008-08-26 18:37:41 -0400Ken Raeburn2008-08-271-6/+0
* Check return value from k5_mutex_lock() to partially mitigate someTom Yu2008-07-161-1/+2
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-302-4/+4
* Remove Mac-specific bit unused in KfM that causes test failures nowKen Raeburn2007-12-141-8/+0
* remove error tables by pointer Jeffrey Altman2007-10-011-3/+3
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-291-2/+10
* All Windows apps were popping MessageBoxes when stderr is redirected. Consol...Kevin Koch2007-03-271-3/+11
* Back out windows specific makefile changeSam Hartman2007-03-031-1/+1
* More existence tests; path updateKevin Koch2007-03-021-1/+1
* Remove unused fileKen Raeburn2007-01-201-50/+0
* Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn2006-10-131-2/+2
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* * configure.in: Set and substitute KSU_LIBS, SETENVOBJ, DO_TCL. GenerateKen Raeburn2006-05-182-29/+2
* * error_table.h (ET_EBUFSIZ): Increase to 1k.Ken Raeburn2006-04-182-42/+39
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-984/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-60/+0
* set DEFS empty in more placesKen Raeburn2006-04-042-0/+5
* include autoconf.h in a few more placesKen Raeburn2006-04-032-0/+5
* make depend, now with dependency sortingKen Raeburn2006-03-311-8/+8
* * configure.in: Supply all three arguments when calling AC_DEFINEKen Raeburn2006-03-282-1/+4
* build and export set/reset_com_err_hook on windowsKen Raeburn2006-03-272-2/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-5/+4
* Add a new recursive target "generated-files-mac", for producing theKen Raeburn2006-03-112-0/+6
* make dependTom Yu2005-11-291-2/+1
* fix more executable permissionsTom Yu2005-08-252-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-13/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-202-1/+5
* Update dependenciesKen Raeburn2005-06-211-1/+2
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-092-1/+16
* re-initialize 'terminated' variable to 0 during initialization routineJeffrey Altman2005-01-181-1/+2
* Some applications such as Eudora on Windows load and unload the KerberosJeffrey Altman2005-01-172-0/+6
* * error_message.c (com_err_terminate): Lock the list mutex before walkingKen Raeburn2005-01-142-1/+8
* run "make depend"Ken Raeburn2004-12-301-6/+8
* * et_h.awk: Declare initialize_*_error_table as taking no arguments.Ken Raeburn2004-11-053-2/+8
* * et_c.awk, et_h.awk: Fix off-by-one error.Tom Yu2004-10-075-4/+11
* * et_c.awk, et_h.awk: Complain if the error table is too large.Ken Raeburn2004-10-075-14/+41
* update dependenciesKen Raeburn2004-07-161-2/+2
* * error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up...Ken Raeburn2004-07-042-1/+6
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-222-2/+4
* * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS)Ken Raeburn2004-06-192-1/+2
* * Makefile.in ($(OUTPRE)test_et.exe): New target.Ken Raeburn2004-06-184-11/+63
* Run make dependSam Hartman2004-06-081-2/+4
* Change all uses of LIB in UNIX makefiles to LIBBASE, for better WindowsKen Raeburn2004-06-042-1/+5
* Oops. Fixes last night's test failures in last night's build..Ken Raeburn2004-06-032-0/+6
* The com_err library is now probably as thread-safe as it's going to get, onKen Raeburn2004-06-034-8/+74
* * error_message.c (terminated): New variable.Ken Raeburn2004-05-312-0/+14