I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 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
Check for sudo_ev_add() failure; Coverity CID 206395 206397
millert
as Todd C. Miller
More... over 4 years ago
Update sample sudo.conf with all supported settings.
millert
as Todd C. Miller
More... over 4 years ago
Remove POD-style C<> markup (typewriter font) from sudo.conf
millert
as Todd C. Miller
More... over 4 years ago
Substitute plugin dir into examples/sudo.conf
millert
as Todd C. Miller
More... over 4 years ago
plugins/sudoers/sudoers_debug.c: fix harmless debug deregistration warning More... over 4 years ago
plugins/python/Makefile.in: fix the install path of examples More... over 4 years ago
doc/sudo_plugin_python: indent code examples for easier readability More... over 4 years ago
doc/sudo.conf: document developer_mode option More... over 4 years ago
fix typo in previous
millert
as Todd C. Miller
More... over 4 years ago
In update-pot match *.c not *c.
millert
as Todd C. Miller
More... over 4 years ago
Changes in sudo 1.8.30
millert
as Todd C. Miller
More... over 4 years ago
Add check for up to date def_data.[ch] in check-dist target.
millert
as Todd C. Miller
More... over 4 years ago
Use 64-bit resource limits on AIX.
millert
as Todd C. Miller
More... over 4 years ago
When restoring old resource limits, try to recover if we receive
millert
as Todd C. Miller
More... over 4 years ago
Sudo doesn't require such a large stack.
millert
as Todd C. Miller
More... over 4 years ago
Restore check for readable /etc/sudoers in pre-install target.
millert
as Todd C. Miller
More... over 4 years ago
Enable OpenBSD extensions on NetBSD to get reallocarray(3) prototype.
millert
as Todd C. Miller
More... over 4 years ago
Add forward declaration of struct timeval for deprecated APIs.
millert
as Todd C. Miller
More... over 4 years ago
Fix compilation on systems with SIGRTMIN/SIGRTMAX but not _SC_RTSIG_MAX.
millert
as Todd C. Miller
More... over 4 years ago
Older systems may not support WCONTINUED.
millert
as Todd C. Miller
More... over 4 years ago
Support systems that have nl_langinfo(3) but not the CODESET define.
millert
as Todd C. Miller
More... over 4 years ago
Fix a typo; HAVE_KINFO_PROC2_NETBSD not HAVE_KINFO_PROC2_NETBSD2
millert
as Todd C. Miller
More... over 4 years ago
Move init.d and sudo.pp to the etc dir.
millert
as Todd C. Miller
More... over 4 years ago
Add cfmakeraw() for systems without it.
millert
as Todd C. Miller
More... over 4 years ago
Remove indent.pro from MANIFEST
millert
as Todd C. Miller
More... over 4 years ago
Add uncrustify.files to ignore file.
millert
as Todd C. Miller
More... over 4 years ago
Substitute @prefix@ in for the example paths.
millert
as Todd C. Miller
More... over 4 years ago
debug_decl and debug_decl_vars now require a semicolon at the end.
millert
as Todd C. Miller
More... over 4 years ago
Add sudo_plugin_python manual page.
millert
as Todd C. Miller
More... over 4 years ago
Output the name of the limit when warning about setrlimit or getrlimit.
millert
as Todd C. Miller
More... over 4 years ago