Home
last modified time | relevance | path

Searched refs:SUDO_API_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance

/dports/security/sudo/sudo-1.9.8p2/include/
H A Dsudo_plugin.h23 #define SUDO_API_VERSION_MAJOR 1 macro
26 #define SUDO_API_VERSION SUDO_API_MKVERSION(SUDO_API_VERSION_MAJOR, SUDO_API_VERSION_MINOR)
/dports/security/sudo/sudo-1.9.8p2/plugins/sample/
H A Dsample_plugin.c89 if (SUDO_API_VERSION_GET_MAJOR(version) != SUDO_API_VERSION_MAJOR) { in policy_open()
92 SUDO_API_VERSION_MAJOR); in policy_open()
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dload_plugins.c295 if (SUDO_API_VERSION_GET_MAJOR(plugin->version) != SUDO_API_VERSION_MAJOR) { in sudo_load_plugin()
301 SUDO_API_VERSION_MAJOR, path); in sudo_load_plugin()