Files
sudo/plugins/sudoers/po
Todd C. Miller 5d2e9426b2 We cannot (easily) use clock_gettime(CLOCK_MONOTONIC) directly as
it may be present but not implemented.  Add sudo_gettime_real() and
sudo_gettime_mono() functions to get the real and monotonic times
respectively.  Now sudo_gettime_mono() checks the value of
sysconf(_SC_MONOTONIC_CLOCK) before calling clock_gettime(CLOCK_MONOTONIC)
and falls back on sudo_gettime_real() as needed.  The Mach version
of sudo_gettime_mono() uses mach_absolute_time().

This should fix problems with timestamp files on systems where
the CLOCK_MONOTONIC is defined but not actually implemented.
2015-02-24 11:19:21 -07:00
..
2014-09-01 12:47:22 -06:00
2014-09-01 12:47:22 -06:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:28:31 -07:00
2014-11-10 12:37:58 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2013-04-18 09:41:11 -04:00
2013-04-18 09:41:11 -04:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2012-08-22 12:56:28 -04:00
2012-08-22 12:56:28 -04:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-20 06:33:02 -07:00
2015-02-20 06:33:02 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2013-04-09 14:39:44 -04:00
2013-04-09 14:39:44 -04:00
2014-09-17 10:12:12 -06:00
2014-09-17 10:12:12 -06:00
2013-04-29 14:04:51 -04:00
2013-04-29 14:04:51 -04:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00
2015-02-04 06:23:57 -07:00

NLS Translations for sudo are coordinated through the Translation
Project, at http://translationproject.org/

If you would like to contribute a translation for sudo, please join
a translation team at the Translation Project instead of contributing
a po file directly.  This will avoid duplicated work if there is
already a translation in progress.  If you would like to become a
member of a translation team, please follow the instructions at
http://translationproject.org/html/translators.html

The messages in sudo are split into two domains: sudo and sudoers.
The former is used by the sudo front-end and utility functions.
The latter is used by the sudoers policy and I/O logging plug-ins
as well as the sudoers-specific commands visudo and sudoreplay.