Todd C. Miller
|
5a6db565c1
|
Update copyright years
|
2014-01-15 06:19:34 -07:00 |
|
Todd C. Miller
|
cadba501e4
|
Make this compile again
|
2014-01-13 09:52:41 -07:00 |
|
Todd C. Miller
|
78355e618f
|
Add cppcheck target to run cppcheck on all source files.
|
2014-01-13 09:50:39 -07:00 |
|
Todd C. Miller
|
3e2d818ed9
|
Move prototypes for functions provided by libcommon that don't have
their own header files into sudo_util.h.
|
2013-12-12 18:29:07 -07:00 |
|
Todd C. Miller
|
e1ac1a2ff3
|
Use atoid() not atoi() when parsing uids/gids.
|
2013-12-05 15:51:56 -07:00 |
|
Todd C. Miller
|
87e1ae76af
|
Uniquify header dependencies so we don't end up with duplicates
when a header file includes other headers. The header dependencies
are sorted so the generated order is stable.
|
2013-11-11 13:53:06 -07:00 |
|
Todd C. Miller
|
8c867be419
|
Do not try to install plugins when shared modules are disabled
(sudoers already had the check).
|
2013-08-01 10:51:46 -06:00 |
|
Todd C. Miller
|
d6282d154a
|
Update copyright years.
|
2013-04-24 09:35:02 -04:00 |
|
Todd C. Miller
|
496dc384ab
|
regen
|
2013-03-07 15:46:11 -05:00 |
|
Todd C. Miller
|
9722784e1c
|
Always install plugins with a .so extension regardless of what
extension the system uses for shared libraries. That way the
group_plugin sudoers setting can be shared between heterogenous
systems.
|
2013-03-06 17:08:10 -05:00 |
|
Todd C. Miller
|
e07280eeeb
|
Rename sample_group plugin to group_file.
Install group_file and system_group plugins by default.
|
2013-02-18 15:32:36 -05:00 |
|