]> granicus.if.org Git - sudo/shortlog
sudo
2018-11-27 Todd C. Millerrecent changes
2018-11-27 Todd C. MillerUse roff conditionals in the manuals instead of post...
2018-11-24 Todd C. MillerSudo plugin manual updates and clarification from Guill...
2018-11-24 Todd C. MillerRevert changes to give arguments to the .Bx macro.
2018-11-23 Todd C. MillerUpdate fixmdoc.sh to match the BSD -> .Bx changes in...
2018-11-18 Todd C. MillerAdd support for utmps as found in HP-UX.
2018-11-14 Todd C. MillerSupport st_nmtime in struct stat as found in HP-UX.
2018-11-14 Todd C. MillerIf fcntl fails, fall back to the /proc implementation.
2018-11-12 Todd C. MillerMention schema.olcSudo
2018-11-09 Todd C. MillerMention schema.olcSudo here too.
2018-11-09 Todd C. MillerOpenLDAP schema file for Sudo in on-line configuration...
2018-11-09 Todd C. MillerUpdated translations from translationproject.org
2018-11-08 Todd C. MillerOnly use closefrom_fallback() if no better method exists.
2018-11-07 Todd C. MillerUpdated translations from translationproject.org
2018-11-07 Todd C. MillerPortuguese translation for sudo and sudoers from transl...
2018-11-05 Todd C. MillerAdd sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn...
2018-10-31 Todd C. MillerFix memory leak in runaslist_matches().
2018-10-29 Todd C. Millertypo
2018-10-29 Todd C. Millerregen
2018-10-29 Todd C. MillerMore updates for 1.8.26
2018-10-28 Todd C. MillerAdd support for negated sudoRunAsUser and sudoRunAsGrou...
2018-10-27 Todd C. MillerDocument that the target user's groups may be specified...
2018-10-27 Todd C. MillerInclude getpwent() version of sudo_getgrouplist2_v1...
2018-10-27 Todd C. MillerUse a testsudoers group file with known contents instea...
2018-10-27 Todd C. MillerAllow the group set by "sudo -g" to be any of the targe...
2018-10-26 Todd C. MillerSkip sudo_getgrouplist2() check on systems with getgrou...
2018-10-26 Todd C. MillerAdd missing exported symbol sudo_term_eof
2018-10-26 Todd C. MillerAdd missing #ifdef LDAP_OPT_X_TLS_REQUIRE_CERT
2018-10-26 Todd C. Milleradd getgrouplist_test.c
2018-10-26 Todd C. MillerCheck the user's primary gid from the passwd file too.
2018-10-26 Todd C. Millerignore prologue
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-26 Todd C. MillerFix some mangled text in the license block.
2018-10-26 Todd C. MillerAdd regress test for sudo_getgrouplist2().
2018-10-25 Todd C. MillerMore changes in 1.8.26
2018-10-25 Todd C. MillerAdd padding option to cvtsudoers.
2018-10-25 Todd C. MillerRemove an errant grset++ in the AIX version of sudo_get...
2018-10-22 Todd C. MillerPass --sourcetree-root to pvs-studio and don't check...
2018-10-22 Todd C. MillerAsturian translation for sudo from translationproject.org
2018-10-21 Todd C. MillerAdd support for CLOCK_MONOTONIC_RAW and CLOCK_UPTIME_RA...
2018-10-21 Todd C. MillerAdd --enable-pvs-studio configure option to create...
2018-10-21 Todd C. MillerAdd pvs-studio target and associated production rules.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2018-10-20 Todd C. MillerSimplify range checks.
2018-10-19 Todd C. MillerAvoid some PVS-Studio false positives.
2018-10-19 Todd C. MillerRemove some calls to sudo_fatalx(); just propagate...
2018-10-19 Todd C. MillerNo need to check if fd_dst is -1 in sudoedit mode.
2018-10-19 Todd C. MillerIn timestamp_open() no need to free cookie on error...
2018-10-18 Todd C. MillerFix a memory leak on malloc() error in sudo_ldap_role_t...
2018-10-18 Todd C. MillerMove the allocation of role to be immediately before...
2018-10-18 Todd C. MillerFix trimming of non-escaped trailing space in ldif_pars...
2018-10-18 Todd C. MillerSimplify the logic surrounding sudoers_args in command_...
2018-10-18 Todd C. MillerIf sudo_ldap_get_values_len() fails goto cleanup instea...
2018-10-18 Todd C. MillerFix handling of timeout values in sudoers.
2018-10-17 Todd C. MillerFix cut & pastos in cvtsudoers_make_gritem()
2018-10-17 Todd C. MillerFix expected test output now that command_timeout is...
2018-10-17 Todd C. Millertv_nsec can never be negative after timespecsub.
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.
next