trust_router.git
2016-09-10 Jennifer RichardsChange spec "match" field back to a single string inste... v2.0
2016-09-09 Jennifer RichardsFixes so that all binaries build cleanly.
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-09-09 Jennifer RichardsRemove debugging code.
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-06 Jennifer RichardsCheck h_errno instead of errno on gethostbyname() failure.
2016-09-02 Jennifer RichardsMerge branch 'jennifer/trp-devel' of repository.project...
2016-09-02 Jennifer RichardsAdd option for "remote" IDP realms. Compiles but not...
2016-09-02 Jennifer RichardsAdd option for "remote" IDP realms. Compiles but not...
2016-09-01 Jennifer RichardsFix several bugs preventing TID requests from functioning.
2016-08-31 Jennifer RichardsInitialize TID_RESP values in constructor.
2016-08-25 Jennifer RichardsForgot to check in a couple of files.
2016-08-25 Jennifer RichardsUse default set of filters for RP clients with none...
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-22 Jennifer RichardsParsing of local organizations now functional.
2016-08-22 Jennifer RichardsParsing new-style config files partially working.
2016-08-19 Jennifer RichardsParse RP clients from new-style configuration files.
2016-08-18 Jennifer RichardsNew-style configuration file loading partially implemented.
2016-08-12 Jennifer RichardsReimplementing tr_config.c to use new config file forma...
2016-08-11 Jennifer RichardsFix memory leak in tids.c.
2016-08-10 Jennifer RichardsCreate/destroy TR_APC structures.
2016-08-10 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
2016-08-10 Jennifer RichardsBump versions to 1.5.2 in a couple places. v1.5.2
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 RichardsPartial handling of incoming route requests.
2016-08-02 Jennifer RichardsFix memory freeing bugs. Seems stable, even through...
2016-08-02 Jennifer RichardsWhitespace change, remove debug printf.
2016-08-02 Jennifer RichardsLeave SIGPIPE handling alone. Caller must disable or...
2016-07-27 Jennifer RichardsSend triggered updates (not really tested).
2016-07-27 Jennifer RichardsOnly compute routes for connected peers. Other progress.
2016-07-27 Jennifer RichardsRemove unused debug printf.
2016-07-26 Jennifer RichardsUse correct default TRP port.
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...
2016-07-15 Jennifer RichardsSelect route updates for a given peer (not yet tested).
2016-07-15 Jennifer RichardsBasic peer table, hard coded for testing.
2016-07-15 Jennifer RichardsPeer table (work in progress).
2016-07-14 Jennifer RichardsSweep for expired routes. Sweeps every two seconds...
2016-07-14 Jennifer RichardsRemove extraneous newline
2016-07-01 Jennifer RichardsSelect active route after updates to the route table.
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-30 Jennifer RichardsImproved, sorted printing, provide _to_str methods.
2016-06-30 Jennifer RichardsDo a signed compare suitable for sorting TR_NAMEs.
2016-06-29 Jennifer RichardsFully test trp_rtable code. All tests pass.
2016-06-28 Jennifer RichardsImplement hash-indexed routing table.
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-23 Jennifer RichardsAdd accessor functions and check in header file.
2016-06-22 Jennifer RichardsTest multithreaded functionality of tm_mq.
2016-06-22 Jennifer RichardsImplement message queue and test program.
2016-06-21 Jennifer RichardsMinor patches from Adam Bishop to fix build issues...
2016-06-20 Jennifer RichardsFix syntax of TR_EXPORT.
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.
2016-06-20 Jennifer RichardsMerge branch 'jennifer/march2016-patches'
2016-06-20 Jennifer RichardsApply Adam Bishop's March 2016 patches.
2016-06-20 Jennifer RichardsSpecify string argument to tr_name() as const.
2016-06-17 Jennifer RichardsMove TRP messaging to tr_msg.c. Fix old bug.
2016-06-16 Jennifer RichardsFree json object after encoding.
2016-06-16 Jennifer RichardsEncode update messages.
2016-06-15 Jennifer RichardsProperly handle record types. Encoding temporarily...
2016-06-15 Jennifer RichardsEncode route_req messages.
2016-06-15 Jennifer RichardsDecode and print route_req messages.
2016-06-15 Jennifer RichardsHandle update messages properly by separating records...
2016-06-14 Jennifer RichardsParse update messages. Add rudimentary printing.
2016-06-14 Jennifer RichardsProgress towards parsing update messages.
2016-06-14 Jennifer RichardsBeginning of JSON parser for TRP messages (nonfunctional)
2016-06-13 Jennifer RichardsSeparate TRP from main trust router code.
2016-06-03 Jennifer RichardsInclude tids.service in list of %files. v1.5.1-centos7
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-26 Jennifer RichardsProvide function to convert log severity to string.
2016-05-24 Jennifer RichardsLoad config files in lexical order.
2016-05-24 Jennifer RichardsRefactor to move task code out of tr_main.c.
2016-05-23 Jennifer RichardsResolve circular header dependencies.
2016-05-23 Jennifer RichardsFix function name.
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-18 Jennifer RichardsFix fcntl call to set socket to non-blocking mode.
2016-05-18 Jennifer RichardsEliminate debugging message in main loop.
2016-05-17 Jennifer RichardsHandle tids connections from rudimentary event loop...
2016-05-17 Jennifer RichardsAvoid error message after handling TID req.
2016-05-17 Jennifer RichardsGive useful tids error on bad gss-name (bug 1325953)
2016-05-17 Jennifer RichardsUse strncmp instead of strcmp in tr_name_cmp().
next