summaryrefslogtreecommitdiff
path: root/src/lib/confmgt/confparse.c
AgeCommit message (Expand)Author
2019-10-26Rename confparse.[ch] to confmgt.[ch]Nick Mathewson
2019-10-25confparse: Add a function to check the magic of a toplevel object.Nick Mathewson
2019-10-24Write a new set of config validation callbacks.Nick Mathewson
2019-10-24Make foo_validate() functions call config_validate().Nick Mathewson
2019-10-24Add a config_validate() function to invoke verify callbacks.Nick Mathewson
2019-10-24Rename validate_fn{,_t} to start with "legacy_".Nick Mathewson
2019-10-22validate_fn(): remove now-unused defaults and from_setconf.Nick Mathewson
2019-09-11Update #includes to point to confparse.h in its new location.Nick Mathewson
2019-09-11Move confparse.[ch] into src/lib/confmgt/Nick Mathewson