Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / tr / tr_trp.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-25 Jennifer RichardsUse our hostname/TID port when sending a request, not...
2018-05-24 Jennifer RichardsSupport non-default TRP and TID ports
2018-05-07 Jennifer RichardsValidate whether peer gss name is non-null before dupli...
2018-05-07 Jennifer RichardsMerge pull request #81 from painless-security/jennifer...
2018-05-07 Jennifer RichardsMerge branch 'milestone/monitoring' into jennifer/no_mq...
2018-05-04 mrw42Merge pull request #79 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #76 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #72 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #74 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #73 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #61 from painless-security/jennifer...
2018-05-04 mrw42Merge pull request #62 from painless-security/jennifer...
2018-05-03 Jennifer RichardsMerge branch 'milestone/monitoring' into jennifer/reque...
2018-05-03 mrw42Merge pull request #48 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #53 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #50 from painless-security/jennifer...
2018-05-03 Jennifer RichardsEliminate message priority from TR_MQ / TR_MQ_MSG
2018-05-02 Jennifer RichardsFree GSS service name after a failed incoming connection
2018-05-01 Jennifer RichardsRemove last remnants of old trpc thread exit protocol...
2018-05-01 Jennifer RichardsEliminate deadlock in trpc message handling
2018-04-27 Jennifer RichardsAdd some comments, a bit of code clean up
2018-04-27 Jennifer RichardsFix race condition on exit of trpc threads
2018-04-26 Jennifer RichardsLog incoming IP address when accepting a connection
2018-04-21 Jennifer RichardsMerge remote-tracking branch 'origin/v3.3.0' into jenni...
2018-04-20 Jennifer RichardsRead GSS credentials for monitoring service
2018-04-20 Jennifer RichardsUpdate tids->hostname after configuration reload
2018-04-19 Jennifer RichardsSplit trp_ptable into trp_ptable, trp_peer, and _encode...
2018-04-19 Jennifer RichardsSeparate trp_route and trp_rtable, move timespec_to_str...
2018-04-13 Jennifer RichardsFurther work on tids and monitoring, tids appears to...
2017-07-18 Jennifer RichardsReduce amount of debug output
2017-06-16 Jennifer RichardsPrint community table as a debug message
2017-06-12 Jennifer RichardsFilter inbound TRP records (compiles but not tested)
2016-11-12 Jennifer RichardsOpen all ports for servers. Disallow IPv4-mapped IPv6...
2016-11-07 Jennifer RichardsFix community table sweep / removal. Trust router now...
2016-10-27 Jennifer RichardsDon't send communities in triggered updates. Comms...
2016-10-26 Jennifer RichardsHandle community updates when received. Builds, not...
2016-10-14 Jennifer RichardsUse GArray for route update gathering.
2016-10-13 Jennifer RichardsRefactoring to enable community flooding. Partially...
2016-09-29 Jennifer RichardsRemove debug calls to talloc_report_full().
2016-09-29 Jennifer RichardsSend all msgs in trpc outgoing queue, not just the...
2016-09-19 Jennifer RichardsAdd copyright statement missing from recently added...
2016-09-19 Jennifer RichardsDon't ignore asprintf return value.
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-09 Jennifer RichardsRemove debugging code.
2016-09-07 Jennifer RichardsInstall callback to request routes when connections...
2016-09-01 Jennifer RichardsFix several bugs preventing TID requests from functioning.
2016-08-23 Jennifer RichardsPeer organizations now parsed and added to peer table.
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-04 Jennifer RichardsIntroduce "remote" routes that we know about but cannot...
2016-08-04 Jennifer RichardsProperly respond to wildcard route requests.
2016-08-04 Jennifer RichardsWildcard route requests now working.
2016-08-03 Jennifer RichardsRequests nearly work, but not quite.
2016-08-02 Jennifer RichardsFix memory freeing bugs. Seems stable, even through...
2016-07-27 Jennifer RichardsSend triggered updates (not really tested).
2016-07-27 Jennifer RichardsOnly compute routes for connected peers. Other progress.
2016-07-26 Jennifer RichardsInitialize route table with local routes. Fix bugs.
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-14 Jennifer RichardsSweep for expired routes. Sweeps every two seconds...
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-28 Jennifer RichardsTrust router: open TRP connection to self, send multipl...
2016-06-27 Jennifer RichardsMake outgoing connections. Connect to self as a test.
2016-06-25 Jennifer RichardsDecode JSON TRP messages, then send to main thread.
2016-06-24 Jennifer RichardsSuccessful messages via mq to main thread.
2016-06-24 Jennifer RichardsAuthenticate GSS context in separate thread. (Not fully...
2016-06-13 Jennifer RichardsSeparate TRP from main trust router code.
2016-05-26 Jennifer RichardsAdd stub of TRP client test program, trpc.
2016-05-26 Jennifer RichardsAdd TRP handling events, plus change to cfg layout.