]> granicus.if.org Git - sudo/shortlog
sudo
2012-08-29 Todd C. MillerUse fseeko() for legacy utmp handling if available.
2012-08-28 Todd C. MillerDetect sys_sigabbrev[] and use it in place of sys_signa...
2012-08-28 Todd C. MillerHandle NULL entries in sys_siglist and sys_signame.
2012-08-28 Todd C. MillerConvert my_sys_sig{list,name} -> sudo_sys_sig{list...
2012-08-27 Todd C. Millersync
2012-08-27 Todd C. MillerPass on SIGTSTP to the command if it was sent by a...
2012-08-27 Todd C. MillerShells typically change their process group when they...
2012-08-27 Todd C. MillerUse strsigname() to print signal names in the debug...
2012-08-23 Todd C. MillerRemove generated file and change path for temporary...
2012-08-23 Todd C. MillerWhen running regress tests, list pass/fail rate for...
2012-08-23 Todd C. MillerDon't print an error message in yyerror() if open_sudoe...
2012-08-23 Todd C. MillerAvoid printing the >>> parse error <<< message for...
2012-08-22 Todd C. MillerFix NULL deref when an entry has no Runas_Entry
2012-08-22 Todd C. Millersync with translationproject.org
2012-08-22 Todd C. Millersync
2012-08-22 Todd C. MillerCorrect the check_user() comment header.
2012-08-22 Todd C. MillerChange a log_fatal() into log_error() when no auth...
2012-08-22 Todd C. MillerAdd missing debug_return
2012-08-21 Todd C. MillerMake the capitalization consistent for .Ss and .Sx
2012-08-21 Todd C. MillerAdd COMMAND EXECUTION section that describes how sudo...
2012-08-18 Todd C. MillerHappy Easter
2012-08-17 Todd C. MillerDon't echo the awk command when building siglist.in
2012-08-17 Todd C. MillerCosmetic changes.
2012-08-17 Todd C. MillerThe HISTORY, LICENSE and CONTRIBUTORS files are not...
2012-08-17 Todd C. MillerSync with translationproject.org and add Italian sudoer...
2012-08-16 Todd C. MillerExpand description of fqdn to talk about systems where...
2012-08-15 Todd C. MillerFor cat pages there is nothing to make unless DEVEL...
2012-08-15 Todd C. MillerAlways use mandoc to format cat pages and remove now...
2012-08-15 Todd C. Millersync polypkg from git
2012-08-15 Todd C. MillerUse AI_FQDN instead of AI_CANONNAME if available since...
2012-08-14 Todd C. MillerFix some typos.
2012-08-14 Todd C. MillerAdd new check_defaults() function to check (but not...
2012-08-13 Todd C. MillerDocument sudoers log format.
2012-08-13 Todd C. MillerUpdate for sudo 1.8.5p3
2012-08-13 Todd C. MillerAdd missing check for I/O plugin API version when check...
2012-08-13 Todd C. MillerCan't call debug code in the process_hooks_xxx function...
2012-08-10 Todd C. MillerInclude signal.h before sudo_exec.h since it uses sigse...
2012-08-10 Todd C. MillerRemove OPTIONS section; options now go inside DESCRIPTION
2012-08-10 Todd C. Millerregen
2012-08-10 Todd C. MillerSync with translationproject.org and add new Slovenian...
2012-08-10 Todd C. MillerReduce the number of "internal error, foo overflow...
2012-08-10 Todd C. MillerMention HP-UX reboot fix.
2012-08-10 Todd C. MillerSupport for using SSSD (http://fedorahosted.org/sssd...
2012-08-09 Todd C. MillerIf sudo.conf contains an I/O plugin but no policy plugi...
2012-08-09 Todd C. MillerDo not modify the .Os section when building the .man...
2012-08-09 Todd C. MillerAdd a note about wildcards matching multiple words...
2012-08-07 Todd C. MillerFix a comment, update a variable name in a prototype...
2012-08-07 Todd C. MillerCast 2nd argument of lseek() to off_t if it is a consta...
2012-08-07 Todd C. MillerFix some warnings from clang checker-267
2012-08-07 Todd C. MillerFix memory leak found by clang checker-267
2012-08-06 Todd C. MillerIf we receive a signal from the command we executed...
2012-08-03 Todd C. MillerRemove section about Solaris 10 on other systems.
2012-08-03 Todd C. MillerExpand section on Solaris privileges.
2012-08-02 Todd C. MillerExpand a bit on the Solaris priv set changes.
2012-08-02 Todd C. MillerThe second argument to init_parser() is now bool.
2012-08-02 Todd C. MillerFix printing of parse error message to stderr.
2012-08-02 Todd C. MillerIf a command matches using an empty Runas_List (i.e...
2012-08-02 Todd C. MillerAdd support for parsing an empty Runas_List, which...
2012-08-01 Todd C. MillerFix HP-UX, just use ".TH name section" like the vendor...
2012-08-01 Todd C. MillerFix compilation on Solaris
2012-08-01 Todd C. MillerGenerate a sed script file when munging *.mdoc or ...
2012-08-01 Todd C. MillerUse "Sudo VERSION" as the 4th arg to .TH instead of...
2012-07-31 Todd C. MillerWhen checking whether a signal is user-generated, compa...
2012-07-31 Todd C. MillerSuSE Enterprise Linux uses RLIMIT_NPROC and _SC_CHILD_M...
2012-07-30 Todd C. MillerActive Directory apparently requires that tenths of...
2012-07-30 Todd C. MillerFix SELinux build
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY, CONTRIBUTORS and LICEN...
2012-07-29 Todd C. MillerRemove pod versinons of HISTORY, CONTRIBUTORS and LICEN...
2012-07-27 Todd C. MillerFix printing of the permission denied message to standa...
2012-07-27 Todd C. MillerBump grammar version for Solaris privs.
2012-07-27 Todd C. MillerFix errors introduced when sudoNotBefore, sudoNotAfter...
2012-07-26 Todd C. MillerRemove lex.yy.c when building toke.c
2012-07-26 Todd C. MillerFix building docs in a build dir.
2012-07-26 Todd C. MillerRemove pod versions of the manual; we now use mdoc.
2012-07-26 Todd C. MillerAdd post-processing scripts to strip out login class...
2012-07-26 Todd C. MillerMerge in Solaris privilege support by Darren Moffat...
2012-07-25 Todd C. MillerSync with CONTRIBUTORS file
2012-07-25 Todd C. MillerRegen .man.in files with my private mandoc.
2012-07-25 Todd C. Milleradd MANDOC variable
2012-07-20 Todd C. MillerRegen .man.in files with hacked mandoc to avoid issues...
2012-07-19 Todd C. MillerFix groff warnings.
2012-07-19 Todd C. MillerFix dependencies for .man.in files.
2012-07-19 Todd C. MillerAdd doc/*.mdoc to ignore file
2012-07-19 Todd C. MillerBuild .man.in and .cat files from .mdoc.in files.
2012-07-18 Todd C. MillerSudo manuals formatted in mdoc, to replace the pod...
2012-07-18 Todd C. MillerMore minor costmetic fixes.
2012-07-12 Todd C. MillerMinor cosmetic fixes.
2012-07-11 Todd C. MillerUse "a password is required" instead of "password requi...
2012-07-10 Todd C. MillerMention logging changes.
2012-07-10 Todd C. Millerregen
2012-07-10 Todd C. MillerDocument that other mail_* flags have precedence over...
2012-07-10 Todd C. MillerMove log_denial() calls and logic to log_failure().
2012-07-06 Todd C. MillerDo not set a resource limit to zero when we are unable...
2012-07-05 Todd C. MillerAdd "Provides: sudo" to debian sudo-ldap package
2012-07-02 Todd C. MillerDefine NO_VIZ for zlib when gcc doesn't support symbol...
2012-07-02 Todd C. MillerUse the autoconf cache when checking for symbol export...
2012-07-02 Todd C. MillerAdd configure check for building PIE executables instea...
2012-07-02 Todd C. MillerMacOS pp backend doesn't like modes longer than 4 chara...
2012-07-01 Todd C. MillerAdd -Wc,-fstack-protector to LT_LDFLAGS instead of...
2012-06-29 Todd C. MillerRegen for sudo 1.8.6
next