Fix typo, reorder methods in tr_aaa_server.c
[trust_router.git] / trp /
2018-05-07 Jennifer RichardsUse the the peer table iterator correctly
2018-05-07 Jennifer RichardsMerge pull request #82 from painless-security/jennifer...
2018-05-07 Jennifer RichardsMove repeated #defines into tr_json_util.h and add...
2018-05-07 Jennifer RichardsUpdate a tr_mq_msg_new() call that slipped through...
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 remote-tracking branch 'github/milestone/monitori...
2018-05-03 Jennifer RichardsMerge branch 'milestone/monitoring' into jennifer/reque...
2018-05-03 mrw42Merge pull request #59 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #48 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #57 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #56 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #54 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #53 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #51 from painless-security/jennifer...
2018-05-03 mrw42Merge pull request #50 from painless-security/jennifer...
2018-05-02 Jennifer RichardsDo not allocate return array if there are no return...
2018-05-02 Jennifer RichardsFix memory leak when setting next hop for community...
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-30 Jennifer RichardsSet APC correctly for community updates, reject routes...
2018-04-29 Jennifer RichardsUse peer_label instead of peer_gssname in community...
2018-04-29 Jennifer RichardsProperly check peer labels when finding alternate route...
2018-04-29 Jennifer RichardsConsistently use peer label to ID peers when enforcing...
2018-04-27 Jennifer RichardsFix race condition on exit of trpc threads
2018-04-26 Jennifer RichardsDon't display "last_connection_attempt" if there is...
2018-04-26 Jennifer RichardsReport community / route expiration times in UTC
2018-04-26 Jennifer RichardsLog incoming IP address when accepting a connection
2018-04-25 Jennifer RichardsChange most while loops over TR_LISTs to for loops
2018-04-21 Jennifer RichardsMerge remote-tracking branch 'origin/v3.3.0' into jenni...
2018-04-20 Jennifer RichardsClean up monitoring format/naming
2018-04-19 Jennifer RichardsAdd encoders for tr_filters, include in peer and rp_cli...
2018-04-19 Jennifer RichardsAdd support for "show rp_clients" monitoring request
2018-04-19 Jennifer RichardsAdd support for "show realms" monitoring request
2018-04-19 Jennifer RichardsAdd support for show peers monitoring request
2018-04-19 Jennifer RichardsRefactor trp_route_encoders for better style
2018-04-19 Jennifer RichardsSplit trp_ptable into trp_ptable, trp_peer, and _encode...
2018-04-19 Jennifer RichardsSupport "show routes" monitoring request
2018-04-19 Jennifer RichardsSeparate trp_route and trp_rtable, move timespec_to_str...
2018-04-16 Jennifer RichardsRefactor tidc/monc to better share code
2018-04-12 Jennifer RichardsCheckpoint commit: refactoring the request code in...
2018-04-11 Jennifer RichardsFactor out identical tids_listen/trps_listen functions...
2017-09-12 Jennifer RichardsRaise priority of error messages when cannot open a... v3.0.2
2017-09-11 Jennifer RichardsBring test programs up to date - all now pass
2017-09-11 Jennifer RichardsRemove Jansson dependence in tr_name.h
2017-07-18 Jennifer RichardsReduce amount of debug output
2017-07-11 Jennifer RichardsFix loop termination condition in trps_filter_outbound_...
2017-06-23 Jennifer RichardsGive warnings if expiration interval is clipped to...
2017-06-14 Jennifer RichardsImplement all TRP and TID fields for filtering
2017-06-13 Jennifer RichardsAllow inforec filter to have access to realm and community
2017-06-12 Jennifer RichardsFilter outbound TRP updates (compiles but not tested)
2017-06-12 Jennifer RichardsFilter inbound TRP records (compiles but not tested)
2017-06-12 Jennifer RichardsCode for testing the filters now works
2017-06-08 Jennifer RichardsIn-progress commit.
2017-06-06 Jennifer RichardsIgnore case when translating a string to an inforec...
2016-12-20 Jennifer RichardsRemove debug output, clarify debug message.
2016-12-20 Jennifer RichardsProperly set expiry on new community inforecs.
2016-12-19 Jennifer RichardsFix bugs in community flooding and TID forwarding.
2016-12-14 Jennifer RichardsRemove extra free of community table. (Fix bug 1648116)
2016-11-30 Jennifer RichardsSupport multiple AAA servers. Compiles but untested.
2016-11-12 Jennifer RichardsOpen all ports for servers. Disallow IPv4-mapped IPv6...
2016-11-11 Jennifer RichardsSupport IPv6 for TRP connections.
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-25 Jennifer RichardsFix segfault issues. Comm updates now sent, but ignored.
2016-10-19 Jennifer RichardsGather/send community updates. Refactoring. Builds...
2016-10-14 Jennifer RichardsUse GArray for route update gathering.
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-19 Jennifer RichardsClean up compiler warnings.
2016-09-09 Jennifer RichardsFixes so that all binaries build cleanly.
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-08 Jennifer RichardsReturn success after updating peer. Additional debug...
2016-09-07 Jennifer RichardsInstall callback to request routes when connections...
2016-09-07 Jennifer RichardsBug fixes to make TID forwarding work between trust...
2016-09-01 Jennifer RichardsFix several bugs preventing TID requests from functioning.
2016-08-24 Jennifer RichardsLook up TRPC with service name, not gss name.
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 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 RichardsPartial handling of incoming route requests.
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-16 Jennifer RichardsTest peer table and update selection functions. Seem...
next