]> granicus.if.org Git - sudo/shortlog
sudo
2018-05-16 Todd C. MillerAdd cppcheck annotation to suppress memory leak false...
2018-05-16 Todd C. MillerSudo "ALL" implies the SETENV tag.
2018-05-16 Todd C. MillerOnly set MODE_PRESERVE_ENV when preserving the entire...
2018-05-15 Todd C. MillerAdd free_userspecs() and free_default() and use them...
2018-05-15 Todd C. MillerDepending on the bos level, AIX 6.1 may or may not...
2018-05-14 Todd C. MillerDo not leak struct sudo_command when the command is...
2018-05-14 Todd C. MillerSudo 1.8.24
2018-05-14 Todd C. MillerImprove comments about why we need to do a user check...
2018-05-14 Todd C. MillerAdd checks for ldap/sss functions failing due to memory...
2018-05-14 Todd C. MillerLet the main sudoers lookup code check the host name...
2018-05-14 Todd C. MillerSimplify the nss interface such that each sudoers provi...
2018-05-14 Todd C. MillerInclude parse.h in sudoers.h since it will soon be...
2018-05-14 Todd C. MillerParse "ALL" as a command correctly.
2018-05-11 Todd C. MillerAdd debug warning if lseek() fails (should not be possi...
2018-05-11 Todd C. MillerFix swapped args of lseek() when rewinding. This didn...
2018-05-11 Todd C. MillerFix a format-truncation warning in newer gcc by avoidin...
2018-05-11 Todd C. MillerRegen with autoconf git commit e17a30e987d7ee695fb4294a...
2018-05-03 Todd C. MillerNo need to explicitly free role on EOF, it will be...
2018-05-03 Todd C. MillerGarbage collect the command argv, envp and info vectors...
2018-05-03 Todd C. MillerPlug memory leaks on parse error or when an LDIF entry...
2018-05-03 Todd C. MillerRename variables now that the string list functions...
2018-04-30 Todd C. MillerFix typo
2018-04-29 Todd C. Millerfix version
2018-04-29 Todd C. Millersync
2018-04-29 Todd C. Millersync with translationproject.org
2018-04-25 Todd C. MillerO_EXEC for fexecve() not O_SEARCH.
2018-04-25 Todd C. MillerDocument how to suppress the last login message on...
2018-04-24 Todd C. MillerFix compilation error with older Sun Studio compilers.
2018-04-24 Todd C. MillerUpdate Bug #831 decription.
2018-04-24 Todd C. MillerAdd Chinese(Taiwan) translation for sudo.
2018-04-24 Todd C. MillerMove the check for /dev/fd/N until *after* the digest...
2018-04-24 Todd C. MillerRewind the fd after calling sudo_filedigest(). Otherwi...
2018-04-23 Todd C. MillerIn open_cmnd(), return true, not false, if we the ...
2018-04-23 Todd C. MillerBug #831.
2018-04-23 Todd C. MillerWe can only use fexecve() on a script if /dev/fd/N...
2018-04-22 Todd C. Millersync with translationproject.org
2018-04-21 Todd C. Millersync with translationproject.org
2018-04-21 Todd C. MillerAdd tests for round-tripping cvtsudoers, sudoers -...
2018-04-19 Todd C. MillerTest the -b option when converting from LDIF.
2018-04-19 Todd C. MillerFix the -b option when converting from LDIF.
2018-04-19 Todd C. Millersync with translationproject.org
2018-04-18 Todd C. MillerFix some more typos.
2018-04-18 Todd C. Millermandoc now preserves the copyright notice, no need...
2018-04-18 Todd C. MillerDescribe the special handling of LOGNAME, USER and...
2018-04-18 Todd C. MillerFix a memory leak on the error path.
2018-04-18 Todd C. MillerDocument that the editor setting is also used by sudoedit.
2018-04-17 Todd C. MillerPlug memory leak when an I/O plugin is specified in...
2018-04-17 Todd C. MillerMonty Python insults from Philip Hudson
2018-04-15 Todd C. Milleradd examples
2018-04-15 Todd C. MillerUpdate copyright year and regen man pages.
2018-04-15 Todd C. Millersync with translationproject.org
2018-04-15 Todd C. Millercvtsudoers regress tests
2018-04-15 Todd C. MillerPrune alias contents when pruning and expanding aliases.
2018-04-15 Todd C. MillerFix typo
2018-04-14 Todd C. MillerFix cut & pasto that prevented "-d command" from working.
2018-04-13 Todd C. MillerFix a user after free crash as well as a memory leak...
2018-04-12 Todd C. MillerDocument that a User_Alias or Host_Alias may be used...
2018-04-12 Todd C. MillerDon't always expand aliases when formatting a host...
2018-04-12 Todd C. MillerAllow host and user aliases to be specified in match...
2018-04-12 Todd C. MillerUpdate copyright year.
2018-04-10 Todd C. Millersync with translationproject.org
2018-04-09 Todd C. MillerWhen the -d option is used, remove aliases used by...
2018-04-05 Todd C. Millerregen
2018-04-05 Todd C. Millerupdate
2018-04-05 Todd C. MillerMention -p and -M options in the description of -m.
2018-04-05 Todd C. MillerCheck sudoedit temporary directory for writability...
2018-04-04 Todd C. MillerUse btime in /proc/stat to determine system start time...
2018-04-04 Todd C. MillerAdd option to prune non-matching entries from cvtsudoer...
2018-04-02 Todd C. MillerAllow defaults types and suppression list to be specifi...
2018-04-02 Todd C. MillerRefactor common alias code out of cvtsudoers and visudo...
2018-03-30 Todd C. MillerAvoid NULL deref in an error path. CID 183467
2018-03-30 Todd C. MillerNo need to initialize the last pointer passed to strtok...
2018-03-30 Todd C. MillerAvoid false positive NULL dereference by uses value...
2018-03-29 Todd C. Millerregen
2018-03-29 Todd C. MillerAdd a section on convertion from file-based sudoers.
2018-03-28 Todd C. MillerAdd support for "cvtsudoers -d all"
2018-03-28 Todd C. MillerAdd -d option to control what type of Defaults entries...
2018-03-27 Todd C. MillerIn pty_close() we still need to check whether the pty...
2018-03-27 Todd C. Millerregen
2018-03-26 Todd C. Millerignore *.ldif2sudo regress output
2018-03-26 Todd C. MillerIn pty_close() there is no need to remove events associ...
2018-03-25 Todd C. MillerMove cvtsudoers to section 1.
2018-03-25 Todd C. MillerIn pty_close() close the slave and remove any events...
2018-03-23 Todd C. MillerFix typo in strcmp(), we are comparing var not val.
2018-03-23 Todd C. Millersync
2018-03-23 Todd C. Millersync
2018-03-22 Todd C. Millerregen
2018-03-22 Todd C. MillerAdd -M option to cvtsudoers to force the use of the...
2018-03-22 Todd C. MillerAdd cvtsudoers command line option to suppress certain...
2018-03-21 Todd C. MillerSilence a false positive from the clang static analyzer.
2018-03-21 Todd C. MillerSilence a false positive from the clang static analyzer.
2018-03-21 Todd C. MillerFix memory leak on error path.
2018-03-21 Todd C. Millerregen
2018-03-21 Todd C. MillerMove cvtsudoers string functions into cvtsudoers.c
2018-03-21 Todd C. Millerregen
2018-03-21 Todd C. MillerInitial support filtering by user, group and host in...
2018-03-21 Todd C. MillerAdd free_default() to free a struct defaults pointer...
2018-03-21 Todd C. MillerDecrease bullet width to 1n.
2018-03-17 Todd C. MillerAdd aix_setauthdb() before the initial getpwuid() call.
2018-03-11 Todd C. Millerfix compilation on Solaris
next