The sudoers plugin now defines its own list of debugging subsystem names

and defines.
This commit is contained in:
Todd C. Miller
2014-10-22 13:30:52 -06:00
parent 866cfc4fc3
commit e9914a91b1
62 changed files with 641 additions and 558 deletions

View File

@@ -51,7 +51,7 @@ base64_decode(const char *str, unsigned char *dst, size_t dsize)
unsigned char ch[4];
char *pos;
int i;
debug_decl(base64_decode, SUDO_DEBUG_MATCH, sudoers_debug_instance)
debug_decl(base64_decode, SUDOERS_DEBUG_MATCH, sudoers_debug_instance)
/*
* Convert from base64 to binary. Each base64 char holds 6 bits of data