summaryrefslogtreecommitdiffstats
path: root/src/util/et
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* Start using our first bit of per-thread storageKen Raeburn2004-05-063-8/+70
* * configure.in: Enable dependency support for shared lib.Ken Raeburn2004-05-053-5/+15
* Make com_err tests exercise the shared-library supportKen Raeburn2004-05-043-6/+25
* * error_message.c (com_err_terminate): Free heap storage in et_list_dynamicKen Raeburn2004-04-292-0/+8
* * Makefile.in (LIBINITFUNC, LIBFINIFUNC): New variablesKen Raeburn2004-04-292-0/+6
* updated dependenciesKen Raeburn2004-04-241-2/+2
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-244-9/+40
* Add files containing the export lists used on UNIX, in each directoryKen Raeburn2004-04-222-0/+13
* Thread-safe manipulation of registered error-table listKen Raeburn2004-03-183-11/+34
* ignore some more generated filesKen Raeburn2004-02-241-0/+2
* darwin build can't compile util/et test programKen Raeburn2003-07-042-1/+6
* * error_table.h, et_c.awk, et_c.pl, et_h.awk, et_c.awk: Removed Mac OS suppor...Alexandra Ellwood2003-06-121-0/+5
* Removed Mac OS 9 support because it prevents darwin builds from getting com e...Alexandra Ellwood2003-06-125-31/+7
* Needed for com_err library testingKen Raeburn2003-05-072-0/+8
* errno should never be explicitly declaredKen Raeburn2003-04-243-6/+8
* Add missing parenSam Hartman2003-03-061-1/+1
* * com_err.c, com_err.h, error_message.c, et_c.awk, et_h.awk: Removed Mac OS 9...Alexandra Ellwood2003-03-066-139/+17
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-3/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+8
* * et_h.awk: It's "const struct error_table et_" in the c file, soTom Yu2002-12-122-1/+6
* Implement an install-headers target to install public headers into KRB5_INCDIR;Sam Hartman2002-10-072-0/+7
* * com_err.c (default_com_err_proc, com_err_va, set_com_err_hook): Define with...Ken Raeburn2002-09-022-16/+13
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-2/+6
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+11
* Quote targets of some copy operations within the build tree. NeededKen Raeburn2002-08-272-1/+6
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-2/+6
* *Makefile.in(install): Don't install mit-sipb-copyright.h, it's unreferencedKen Raeburn2002-07-132-4/+5
* Put # for cpp directives in first columnKen Raeburn2002-07-092-2/+6
* * et_c.awk: Fix up <com_err.h> inclusion for windows and macTom Yu2002-07-083-3/+15
* 2002-07-03 Tom Yu <tlyu@mit.edu>Tom Yu2002-07-0310-16/+109
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-4/+4
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-4/+5