]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
imove fr_pair_list_t to use tlists
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 21:06:59 +0000 (17:06 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Apr 2022 21:06:59 +0000 (17:06 -0400)
commit7d1ab79934058ed0f0cfdbd53e77faaa0d06e73e
treec96aa423e24df400164ca08a5c674302bd83e437
parentdf39c52917d0c6330f28e29ca36d00e5348d52f0
imove fr_pair_list_t to use tlists

and do various other cleanups and fixes as necessitated by that.

* doing actual work inside of the dcursor insert/remove callbacks
* adding fr_pair_list_t* to fr_pair_verify()
* adding PAIR_VERIFY_WITH_LIST() to verify that a VP is in a list
* ensure that pair_init_from_da() is always used, instead of
  manually doing things in multiple places
src/lib/util/pair.c
src/lib/util/pair.h
src/lib/util/value.h