]> granicus.if.org Git - sudo/shortlog
sudo
2018-04-29 Todd C. Millermerge sudo 1.8.23 from tip SUDO_1_8_23
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
2018-03-08 Todd C. MillerMake "sudoreplay -m 0" skip the pauses entirely.
2018-03-08 Todd C. MillerDocument that a negative value for -m will elmininate...
2018-03-06 Todd C. MillerUpdate copyright date, remove unneeded include and...
2018-03-06 Todd C. MillerUse fmtsudoers functions in testsudoers.
2018-03-06 Todd C. MillerAdd test for empty runas user list.
2018-03-06 Todd C. MillerDon't print an empty user list as ALL.
2018-03-06 Todd C. MillerIn sudoers_format_userspecs make the separator optional...
2018-03-06 Todd C. MillerUse correct defines when checking for sysctl kinfo_proc...
2018-03-06 Todd C. MillerFix crash when converting sudoers entry with a runas...
2018-03-06 Todd C. MillerLess confusing sysctl checks for kinfo_proc.
2018-03-05 Todd C. MillerAdd case_insensitive_group and case_insensitive_user...
2018-03-04 Todd C. MillerKill dead store found by clang-analyzer.
2018-03-02 Todd C. MillerAdd tests for round-tripping sudoers -> ldif -> sudoers
2018-03-04 Todd C. MillerInitial support for adding comments that will be emitte...
2018-03-04 Todd C. MillerSpecial case comment lines in lbufs.
2018-03-03 Todd C. MillerWhen formatting as sudoers, flush the lbuf after each...
2018-03-04 Todd C. MillerHandle escaped commas when skipping over the cn.
2018-03-02 Todd C. MillerAdd missing sudoOrder support to parse_ldif().
2018-03-02 Todd C. MillerAdd missing support for converting LOG_INPUT/LOG_OUTPUT...
2018-03-02 Todd C. MillerDon't emit an empty sudoRole for global defaults if...
2018-03-02 Todd C. MillerAvoid changing the order of non-negated hosts and commands.
next