summaryrefslogtreecommitdiffstats
path: root/src/util/et/error_message.c
Commit message (Expand)AuthorAgeFilesLines
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+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-301-2/+2
* 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
* * error_table.h (ET_EBUFSIZ): Increase to 1k.Ken Raeburn2006-04-181-41/+38
* * et/error_message.c (com_err_initialize, com_err_terminate): IfKen Raeburn2005-02-091-1/+11
* 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-171-0/+2
* * error_message.c (com_err_terminate): Lock the list mutex before walkingKen Raeburn2005-01-141-1/+3
* * error_message.c (remove_error_table) [!ENABLE_THREADS && DEBUG_THREADS]: Up...Ken Raeburn2004-07-041-1/+1
* * Makefile.in ($(OUTPRE)test_et.exe): New target.Ken Raeburn2004-06-181-9/+20
* The com_err library is now probably as thread-safe as it's going to get, onKen Raeburn2004-06-031-1/+8
* * error_message.c (terminated): New variable.Ken Raeburn2004-05-311-0/+8
* Start using our first bit of per-thread storageKen Raeburn2004-05-061-7/+24
* * error_message.c (com_err_terminate): Free heap storage in et_list_dynamicKen Raeburn2004-04-291-0/+5
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-241-1/+24
* Thread-safe manipulation of registered error-table listKen Raeburn2004-03-181-10/+25
* 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-061-21/+2
* Put # for cpp directives in first columnKen Raeburn2002-07-091-2/+2
* 2002-07-03 Tom Yu <tlyu@mit.edu>Tom Yu2002-07-031-4/+12
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-39/+6
* Danilo says we can get rid of the DLLIMP stuff nowKen Raeburn2001-10-041-3/+3
* * error_message.c (error_message): Conditional label on _sgi soEzra Peisach2001-06-211-0/+2
* handle irix high-numbered error codesKen Raeburn2001-06-201-7/+15
* * com_err.h (add_error_table, remove_error_table): Annotate as modifyingKen Raeburn2001-01-201-4/+16
* update to implement equivalent of ref countKen Raeburn2001-01-181-21/+6
* Remove a bunch of macro definitions we don't use.Ken Raeburn2000-12-061-4/+6
* Test out lclint and its4 on com_err library. One lclint error left on Solaris,Ken Raeburn2000-11-081-56/+112
* Added support to use ErrorLib to get MIT Support Library and Mac OS Toolbox e...Alexandra Ellwood1999-10-281-2/+16
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-0/+3
* error_message.c: Use "#if defined(MSDOS) || ..." instead of "#ifTheodore Tso1998-12-011-1/+1
* Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th...Miro Jurisic1998-07-171-2/+2
* * error_message.c (error_message): Mask error code withEzra Peisach1997-07-221-2/+2
* * error_message.c: Don't declare sys_nerr on MacintoshEzra Peisach1997-03-031-0/+2
* I really did mean #ifdef unix... I added AIX for compatibility.Richard Basch1997-02-221-1/+1
* * Make shared libs work on AIXSam Hartman1997-02-221-1/+1
* Do not free unallocated memory (win16)Richard Basch1997-02-181-11/+17
* Win16 fixesRichard Basch1997-02-181-4/+3
* Because you cannot call malloc() during DLL initialization under win16,Richard Basch1997-02-181-2/+16
* Checked in a debugging version, by accident.Richard Basch1997-02-161-2/+11
* Removed V2 experimental API previously checked-in.Richard Basch1997-02-151-38/+103
* New V2 API + Win16/Win32 supportRichard Basch1997-02-061-73/+100
* Work around a compiler bug on the Alpha.Ezra Peisach1996-10-171-1/+3
* * internal.h: #ifdef NEED_SYS_ERRLIST -> #ifdefTom Yu1996-08-311-5/+5
* com_err.h:Theodore Tso1996-06-121-2/+6
* Windows has strerror()Theodore Tso1996-02-281-0/+3
* Fix logic if #ifdefs for HAVE_STRERROR and HAVE_SYS_ERRLIST.Theodore Tso1995-10-051-4/+7