]> granicus.if.org Git - sudo/history - plugins
If the sudoreplay ID option is a fully-qualified path, use it directly.
[sudo] / plugins /
2019-08-27 Todd C. MillerIf the sudoreplay ID option is a fully-qualified path... master
2019-08-27 Todd C. Millerregen
2019-08-27 Todd C. MillerUse the SUDO_CONV_PREFER_TTY flag during authentication.
2019-08-20 Todd C. MillerUse fputs(), not printf() for plain strings.
2019-08-20 Todd C. MillerAdd user ID to the search filter when matching sudoUser.
2019-08-20 Todd C. MillerFix parsing of double-quoted Defaults bindings that...
2019-08-15 Todd C. MillerFix special handling of ipa_hostname that was lost...
2019-08-14 Todd C. MillerRemove unused include file.
2019-08-05 Todd C. MillerAsturian translation for sudoers from translationprojec...
2019-08-05 Todd C. MillerStore signal name, not number in I/O log timing file.
2019-07-30 Todd C. MillerReplace non-essential strncpy() calls.
2019-07-23 Todd C. MillerUpdated translations from translationproject.org
2019-07-20 Todd C. MillerUse strftime(3) instead of formatting struct tm by...
2019-07-19 Todd C. MillerIf the command in sudoers does not exist on the file...
2019-07-19 Todd C. Millerregen
2019-07-15 Todd C. MillerSimpler change to retry sudo_secure_file() as root...
2019-07-15 Todd C. MillerIf we are unable to stat() sudoers as non-root, try...
2019-07-03 Todd C. MillerRename PLUGINDIR -> plugindir
2019-06-25 Todd C. MillerAdd ssizeof macro that returns ssize_t.
2019-06-20 Todd C. MillerIn tty_present(), check for /dev/tty if sudo was unable...
2019-05-29 Todd C. MillerUse the runhost for "User foo is not allowed to run...
2019-05-27 Todd C. MillerAllow the user to change their password if expired...
2019-05-26 Todd C. MillerWhen using AIX auth, don't display the AIX password...
2019-05-22 Todd C. MillerFix a typo.
2019-05-06 Todd C. MillerRemove second catopen() which is never called.
2019-04-30 Todd C. MillerAdd pam_acct_mgmt setting to enable/disable PAM account...
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-04-28 Todd C. MillerFilter out last login messages on HP-UX unless running...
2019-04-20 Todd C. MillerKeep debug fds open in send_mail() to aid in debugging.
2019-04-19 Todd C. MillerSet def_mailerflags even if sendmail was not found...
2019-04-08 Todd C. MillerAdd a proper getdelim(3) replacement and use it instead...
2019-04-08 Todd C. MillerRestrict the PAM_TTY kludge to Solaris and Linux-PAM.
2019-03-14 Todd C. MillerPlug a memory leak on user/group lookup failure found...
2019-03-08 Todd C. MillerFix test failure when run by a user other than the...
2019-03-08 Todd C. MillerUpdated translations from translationproject.org
2019-03-08 Todd C. MillerTest cvtsudoers stdout and stderr separately.
2019-03-07 Todd C. MillerBetter comment about EOVERFLOW and pstat_getproc().
2019-03-03 Todd C. MillerIgnore carriage return before a linefeed.
2019-02-21 Todd C. MillerAdd simple API for to allow reading environment data...
2019-02-19 Todd C. MillerFix pasto; the unrestricted env file was read when...
2019-02-19 Todd C. MillerBe sure to include sudo_queue.h where needed instead...
2019-02-18 Todd C. MillerSplit command match code out into match_command.c.
2019-02-17 Todd C. MillerSplit out digest matching into its own file.
2019-02-17 Todd C. MillerSplit out digest matching into its own file.
2019-02-12 Todd C. MillerRename FOLLOW and NOFOLLOW tokens FOLLOWLNK and NOFOLLO...
2019-02-06 Todd C. MillerAdd stub definition of digest_matches() for SUDOERS_NAM...
2019-02-06 Todd C. MillerNo longer need to include sudo_lbuf.h
2019-02-05 Todd C. MillerUse SET macro instead of bitwise OR.
2019-02-05 Todd C. MillerIn sudo_make_grlist_item() the calculation of total...
2019-02-05 Todd C. MillerUse correct debug_decl() names.
2019-02-05 Todd C. MillerAdd fallback values for sudoers uid, gid and mode if...
2019-01-22 Todd C. MillerFix listpw=never and verifypw=never. Bug #869
2019-01-20 Todd C. MillerMinor snprintf() usage tweaks:
2019-01-07 Todd C. MillerUse PAM_SILENT to prevent pam_lastlog from printing...
2019-01-03 Todd C. Millerregen
2018-12-25 Todd C. MillerUse debug_return_int not debug_return_bool in resolve_host
2018-12-24 Todd C. MillerAllow the sudoers file to be specified without the...
2018-12-12 Todd C. MillerUpdated translations from translationproject.org
2018-12-11 Todd C. MillerAdd -n and -R options to help; reported by Radovan...
2018-12-11 Todd C. MillerThe -c option was missing from the help info; from...
2018-12-08 Todd C. MillerIn sudo_pam_approval(), for the exempt case, only overw...
2018-12-07 Todd C. MillerThe fix for bug #843 was incomplete and caused pam_end...
2018-11-07 Todd C. MillerUpdated translations from translationproject.org
2018-11-07 Todd C. MillerPortuguese translation for sudo and sudoers from transl...
2018-11-05 Todd C. MillerAdd sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn...
2018-10-31 Todd C. MillerFix memory leak in runaslist_matches().
2018-10-29 Todd C. Millerregen
2018-10-28 Todd C. MillerAdd support for negated sudoRunAsUser and sudoRunAsGrou...
2018-10-27 Todd C. MillerInclude getpwent() version of sudo_getgrouplist2_v1...
2018-10-27 Todd C. MillerUse a testsudoers group file with known contents instea...
2018-10-27 Todd C. MillerAllow the group set by "sudo -g" to be any of the targe...
2018-10-26 Todd C. MillerAdd missing #ifdef LDAP_OPT_X_TLS_REQUIRE_CERT
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-26 Todd C. MillerFix some mangled text in the license block.
2018-10-25 Todd C. MillerAdd padding option to cvtsudoers.
2018-10-22 Todd C. MillerPass --sourcetree-root to pvs-studio and don't check...
2018-10-21 Todd C. MillerAdd pvs-studio target and associated production rules.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-10-20 Todd C. MillerSimplify range checks.
2018-10-19 Todd C. MillerAvoid some PVS-Studio false positives.
2018-10-19 Todd C. MillerIn timestamp_open() no need to free cookie on error...
2018-10-18 Todd C. MillerFix a memory leak on malloc() error in sudo_ldap_role_t...
2018-10-18 Todd C. MillerMove the allocation of role to be immediately before...
2018-10-18 Todd C. MillerFix trimming of non-escaped trailing space in ldif_pars...
2018-10-18 Todd C. MillerSimplify the logic surrounding sudoers_args in command_...
2018-10-18 Todd C. MillerIf sudo_ldap_get_values_len() fails goto cleanup instea...
2018-10-18 Todd C. MillerFix handling of timeout values in sudoers.
2018-10-17 Todd C. MillerFix cut & pastos in cvtsudoers_make_gritem()
2018-10-17 Todd C. MillerFix expected test output now that command_timeout is...
2018-10-16 Todd C. MillerAvoid potentially undefined behavior.
2018-10-16 Todd C. Millersudo_ldap_parse_option() never returns '=' as the operator.
2018-10-16 Todd C. MillerFix up #line entries that reference lex.sudoers.c.
2018-10-13 Todd C. MillerFix workaround for broken sudo 1.8.7 timing files.
2018-10-13 Todd C. MillerFix memory leak when reusing the runas list. We need...
2018-10-12 Todd C. MillerReplace sudo_fatal(NULL) with an "unable to allocate...
2018-10-05 Todd C. MillerAdd new -S option to sleep while the command was suspended.
2018-10-05 Todd C. MillerAdd a suspend event type to the I/O log to log suspend...
2018-09-27 Todd C. MillerAdd support for OpenLDAP's TLS_REQCERT setting in ldap...
2018-09-24 Todd C. MillerMove definition of TIME_T_MAX to sudo_util.h
2018-09-24 Todd C. MillerTreat LOGIN, LOGNAME and USER specially. If one is...
next