summaryrefslogtreecommitdiffstats
path: root/src/util/support/errors.c
Commit message (Expand)AuthorAgeFilesLines
* 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