Todd C. Miller
|
6b1b734ffa
|
Add a flag argument to sudo_conf_read() so we can decide which
bits get parsed. This lets us parse Debug statements first and
init the debug subsystem early.
|
2014-10-26 08:33:08 -06:00 |
|
Todd C. Miller
|
17a2a27e46
|
Use generic bitmap macros instead of select-style fd_set.
|
2014-10-23 14:37:27 -06:00 |
|
Todd C. Miller
|
5270ebf1f2
|
When registering with the debug subsystem, the caller now passes
in an arrary of ints that gets filled in with the subsytem IDs to
be used in debug_decl.
|
2014-10-23 06:36:50 -06:00 |
|
Todd C. Miller
|
e9914a91b1
|
The sudoers plugin now defines its own list of debugging subsystem names
and defines.
|
2014-10-22 13:30:52 -06: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 |
|