2017-05-15 |
Todd C. Miller | No need to include selinux.h here. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Todd C. Miller | Fix compilation error on macOS |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Avoid a clang analyzer false positive. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add cov-build and cov-submit targets for checking with... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Use debug logging instead of ignore_result() where... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Remove use of non-standard sigaction_t |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Remove use of the non-standard SA_INTERRUPT |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | sudo 1.8.21 |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add support for multiple '*' in env_keep, env_check... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add SIGCHLD to the list of signals we install sudo_hand... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Activate the sigevents inside the signal pipe callback... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Use SUDO_EV_SIGNAL and SUDO_EV_SIGINFO instead of manag... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Handle the possibility of the siginfo parameter in... |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add support for signal events in sudo's event subsystem |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Restore the error message for sudo_ev_add() failure. |
commit | commitdiff | tree | snapshot |
2017-05-12 |
Todd C. Miller | Add workaround for clang static analyzer being confused... |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Todd C. Miller | Fix "make check" when openssl or gcrypt is used. Bug... |
commit | commitdiff | tree | snapshot |
2017-05-10 |
Todd C. Miller | Only display string version of errno if sudo_ev_add... |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-08 |
Todd C. Miller | Be clear that #includedir diverts control to the files... |
commit | commitdiff | tree | snapshot |
2017-05-07 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | Fix a hang introduced in the last commit. Don't close... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | If any of std{in,out,err} are not hooked up to a tty... |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | update |
commit | commitdiff | tree | snapshot |
2017-05-05 |
Todd C. Miller | Update based on information from Michael Felt. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | In check_input() when switch()ing on the return value... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Check sudo_ev_add() return value. Coverity CID 168362 |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Add io_open() wrapper for open(2) that retries with... |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Don't retry the open() if set_perms() fails. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | Fix typo (fd2 vs. fd) caught by coverity, CID 168359. |
commit | commitdiff | tree | snapshot |
2017-05-04 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Warn people not to use --enable-asan in production. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Move the invocation of check_noexec into the main ... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Move @CHECK_NOEXEC@ to TEST_PROGS so it gets cleaned... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Move syslog_maxlen to the "Integers" section. Move... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Fix a pasto that resulted in an extra (empty) syslog_go... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Add tests for parsing tuples and syslog options. |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Allow the syslog Defaults option to be used in a "true... |
commit | commitdiff | tree | snapshot |
2017-05-03 |
Todd C. Miller | Allow a tuple to be set to boolean true. Regression... |
commit | commitdiff | tree | snapshot |
2017-05-01 |
Todd C. Miller | Replace the list of "dangerous" environment variables... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Todd C. Miller | Fix exponential behavior in glob() with respect to... |
commit | commitdiff | tree | snapshot |
2017-04-28 |
Todd C. Miller | We no longer need to write to the tty if the command... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Todd C. Miller | On Linux, if the command we ran dumped core, set PR_SET... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Todd C. Miller | Update path to sudo_noexec.so |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Todd C. Miller | If the command terminated due to a signal, sudo will... |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2017-04-27 |
Todd C. Miller | The fix for Bug #722 contained a typo/thinko that resul... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Todd C. Miller | Better check for /etc/rc.d/rc2.d/S90sudo on AIX |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Todd C. Miller | Don't install the rc.d link when installing to a DESTDIR. |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Todd C. Miller | In "make install", install sample sudoers file as ... |
commit | commitdiff | tree | snapshot |
2017-04-26 |
Todd C. Miller | Allow "make dist" and "make depend" to work for out... |
commit | commitdiff | tree | snapshot |
2017-04-24 |
Todd C. Miller | Add missing $(srcdir) prefix to shlib_exp definition. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Todd C. Miller | Fix typo in killpg macro. |
commit | commitdiff | tree | snapshot |
2017-04-21 |
Todd C. Miller | Fix the killpg macro for systems without killpg() in... |
commit | commitdiff | tree | snapshot |
2017-04-20 |
Todd C. Miller | Use the standard idiom for popping all entries from... |
commit | commitdiff | tree | snapshot |
2017-04-20 |
Todd C. Miller | rewrite errpipe callbacks |
commit | commitdiff | tree | snapshot |
2017-04-20 |
Todd C. Miller | use pipe2() with O_CLOEXEC instead of pipe() + fcntl... |
commit | commitdiff | tree | snapshot |
2017-04-20 |
Todd C. Miller | init io_pipe[][] to -1, not 0 |
commit | commitdiff | tree | snapshot |
2017-04-19 |
Todd C. Miller | In sudo_sss_check_user() it is not possible for handle... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
Todd C. Miller | Fix a use after free when the fqdn sudoOption is set... |
commit | commitdiff | tree | snapshot |
2017-04-19 |
Todd C. Miller | Avoid unused variable when getgrouplist_2() is available. |
commit | commitdiff | tree | snapshot |
2017-04-19 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-04-13 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-04-12 |
Todd C. Miller | In sudo_ttyname_scan() if dir is the empty string,... |
commit | commitdiff | tree | snapshot |
2017-04-11 |
Todd C. Miller | Try to make it clear that when match_group_by_gid is... |
commit | commitdiff | tree | snapshot |
2017-04-07 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-04-07 |
Todd C. Miller | plug memory leak in check_digest |
commit | commitdiff | tree | snapshot |
2017-04-07 |
Todd C. Miller | Check return value of dispatch_pending_signals() in... |
commit | commitdiff | tree | snapshot |
2017-03-30 |
Todd C. Miller | back out unintentional change to the version number |
commit | commitdiff | tree | snapshot |
2017-03-28 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Todd C. Miller | Make check_digest test sudo_filedigest() itself instead... |
commit | commitdiff | tree | snapshot |
2017-03-27 |
Todd C. Miller | Document that commands matched by "sudo ALL" are not... |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Todd C. Miller | Update for 1.8.20 |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Todd C. Miller | regen for restricted_env_file |
commit | commitdiff | tree | snapshot |
2017-03-24 |
Todd C. Miller | Mention that iolog_user is useful for NFS. |
commit | commitdiff | tree | snapshot |
2017-03-23 |
Todd C. Miller | Only retry mkdir or create with PERM_IOLOG if errno... |
commit | commitdiff | tree | snapshot |
2017-03-22 |
Todd C. Miller | Add fallback to PERM_IOLOG when making the final compon... |
commit | commitdiff | tree | snapshot |
2017-03-22 |
Todd C. Miller | Add restricted_env_file which is like env_file but... |
commit | commitdiff | tree | snapshot |
2017-03-22 |
Todd C. Miller | quiet a warning on older zlib |
commit | commitdiff | tree | snapshot |
2017-03-22 |
Todd C. Miller | cast mode_t to unsigned int when printing with %o |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | Set umask temporarily when creating files instead of... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | remove now-useless variable |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | Don't set owner/mode on directories that already exist... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | Explicitly set the file mode of I/O log files so the... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | Add PERM_IOLOG so we can create I/O log files on an... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | Restore the '/' in the path before returning if we... |
commit | commitdiff | tree | snapshot |
2017-03-20 |
Todd C. Miller | When creating the timestamp directory, use the group... |
commit | commitdiff | tree | snapshot |
2017-03-21 |
Todd C. Miller | zero out nss->handle after it has been freed to make... |
commit | commitdiff | tree | snapshot |
2017-03-20 |
Todd C. Miller | Add iolog_flush option. |
commit | commitdiff | tree | snapshot |
2017-03-17 |
Todd C. Miller | Don't allow the user to specify an I/O log file mode... |
commit | commitdiff | tree | snapshot |
2017-03-14 |
Todd C. Miller | Regenerate the cat pages with newer mandoc which format... |
commit | commitdiff | tree | snapshot |
2017-03-14 |
Todd C. Miller | Make it clear that I/O logs will be complete even if... |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Todd C. Miller | Replace pipe_nonblock() with pipe2() |
commit | commitdiff | tree | snapshot |
2017-03-13 |
Todd C. Miller | Emulate pipe2() on systems without it. |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Todd C. Miller | Fix declaration of sudo_krb5_verify() in the case where... |
commit | commitdiff | tree | snapshot |
2017-03-10 |
Todd C. Miller | Use HAVE_STDBOOL_H to detect systems w/o stdbool.h. |
commit | commitdiff | tree | snapshot |
2017-03-09 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-03-09 |
Todd C. Miller | Move SIGCHLD handling into handle_sigchld() functions... |
commit | commitdiff | tree | snapshot |
next |