summaryrefslogtreecommitdiffstats
path: root/src/util/support/errors.c
Commit message (Expand)AuthorAgeFilesLines
* Remove DEBUG_ERROR_LOCATIONS supportGreg Hudson2014-06-051-31/+1
* Assume mutex locking cannot failGreg Hudson2013-05-141-5/+5
* Simplify error message retrievalGreg Hudson2012-12-191-85/+37
* Style cleanup for internal error handlingGreg Hudson2012-12-191-61/+67
* Remove orphaned KfM codeGreg Hudson2012-06-211-15/+0
* Add localization support to com_errGreg Hudson2011-06-101-0/+4
* Mark and reindent util/supportTom Yu2009-11-301-70/+71
* Simplify krb5int_get_error (and fix a cast-qual warning) by notGreg Hudson2009-11-011-24/+7
* Be a little more const-correct in krb5int_vset_error_flGreg Hudson2009-11-011-13/+8
* make mark-cstyleTom Yu2009-10-311-7/+7
* Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2009-04-291-2/+32
* Don't pass negative numbers to strerrorKen Raeburn2009-02-121-0/+14
* localize format strings, not final error stringAlexandra Ellwood2008-10-271-76/+34
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-1/+2
* Add support for localizing krb5 errors on Mac OS X.Alexandra Ellwood2008-10-241-2/+67
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-221-4/+7
* Don't define vsnprintf for Windows hereKen Raeburn2007-08-011-6/+0
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-1/+2
* provide asprintf functionality for internal useKen Raeburn2007-06-201-8/+10
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-181-0/+1
* Use const pointers for error messages.Ken Raeburn2006-10-071-4/+4
* allow multiple calls to krb5_get_error_message to retrieve messageKen Raeburn2006-06-281-7/+15
* vsnprintf not present on windowsJeffrey Altman2006-05-091-0/+6
* * errors.c (krb5int_get_error): Try strerror_r if available before strerror.Ken Raeburn2006-04-191-0/+17
* Initial enhanced error message support, similar to what I sent toKen Raeburn2006-03-261-0/+134