Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / include / trust_router / trp.h
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-25 Jennifer RichardsNormalize port naming (tids_, trps_, and mons_port...
2018-05-24 Jennifer RichardsSupport non-default TRP and TID ports
2017-06-12 Jennifer RichardsFilter outbound TRP updates (compiles but not tested)
2016-12-19 Jennifer RichardsFix bugs in community flooding and TID forwarding.
2016-10-13 Jennifer RichardsRefactoring to enable community flooding. Partially...
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 RichardsFixes so that all binaries build cleanly.
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-08-03 Jennifer RichardsRequests nearly work, but not quite.
2016-08-02 Jennifer RichardsPartial handling of incoming route requests.
2016-08-02 Jennifer RichardsFix memory freeing bugs. Seems stable, even through...
2016-07-26 Jennifer RichardsUse correct default TRP port.
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-15 Jennifer RichardsSelect route updates for a given peer (not yet tested).
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-27 Jennifer RichardsMake outgoing connections. Connect to self as a test.
2016-06-24 Jennifer RichardsAuthenticate GSS context in separate thread. (Not fully...
2016-06-17 Jennifer RichardsMove TRP messaging to tr_msg.c. Fix old bug.