Todd C. Miller
|
56de023de8
|
Avoid strerror() when possible and just rely on warning/error
to handle errno in the proper locale.
|
2012-11-09 16:32:29 -05:00 |
|
Todd C. Miller
|
a0c53bd751
|
Call gettext inside log_error et al instead of having the caller do it. This way we can display any messages to the user in their own locale but log in the sudoers local.
|
2012-11-08 15:37:44 -05:00 |
|
Todd C. Miller
|
0a7af23038
|
Make check.c independent of the underlying timestamp implementation.
|
2012-10-23 14:16:57 -04:00 |
|
Todd C. Miller
|
0fa33ccf0f
|
Split off timestamp functions into their own source file.
|
2012-09-27 10:21:13 -04:00 |
|