]> granicus.if.org Git - sudo/shortlog
sudo
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. MillerUpdate error message when the password cannot be read...
2019-07-19 Todd C. MillerFix for Bug #888
2019-07-19 Todd C. MillerIf the command in sudoers does not exist on the file...
2019-07-19 Todd C. MillerMore verbose error message when a password is required...
2019-07-19 Todd C. Millerregen
2019-07-19 Todd C. MillerDocument that PAM session modules are now run with...
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-12 Todd C. MillerClarify that ttyin contains raw terminal input.
2019-07-11 Todd C. MillerExpand the description of the I/O log files.
2019-07-11 Todd C. MillerRemove trailing whitespace.
2019-07-03 Todd C. MillerRename PLUGINDIR -> plugindir
2019-07-03 Todd C. MillerUse $libexecdir in default settings used by the documen...
2019-07-03 Todd C. MillerAdd conditional for sesh path in sudo.conf manual.
2019-07-03 Todd C. MillerUpdate plugindir even when --disable-shared is specified.
2019-06-25 Todd C. MillerAdd ssizeof macro that returns ssize_t.
2019-06-21 Todd C. Millersudoedit should be used for editing files instead of...
2019-06-21 Todd C. MillerMove the section on HOME to be after the environment...
2019-06-21 Todd C. MillerRemove the Solaris last login question, add one about...
2019-06-20 Todd C. MillerUse the term pseudo-terminal more consistently.
2019-06-20 Todd C. MillerDocument why HOME should not be preserved from the...
2019-06-20 Todd C. MillerRefer to command line options, not flags.
2019-06-20 Todd C. Millersync
2019-06-20 Todd C. Millersudo will now prompt for a password as long as /dev...
2019-06-20 Todd C. MillerRemove .cat pages, there is no need for them in the...
2019-06-20 Todd C. MillerMake env_editor the default.
2019-06-20 Todd C. MillerDon't describe env_editor as a security hole.
2019-06-20 Todd C. MillerFix details of how EDITOR, VISUAL and SUDO_EDITOR are...
2019-06-20 Todd C. MillerModern visudo locks the actual sudoers file, not the...
2019-06-20 Todd C. MillerIn tty_present(), check for /dev/tty if sudo was unable...
2019-06-20 Todd C. MillerDon't refuse to use the tty unless /dev/tty is unavailable.
2019-06-19 Todd C. MillerUse of "they" was ambiguous.
2019-06-19 Todd C. MillerBetter description of secure_path.
2019-06-19 Todd C. MillerAdd Sander Bos
2019-06-19 Todd C. MillerFix a few typos and awkward wording.
2019-06-15 Todd C. MillerClarify which environment variables are set based on...
2019-06-10 Todd C. Millerlibsudo_util depends on LT_DEP_LIBS even when building...
2019-06-10 Todd C. MillerSolaris getentropy() requires that sys/random.h be...
2019-05-29 Todd C. MillerUse the runhost for "User foo is not allowed to run...
2019-05-28 Todd C. MillerDocument that "no tty present and no askpass program...
2019-05-27 Todd C. MillerAdd Sangamesh Mallayya and Michael Spradling
2019-05-27 Todd C. MillerAdd -B option to ring the bell before the password...
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-24 Todd C. MillerAIX packages were not being build with optimization...
2019-05-22 Todd C. MillerFix a typo.
2019-05-22 Todd C. MillerSupport using macOS SDKs from /Library/Developer/Comman...
2019-05-16 Todd C. MillerIt is safe to assume _POSIX_VDISABLE is defined.
2019-05-06 Todd C. MillerRemove second catopen() which is never called.
2019-05-01 Todd C. MillerSudo's conversation functions now filters out the last...
2019-04-30 Todd C. MillerAdd pam_acct_mgmt setting to enable/disable PAM account...
2019-04-30 Todd C. Millerregen
2019-04-30 Todd C. MillerSudo 1.8.28
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-26 Todd C. MillerFreeBSD's /dev/fd only contains fds 0-2 unless fdescfs...
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-18 Todd C. MillerFix the counting of supplementary groups on AIX.
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-07 Todd C. MillerIgnore EOVERFLOW from pstat_getproc(), it is not a...
2019-03-06 Todd C. Millerupdate copyright year
2019-03-05 Todd C. MillerFix error message when a fully-qualified plugin path...
2019-03-04 Todd C. MillerFix unescaped '\' and remove an extra '[' in the defini...
2019-03-03 Todd C. MillerIgnore carriage return before a linefeed.
2019-02-26 Todd C. MillerFor sssd, the nsswitch.conf setting should be "sss...
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. MillerOnly export sudo_arc4random_uniform() if arc4random_uni...
2019-02-18 Todd C. MillerQuiet a warning on gcc 8
2019-02-18 Todd C. MillerAIX 7.1 defines O_CLOEXEC but it can't be used outside...
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-06 Todd C. MillerOn RedHat/CentOS get the OS major version from /etc...
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-02-04 Todd C. Millerinclude stddef.h to make sure we get NULL
2019-02-02 Todd C. MillerFix memory leak when there are no network interfaces...
2019-01-25 Todd C. MillerUse $ac_cv_search_FUNCTION instead of $ac_lib and ...
2019-01-24 Todd C. MillerUpdated translations from translationproject.org
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. MillerThe AIX nofiles hard limit fix and bug #867 will make...
2019-01-07 Todd C. MillerUse PAM_SILENT to prevent pam_lastlog from printing...
2019-01-07 Todd C. MillerFix the default nofiles and stack hard limits.
next