Todd C. Miller
|
de65d70929
|
Add a proper getdelim(3) replacement and use it instead of getline(3).
|
2019-04-08 10:37:30 -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
|
2a4ba64c84
|
Add flag to sudo_parseln() to disable line continuation support.
|
2016-09-01 10:50:39 -06:00 |
|
Todd C. Miller
|
17ad75d50b
|
Add a flags option to sudo_parseln() and a flag to only mach comments
at the beginning of the line. Use the flag when parsing ldap.conf.
|
2016-09-01 09:19:20 -06:00 |
|
Todd C. Miller
|
8b12390abf
|
Add debug_return_ssize_t
|
2015-11-01 15:13:28 -07:00 |
|
Todd C. Miller
|
3c644f5bc0
|
Return -1 if realloc() fails.
|
2015-07-14 14:48:04 -06:00 |
|
Todd C. Miller
|
0b241088b3
|
There's no need to conditionalize the #include <unistd.h>, we require
a POSIX system.
|
2015-07-02 09:08:28 -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
|
4f9cabd005
|
Remove obsolete memory.h include.
|
2015-06-18 21:02:57 -06:00 |
|
Todd C. Miller
|
a50555faa2
|
Remove support for the obsolete malloc.h header.
|
2015-06-18 20:30:59 -06:00 |
|
Todd C. Miller
|
1ce9dd5e07
|
Fix cast.
|
2015-02-23 06:32:43 -07:00 |
|
Todd C. Miller
|
59ab26dbcc
|
Go back to a 2 args debug_decl and just use the "default" instance,
now renamed "active".
|
2015-02-01 08:24:49 -07:00 |
|
Todd C. Miller
|
866cfc4fc3
|
Add support for multiple Debug lines per program. Callers may
register arbitrary debug facilities or use built-in defaults. We
now use separate Debug statements for plugins and programs.
|
2014-10-22 13:23:05 -06:00 |
|
Todd C. Miller
|
47835ff289
|
Rename missing.h -> sudo_compat.h
|
2014-07-22 14:25:16 -06:00 |
|
Todd C. Miller
|
844a285391
|
Version the functions in libsudo_util
|
2014-07-22 11:26:17 -06:00 |
|
Todd C. Miller
|
8e088e65c0
|
Split fileops.c into parseln.c and locking.c
|
2014-06-27 09:46:24 -06:00 |
|