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 |
2019-01-03 |
Todd C. Miller | Final updates for sudo 1.8.27. |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | Update copyright year |
commit | commitdiff | tree | snapshot |
2019-01-03 |
Todd C. Miller | Update for 2019 |
commit | commitdiff | tree | snapshot |
2019-01-02 |
Todd C. Miller | Fix setting of utmp entry when running command in a... |
commit | commitdiff | tree | snapshot |
2018-12-25 |
Todd C. Miller | Use debug_return_int not debug_return_bool in resolve_host |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Todd C. Miller | sudo 1.8.27 |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Todd C. Miller | Allow the sudoers file to be specified without the... |
commit | commitdiff | tree | snapshot |
2018-12-20 |
Todd C. Miller | The iolog_dir section is below the maxseq section,... |
commit | commitdiff | tree | snapshot |
2018-12-12 |
Todd C. Miller | Updated translations from translationproject.org |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Add -n and -R options to help; reported by Radovan... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Add missing description of padding option and missing... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | The -c option was missing from the help info; from... |
commit | commitdiff | tree | snapshot |
2018-12-11 |
Todd C. Miller | Fix some typos; reported by Radovan Sroka |
commit | commitdiff | tree | snapshot |
2018-12-08 |
Todd C. Miller | In sudo_pam_approval(), for the exempt case, only overw... |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Todd C. Miller | The fix for bug #843 was incomplete and caused pam_end... |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Todd C. Miller | Don't run the command in a pty if no I/O plugins are... |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Todd C. Miller | Update ignore patterns to match doc changes. |
commit | commitdiff | tree | snapshot |
2018-11-29 |
Todd C. Miller | fix mode fixmdoc.sed |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Fix section in the .TH line of *.man.in file. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Add sudoers.man.in.sed, missed from previous commit. |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Add Guillem Jover |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | recent changes |
commit | commitdiff | tree | snapshot |
2018-11-27 |
Todd C. Miller | Use roff conditionals in the manuals instead of post... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Todd C. Miller | Sudo plugin manual updates and clarification from Guill... |
commit | commitdiff | tree | snapshot |
2018-11-24 |
Todd C. Miller | Revert changes to give arguments to the .Bx macro. |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Todd C. Miller | Update fixmdoc.sh to match the BSD -> .Bx changes in... |
commit | commitdiff | tree | snapshot |
2018-11-18 |
Todd C. Miller | Add support for utmps as found in HP-UX. |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Todd C. Miller | Support st_nmtime in struct stat as found in HP-UX. |
commit | commitdiff | tree | snapshot |
2018-11-14 |
Todd C. Miller | If fcntl fails, fall back to the /proc implementation. |
commit | commitdiff | tree | snapshot |
next |