]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add edit lists and tests
authorAlan T. DeKok <aland@freeradius.org>
Thu, 11 Nov 2021 22:13:05 +0000 (17:13 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 12 Nov 2021 15:42:59 +0000 (10:42 -0500)
commiteb9443ba9171e18c2c05c86238bcd0ffc3ce8def
tree78a247befff34a2d53d0f4a339520108582e25f5
parenta8f90ec561ab8f0173afbfcbe02d57b2ec606495
add edit lists and tests

so that we can edit lists "in place", and then undo the edits
if anything goes wrong.
src/lib/util/all.mk
src/lib/util/edit.c [new file with mode: 0644]
src/lib/util/edit.h [new file with mode: 0644]
src/lib/util/edit_tests.c [new file with mode: 0644]
src/lib/util/edit_tests.mk [new file with mode: 0644]
src/lib/util/libfreeradius-util.mk