2016-06-03 |
Todd C. Miller | When matching host, short-circuit the loop when we... |
commit | commitdiff | tree | snapshot |
2016-06-03 |
Todd C. Miller | Avoid using !strcmp() |
commit | commitdiff | tree | snapshot |
2016-06-02 |
Todd C. Miller | SSSD doesn't handle netgroups, we have to ensure they... |
commit | commitdiff | tree | snapshot |
2016-06-01 |
Todd C. Miller | Return PAM_CONV_ERR from the conversation function... |
commit | commitdiff | tree | snapshot |
2016-06-01 |
Todd C. Miller | Make base64 decoding table-driven. |
commit | commitdiff | tree | snapshot |
2016-06-01 |
Todd C. Miller | Back out cfa26b99228f, it was already fixed differently. |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | Allow double-quoted groups and netgroups to be part... |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | The sudoers.ldap manual is installed in section 4 or... |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | Fix copy pasta, "sudoNotAfter" not "sudoNotBefore". |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | For sudo -ll (long list) print the SSSD role just like... |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | Setting timestamp_timeout less than zero only lasts... |
commit | commitdiff | tree | snapshot |
2016-05-31 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | fputs() is now specified as returning non-negative... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | Don't try to dereference replies[] if it is a NULL... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | sudo_version should be unsigned |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | Korean translation for sudo and sudoers from translatio... |
commit | commitdiff | tree | snapshot |
2016-05-25 |
Todd C. Miller | Ignore PAM_SESSION_ERR from pam_open_session() since... |
commit | commitdiff | tree | snapshot |
2016-05-24 |
Todd C. Miller | Don't read from stdin when flushing final buffers in... |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Todd C. Miller | Mention visudo -x change. |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Todd C. Miller | There's no need to escape forward slashes in JSON outpu... |
commit | commitdiff | tree | snapshot |
2016-05-23 |
Todd C. Miller | Document that in 1.8.12 sudo started being able to... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Todd C. Miller | Better description of the I/O logging pipe issue. |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Todd C. Miller | In del_io_events(), avoid reading from the pty master... |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Todd C. Miller | Improve debug info in sudo_ev_add() and sudo_ev_del() |
commit | commitdiff | tree | snapshot |
2016-05-20 |
Todd C. Miller | In pty_close(), call del_io_events with the SUDO_EVLOOP... |
commit | commitdiff | tree | snapshot |
2016-05-18 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Todd C. Miller | Bump I/O buffer size to 64K. We don't use PIPE_BUF... |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Todd C. Miller | I/O logging bug fix |
commit | commitdiff | tree | snapshot |
2016-05-17 |
Todd C. Miller | Don't use SUDO_EVLOOP_NONBLOCK when flushing buffers... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Todd C. Miller | Don't try to fflush(export_fp) or ferror(export_fp... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Todd C. Miller | O_NOCTTY has no effect when opening /dev/tty as the... |
commit | commitdiff | tree | snapshot |
2016-05-16 |
Todd C. Miller | Do not need to open /dev/tty with O_NONBLOCK, it doesn... |
commit | commitdiff | tree | snapshot |
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 |
next |