Todd C. Miller
|
84e6e6ccf9
|
Update copyright year on some files where it was out of date.
|
2020-08-31 14:09:36 -06:00 |
|
Todd C. Miller
|
446ae3f507
|
Include string.h unconditionally and only use strings.h for strn?casecmp()
In the pre-POSIX days BSD had strings.h, not string.h.
Now strings.h is only used for non-ANSI string functions.
|
2020-05-18 07:59:24 -06:00 |
|
Robert Manner
|
8a9218d161
|
plugins/python/debug: adapt debug refcount solution of sudoers plugin
|
2020-02-19 11:48:16 -07:00 |
|
Todd C. Miller
|
0e4c3c47d1
|
Move duplicated code to parse plugin debug flags to libsudo_util.
There's no need for four copies of sudo_debug_parse_flags().
|
2020-02-11 15:15:36 -07:00 |
|
Todd C. Miller
|
486ee2b71f
|
debug_decl and debug_decl_vars now require a semicolon at the end.
|
2019-12-22 08:48:16 -07:00 |
|
Robert Manner
|
311cf122e2
|
plugins/python: add sudo debug helpers
|
2019-12-14 12:55:42 -07:00 |
|