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 |
2017-03-08 |
Todd C. Miller | e_termination should be set to the value of WTERMSIG... |
commit | commitdiff | tree | snapshot |
2017-03-07 |
Todd C. Miller | Add tcsetpgrp_nobg() which acts like tcsetpgrp() but... |
commit | commitdiff | tree | snapshot |
2017-03-06 |
Todd C. Miller | Prevent sudo from receiving SIGTTOU when it tries to... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Todd C. Miller | Add some casts to quiet gcc warnings on Solaris and... |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Todd C. Miller | change debug info when suspending sudo |
commit | commitdiff | tree | snapshot |
2017-03-03 |
Todd C. Miller | Reorganize the command execution code to separate out... |
commit | commitdiff | tree | snapshot |
2017-02-26 |
Todd C. Miller | Remove support for the TIOCGSIZE ioctl. Systems that... |
commit | commitdiff | tree | snapshot |
2017-02-24 |
Todd C. Miller | Set the child pid to -1 after we've waited for it and... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Todd C. Miller | Update the description of strict mode to current realit... |
commit | commitdiff | tree | snapshot |
2017-02-22 |
Todd C. Miller | Go back to using a Warning/Error prefix in the message... |
commit | commitdiff | tree | snapshot |
2017-02-21 |
Todd C. Miller | fix copyright years |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Todd C. Miller | Add support for using the message digest functions... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Todd C. Miller | Add support for using the message digest functions... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Todd C. Miller | Move the file digest code out of match.c and into filed... |
commit | commitdiff | tree | snapshot |
2017-02-20 |
Todd C. Miller | Check for gmtime() or localtime() returning NULL and... |
commit | commitdiff | tree | snapshot |
2017-02-18 |
Todd C. Miller | Add support for ROLE, TYPE, PRIVS, LIMITPRIVS, TIMEOUT... |
commit | commitdiff | tree | snapshot |
2017-02-18 |
Todd C. Miller | strftime() was in C89 so use it unconditionally. |
commit | commitdiff | tree | snapshot |
2017-02-18 |
Todd C. Miller | Add NOTBEFORE and NOTAFTER command options similar... |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Todd C. Miller | Bump version to 1.11 for timeout entry in settings[] |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-02-16 |
Todd C. Miller | Add a command line option to specify the command timeou... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Todd C. Miller | Better error message when the timeout value does not... |
commit | commitdiff | tree | snapshot |
2017-02-15 |
Todd C. Miller | set errno to ERANGE not EOVERFLOW on range error |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Only inhibit ASAN leak detector for tests that result... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Plug some memory leaks found by ASAN. |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | List SELinux role/type for "sudo -l" with LDAP and... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Only inherit SELinux role/type and Solaris privilege... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Split out tags again so they must precede the command... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Add support for command timeouts in sudoers. After... |
commit | commitdiff | tree | snapshot |
2017-02-14 |
Todd C. Miller | Merge command tags, SELinux type/role and Solaris privs... |
commit | commitdiff | tree | snapshot |
next |