Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Neuronical
/
sudo
Public
forked from
sudo-project/sudo
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sudo
plugins
python
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 18, 2025
We may have an error string for functions that return SUDO_RC_REJECT.
millert
committed
da7ef4d
View commit details
Copy full SHA for da7ef4d
View code at this point
Browse repository at this point
Remove unreachable python code " raise sudo.PluginError("You are not allowed to run this command!")"
Show description for 5857cd4
AZero13
authored and
millert
committed
5857cd4
View commit details
Copy full SHA for 5857cd4
View code at this point
Browse repository at this point
i should match the bitwidth of what is being compared to
AZero13
authored and
millert
committed
916d6db
View commit details
Copy full SHA for 916d6db
View code at this point
Browse repository at this point
Commits on Dec 17, 2025
Remove unused value rc in sudo_python_module
AZero13
authored and
millert
committed
50ffe6a
View commit details
Copy full SHA for 50ffe6a
View code at this point
Browse repository at this point
Commits on Sep 28, 2025
Ignore 64-bit time_t warnings in PVS-Studio
Show description for 6fb4b36
millert
committed
6fb4b36
View commit details
Copy full SHA for 6fb4b36
View code at this point
Browse repository at this point
Update PVS-Studio arguments to match current version.
millert
committed
a5843ef
View commit details
Copy full SHA for a5843ef
View code at this point
Browse repository at this point
Remove Open Source PVS-Studio comments
Show description for 2a33699
millert
committed
2a33699
View commit details
Copy full SHA for 2a33699
View code at this point
Browse repository at this point
Commits on Jun 18, 2025
Properly check against errors against fwrite
Show description for 5fad16b
AZero13
authored and
millert
committed
5fad16b
View commit details
Copy full SHA for 5fad16b
View code at this point
Browse repository at this point
Commits on Feb 11, 2025
No longer need to define NSIG for cppcheck.
Show description for b0d9433
millert
committed
b0d9433
View commit details
Copy full SHA for b0d9433
View code at this point
Browse repository at this point
Commits on Dec 1, 2024
Don't need to undef _POSIX_HOST_NAME_MAX, it is not used.
millert
committed
de3b179
View commit details
Copy full SHA for de3b179
View code at this point
Browse repository at this point
Commits on May 3, 2024
Python 3.12 backtraces use '~' in addition to '^' when underlining.
Show description for 89918ca
millert
committed
89918ca
View commit details
Copy full SHA for 89918ca
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Regenerate dependencies
millert
committed
81acb2b
View commit details
Copy full SHA for 81acb2b
View code at this point
Browse repository at this point
Use $(CPP) instead if $(CC) -E when buiding .i files from .c.
millert
committed
3944ab1
View commit details
Copy full SHA for 3944ab1
View code at this point
Browse repository at this point
Commits on Nov 28, 2023
Typographical and Grammatical fixes
THE-Spellchecker
authored and
millert
committed
5eba4b4
View commit details
Copy full SHA for 5eba4b4
View code at this point
Browse repository at this point
Commits on Nov 26, 2023
Update for plugin version 1.22.
millert
committed
ce74f50
View commit details
Copy full SHA for ce74f50
View code at this point
Browse repository at this point
Commits on Oct 18, 2023
Avoid using %zu or %zd with printf() and fprintf().
Show description for 14d514e
millert
committed
14d514e
View commit details
Copy full SHA for 14d514e
View code at this point
Browse repository at this point
Commits on Oct 15, 2023
Prefer fputs over fprintf where possible
Show description for e095069
AZero13
authored and
millert
committed
e095069
View commit details
Copy full SHA for e095069
View code at this point
Browse repository at this point
Commits on Sep 27, 2023
Use long, not long long, when getting/setting numeric attributes.
Show description for 344e0da
millert
committed
344e0da
View commit details
Copy full SHA for 344e0da
View code at this point
Browse repository at this point
Commits on Sep 25, 2023
Use #include <foo.h> instead of #include "foo.h" in most cases.
Show description for e343e07
millert
committed
e343e07
View commit details
Copy full SHA for e343e07
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
Add free function for sudo Python module.
Show description for 1a00423
millert
committed
1a00423
View commit details
Copy full SHA for 1a00423
View code at this point
Browse repository at this point
Commits on Jul 24, 2023
Merge sudo_module_register_loghandler and sudo_module_set_default_loghandler.
Show description for 09b9632
millert
committed
09b9632
View commit details
Copy full SHA for 09b9632
View code at this point
Browse repository at this point
sudo_module_register_conv_message: fix copy pasta in debug_decl
millert
committed
56b829f
View commit details
Copy full SHA for 56b829f
View code at this point
Browse repository at this point
Commits on Jul 22, 2023
sudo_module_register_loghandler: clear sudo_type_LogHandler on error
Show description for 0462a4e
millert
committed
0462a4e
View commit details
Copy full SHA for 0462a4e
View code at this point
Browse repository at this point
Use Py_XDECREF instead of manual NULL check + Py_DECREF
millert
committed
b52c32f
View commit details
Copy full SHA for b52c32f
View code at this point
Browse repository at this point
Commits on Jul 21, 2023
Work around a crash with Python 3.12.
Show description for 4e6254f
millert
committed
4e6254f
View commit details
Copy full SHA for 4e6254f
View code at this point
Browse repository at this point
Unbuffer stdout so we don't miss output during a crash.
millert
committed
91ea599
View commit details
Copy full SHA for 91ea599
View code at this point
Browse repository at this point
Use PyObject_CallNoArgs() where possible.
millert
committed
8c4cec1
View commit details
Copy full SHA for 8c4cec1
View code at this point
Browse repository at this point
Make sudo_type_ConvMessage and sudo_type_LogHandler static.
Show description for ba5ef62
millert
committed
ba5ef62
View commit details
Copy full SHA for ba5ef62
View code at this point
Browse repository at this point
Commits on Jul 20, 2023
Pass TEST_VERBOSE to all test programs.
millert
committed
432ac12
View commit details
Copy full SHA for 432ac12
View code at this point
Browse repository at this point
Revert last change, wrong diff committed.
millert
committed
e710f79
View commit details
Copy full SHA for e710f79
View code at this point
Browse repository at this point
Adapt to changed formatting of a rejected result in Python 3.12
millert
committed
2cb4835
View commit details
Copy full SHA for 2cb4835
View code at this point
Browse repository at this point
Remove trailing whitespace from test output.
millert
committed
adaba9c
View commit details
Copy full SHA for adaba9c
View code at this point
Browse repository at this point
_python_plugin_new_interpreter switches to the new interpreter
Show description for 7a10cdc
millert
committed
7a10cdc
View commit details
Copy full SHA for 7a10cdc
View code at this point
Browse repository at this point
Commits on Jul 19, 2023
We can rely on Py_FinalizeEx() to free sub-interpreters.
millert
committed
a12dbfe
View commit details
Copy full SHA for a12dbfe
View code at this point
Browse repository at this point
Call PyImport_AppendInittab after pre-initialization.
Show description for cc93929
millert
committed
cc93929
View commit details
Copy full SHA for cc93929
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.