summaryrefslogtreecommitdiff
path: root/include/sudo_json.h
Commit message (Expand)AuthorAgeFilesLines
* Add basic regress for JSON functions.Todd C. Miller2022-12-151-1/+3
* Avoid a -Wshadow warning on Solaris 9.Todd C. Miller2022-10-071-10/+10
* Support "minimal" JSON which skips all non-essention whitespace.Todd C. Miller2020-10-271-2/+2
* Rename __dso_public -> sudo_dso_public and move to config.h.Todd C. Miller2020-08-121-10/+10
* Add dependent system includes to make sudo_*.h more standalone.Todd C. Miller2020-05-181-0/+13
* Do not use JSON_ARRAY with sudo_json_add_value()Todd C. Miller2020-03-291-1/+0
* Add support for JSON structured logging using syslog.Todd C. Miller2020-02-171-1/+1
* Rework the JSON API to write to a memory buffer, not a stdio stream.Todd C. Miller2020-02-171-5/+18
* Use json functions from libsudo_util in cvtsudoers.Todd C. Miller2020-02-081-0/+3
* Add a simple API for writing JSON records.Todd C. Miller2020-01-301-0/+70