Todd C. Miller
|
1e1ef61902
|
Add SPDX-License-Identifier to files.
|
2019-04-29 07:21:51 -06:00 |
|
Todd C. Miller
|
6c3d20cb41
|
Convert PVS-Studio comment to ANSI C.
|
2018-10-26 08:39:09 -06:00 |
|
Todd C. Miller
|
64e5d34c57
|
Add comments in .c files so PVS-Studio will check them.
|
2018-10-21 08:46:05 -06:00 |
|
Todd C. Miller
|
48fba3c2cc
|
update my email to Todd.Miller@sudo.ws
|
2017-12-03 17:53:40 -07:00 |
|
Todd C. Miller
|
9471ec45a1
|
Cast the return value of fcntl() to void when setting FD_CLOEXEC.
Coverity CID 104075, 104076, 104077.
|
2016-05-05 16:09:51 -06:00 |
|
Todd C. Miller
|
4a07b472f0
|
Only include stddef.h where it is needed.
|
2015-06-20 05:34:35 -06:00 |
|
Todd C. Miller
|
dc883f2454
|
We require ANSI C so stop using the obsolete STDC_HEADERS.
|
2015-06-19 14:29:27 -06:00 |
|
Todd C. Miller
|
e2328479dd
|
Use strtok_r() instead of strtok()
|
2015-06-19 12:35:51 -06:00 |
|
Todd C. Miller
|
4f9cabd005
|
Remove obsolete memory.h include.
|
2015-06-18 21:02:57 -06:00 |
|
Todd C. Miller
|
8bb5897091
|
All modern systems should have LINE_MAX.
|
2015-02-19 09:59:25 -07:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
a8fa112a53
|
atobool -> sudo_strtobool
atoid-> sudo_strtoid
atomode -> sudo_strtomode
|
2014-06-27 14:53:54 -06: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
|
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 |
|