sudo
2012-09-17 Todd C. MillerAvoid calling fclose(NULL) in the error path when we...
2012-09-17 Todd C. MillerSudo 1.8.6p2
2012-09-16 Todd C. MillerWhen setting the signal handler for SIGTSTP to the...
2012-09-16 Todd C. MillerReplace the guts of sudo_setenv_nodebug() with our...
2012-09-15 Todd C. MillerDocument non-Unix group support in LDAP sudoers.
2012-09-15 Todd C. MillerEnable non-Unix group support for LDAP sudoers. We...
2012-09-14 Todd C. MillerSet yacc prefix to "sudoers" to avoid conflicts other...
2012-09-12 Todd C. MillerMention support for SUCCESS=return in /etc/nsswitch...
2012-09-12 Todd C. Millersudo 1.8.6p1
2012-09-11 Todd C. MillerAvoid setting LOGNAME, USER and USERNAME variables...
2012-09-11 Todd C. MillerFix duplicate detection in sudo_putenv(), do not prune...
2012-09-11 Todd C. MillerAdd some debuggging
2012-09-04 Todd C. MillerDisable word wrap in list mode when stdout is a pipe...
2012-09-04 Todd C. MillerPrint a trailing newline in lbuf_print() when there...
2012-09-04 Todd C. MillerAdd support for [SUCCESS=return] in nsswitch.conf;...
2012-09-04 Todd C. MillerAdd sssd.c
2012-09-01 Todd C. Millerregen .po files
2012-09-01 Todd C. MillerAdd Vietnamese sudoers translation from translationproj...
2012-09-01 Todd C. Millermention PIE
2012-09-01 Todd C. MillerAdd Vietnamese sudoers translation from translationproj...
2012-08-29 Todd C. MillerAdd missing signame dependency
2012-08-29 Todd C. MillerSilence compiler warnings.
2012-08-29 Todd C. MillerReplace strsigname() with sig2str(), emulating it as...
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
next