2016-05-16 |
Todd C. Miller | Use O_NOCTTY when opening a tty. |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Todd C. Miller | No need to set pass to NULL after freeing at the end... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | SELinux fixes in 1.8.17. |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | Check fprintf() return value in writeln_wrap() and... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | Check fputs() return value. |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | Do not write directly to stdout/stderr, use sudo_printf... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | Do not write directly to stdout/stderr, use sudo_printf... |
commit | commitdiff | tree | snapshot |
2016-05-15 |
Todd C. Miller | Use ferror() after fflush() to check the error status... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Todd C. Miller | printf() returns < 0 on error, not explicitly -1 |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Todd C. Miller | Regen for 1.8.17 |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Todd C. Miller | Document that you need to preserve EDITOR and/or VISUAL... |
commit | commitdiff | tree | snapshot |
2016-05-13 |
Todd C. Miller | Fix last commit, now that argc is not reset we need... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Todd C. Miller | cosmetic change to warning string |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Todd C. Miller | Avoid adding an extraneous warning string to sudoers... |
commit | commitdiff | tree | snapshot |
2016-05-12 |
Todd C. Miller | Use EOVERFLOW, not ENOMEM for overflow conditions. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Todd C. Miller | Now that pam_open_session() failure is fatal we should... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Todd C. Miller | Repair SELinux support, broken by 397722cdd7ec. |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Todd C. Miller | Remove sudo_mkpwcache() and sudo_mkgrcache(). We now... |
commit | commitdiff | tree | snapshot |
2016-05-11 |
Todd C. Miller | Eliminate use of setpwent()/endpwent() and setgrent... |
commit | commitdiff | tree | snapshot |
2016-05-10 |
Todd C. Miller | Remove unnecessary NULL checks in the RUNAS_CHANGED... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Todd C. Miller | In replay_session() free iov at the end of the function... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Todd C. Miller | Add io_log_read() and io_log_gets() to hide differences... |
commit | commitdiff | tree | snapshot |
2016-05-09 |
Todd C. Miller | Break up io_callback() into read_callback() and write_c... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | In io_callback() make sure we clear SUDO_EV_READ if... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | In sudo_krb5_copy_cc_file() move the close(ofd) to... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix memory leak in sudo_netgroup_lookup() in the non... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix fd leak in sudo_krb5_copy_cc_file() if restore_perm... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Free the events and event base before returning from... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | In sudo_edit_create_tfiles(), fix fd leak if sudo_edit_... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix fd leak in sudo_edit_open_nonwritable() if dir_is_w... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix memory leak of sesh_args in selinux_edit_copy_tfiles(). |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix memory leak in get_editor() if resolve_editor(... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix memory leak on error if sudo_new_key_val() fails. |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Ignore the return value of the initial sudoersparse... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Ignore the result of send() on exec error, if it fails... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | In fill_args() clean up properly if there is an interna... |
commit | commitdiff | tree | snapshot |
2016-05-07 |
Todd C. Miller | Fix logic inversion in sudoers_gc_remove(), currently... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | In io_mkdirs(), change the order from stat then mkdir... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | In ts_mkdirs(), change the order from stat then mkdir... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Newer versions of Ubuntu have switched from using the... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Cast off_t printed via printf(3) instead of assuming... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Instead of using stat(2) to see if the admin flag file... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | README file for the sample plugin that tells the user... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix compilation error and export sample_policy struct. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Update for 1.8.17 |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Sudo 1.8.17 |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Check return value of restore_perms() in vlog_warning(). |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix memory leaks in resolve_editor() in the error path. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix memory leak of gid_list in sudoers_policy_exec_setu... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix fd leak in do_logfile() if we fail to lock the... |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix memory leak of sss_result in sudo_sss_lookup() |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix fd leak in open_io_fd() if gzdopen/fdopen fails. |
commit | commitdiff | tree | snapshot |
2016-05-06 |
Todd C. Miller | Fix fd leak in io_nextid() in error path. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Check lseek() return value. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Ignore ts_write() return value when disabling an entry... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Cast the return value of fcntl() to void when setting... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Cast the return value of fcntl() to void when setting... |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Avoid a false positive. Coverity CID 104056. |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Avoid calling fclose(NULL) on error in export_sudoers(). |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | In fill_args(), check for "arg_size == 0" instead of |
commit | commitdiff | tree | snapshot |
2016-05-05 |
Todd C. Miller | Avoid calling fclose(NULL) if the sudoers file is not... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | In fill_args(), replace loop that increments arg_size... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | In parse_expr(), move the "bad" label after the "defaul... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | For "sudoreplay -l", not all predicates may be shortene... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | pid_t is defined by POSIX as a signed integer type... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | In dispatch_signal() for stopped processes check for... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | In relabel_tty() always jump to bad: on error, regardle... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | Define NO_LEAKS when sudo is built with Coverity. |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | In io_callback() if we write the complete buffer and... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | Handle read() returning -1 when creating temporary... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | Fix cut and paste error when checking cols for 0. |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | Use a single debug message for cache hit or store to... |
commit | commitdiff | tree | snapshot |
2016-05-04 |
Todd C. Miller | Sync the "cache hit" debug messages with the "cached... |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Todd C. Miller | Remove the check for __sprintf_chk when checking for... |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Todd C. Miller | Remove configure checks for dev_t, id_t, ino_t, ptrdiff... |
commit | commitdiff | tree | snapshot |
2016-04-28 |
Todd C. Miller | Do group setup in policy_init_session() before calling... |
commit | commitdiff | tree | snapshot |
2016-04-26 |
Todd C. Miller | Add missing newline when logging to a file (not syslog... |
commit | commitdiff | tree | snapshot |
2016-04-25 |
Todd C. Miller | style fix; fork_cmnd should start on a new line |
commit | commitdiff | tree | snapshot |
2016-04-22 |
Todd C. Miller | Ignore SIGPIPE for the duration of sudo and not just... |
commit | commitdiff | tree | snapshot |
2016-04-22 |
Todd C. Miller | Use string_to_security_class() instead of pulling SECCL... |
commit | commitdiff | tree | snapshot |
2016-04-19 |
Todd C. Miller | When determining whether or not "sudo -l" or "sudo... |
commit | commitdiff | tree | snapshot |
2016-03-22 |
Todd C. Miller | If the auth_type setting in /etc/security/login.cfg... |
commit | commitdiff | tree | snapshot |
2016-03-17 |
Todd C. Miller | The header for sudo.conf(5) should be SUDO.CONF(5)... |
commit | commitdiff | tree | snapshot |
2016-03-16 |
Todd C. Miller | hook_version and hook_type are unsigned so use 0, not... |
commit | commitdiff | tree | snapshot |
2016-03-09 |
Todd C. Miller | Work around an ambiguity in the PAM spec with respect... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-02-27 |
Todd C. Miller | Bug #738 |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | Better test for negated character classes. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | Add test for negated character class |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | Fix negation of character classes. |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | Fix the check for whether a user is allowed to lists... |
commit | commitdiff | tree | snapshot |
2016-02-26 |
Todd C. Miller | Log the number of PAM messages in the conversation... |
commit | commitdiff | tree | snapshot |
2016-02-24 |
Todd C. Miller | Don't check for posix_spawn() or posix_spawnp() if... |
commit | commitdiff | tree | snapshot |
2016-02-23 |
Todd C. Miller | update for 1.8.16 |
commit | commitdiff | tree | snapshot |
2016-02-22 |
Todd C. Miller | Fix documented bug with duplicate role names and turn... |
commit | commitdiff | tree | snapshot |
2016-02-20 |
Todd C. Miller | Add declaration of getauthdb() for AIX 5.1 |
commit | commitdiff | tree | snapshot |
next |