]> granicus.if.org Git - sudo/shortlog
sudo
2018-10-16 Todd C. MillerAvoid potentially undefined behavior.
2018-10-16 Todd C. Millersudo_ldap_parse_option() never returns '=' as the operator.
2018-10-16 Todd C. MillerFix up #line entries that reference lex.sudoers.c.
2018-10-13 Todd C. MillerFix workaround for broken sudo 1.8.7 timing files.
2018-10-13 Todd C. MillerFix memory leak when reusing the runas list. We need...
2018-10-13 Todd C. MillerSome DIAGNOSTICS updates:
2018-10-13 Todd C. MillerIf the user's passwd entry cannot be resolved via the...
2018-10-12 Todd C. MillerAdd a DIAGNOSTICS section with an explanation of the...
2018-10-12 Todd C. MillerReplace sudo_fatal(NULL) with an "unable to allocate...
2018-10-09 Todd C. MillerMake EOF handling while reading the password prompt...
2018-10-09 Todd C. Millerregen
2018-10-09 Todd C. MillerPrint a warning for password read issues.
2018-10-08 Todd C. MillerHandle EOF on password input when pwfedback is enabled.
2018-10-07 Todd C. MillerFix remaining instances of "e.g." without a trailing...
2018-10-07 Todd C. MillerUse mdoc macros for BSD systems.
2018-10-07 Todd C. MillerUse -Wstyle with -Tlint since sudo is not part of the...
2018-10-07 Todd C. MillerDocument log_suspend() and fix the description of the...
2018-10-06 Todd C. MillerFix problems found by igor. Bug #854
2018-10-06 Todd C. MillerSort DOCS and DEVDOCS and remove extra sudoers entry...
2018-10-06 Todd C. MillerAdd igor target to run igor(1) on the manuals.
2018-10-05 Todd C. MillerAdd new -S option to sleep while the command was suspended.
2018-10-05 Todd C. MillerAdd a suspend event type to the I/O log to log suspend...
2018-10-05 Todd C. MillerInitialize the pty rows/cols based on the values we...
2018-09-27 Todd C. MillerAdd support for OpenLDAP's TLS_REQCERT setting in ldap...
2018-09-24 Todd C. MillerMove definition of TIME_T_MAX to sudo_util.h
2018-09-24 Todd C. MillerChanges in 1.8.26 (so far).
2018-09-24 Todd C. MillerTreat LOGIN, LOGNAME and USER specially. If one is...
2018-09-24 Todd C. MillerRemove special handling of the USERNAME environment...
2018-09-24 Todd C. Millersudo 1.8.26
2018-09-22 Todd C. MillerRemove unused system_maxgroups argument from fill_group...
2018-09-22 Todd C. MillerPass getgrouplist() NGROUPS_MAX+1, not NGROUPS_MAX...
2018-09-20 Todd C. MillerIn print_member_json_int() eliminate the need_newline...
2018-09-20 Todd C. MillerAdd regress test for bug #853
2018-09-20 Todd C. MillerWhen expanding an alias in print_member_json_int()...
2018-09-12 Todd C. MillerAdd Kan Sasaki
2018-09-12 Todd C. Millersudo 1.8.25p1
2018-09-12 Todd C. MillerFix a crash in the event system's poll() backend introd...
2018-09-02 Todd C. Millerregen
2018-08-31 Todd C. MillerAllow for some clock drift due to ntpd, etc.
2018-08-31 Todd C. MillerIf sudo_lock_file() fails for a reason other than the...
2018-08-30 Todd C. MillerQuick sort is not a stable sort; use distinct sudoOrder...
2018-08-30 Todd C. MillerFix warnings on OpenIndiana (Illumos)
2018-08-30 Todd C. MillerCorrect ldap_to_sudoers() return value.
2018-08-30 Todd C. MillerBug #849
2018-08-30 Todd C. MillerThe sssd backend used to take the first match, assuming...
2018-08-30 Todd C. MillerAdd some more ldif -> sudoers tests to verify sudoOrder.
2018-08-30 Todd C. MillerFor conversion to a sudoers parse tree, ldap_entry_comp...
2018-08-29 Todd C. MillerNo need to set input_file for stdin in parse_ldif(...
2018-08-29 Todd C. MillerUse TIME_T_MAX when parsing the I/O log file timestamp...
2018-08-29 Todd C. MillerWhen parsing an I/O log timing line, store the result...
2018-08-29 Todd C. MillerFix memory leak in test.
2018-08-29 Todd C. Millerregen
2018-08-29 Todd C. MillerUpdate conversion of DID_* to KEPT_* to match the new...
2018-08-29 Todd C. MillerSet the LOGIN environment variable on AIX like we do...
2018-08-27 Todd C. MillerAdd a test for the 4-argument au_close() function found...
2018-08-27 Todd C. MillerAdd Miguel Sanders and Scott Cheloha
2018-08-27 Todd C. Millertestsudoers changes
2018-08-27 Todd C. MillerAdd ldif support to testsudoers
2018-08-27 Todd C. MillerMove ldif -> sudoers conversion code into parse_ldif.c
2018-08-27 Todd C. MillerMove string list functions to their own file.
2018-08-27 Todd C. Millersync
2018-08-26 Todd C. MillerBackward ABI compatibility for even functions that...
2018-08-26 Todd C. MillerUse a monotonic timer for the event subsystem.
2018-08-26 Todd C. MillerUse struct timespec, not struct timeval in the event...
2018-08-24 Todd C. Millersync
2018-08-24 Todd C. MillerEliminate most use of parsed_sudoers in cvtsudoers
2018-08-24 Todd C. MillerMake alias_apply() take 3 arguments, the first being...
2018-08-23 Todd C. MillerHandle systems where root's gid is not 0.
2018-08-23 Todd C. MillerAdd missing files from last commit.
2018-08-23 Todd C. MillerAdd regress test for I/O log plugin endpoints
2018-08-23 Todd C. MillerWe cannot reuse last_time for the I/O log info file...
2018-08-23 Todd C. MillerMove the loop to free the monitor_messages list into...
2018-08-23 Todd C. Millerregen
2018-08-23 Todd C. MillerFix typo in last commit.
2018-08-22 Todd C. MillerDo not assume all Linux has linux/random.h.
2018-08-22 Todd C. MillerCast uid/gid to unsigned int before printing.
2018-08-22 Todd C. MillerOnly include stdarg.h if we need it.
2018-08-22 Todd C. MillerInclude stddef.h for offsetof() definition.
2018-08-22 Todd C. Millerfix compiler warnings on Solaris 11
2018-08-22 Todd C. MillerFix setting of errno when gotdata() fails.
2018-08-22 Todd C. MillerBugs 846 and 847
2018-08-22 Todd C. MillerWe still need to include string.h for AIX (and possibly...
2018-08-22 Todd C. MillerAdd --enable-package-build to give configure a hint...
2018-08-22 Todd C. MillerAIX defines rsize_t in string.h, not stddef.h for use...
2018-08-21 Todd C. MillerFix printing of T_TIMESPEC values.
2018-08-21 Todd C. MillerRemove unused struct script_buf
2018-08-20 Todd C. MillerDocument when the I/O log timing file entry bug was...
2018-08-20 Todd C. Millersync
2018-08-20 Todd C. MillerHP-UX doesn't suport CLOCK_MONOTONIC but we can use...
2018-08-20 Todd C. MillerClose the pty slave in the parent so that when the...
2018-08-20 Todd C. MillerMove updating of the window size to the monitor process.
2018-08-20 Todd C. Millersudo 1.8.25
2018-08-20 Todd C. MillerFix test output for bug #845
2018-08-20 Todd C. MillerFix pasto when converting sudoNotAfter; from Miguel...
2018-08-19 Todd C. MillerUse a monotonic timer that only runs while not suspende...
2018-08-19 Todd C. MillerAdd sudo_gettime_uptime() to measure time while not...
2018-08-19 Todd C. MillerDetect number of CPUs on AIX.
2018-08-19 Todd C. MillerFix I/O log timing file on systems without a C99-compat...
2018-08-18 Todd C. MillerFix for Bug #844
2018-08-18 Todd C. MillerHandle the case where O_PATH or O_SEARCH is defined...
next