Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / trp / trp_upd.c
2018-06-02 Jennifer RichardsMerge pull request #100 from painless-security/mileston...
2018-06-01 Mark DonnellyMerge pull request #92 from painless-security/jennifer...
2018-05-30 Jennifer RichardsMerge pull request #86 from painless-security/jennifer...
2018-05-30 Jennifer RichardsSet trust router port in trp_inforec_set_trust_router()
2018-05-25 Jennifer RichardsNormalize port naming (tids_, trps_, and mons_port...
2018-05-24 Jennifer RichardsSupport non-default TRP and TID ports
2018-05-04 mrw42Merge pull request #79 from painless-security/jennifer...
2018-05-02 Jennifer RichardsFix memory leak when setting next hop for community...
2017-09-11 Jennifer RichardsRemove Jansson dependence in tr_name.h
2017-07-18 Jennifer RichardsReduce amount of debug output
2017-06-12 Jennifer RichardsFilter outbound TRP updates (compiles but not tested)
2017-06-06 Jennifer RichardsIgnore case when translating a string to an inforec...
2016-12-19 Jennifer RichardsFix bugs in community flooding and TID forwarding.
2016-10-26 Jennifer RichardsHandle community updates when received. Builds, not...
2016-10-25 Jennifer RichardsFix segfault issues. Comm updates now sent, but ignored.
2016-10-13 Jennifer RichardsRefactoring to enable community flooding. Partially...
2016-09-29 Jennifer RichardsSend all msgs in trpc outgoing queue, not just the...
2016-09-27 Jennifer RichardsMove community/realm out of inforec and into update...
2016-09-19 Jennifer RichardsAdd copyright statement missing from recently added...
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-07 Jennifer RichardsBug fixes to make TID forwarding work between trust...
2016-08-10 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-08-10 Jennifer RichardsAttempt to route TID requests using routing table....
2016-07-20 Jennifer RichardsConnect to hard-coded peer and exchange route info...
2016-07-18 Jennifer RichardsGenerate scheduled updates. Untested, but builds.
2016-07-01 Jennifer RichardsUpdate the routing table when TRP updates are received.
2016-07-01 Jennifer RichardsUpdate route table when a TRP update is received. Not...
2016-06-30 Jennifer RichardsAdd next_hop field to route update record, filled in...
2016-06-20 Jennifer RichardsUse accessor functions for TRP objects.
2016-06-20 Jennifer RichardsSeparate trp_msg.c into trp_upd.c and trp_req.c.