]> granicus.if.org Git - sudo/shortlog
sudo
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.
2018-02-10 Todd C. Millersimplify iterator
2018-02-10 Todd C. MillerSilence a false positive from cppcheck.
2018-02-10 Todd C. MillerCast version to int when printing. Avoids a cppcheck...
2018-02-10 Todd C. MillerUse an iterator instead of fragile pointer arithmetic...
2018-02-10 Todd C. MillerMove sudoers formatting code into fmtsudoers.
2018-02-10 Todd C. MillerClean up some XXX in parse.c
2018-02-10 Todd C. MillerRename sudo_file_append_default() -> sudo_lbuf_append_d...
2018-02-10 Todd C. MillerMove common bits of ldap to sudoers conversion into...
2018-02-10 Todd C. MillerConvert ldap results into a sudoers userspec so we...
2018-02-08 Todd C. MillerDon't mark sudoers.dist volatile, it only gets used...
2018-02-05 Todd C. MillerRefactor member freeing code into free_member().
2018-02-05 Todd C. MillerFix compilation with glibc where stdout is not constant.
2018-02-04 Todd C. MillerFor "sudo -l", if a word includes spaces, print it...
2018-02-03 Todd C. MillerDisplay sudoNotBefore and sudoNotAfter in "sudo -l"
2018-02-03 Todd C. MillerFor "sudo -l", if a word includes spaces, print it...
2018-02-03 Todd C. MillerAdd back printing of negation operator ('!') when print...
2018-02-03 Todd C. MillerUse visudo to validate "cvtsudoers -f sudoers" output.
2018-02-03 Todd C. MillerRemove syslog_goodpri and syslog_badpri without a value...
2018-02-03 Todd C. MillerWhen outputting sudoers, if a word includes spaces...
2018-02-02 Todd C. MillerAdd sudoers output format to cvtsudoers. In the future...
2018-02-02 Todd C. MillerWhen printing a member name, quote sudoers special...
2018-02-02 Todd C. MillerMove SUDOERS_QUOTED define to parse.h
2018-01-30 Todd C. MillerRemove extraneous break statement and fix some whitespace.
2018-01-30 Todd C. MillerThe max timeout for kernel time stamps is 60 minutes...
next