2016-02-20 |
Todd C. Miller | Add declaration of getauthdb() for AIX 5.1 |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Todd C. Miller | sync with translationproject.org |
commit | commitdiff | tree | snapshot |
2016-02-19 |
Todd C. Miller | Add a note that --with-solaris-audit is only for Solari... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Todd C. Miller | Remove last remnants of the deprecated --with-stow... |
commit | commitdiff | tree | snapshot |
2016-02-18 |
Todd C. Miller | src/load_plugins.c needs _PATH_SUDO_CONF so allow it... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Todd C. Miller | Add an administrative domain to the passwd/group cache... |
commit | commitdiff | tree | snapshot |
2016-02-01 |
Todd C. Miller | Fedora dropped "core" from the name some time ago so... |
commit | commitdiff | tree | snapshot |
2016-01-31 |
Todd C. Miller | Treat fedora core like centos/rhel for package building. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Todd C. Miller | Plug some memory leaks in the tests. |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Todd C. Miller | If realloc of sudoerslval.command.args fails, reset... |
commit | commitdiff | tree | snapshot |
2016-01-29 |
Todd C. Miller | When freeing the iobs after pty tear-down, also free... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | iolog_compress should be bool, not int |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | Quiet address sanitizer leak detector. |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | Simple garbage collection (really a to-be-freed list... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | Rename gc_cleanup to gc_run and remove I/O plugins... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | Free up the garbage via an atexit() handler instead... |
commit | commitdiff | tree | snapshot |
2016-01-28 |
Todd C. Miller | Plug a memory leak in sudo_edit. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | mention --enable-asan |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Try to deconfuse static analyzers a bit. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Avoid possible NULL deref found by clang analyzer. |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Add --enable-asan configure flag to enable address... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Add support for garbage collecting info passed to the... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | auth_getpass() returns a dynamically allocated copy... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Remove sudo_fatalx() calls from format_plugin_settings(). |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | fn_free_result() (aka sss_sudo_free_result() in sss_sud... |
commit | commitdiff | tree | snapshot |
2016-01-27 |
Todd C. Miller | Add missing return when user is not found in sudo_sss_r... |
commit | commitdiff | tree | snapshot |
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 |
next |