Todd C. Miller
|
47b82acd78
|
fix typo that prevented compilation on FreeBSD
|
2017-02-14 13:19:45 -07:00 |
|
Todd C. Miller
|
334350af45
|
id_t is 64-bits on FreeBSD so use strtoll() there.
Fixes the strtoid regress.
|
2016-11-30 07:32:59 -07:00 |
|
Todd C. Miller
|
3f022419ae
|
Be consistent with the naming of the variable used to store the
function return value. Previously, some code used "rval", some
used "ret". This standardizes on "ret" and uses "rc" for temporary
return codes.
|
2016-09-08 16:38:08 -06:00 |
|
Todd C. Miller
|
4a07b472f0
|
Only include stddef.h where it is needed.
|
2015-06-20 05:34:35 -06:00 |
|
Todd C. Miller
|
dc883f2454
|
We require ANSI C so stop using the obsolete STDC_HEADERS.
|
2015-06-19 14:29:27 -06:00 |
|
Todd C. Miller
|
59ab26dbcc
|
Go back to a 2 args debug_decl and just use the "default" instance,
now renamed "active".
|
2015-02-01 08:24:49 -07:00 |
|
Todd C. Miller
|
866cfc4fc3
|
Add support for multiple Debug lines per program. Callers may
register arbitrary debug facilities or use built-in defaults. We
now use separate Debug statements for plugins and programs.
|
2014-10-22 13:23:05 -06:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
844a285391
|
Version the functions in libsudo_util
|
2014-07-22 11:26:17 -06:00 |
|
Todd C. Miller
|
127ba1354b
|
Rename gettext.h -> sudo_gettext.h
|
2014-07-21 14:49:43 -06:00 |
|
Todd C. Miller
|
c10c9cd5e6
|
Skip leading space (ala strtol) so that we can pick up the sign
even if it is not the first character of the string.
|
2014-07-13 07:08:12 -06:00 |
|
Todd C. Miller
|
a8fa112a53
|
atobool -> sudo_strtobool
atoid-> sudo_strtoid
atomode -> sudo_strtomode
|
2014-06-27 14:53:54 -06:00 |
|