]> granicus.if.org Git - sudo/commit
Add SUDO_DEBUG_ERRNO flag to debug functions so we can log errno.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Apr 2012 20:59:31 +0000 (16:59 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 4 Apr 2012 20:59:31 +0000 (16:59 -0400)
commit2fe41248acc61880653eb6fb8d4e5b7cfc7e987f
tree0c3cb5ac7957466d979e31ed93f963cb78d44432
parenta94855f56ebdf214c379a3c4cd00bc6b487e8656
Add SUDO_DEBUG_ERRNO flag to debug functions so we can log errno.
Use this flag when wrapping error() and warning() so the debug
output includes the error string.
common/sudo_debug.c
include/error.h
include/sudo_debug.h
src/conversation.c