2019-08-27 |
Todd C. Miller | If the sudoreplay ID option is a fully-qualified path... master |
tree | commitdiff |
2019-08-27 |
Todd C. Miller | regen |
tree | commitdiff |
2019-08-27 |
Todd C. Miller | Use the SUDO_CONV_PREFER_TTY flag during authentication. |
tree | commitdiff |
2019-08-20 |
Todd C. Miller | Use fputs(), not printf() for plain strings. |
tree | commitdiff |
2019-08-20 |
Todd C. Miller | Add user ID to the search filter when matching sudoUser. |
tree | commitdiff |
2019-08-20 |
Todd C. Miller | Fix parsing of double-quoted Defaults bindings that... |
tree | commitdiff |
2019-08-15 |
Todd C. Miller | Fix special handling of ipa_hostname that was lost... |
tree | commitdiff |
2019-08-14 |
Todd C. Miller | Remove unused include file. |
tree | commitdiff |
2019-08-05 |
Todd C. Miller | Asturian translation for sudoers from translationprojec... |
tree | commitdiff |
2019-08-05 |
Todd C. Miller | Store signal name, not number in I/O log timing file. |
tree | commitdiff |
2019-07-30 |
Todd C. Miller | Replace non-essential strncpy() calls. |
tree | commitdiff |
2019-07-23 |
Todd C. Miller | Updated translations from translationproject.org |
tree | commitdiff |
2019-07-20 |
Todd C. Miller | Use strftime(3) instead of formatting struct tm by... |
tree | commitdiff |
2019-07-19 |
Todd C. Miller | If the command in sudoers does not exist on the file... |
tree | commitdiff |
2019-07-19 |
Todd C. Miller | regen |
tree | commitdiff |
2019-07-15 |
Todd C. Miller | Simpler change to retry sudo_secure_file() as root... |
tree | commitdiff |
2019-07-15 |
Todd C. Miller | If we are unable to stat() sudoers as non-root, try... |
tree | commitdiff |
2019-07-03 |
Todd C. Miller | Rename PLUGINDIR -> plugindir |
tree | commitdiff |
2019-06-25 |
Todd C. Miller | Add ssizeof macro that returns ssize_t. |
tree | commitdiff |
2019-06-20 |
Todd C. Miller | In tty_present(), check for /dev/tty if sudo was unable... |
tree | commitdiff |
2019-05-29 |
Todd C. Miller | Use the runhost for "User foo is not allowed to run... |
tree | commitdiff |
2019-05-27 |
Todd C. Miller | Allow the user to change their password if expired... |
tree | commitdiff |
2019-05-26 |
Todd C. Miller | When using AIX auth, don't display the AIX password... |
tree | commitdiff |
2019-05-22 |
Todd C. Miller | Fix a typo. |
tree | commitdiff |
2019-05-06 |
Todd C. Miller | Remove second catopen() which is never called. |
tree | commitdiff |
2019-04-30 |
Todd C. Miller | Add pam_acct_mgmt setting to enable/disable PAM account... |
tree | commitdiff |
2019-04-29 |
Todd C. Miller | Add SPDX-License-Identifier to files. |
tree | commitdiff |
2019-04-28 |
Todd C. Miller | Filter out last login messages on HP-UX unless running... |
tree | commitdiff |
2019-04-20 |
Todd C. Miller | Keep debug fds open in send_mail() to aid in debugging. |
tree | commitdiff |
2019-04-19 |
Todd C. Miller | Set def_mailerflags even if sendmail was not found... |
tree | commitdiff |
2019-04-08 |
Todd C. Miller | Add a proper getdelim(3) replacement and use it instead... |
tree | commitdiff |
2019-04-08 |
Todd C. Miller | Restrict the PAM_TTY kludge to Solaris and Linux-PAM. |
tree | commitdiff |
2019-03-14 |
Todd C. Miller | Plug a memory leak on user/group lookup failure found... |
tree | commitdiff |
2019-03-08 |
Todd C. Miller | Fix test failure when run by a user other than the... |
tree | commitdiff |
2019-03-08 |
Todd C. Miller | Updated translations from translationproject.org |
tree | commitdiff |
2019-03-08 |
Todd C. Miller | Test cvtsudoers stdout and stderr separately. |
tree | commitdiff |
2019-03-07 |
Todd C. Miller | Better comment about EOVERFLOW and pstat_getproc(). |
tree | commitdiff |
2019-03-03 |
Todd C. Miller | Ignore carriage return before a linefeed. |
tree | commitdiff |
2019-02-21 |
Todd C. Miller | Add simple API for to allow reading environment data... |
tree | commitdiff |
2019-02-19 |
Todd C. Miller | Fix pasto; the unrestricted env file was read when... |
tree | commitdiff |
2019-02-19 |
Todd C. Miller | Be sure to include sudo_queue.h where needed instead... |
tree | commitdiff |
2019-02-18 |
Todd C. Miller | Split command match code out into match_command.c. |
tree | commitdiff |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
tree | commitdiff |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
tree | commitdiff |
2019-02-12 |
Todd C. Miller | Rename FOLLOW and NOFOLLOW tokens FOLLOWLNK and NOFOLLO... |
tree | commitdiff |
2019-02-06 |
Todd C. Miller | Add stub definition of digest_matches() for SUDOERS_NAM... |
tree | commitdiff |
2019-02-06 |
Todd C. Miller | No longer need to include sudo_lbuf.h |
tree | commitdiff |
2019-02-05 |
Todd C. Miller | Use SET macro instead of bitwise OR. |
tree | commitdiff |
2019-02-05 |
Todd C. Miller | In sudo_make_grlist_item() the calculation of total... |
tree | commitdiff |
2019-02-05 |
Todd C. Miller | Use correct debug_decl() names. |
tree | commitdiff |
2019-02-05 |
Todd C. Miller | Add fallback values for sudoers uid, gid and mode if... |
tree | commitdiff |
2019-01-22 |
Todd C. Miller | Fix listpw=never and verifypw=never. Bug #869 |
tree | commitdiff |
2019-01-20 |
Todd C. Miller | Minor snprintf() usage tweaks: |
tree | commitdiff |
2019-01-07 |
Todd C. Miller | Use PAM_SILENT to prevent pam_lastlog from printing... |
tree | commitdiff |
2019-01-03 |
Todd C. Miller | regen |
tree | commitdiff |
2018-12-25 |
Todd C. Miller | Use debug_return_int not debug_return_bool in resolve_host |
tree | commitdiff |
2018-12-24 |
Todd C. Miller | Allow the sudoers file to be specified without the... |
tree | commitdiff |
2018-12-12 |
Todd C. Miller | Updated translations from translationproject.org |
tree | commitdiff |
2018-12-11 |
Todd C. Miller | Add -n and -R options to help; reported by Radovan... |
tree | commitdiff |
2018-12-11 |
Todd C. Miller | The -c option was missing from the help info; from... |
tree | commitdiff |
2018-12-08 |
Todd C. Miller | In sudo_pam_approval(), for the exempt case, only overw... |
tree | commitdiff |
2018-12-07 |
Todd C. Miller | The fix for bug #843 was incomplete and caused pam_end... |
tree | commitdiff |
2018-11-07 |
Todd C. Miller | Updated translations from translationproject.org |
tree | commitdiff |
2018-11-07 |
Todd C. Miller | Portuguese translation for sudo and sudoers from transl... |
tree | commitdiff |
2018-11-05 |
Todd C. Miller | Add sudo_gai_fatal, sudo_gai_vfatal, sudo_gai_vwarn... |
tree | commitdiff |
2018-10-31 |
Todd C. Miller | Fix memory leak in runaslist_matches(). |
tree | commitdiff |
2018-10-29 |
Todd C. Miller | regen |
tree | commitdiff |
2018-10-28 |
Todd C. Miller | Add support for negated sudoRunAsUser and sudoRunAsGrou... |
tree | commitdiff |
2018-10-27 |
Todd C. Miller | Include getpwent() version of sudo_getgrouplist2_v1... |
tree | commitdiff |
2018-10-27 |
Todd C. Miller | Use a testsudoers group file with known contents instea... |
tree | commitdiff |
2018-10-27 |
Todd C. Miller | Allow the group set by "sudo -g" to be any of the targe... |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Add missing #ifdef LDAP_OPT_X_TLS_REQUIRE_CERT |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Convert PVS-Studio comment to ANSI C. |
tree | commitdiff |
2018-10-26 |
Todd C. Miller | Fix some mangled text in the license block. |
tree | commitdiff |
2018-10-25 |
Todd C. Miller | Add padding option to cvtsudoers. |
tree | commitdiff |
2018-10-22 |
Todd C. Miller | Pass --sourcetree-root to pvs-studio and don't check... |
tree | commitdiff |
2018-10-21 |
Todd C. Miller | Add pvs-studio target and associated production rules. |
tree | commitdiff |
2018-10-21 |
Todd C. Miller | Add comments in .c files so PVS-Studio will check them. |
tree | commitdiff |
2018-10-20 |
Todd C. Miller | Simplify range checks. |
tree | commitdiff |
2018-10-19 |
Todd C. Miller | Avoid some PVS-Studio false positives. |
tree | commitdiff |
2018-10-19 |
Todd C. Miller | In timestamp_open() no need to free cookie on error... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | Fix a memory leak on malloc() error in sudo_ldap_role_t... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | Move the allocation of role to be immediately before... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | Fix trimming of non-escaped trailing space in ldif_pars... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | Simplify the logic surrounding sudoers_args in command_... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | If sudo_ldap_get_values_len() fails goto cleanup instea... |
tree | commitdiff |
2018-10-18 |
Todd C. Miller | Fix handling of timeout values in sudoers. |
tree | commitdiff |
2018-10-17 |
Todd C. Miller | Fix cut & pastos in cvtsudoers_make_gritem() |
tree | commitdiff |
2018-10-17 |
Todd C. Miller | Fix expected test output now that command_timeout is... |
tree | commitdiff |
2018-10-16 |
Todd C. Miller | Avoid potentially undefined behavior. |
tree | commitdiff |
2018-10-16 |
Todd C. Miller | sudo_ldap_parse_option() never returns '=' as the operator. |
tree | commitdiff |
2018-10-16 |
Todd C. Miller | Fix up #line entries that reference lex.sudoers.c. |
tree | commitdiff |
2018-10-13 |
Todd C. Miller | Fix workaround for broken sudo 1.8.7 timing files. |
tree | commitdiff |
2018-10-13 |
Todd C. Miller | Fix memory leak when reusing the runas list. We need... |
tree | commitdiff |
2018-10-12 |
Todd C. Miller | Replace sudo_fatal(NULL) with an "unable to allocate... |
tree | commitdiff |
2018-10-05 |
Todd C. Miller | Add new -S option to sleep while the command was suspended. |
tree | commitdiff |
2018-10-05 |
Todd C. Miller | Add a suspend event type to the I/O log to log suspend... |
tree | commitdiff |
2018-09-27 |
Todd C. Miller | Add support for OpenLDAP's TLS_REQCERT setting in ldap... |
tree | commitdiff |
2018-09-24 |
Todd C. Miller | Move definition of TIME_T_MAX to sudo_util.h |
tree | commitdiff |
2018-09-24 |
Todd C. Miller | Treat LOGIN, LOGNAME and USER specially. If one is... |
tree | commitdiff |
next |