]> granicus.if.org Git - sudo/history - plugins/sudoers/cvtsudoers_json.c
Add SPDX-License-Identifier to files.
[sudo] / plugins / sudoers / cvtsudoers_json.c
2019-04-29 Todd C. MillerAdd SPDX-License-Identifier to files.
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.
2018-09-20 Todd C. MillerIn print_member_json_int() eliminate the need_newline...
2018-09-20 Todd C. MillerWhen expanding an alias in print_member_json_int()...
2018-08-24 Todd C. MillerEliminate most use of parsed_sudoers in cvtsudoers
2018-08-24 Todd C. MillerMake alias_apply() take 3 arguments, the first being...
2018-07-26 Todd C. Millero Move userspecs, defaults and aliases into a new struc...
2018-05-14 Todd C. MillerInclude parse.h in sudoers.h since it will soon be...
2018-04-24 Todd C. MillerFix compilation error with older Sun Studio compilers.
2018-03-30 Todd C. MillerAvoid false positive NULL dereference by uses value...
2018-03-22 Todd C. MillerAdd cvtsudoers command line option to suppress certain...
2018-03-06 Todd C. MillerFix crash when converting sudoers entry with a runas...
2018-02-24 Todd C. MillerAdd support for setting default options in a config...
2018-02-22 Todd C. MillerInitial support for parsing sudoers LDIF files in cvtsu...
2018-02-22 Todd C. MillerFix gcc false positive for uninitialized variable
2018-02-19 Todd C. MillerAdd option to cvtsudoers to expand aliases in the output.
2018-02-19 Todd C. MillerFix conversion of "ALL" in the JSON output format,...
2018-01-28 Todd C. MillerAdd notbefore and notafter support to the backends.
2018-01-27 Todd C. MillerParse sudoers in the front end, not the back end.
2018-01-26 Todd C. MillerRename export_sudoers() to convert_sudoers_json() and...
2018-01-26 Todd C. MillerMove sudoers JSON conversion to cvtsudoers which will...