Home
last modified time | relevance | path

Searched refs:SUDO_CONV_ERROR_MSG (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/sudo/sudo-1.9.8p2/plugins/sample/
H A Dsample_plugin.c90 sudo_log(SUDO_CONV_ERROR_MSG, in policy_open()
120 sudo_log(SUDO_CONV_ERROR_MSG, "unknown user %s\n", runas_user); in policy_open()
127 sudo_log(SUDO_CONV_ERROR_MSG, "unknown group %s\n", runas_group); in policy_open()
189 sudo_log(SUDO_CONV_ERROR_MSG, "missing password\n"); in check_passwd()
193 sudo_log(SUDO_CONV_ERROR_MSG, "incorrect password\n"); in check_passwd()
247 sudo_log(SUDO_CONV_ERROR_MSG, "unable to allocate memory\n"); in find_editor()
276 sudo_log(SUDO_CONV_ERROR_MSG, "unable to allocate memory\n"); in find_editor()
305 sudo_log(SUDO_CONV_ERROR_MSG, "no command specified\n"); in policy_check()
314 sudo_log(SUDO_CONV_ERROR_MSG, "%s: command not found\n", argv[0]); in policy_check()
327 sudo_log(SUDO_CONV_ERROR_MSG, "unable to find valid editor\n"); in policy_check()
[all …]
/dports/security/sudo/sudo-1.9.8p2/plugins/group_file/
H A Dgroup_file.c67 sudo_log(SUDO_CONV_ERROR_MSG, in sample_init()
76 sudo_log(SUDO_CONV_ERROR_MSG, in sample_init()
81 sudo_log(SUDO_CONV_ERROR_MSG, in sample_init()
86 sudo_log(SUDO_CONV_ERROR_MSG, in sample_init()
H A Dplugin_test.c56 case SUDO_CONV_ERROR_MSG: in plugin_printf()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/auth/
H A Ddce.c101 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_dce_verify()
123 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_dce_verify()
129 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_dce_verify()
189 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in check_dce_status()
H A Dsecurid5.c202 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_securid_verify()
204 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_securid_verify()
H A Daix_auth.c253 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, in sudo_aix_verify()
265 msg_type |= result ? SUDO_CONV_ERROR_MSG : SUDO_CONV_INFO_MSG, in sudo_aix_verify()
H A Dsudo_auth.c224 sudo_printf(SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY, "%s\n", warning); in pass_warn()
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dfatal.c198 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
215 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
217 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
221 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
223 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
226 msgs[nmsgs].msg_type = SUDO_CONV_ERROR_MSG; in warning()
/dports/security/sudo/sudo-1.9.8p2/plugins/python/
H A Dpython_plugin_common.c403 py_sudo_log(SUDO_CONV_ERROR_MSG, "No python module path is specified. " in _python_plugin_set_path()
416 py_sudo_log(SUDO_CONV_ERROR_MSG, "Failed to allocate memory"); in _python_plugin_set_path()
469 py_sudo_log(SUDO_CONV_ERROR_MSG, "No plugin class is specified for python module '%s'. " in _python_plugin_get_class()
477 py_sudo_log(SUDO_CONV_ERROR_MSG, "Possible plugins: %s\n", possible_plugins); in _python_plugin_get_class()
487 py_sudo_log(SUDO_CONV_ERROR_MSG, "Failed to find plugin class '%s'\n", plugin_class); in _python_plugin_get_class()
493 …py_sudo_log(SUDO_CONV_ERROR_MSG, "Plugin class '%s' does not inherit from 'sudo.Plugin'\n", plugin… in _python_plugin_get_class()
588 …py_sudo_log(SUDO_CONV_ERROR_MSG, "Failed to build arguments for python plugin API call '%s'\n", fu… in python_plugin_api_call()
H A Dpyhelpers.c44 case SUDO_CONV_ERROR_MSG: in _sudo_printf_default()
139 py_sudo_log(SUDO_CONV_ERROR_MSG, "%s\n", context_message); in py_log_last_error()
148 py_sudo_log(SUDO_CONV_ERROR_MSG, "%s%s%s\n", in py_log_last_error()
411 sudo_debug_printf(SUDO_CONV_ERROR_MSG, "%s.%s call failed\n", in py_debug_python_result()
H A Dpython_plugin_io.c89 sudo_printf(SUDO_CONV_ERROR_MSG, in python_plugin_io_open()
273 …py_sudo_log(SUDO_CONV_ERROR_MSG, "sudo: loading more than %d sudo python IO plugins is not support… in python_io_clone()
H A Dpython_plugin_group.c45 sudo_printf(SUDO_CONV_ERROR_MSG, in python_plugin_group_init()
H A Dpython_plugin_approval.c190 py_sudo_log(SUDO_CONV_ERROR_MSG, in python_approval_clone()
H A Dpython_plugin_policy.c55 sudo_printf(SUDO_CONV_ERROR_MSG, in python_plugin_policy_open()
H A Dpython_plugin_audit.c278 …py_sudo_log(SUDO_CONV_ERROR_MSG, "sudo: loading more than %d sudo python audit plugins is not supp… in python_audit_clone()
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dconversation.c85 case SUDO_CONV_ERROR_MSG: in sudo_conversation()
172 case SUDO_CONV_ERROR_MSG: in sudo_conversation_printf()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Dsudo_printf.c49 case SUDO_CONV_ERROR_MSG: in sudo_printf_int()
H A Dcheck.c257 msg.msg_type = SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY; in display_lecture()
282 msg.msg_type = SUDO_CONV_ERROR_MSG|SUDO_CONV_PREFER_TTY; in display_lecture()
H A Dlogging.c308 sudo_printf(SUDO_CONV_ERROR_MSG, _("%s is not in the sudoers " in log_denial()
311 sudo_printf(SUDO_CONV_ERROR_MSG, _("%s is not allowed to run sudo " in log_denial()
315 sudo_printf(SUDO_CONV_ERROR_MSG, _("Sorry, user %s may not run " in log_denial()
318 sudo_printf(SUDO_CONV_ERROR_MSG, _("Sorry, user %s is not allowed " in log_denial()
/dports/security/sudo/sudo-1.9.8p2/plugins/system_group/
H A Dsystem_group.c65 plugin_printf(SUDO_CONV_ERROR_MSG, in sysgroup_init()
/dports/security/sudo/sudo-1.9.8p2/plugins/sample_approval/
H A Dsample_approval.c145 sudo_printf(SUDO_CONV_ERROR_MSG, "%s\n", *errstr); in sample_approval_check()
/dports/security/sudo/sudo-1.9.8p2/include/
H A Dsudo_plugin.h45 #define SUDO_CONV_ERROR_MSG 0x0003 /* error message */ macro
/dports/security/sudo/sudo-1.9.8p2/plugins/python/regress/
H A Dtesthelpers.c164 case SUDO_CONV_ERROR_MSG: in fake_printf()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/iolog_plugin/
H A Dcheck_iolog_plugin.c65 case SUDO_CONV_ERROR_MSG: in sudo_printf_int()
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/regress/fuzz/
H A Dfuzz_sudoers.c80 case SUDO_CONV_ERROR_MSG: in fuzz_conversation()

12