2019-07-20 |
Todd C. Miller | Use strftime(3) instead of formatting struct tm by... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | Update error message when the password cannot be read... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | Fix for Bug #888 |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | If the command in sudoers does not exist on the file... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | More verbose error message when a password is required... |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2019-07-19 |
Todd C. Miller | Document that PAM session modules are now run with... |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Todd C. Miller | Simpler change to retry sudo_secure_file() as root... |
commit | commitdiff | tree | snapshot |
2019-07-15 |
Todd C. Miller | If we are unable to stat() sudoers as non-root, try... |
commit | commitdiff | tree | snapshot |
2019-07-12 |
Todd C. Miller | Clarify that ttyin contains raw terminal input. |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Todd C. Miller | Expand the description of the I/O log files. |
commit | commitdiff | tree | snapshot |
2019-07-11 |
Todd C. Miller | Remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Todd C. Miller | Rename PLUGINDIR -> plugindir |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Todd C. Miller | Use $libexecdir in default settings used by the documen... |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Todd C. Miller | Add conditional for sesh path in sudo.conf manual. |
commit | commitdiff | tree | snapshot |
2019-07-03 |
Todd C. Miller | Update plugindir even when --disable-shared is specified. |
commit | commitdiff | tree | snapshot |
2019-06-25 |
Todd C. Miller | Add ssizeof macro that returns ssize_t. |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Todd C. Miller | sudoedit should be used for editing files instead of... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Todd C. Miller | Move the section on HOME to be after the environment... |
commit | commitdiff | tree | snapshot |
2019-06-21 |
Todd C. Miller | Remove the Solaris last login question, add one about... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Use the term pseudo-terminal more consistently. |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Document why HOME should not be preserved from the... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Refer to command line options, not flags. |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | sync |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | sudo will now prompt for a password as long as /dev... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Remove .cat pages, there is no need for them in the... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Make env_editor the default. |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Don't describe env_editor as a security hole. |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Fix details of how EDITOR, VISUAL and SUDO_EDITOR are... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Modern visudo locks the actual sudoers file, not the... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | In tty_present(), check for /dev/tty if sudo was unable... |
commit | commitdiff | tree | snapshot |
2019-06-20 |
Todd C. Miller | Don't refuse to use the tty unless /dev/tty is unavailable. |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Todd C. Miller | Use of "they" was ambiguous. |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Todd C. Miller | Better description of secure_path. |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Todd C. Miller | Add Sander Bos |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Todd C. Miller | Fix a few typos and awkward wording. |
commit | commitdiff | tree | snapshot |
2019-06-15 |
Todd C. Miller | Clarify which environment variables are set based on... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Todd C. Miller | libsudo_util depends on LT_DEP_LIBS even when building... |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Todd C. Miller | Solaris getentropy() requires that sys/random.h be... |
commit | commitdiff | tree | snapshot |
2019-05-29 |
Todd C. Miller | Use the runhost for "User foo is not allowed to run... |
commit | commitdiff | tree | snapshot |
2019-05-28 |
Todd C. Miller | Document that "no tty present and no askpass program... |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Todd C. Miller | Add Sangamesh Mallayya and Michael Spradling |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Todd C. Miller | Add -B option to ring the bell before the password... |
commit | commitdiff | tree | snapshot |
2019-05-27 |
Todd C. Miller | Allow the user to change their password if expired... |
commit | commitdiff | tree | snapshot |
2019-05-26 |
Todd C. Miller | When using AIX auth, don't display the AIX password... |
commit | commitdiff | tree | snapshot |
2019-05-24 |
Todd C. Miller | AIX packages were not being build with optimization... |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Todd C. Miller | Fix a typo. |
commit | commitdiff | tree | snapshot |
2019-05-22 |
Todd C. Miller | Support using macOS SDKs from /Library/Developer/Comman... |
commit | commitdiff | tree | snapshot |
2019-05-16 |
Todd C. Miller | It is safe to assume _POSIX_VDISABLE is defined. |
commit | commitdiff | tree | snapshot |
2019-05-06 |
Todd C. Miller | Remove second catopen() which is never called. |
commit | commitdiff | tree | snapshot |
2019-05-01 |
Todd C. Miller | Sudo's conversation functions now filters out the last... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Todd C. Miller | Add pam_acct_mgmt setting to enable/disable PAM account... |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
2019-04-30 |
Todd C. Miller | Sudo 1.8.28 |
commit | commitdiff | tree | snapshot |
2019-04-29 |
Todd C. Miller | Add SPDX-License-Identifier to files. |
commit | commitdiff | tree | snapshot |
2019-04-28 |
Todd C. Miller | Filter out last login messages on HP-UX unless running... |
commit | commitdiff | tree | snapshot |
2019-04-26 |
Todd C. Miller | FreeBSD's /dev/fd only contains fds 0-2 unless fdescfs... |
commit | commitdiff | tree | snapshot |
2019-04-20 |
Todd C. Miller | Keep debug fds open in send_mail() to aid in debugging. |
commit | commitdiff | tree | snapshot |
2019-04-19 |
Todd C. Miller | Set def_mailerflags even if sendmail was not found... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Todd C. Miller | Add a proper getdelim(3) replacement and use it instead... |
commit | commitdiff | tree | snapshot |
2019-04-08 |
Todd C. Miller | Restrict the PAM_TTY kludge to Solaris and Linux-PAM. |
commit | commitdiff | tree | snapshot |
2019-03-18 |
Todd C. Miller | Fix the counting of supplementary groups on AIX. |
commit | commitdiff | tree | snapshot |
2019-03-14 |
Todd C. Miller | Plug a memory leak on user/group lookup failure found... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Todd C. Miller | Fix test failure when run by a user other than the... |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2019-03-08 |
Todd C. Miller | Test cvtsudoers stdout and stderr separately. |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Todd C. Miller | Better comment about EOVERFLOW and pstat_getproc(). |
commit | commitdiff | tree | snapshot |
2019-03-07 |
Todd C. Miller | Ignore EOVERFLOW from pstat_getproc(), it is not a... |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Todd C. Miller | update copyright year |
commit | commitdiff | tree | snapshot |
2019-03-05 |
Todd C. Miller | Fix error message when a fully-qualified plugin path... |
commit | commitdiff | tree | snapshot |
2019-03-04 |
Todd C. Miller | Fix unescaped '\' and remove an extra '[' in the defini... |
commit | commitdiff | tree | snapshot |
2019-03-03 |
Todd C. Miller | Ignore carriage return before a linefeed. |
commit | commitdiff | tree | snapshot |
2019-02-26 |
Todd C. Miller | For sssd, the nsswitch.conf setting should be "sss... |
commit | commitdiff | tree | snapshot |
2019-02-21 |
Todd C. Miller | Add simple API for to allow reading environment data... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Todd C. Miller | Fix pasto; the unrestricted env file was read when... |
commit | commitdiff | tree | snapshot |
2019-02-19 |
Todd C. Miller | Be sure to include sudo_queue.h where needed instead... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Only export sudo_arc4random_uniform() if arc4random_uni... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Quiet a warning on gcc 8 |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | AIX 7.1 defines O_CLOEXEC but it can't be used outside... |
commit | commitdiff | tree | snapshot |
2019-02-18 |
Todd C. Miller | Split command match code out into match_command.c. |
commit | commitdiff | tree | snapshot |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
commit | commitdiff | tree | snapshot |
2019-02-17 |
Todd C. Miller | Split out digest matching into its own file. |
commit | commitdiff | tree | snapshot |
2019-02-12 |
Todd C. Miller | Rename FOLLOW and NOFOLLOW tokens FOLLOWLNK and NOFOLLO... |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | Add stub definition of digest_matches() for SUDOERS_NAM... |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | No longer need to include sudo_lbuf.h |
commit | commitdiff | tree | snapshot |
2019-02-06 |
Todd C. Miller | On RedHat/CentOS get the OS major version from /etc... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Use SET macro instead of bitwise OR. |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | In sudo_make_grlist_item() the calculation of total... |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Use correct debug_decl() names. |
commit | commitdiff | tree | snapshot |
2019-02-05 |
Todd C. Miller | Add fallback values for sudoers uid, gid and mode if... |
commit | commitdiff | tree | snapshot |
2019-02-04 |
Todd C. Miller | include stddef.h to make sure we get NULL |
commit | commitdiff | tree | snapshot |
2019-02-02 |
Todd C. Miller | Fix memory leak when there are no network interfaces... |
commit | commitdiff | tree | snapshot |
2019-01-25 |
Todd C. Miller | Use $ac_cv_search_FUNCTION instead of $ac_lib and ... |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2019-01-22 |
Todd C. Miller | Fix listpw=never and verifypw=never. Bug #869 |
commit | commitdiff | tree | snapshot |
2019-01-20 |
Todd C. Miller | Minor snprintf() usage tweaks: |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | The AIX nofiles hard limit fix and bug #867 will make... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | Use PAM_SILENT to prevent pam_lastlog from printing... |
commit | commitdiff | tree | snapshot |
2019-01-07 |
Todd C. Miller | Fix the default nofiles and stack hard limits. |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | regen |
commit | commitdiff | tree | snapshot |
next |