main
Use #include <foo.h> instead of #include "foo.h" in most cases.
Remove developer mode from sudo.conf, it is no longer used.
Add probe_interfaces and intercept_path.
Top level directory reorg Move src/po -> po Combine common and compat -> lib/util Move zlib -> lib/zlib
Update error output to match quoting changes.
Change how sudo.conf is parsed. We now do a quick parse and then set the values after the entire file has been parsed. This lets us init the debug system earlier. Plugin-specific debug flags are now stored in struct plugin_info and struct plugin_container and passed to the plugin via one or more debug_flags settings.