Todd C. Miller
|
e20475922d
|
There is no longer a reason for the plugin to init the debug subsystem
itself. It will always be initialized by the front-end if needed.
|
2014-09-08 16:24:32 -06:00 |
|
Todd C. Miller
|
4fa58d6974
|
Use a stack buffer for the debug message when possible, most are small.
|
2014-09-02 14:36:05 -06:00 |
|
Todd C. Miller
|
2246b1827f
|
Don't recurse infinitely until we blow the stack when the debug
file can't be opened in the front-end. The conversation-type debug
mode will be removed in the future.
|
2014-08-18 16:35:58 -06:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
127ba1354b
|
Rename gettext.h -> sudo_gettext.h
|
2014-07-21 14:49:43 -06:00 |
|
Todd C. Miller
|
3687b665cb
|
Rename fatal.h -> sudo_fatal.h
|
2014-07-21 14:40:18 -06:00 |
|
Todd C. Miller
|
d7c309f702
|
Conver sudo_debug_write() to a macro
|
2014-07-21 09:13:47 -06:00 |
|
Todd C. Miller
|
2d61d38c23
|
Add sudo_ prefix to alloc.c functions and rename alloc.h -> sudo_alloc.h
|
2014-06-27 10:48:31 -06:00 |
|
Todd C. Miller
|
4d37a4a162
|
Top level directory reorg
Move src/po -> po
Combine common and compat -> lib/util
Move zlib -> lib/zlib
|
2014-06-26 15:51:02 -06:00 |
|