2016-01-26 |
Todd C. Miller | Fix a warning on AIX. |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Todd C. Miller | Pass updated user_env_out, not envp, to the I/O open... |
commit | commitdiff | tree | snapshot |
2016-01-26 |
Todd C. Miller | Pass updated argv/envp to the I/O open function like... |
commit | commitdiff | tree | snapshot |
2016-01-25 |
Todd C. Miller | Add check for I/O log file handle being NULL. This... |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Todd C. Miller | Additional debugging for pwutil functions. |
commit | commitdiff | tree | snapshot |
2016-01-23 |
Todd C. Miller | When calling setauthdb(), save the old registry value... |
commit | commitdiff | tree | snapshot |
2016-01-22 |
Todd C. Miller | Use SUDOERS_DEBUG_UTIL not SUDO_DEBUG_UTIL in the plugin. |
commit | commitdiff | tree | snapshot |
2016-01-21 |
Todd C. Miller | When parsing debug entries, don't make a lower value... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Set sudoedit_checkdir=false in command_details when... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Update copyright year |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | If the user runs "sudoedit /" we will receive ENOENT... |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Log an error for invalid boolean strings. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Fix off by one error in new SET_FLAG macro. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Document the race with sudoedit_checkdir in 1.8.15. |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | Document sudoedit_checkdir |
commit | commitdiff | tree | snapshot |
2016-01-20 |
Todd C. Miller | There are no systems that support O_SEARCH/O_PATH that... |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Todd C. Miller | Add 1.8.16 changes |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Todd C. Miller | Make sudoedit_checkdir the default and update the docum... |
commit | commitdiff | tree | snapshot |
2016-01-19 |
Todd C. Miller | Add a SET_FLAG macro to simplify parsing command detail... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Todd C. Miller | Need to be root when switching to a different user. |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Todd C. Miller | Use O_SEARCH on systems without O_PATH if present.... |
commit | commitdiff | tree | snapshot |
2016-01-18 |
Todd C. Miller | Use faccessat(2) for directory writability instead... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Todd C. Miller | Add "I/O LOG FILES" section to the manual and move... |
commit | commitdiff | tree | snapshot |
2016-01-16 |
Todd C. Miller | Use "Nm sudoers" when talking about the plugin and... |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Todd C. Miller | Remove gzopen_w which is only defined on Windows. |
commit | commitdiff | tree | snapshot |
2016-01-13 |
Todd C. Miller | Work around the buggy pread(2) on 32-bit HP-UX 11.00... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Todd C. Miller | Add support for matching the entire netgroup tuple... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Todd C. Miller | Use asprintf() to generate the netgroup filter instead... |
commit | commitdiff | tree | snapshot |
2016-01-12 |
Todd C. Miller | Add missing sudo_debug_exit_ssize_t_v1 symbol. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | In sudo_netgroup_lookup() only build up the search... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | It is safe to pass ldap_msgfree() a NULL pointer. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | On overflow, warn before freeing anything. |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Use user_runhost and user_srunhost instead of user_host... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Silence warning in digest_matches() on systems with... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Fix free() of invalid pointer introduced in the commit... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Fix free() of invalid pointer introduced in the commit... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Add missing dfd argument to the version of sudo_edit_op... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Update description of sudoedit_checkdir. Reported... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | No need to check whether the fd we opened is really... |
commit | commitdiff | tree | snapshot |
2016-01-11 |
Todd C. Miller | Rewritten sudoedit_checkdir support that checks all... |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-01-04 |
Todd C. Miller | Add support for using fexecve() if supported on command... |
commit | commitdiff | tree | snapshot |
2015-12-29 |
Todd C. Miller | Call openat() with the basename not the full path.... |
commit | commitdiff | tree | snapshot |
2015-12-24 |
Todd C. Miller | Fix compilation with --disable-shared |
commit | commitdiff | tree | snapshot |
2015-12-20 |
Todd C. Miller | Check for existing dso in LD_PRELOAD and only add it... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Todd C. Miller | Clarify when SIGINT and SIGQUIT are relayed by sudo... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Todd C. Miller | Actually use the plugin_dir Path setting in sudo.conf. |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Todd C. Miller | The Path setting for the plugin directory is "plugin_di... |
commit | commitdiff | tree | snapshot |
2015-12-18 |
Todd C. Miller | Allow sudo.conf Path settings to disable path names... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Todd C. Miller | Change noexec flag in selinux_execve() from int to... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Todd C. Miller | Refactor code to set LD_PRELOAD (or the equivalent... |
commit | commitdiff | tree | snapshot |
2015-12-16 |
Todd C. Miller | Add missing square brackets in configure option descrip... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Todd C. Miller | Document the names of the I/O log files and mention... |
commit | commitdiff | tree | snapshot |
2015-12-11 |
Todd C. Miller | Add BASHOPTS to initial_badenv_table[]; from Stephane... |
commit | commitdiff | tree | snapshot |
2015-12-09 |
Todd C. Miller | When parsing sudoOptions that include an operator ... |
commit | commitdiff | tree | snapshot |
2015-12-08 |
Todd C. Miller | Strip whitespace around '!', '=', '+=' and '-=' in... |
commit | commitdiff | tree | snapshot |
2015-12-06 |
Todd C. Miller | Document the race condition between the digest check... |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Todd C. Miller | When checking the query results, don't set user_matches... |
commit | commitdiff | tree | snapshot |
2015-12-02 |
Todd C. Miller | In list mode, we always want to clear FLAG_NO_USER... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Todd C. Miller | Use size_t for length parameters in the fill functions... |
commit | commitdiff | tree | snapshot |
2015-11-22 |
Todd C. Miller | Use yy_size_t for digest_len since newer flex uses... |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Todd C. Miller | Use https in sudo.ws urls |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Todd C. Miller | Use https in urls. |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Todd C. Miller | sudo 1.8.16 |
commit | commitdiff | tree | snapshot |
2015-11-20 |
Todd C. Miller | When preserving variables from the invoking user's... |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Todd C. Miller | Add debug_return_ssize_t |
commit | commitdiff | tree | snapshot |
2015-11-01 |
Todd C. Miller | Avoid compilation error on Solaris 10 with Stun Studio 12. |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-10-31 |
Todd C. Miller | Mention ssp configure fix. |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Todd C. Miller | Don't use CPPFLAGS for the -fstack-protector check... |
commit | commitdiff | tree | snapshot |
2015-10-30 |
Todd C. Miller | When checking for stack protector support we need to... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Todd C. Miller | Preserve LDFLAGS when checking for stack protector... |
commit | commitdiff | tree | snapshot |
2015-10-29 |
Todd C. Miller | Better configure test for -fstack-protector. Some... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Todd C. Miller | Set errno to EISDIR instead of ENOTDIR if directory... |
commit | commitdiff | tree | snapshot |
2015-10-25 |
Todd C. Miller | Fix the check for whether to include 32-bit arch in... |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Todd C. Miller | When creating a new file, sudoedit will now check that... |
commit | commitdiff | tree | snapshot |
2015-10-24 |
Todd C. Miller | Add always_query_group_plugin |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Todd C. Miller | Add ABOUT-NLS from GNU gettext. |
commit | commitdiff | tree | snapshot |
2015-10-23 |
Todd C. Miller | Add directory writability checks for sudoedit. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | Latest. |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | Ignore the SUDO_CONV_PROMPT_ECHO_OK flag when echo... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | Repair challenge/response prompting for BSD authenticat... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | Use the auth_getpass (and the plugin conversation fucti... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | For env_reset, SHELL should be set based on the target... |
commit | commitdiff | tree | snapshot |
2015-10-06 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Todd C. Miller | Hungarian and Slovak translations |
commit | commitdiff | tree | snapshot |
2015-10-05 |
Todd C. Miller | Add new Slovak and Hungarian translations from translat... |
commit | commitdiff | tree | snapshot |
2015-10-03 |
Todd C. Miller | Remove S_ISREG check from sudo_edit_open(), it is alrea... |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Todd C. Miller | Open sudoedit files with O_NONBLOCK and fail if they... |
commit | commitdiff | tree | snapshot |
2015-10-02 |
Todd C. Miller | It is possible for WIFSTOPPED to be true even if waitpi... |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Todd C. Miller | rebuild .mo files |
commit | commitdiff | tree | snapshot |
2015-09-30 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2015-09-29 |
Todd C. Miller | There's no point in trying to interpose protected versi... |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Todd C. Miller | List all the functions wrapped by sudo_noexec.so. |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Todd C. Miller | The section is now called "EXEC and NOEXEC" and it... |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Todd C. Miller | Also wrap popen(3). |
commit | commitdiff | tree | snapshot |
2015-09-28 |
Todd C. Miller | Also interpose system(3). On glibc systems you cannot... |
commit | commitdiff | tree | snapshot |
next |