First functional monitoring server - can return the trust router version
[trust_router.git] / tr /
2018-04-16 Jennifer RichardsRefactor tidc/monc to better share code
2018-04-13 Jennifer RichardsFirst pass at a trmon command-line interface; fix a...
2018-04-13 Jennifer RichardsFurther work on tids and monitoring, tids appears to...
2018-04-13 Jennifer RichardsAdd stub of handler for monitoring requests
2018-04-13 Jennifer RichardsFurther cleanup of tr_gss and usage for tids handling
2018-04-12 Jennifer RichardsCheckpoint commit: refactoring the request code in...
2017-11-17 Jennifer RichardsCorrect / update example configuration files v3.0.3
2017-11-17 Jennifer RichardsUse default AAA servers if we have no route for a TID...
2017-11-13 Jennifer RichardsUpdate example configuration file to include APC org...
2017-09-08 Jennifer RichardsRearrange config file loading to allow splitting across...
2017-07-18 Jennifer RichardsReduce amount of debug output
2017-07-14 Jennifer RichardsApply all filters applicable to a GSS name to a TID req
2017-06-30 Jennifer RichardsCorrect the default TID and TRP ports in internal.cfg
2017-06-16 Jennifer RichardsPrint community table as a debug message
2017-06-15 Jennifer RichardsFix log message to reflect broader filtering capabilities
2017-06-13 Jennifer RichardsAllow inforec filter to have access to realm and community
2017-06-12 Jennifer RichardsFilter inbound TRP records (compiles but not tested)
2017-06-12 Jennifer RichardsUse new tr_filter_apply() function for TID_REQ filtering
2017-06-12 Jennifer RichardsCode for testing the filters now works
2017-06-07 Jennifer RichardsIn-progress check-in.
2017-06-06 Jennifer RichardsPrint version information on startup and add --version...
2017-01-11 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2017-01-10 Jennifer RichardsRestore interface compatibility with libtr_tid.so.2
2016-12-20 Jennifer RichardsSet better defaults.
2016-12-20 Jennifer RichardsFix default TRPS port. Add example config files.
2016-12-20 Jennifer RichardsRemove obsolete sample configuration files.
2016-12-19 Jennifer RichardsFix bugs in community flooding and TID forwarding.
2016-12-13 Jennifer RichardsReturn error when TID requests fail. (bug #1648118)
2016-12-13 Jennifer RichardsRemove commented-out and debug code.
2016-12-06 Jennifer RichardsFix bugs related to handling TID responses. Fix a few...
2016-12-01 Jennifer RichardsFix segfaults related to copying DH parameters.
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-07 Jennifer RichardsEnforce single COI->APC mapping.
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-22 Jennifer RichardsParsing new-style config files partially working.
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-15 Jennifer RichardsBasic peer table, hard coded for testing.
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 RichardsAvoid freeing uninitialized pointer. Add -r option...
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-20 Jennifer RichardsMerge branch 'jennifer/march2016-patches'
2016-06-20 Jennifer RichardsApply Adam Bishop's March 2016 patches.
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.
2016-05-24 Jennifer RichardsRefactor to move task code out of tr_main.c.
2016-05-23 Jennifer RichardsResolve circular header dependencies.
2016-05-21 Jennifer RichardsFix debug/error messages.
2016-05-21 Jennifer RichardsReload configuration dynamically when files change.
2016-05-19 Jennifer RichardsAdd beginnings of configuration file watcher.
2016-05-06 Jennifer RichardsProcess command-line args, add config dir option.
2015-03-17 Sam HartmanExpiration should be minimum of configured and incoming...
2015-03-11 Sam HartmanMerge branch 'logging_changes' of https://github.com...
2015-03-11 Adam BishopExplicitly call tr_log_open when we're not being used...
2015-03-11 Sam HartmanConnection clean up
2015-03-10 Sam HartmanLogic for expiration and path
2015-03-10 Sam HartmanReal syslog support for trust router
2015-03-10 Sam HartmanConfiguration of key expiration for APC
2015-03-09 Adam BishopReplace calls to fprintf with new tr_* macros
2015-03-09 Sam Hartmantr_main: clean up void pointer style
2014-10-07 Sam Hartmantr_req_handler: Handle non-defaulted case
2014-09-23 Margaret WassermanMerge Stefan's changes for TIDS init scripts for Centos. 1.4
2014-09-23 Margaret WassermanDon't check IDP membership when defaulting, minor fixes. tr-peering
2014-09-23 Margaret WassermanAdd configuration for default next-hop
2014-09-19 Margaret WassermanFixes to make build work after merging.
2014-09-19 Margaret WassermanMerge remote-tracking branch 'origin/tr-peering' into...
2014-09-19 Margaret WassermanCommit changes to allow a default server and to improve...
2014-07-22 Sam HartmanABI/API break: pas in TID_RESP * to handler
2014-07-15 Sam HartmanMake tid types opaque
next