]> granicus.if.org Git - sudo/shortlog
sudo
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...
2018-01-29 Todd C. MillerCheck the return value of sudoers_debug_register().
2018-01-29 Todd C. MillerFix memory leak, su->count is now 0 when it is unused...
2018-01-29 Todd C. MillerQuiet a clang analyzer false positive.
2018-01-29 Todd C. MillerQuote special characters when creating the cn as per...
2018-01-29 Todd C. MillerSudo 1.8.23
2018-01-29 Todd C. MillerRemove the C-style comment charactes from the getopt_lo...
2018-01-29 Todd C. MillerRemove sudoers2ldif, it has been replaced by cvtsudoers.
2018-01-29 Todd C. MillerAdd -b option to specify the base dn.
2018-01-29 Todd C. MillerDocument limitations of LDIF conversion.
2018-01-29 Todd C. MillerSwitch the default output format to LDIF
2018-01-28 Todd C. MillerExecute cvtsudoers if the user runs "visudo -x" but...
2018-01-28 Todd C. MillerRevert 04ec05108b2b, change the default input source...
2018-01-28 Todd C. MillerAdd LDIF conversion to sudoers tests
2018-01-28 Todd C. MillerAdd notbefore and notafter support to the backends.
2018-01-28 Todd C. Millercvtsudoers instead of sudoers2ldif
2018-01-28 Todd C. MillerAdd ldif backend to cvtsudoers, to replace sudoers2ldif
2018-01-28 Todd C. Millerfix make check
2018-01-27 Todd C. MillerParse sudoers in the front end, not the back end.
2018-01-26 Todd C. Millerinstall the cvtsudoers manual
2018-01-26 Todd C. MillerUse the built-in sudoers file location as the default...
2018-01-26 Todd C. MillerMove common stub functions required by the parser out...
2018-01-26 Todd C. MillerRename export_sudoers() to convert_sudoers_json() and...
2018-01-26 Todd C. Milleradd cvtsudoers
2018-01-26 Todd C. MillerMove sudoers JSON conversion to cvtsudoers which will...
2018-01-26 Todd C. MillerConvert from time in minutes to timespec directly inste...
2018-01-24 Todd C. Millerdocument that kernel tty timestamps don't support negat...
2018-01-23 Todd C. MillerFall back to ppid time stamps if timestamp_type ==...
2018-01-23 Todd C. MillerDo not call the TIOCSETVERAUTH ioctl with a negative...
2018-01-23 Todd C. MillerBetter conversion from double to nanoseconds.
2018-01-22 Todd C. MillerStore passwd_timeout and timestamp_timeout as a struct...
2018-01-21 Todd C. MillerDon't rely on perl being installed in /usr/local/bin
2018-01-17 Todd C. MillerRemove use of AC_HEADER_TIME, only obsolete platforms...
2018-01-17 Todd C. MillerRemove duplicate options %type
2018-01-16 Todd C. MillerAdd an approval function to the sudo auth API which...
2018-01-15 Todd C. Millertreat uid as unsigned in error message
2018-01-15 Todd C. MillerAdd missing plugins/sudoers/po/fur.mo file to repo.
2018-01-15 Todd C. MillerMention new sudoers_timestamp manual.
2018-01-12 Todd C. Millerignore tsdump
2018-01-12 Todd C. MillerConvert from mono time to real time before displaying...
2018-01-11 Todd C. MillerUse PATH_MAX, not MAXPATHLEN.
2018-01-11 Todd C. MillerAdd tsdump, a simple utility to dump a timestamp file...
2018-01-05 Todd C. Millersync with translationproject.org
2018-01-05 Todd C. MillerWelcome to 2018
2017-12-28 Todd C. Millersync with translationproject.org
2017-12-22 Todd C. MillerSilence a clang analyzer false positive.
2017-12-22 Todd C. MillerRemove extra $(srcdir)/sudoreplay.man.in target added...
2017-12-22 Todd C. Millersync with translationproject.org
next