]> granicus.if.org Git - sudo/shortlog
sudo
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.
2018-03-02 Todd C. MillerHandle parsing boolean options that have no explicit...
2018-03-02 Todd C. MillerRefactor the code that actually converts the role to...
2018-03-02 Todd C. MillerWhen merging two privileges, use the runas lists of...
2018-03-02 Todd C. MillerUse a case-insensitive comparison when matching user...
2018-03-01 Todd C. MillerFix clean target for *.sudo regress files
2018-03-01 Todd C. Millerignore more binaries
2018-03-01 Todd C. MillerFix use of uninitialized variable (conf) if sudoers_deb...
2018-02-28 Todd C. MillerSplit conversion code out of parse_ldif() and into...
2018-02-28 Todd C. MillerQuiet a clang analyzer warning.
2018-02-28 Todd C. Millerrename ldap_common.c -> ldap_util.c
2018-02-28 Todd C. MillerWhen converting from ldif to sudoers, sudoRole objects...
2018-02-28 Todd C. Millerplug memory leaks
2018-02-28 Todd C. MillerRestore line to set MODE_PRESERVE_ENV in flags when...
2018-02-27 Todd C. MillerAdd missing close parenthesis in "Including other files...
2018-02-25 Todd C. MillerWhen converting from LDAP to sudoers, put negated hosts...
2018-02-25 Todd C. MillerWe may need the hostname to resolve %h escapes in inclu...
2018-02-24 Todd C. MillerSetting a sudoOrder start point of 0 will disable creat...
2018-02-24 Todd C. MillerDon't need to fill in struct sudo_user since we don...
2018-02-24 Todd C. MillerAdd support for setting default options in a config...
2018-02-22 Todd C. Millercvtsudoers can now read LDIF
2018-02-22 Todd C. MillerFix a typo.
2018-02-22 Todd C. MillerDeal with user_name not being set in cvtsudoers.
2018-02-22 Todd C. MillerInitial support for parsing sudoers LDIF files in cvtsu...
2018-02-22 Todd C. MillerFix LDIF conversion of commands with an associated...
2018-02-22 Todd C. MillerIn array_to_member_list() use the correct type for...
2018-02-22 Todd C. MillerPrepend digest to command if present.
2018-02-22 Todd C. MillerFix gcc false positive for uninitialized variable
2018-02-21 Todd C. MillerUpdate Polypkg to the latest version from git.
2018-02-20 Todd C. MillerUse setpassent() and setgroupent() on systems that...
2018-02-19 Todd C. MillerAdd option to cvtsudoers to expand aliases in the output.
2018-02-19 Todd C. MillerFix conversion of "ALL" in the JSON output format,...
2018-02-19 Todd C. MillerClarify that --with-rundir and --with-vardir take sudo...
2018-02-19 Todd C. MillerIn pty_cleanup() we need to call sudo_term_restore...
2018-02-19 Todd C. MillerAdd sudo_ev_dispatch(), a wrapper for ev_loop() with...
2018-02-19 Todd C. MillerUse /run in preference to /var/run if it exists.
2018-02-14 Todd C. Millermention common sudoers formatting changes
2018-02-11 Todd C. MillerMove LDAP configuration bits into ldap_conf.c
2018-02-10 Todd C. MillerNo longer need to include stddef.h
2018-02-10 Todd C. MillerRemove dead store, found by cppcheck.
next