I Use This!
Activity Not Available

Commits : Listings

Analyzed 3 months ago. based on code collected about 4 years ago.
Feb 09, 2019 — Feb 09, 2020
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
regen
millert
as Todd C. Miller
More... almost 5 years ago
Sudo 1.8.28
millert
as Todd C. Miller
More... almost 5 years ago
Add SPDX-License-Identifier to files.
millert
as Todd C. Miller
More... almost 5 years ago
Filter out last login messages on HP-UX unless running a shell.
millert
as Todd C. Miller
More... almost 5 years ago
FreeBSD's /dev/fd only contains fds 0-2 unless fdescfs is mounted.
millert
as Todd C. Miller
More... almost 5 years ago
Keep debug fds open in send_mail() to aid in debugging.
millert
as Todd C. Miller
More... almost 5 years ago
Set def_mailerflags even if sendmail was not found at configure time.
millert
as Todd C. Miller
More... almost 5 years ago
Add a proper getdelim(3) replacement and use it instead of getline(3).
millert
as Todd C. Miller
More... almost 5 years ago
Restrict the PAM_TTY kludge to Solaris and Linux-PAM.
millert
as Todd C. Miller
More... almost 5 years ago
Fix the counting of supplementary groups on AIX.
millert
as Todd C. Miller
More... about 5 years ago
Plug a memory leak on user/group lookup failure found by ASAN.
millert
as Todd C. Miller
More... about 5 years ago
Fix test failure when run by a user other than the file owner.
millert
as Todd C. Miller
More... about 5 years ago
Updated translations from translationproject.org
millert
as Todd C. Miller
More... about 5 years ago
Test cvtsudoers stdout and stderr separately.
millert
as Todd C. Miller
More... about 5 years ago
Better comment about EOVERFLOW and pstat_getproc().
millert
as Todd C. Miller
More... about 5 years ago
Ignore EOVERFLOW from pstat_getproc(), it is not a fatal error.
millert
as Todd C. Miller
More... about 5 years ago
update copyright year
millert
as Todd C. Miller
More... about 5 years ago
Fix error message when a fully-qualified plugin path does not exist.
millert
as Todd C. Miller
More... about 5 years ago
Fix unescaped '\' and remove an extra '[' in the definition of digest.
millert
as Todd C. Miller
More... about 5 years ago
Ignore carriage return before a linefeed.
millert
as Todd C. Miller
More... about 5 years ago
For sssd, the nsswitch.conf setting should be "sss" not "sssd".
millert
as Todd C. Miller
More... about 5 years ago
Add simple API for to allow reading environment data from different sources.
millert
as Todd C. Miller
More... about 5 years ago
Fix pasto; the unrestricted env file was read when we want the restricted one.
millert
as Todd C. Miller
More... about 5 years ago
Be sure to include sudo_queue.h where needed instead of relying on other headers.
millert
as Todd C. Miller
More... about 5 years ago
Only export sudo_arc4random_uniform() if arc4random_uniform() is missing.
millert
as Todd C. Miller
More... about 5 years ago
Quiet a warning on gcc 8
millert
as Todd C. Miller
More... about 5 years ago
AIX 7.1 defines O_CLOEXEC but it can't be used outside the kernel.
millert
as Todd C. Miller
More... about 5 years ago
Split command match code out into match_command.c.
millert
as Todd C. Miller
More... about 5 years ago
Split out digest matching into its own file.
millert
as Todd C. Miller
More... about 5 years ago
Split out digest matching into its own file.
millert
as Todd C. Miller
More... about 5 years ago