]> granicus.if.org Git - sudo/history - lib/util/parseln.c
Add SPDX-License-Identifier to files.
[sudo] / lib / util / parseln.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
2019-04-08 Todd C. MillerAdd a proper getdelim(3) replacement and use it instead...
2018-10-26 Todd C. MillerConvert PVS-Studio comment to ANSI C.
2018-10-21 Todd C. MillerAdd comments in .c files so PVS-Studio will check them.
2017-12-04 Todd C. Millerupdate my email to Todd.Miller@sudo.ws
2016-09-01 Todd C. MillerAdd flag to sudo_parseln() to disable line continuation...
2016-09-01 Todd C. MillerAdd a flags option to sudo_parseln() and a flag to...
2015-11-01 Todd C. MillerAdd debug_return_ssize_t
2015-07-14 Todd C. MillerReturn -1 if realloc() fails.
2015-07-02 Todd C. MillerThere's no need to conditionalize the #include <unistd...
2015-06-20 Todd C. MillerOnly include stddef.h where it is needed.
2015-06-19 Todd C. MillerWe require ANSI C so stop using the obsolete STDC_HEADERS.
2015-06-19 Todd C. MillerRemove obsolete memory.h include.
2015-06-19 Todd C. MillerRemove support for the obsolete malloc.h header.
2015-02-23 Todd C. MillerFix cast.
2015-02-01 Todd C. MillerGo back to a 2 args debug_decl and just use the "defaul...
2014-10-22 Todd C. MillerAdd support for multiple Debug lines per program. ...
2014-07-22 Todd C. MillerRename missing.h -> sudo_compat.h
2014-07-22 Todd C. MillerVersion the functions in libsudo_util
2014-06-27 Todd C. MillerSplit fileops.c into parseln.c and locking.c