]> granicus.if.org Git - sudo/shortlog
sudo
2013-02-24 Todd C. MillerAdd pam_session sudoers option.
2013-02-24 Todd C. MillerDummy out close function if there is no end_session...
2013-02-23 Todd C. MillerAdd m4/ to paths m4_include parameters so we don't...
2013-02-23 Todd C. MillerIf the policy plugin does not provide a close function...
2013-02-23 Todd C. MillerDo not crash if the plugin close and version functions...
2013-02-21 Todd C. MillerFix typos in selinux/solaris privs specific code.
2013-02-21 Todd C. MillerPass the default plugin directory to the plugin via...
2013-02-21 Todd C. MillerCompletely ignore time stamp file if it is set to the...
2013-02-21 Todd C. MillerAdd Nikolai Kondrashov
2013-02-21 Todd C. MillerUse userpw_matches() for username matching so #uid...
2013-02-21 Todd C. MillerAvoid calling realloc3() with a zero size parameter...
2013-02-21 Todd C. MillerDo not send error mail if a user is not found in SSSD...
2013-02-20 Todd C. MillerTest setting disable_coredump to illegal value.
2013-02-20 Todd C. MillerFix atobool() usage.
2013-02-20 Todd C. MillerRemove unused variable.
2013-02-20 Todd C. MillerMake "sudo -l non_existent_command" warn that non_exist...
2013-02-20 Todd C. MillerMake sudoers file long list output better match the...
2013-02-20 Todd C. MillerUse the correct the sudoers policy symbol names and...
2013-02-20 Todd C. MillerFor "sudo -l" start a new line if the runas list change...
2013-02-19 Todd C. MillerFor "sudo -l" and "sudo -ll" only print the runas info...
2013-02-18 Todd C. MillerRename sample_group plugin to group_file.
2013-02-18 Todd C. MillerAdd maxseq sudoers option to limit the max number of...
2013-02-16 Todd C. MillerLog lines and columns in the iolog file.
2013-02-15 Todd C. MillerAdd simple regress tests for sudo.conf parsing.
2013-02-15 Todd C. MillerAlways display the I/O plugin version as long as its...
2013-02-15 Todd C. MillerUse sysconf(_SC_LOGIN_NAME_MAX) to find max username...
2013-02-15 Todd C. Miller#include "sudo_usage.h" not <sudo_usage.h> so we get...
2013-02-14 Todd C. MillerIf a line was longer that 0x80000000 the bit hack to...
2013-02-14 Todd C. MillerUse max_groups in front-end and plugin.
2013-02-14 Todd C. MillerPass max_groups to plugin in settings list.
2013-02-14 Todd C. MillerAdd max_groups setting to sudo.conf (currently unused...
2013-02-12 Todd C. MillerReorganize configure options
2013-02-11 Todd C. MillerAdd Sudo 1.8.6p7
2013-02-10 Todd C. MillerSync with autoconf 2.68
2013-02-10 Todd C. MillerRemove obsolete OS notes and move build requirements...
2013-02-08 Todd C. MillerSort elements of the settings, user_info and command_in...
2013-02-08 Todd C. MillerRemove trailing white space
2013-02-08 Todd C. MillerStore the session ID in the tty ticket file too. A...
2013-02-07 Todd C. MillerMove tzset() call from sudoers plugin to sudo front...
2013-02-07 Todd C. MillerMention line continuation
2013-02-07 Todd C. MillerAdd line continuation support to sudo_parseln() and...
2013-02-06 Todd C. MillerFix memory leak in error path; found by llvm checker
2013-02-06 Todd C. MillerRemove useless store detected by llvm checker.
2013-02-06 Todd C. MillerSudo now stores its libexec files in a "sudo" subdirect...
2013-02-06 Todd C. MillerAdd missing __dso_public to plugin structs so they...
2013-02-06 Todd C. MillerMention that sudoers has its own plugins too.
2013-02-05 Todd C. MillerCorrect last change date.
2013-02-05 Todd C. MillerRemove duplicated sudo.conf info in the sudo, sudoers...
2013-02-05 Todd C. MillerFix typos
2013-02-05 Todd C. MillerFix some typos.
2013-02-05 Todd C. MillerAdd standalone sudo.conf manual page.
2013-02-05 Todd C. Milleradd group_source example
2013-02-05 Todd C. MillerUse PLUGINDIR in the manuals and fix a typo in the...
2013-02-05 Todd C. MillerSync with translationproject.org
2013-02-03 Todd C. MillerSync with translationproject.org
2013-02-01 Todd C. MillerSync with translationproject.org
2013-01-31 Todd C. MillerClarify ttyname changes.
2013-01-31 Todd C. MillerAdd 1.8.6p6
2013-01-31 Todd C. MillerRemove ttyname() fall back code on systems where we...
2013-01-27 Todd C. MillerAdd group_source setting in sudo.conf to allow the...
2013-01-27 Todd C. MillerPass back exec_background to front end if it is enabled...
2013-01-27 Todd C. MillerMention that exec_background is for 1.8.7 and higher...
2013-01-24 Todd C. MillerAdd missing test files.
2013-01-24 Todd C. MillerAdd regress test for bug 361
2013-01-24 Todd C. MillerAdd __dso_public to extern declaration of declaration...
2013-01-24 Todd C. MillerAdd 1.8.6p5
2013-01-23 Todd C. MillerAdd test for visudo cycle check core dump; test case...
2013-01-23 Todd C. MillerFix potential stack overflow due to infinite recursion...
2013-01-23 Todd C. MillerIgnore duplicate entries in sudo.conf and report the...
2013-01-23 Todd C. MillerUse strtoul() not atoi().
2013-01-22 Todd C. Millerregen depends for to add compat/nss_dbdefs.h for getgro...
2013-01-22 Todd C. MillerFix typo that breaks the build on HP-UX.
2013-01-22 Todd C. MillerUse nss_search() to implement getgrouplist() where...
2013-01-19 Todd C. MillerRemove extra flag to sudo_sigaction(). We want to...
2013-01-18 Todd C. MillerUse _getgroupsbymember() on Solaris to get the groups...
2013-01-17 Todd C. MillerDocument signal handler behavior in plugin API 1.3
2013-01-17 Todd C. MillerMove signal code into its own source file and add sudo_...
2013-01-17 Todd C. MillerCatch SIGINT, SIGQUIT and SIGTSTP in the front end...
2013-01-17 Todd C. MillerRename handle_signals() to dispatch_signals().
2013-01-16 Todd C. MillerRename signal handler to avoid name clash with one...
2013-01-13 Todd C. MillerAdd missing call to save_signals().
2013-01-11 Todd C. MillerFill in the comment block at the top of the .pot files...
2013-01-11 Todd C. MillerAdd exec_background option in plugin command info and...
2013-01-11 Todd C. Millerregen
2013-01-11 Todd C. MillerAdd SESH_OBJS variable for sesh object files.
2013-01-11 Todd C. MillerUpdate copyright year.
2013-01-11 Todd C. MillerAlways resume the command in the foreground if sudo...
2013-01-11 Todd C. MillerUse -fstack-protector-all in preference to -fstack...
2013-01-11 Todd C. MillerOnly test for -fstack-protector and -fvisibility=hidden...
2013-01-03 Todd C. MillerAdd Sudo 1.8.6p4
2013-01-03 Todd C. MillerBreak out stack smashing protector options into SSP_CFL...
2013-01-01 Todd C. MillerIn rbrepair(), make sure we never try to change the...
2012-12-28 Todd C. MillerNo need to restore default signal handler for SIGSTOP...
2012-12-28 Todd C. MillerPrint SIGCONT_FG and SIGCONT_BG properly in debug output.
2012-12-27 Todd C. MillerDisable PIE on FreeBSD/ia64, otherwise sudo will segfault.
2012-12-20 Todd C. MillerAdd howmany() macro since some systems have this in...
2012-12-07 Todd C. MillerRemove errant file.
2012-12-04 Todd C. MillerRemove obsolete sudoers_cleanup() stubs.
2012-12-04 Todd C. MillerDon't include <sys/param.h>. We only needed it for...
2012-12-04 Todd C. MillerUse MAX_HOST_NAME+1 (limits.h) instead of MAXHOSTNAMELE...
next