Todd C. Miller
|
12a1b672c0
|
We must include gettext.h before missing.h as it includes system
headers. Also add missing DEFAULT_TEXT_DOMAIN defines in sudoers
audit code that does not include sudoers.h.
|
2014-02-11 09:40:59 -07:00 |
|
Todd C. Miller
|
5a636f2ea1
|
Zero out errstr when there is no error; fixes bug #632
|
2014-01-30 13:06:29 -07:00 |
|
Todd C. Miller
|
3e2d818ed9
|
Move prototypes for functions provided by libcommon that don't have
their own header files into sudo_util.h.
|
2013-12-12 18:29:07 -07:00 |
|
Todd C. Miller
|
cbf41b8b96
|
The OpenBSD strtonum() uses very short error strings that can't
be translated usefully. Convert them to longer strings on error.
Also use the longer strings for atomode() and atoid().
|
2013-12-11 13:43:10 -07:00 |
|
Todd C. Miller
|
d83bfb9fe6
|
Add atomode() function for parsing a file mode.
|
2013-12-10 16:56:54 -07:00 |
|