trust_router.git
2016-11-23 Jennifer RichardsAdd tr_dup_dh_params() to make copy of DH parameters.
2016-11-18 Jennifer RichardsListen for tids clients on all TCP interfaces.
2016-11-17 Jennifer RichardsMerge fix from debian build machine.
2016-11-17 Jennifer RichardsAdd IPv6 support to tids.
2016-11-17 Jennifer RichardsAdd missing cast.
2016-11-12 Jennifer RichardsOpen all ports for servers. Disallow IPv4-mapped IPv6...
2016-11-11 Jennifer RichardsSupport IPv6 for TRP connections.
2016-11-11 Jennifer RichardsBegin adding IPv6 support. Active GSS connections now...
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-25 Jennifer RichardsFix segfault issues. Comm updates now sent, but ignored.
2016-10-19 Jennifer RichardsGather/send community updates. Refactoring. Builds...
2016-10-19 Jennifer RichardsRemove stray semicolon.
2016-10-14 Jennifer RichardsUse GArray for route update gathering.
2016-10-13 Jennifer RichardsFix several minor bugs affecting config file reading.
2016-10-13 Jennifer RichardsRemove forgotten merge cruft.
2016-10-13 Jennifer RichardsFix pointer error.
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-27 Jennifer RichardsMove community/realm out of inforec and into update...
2016-09-26 Jennifer RichardsAdd fields to TR_COMM records. Add accessor functions.
2016-09-26 Jennifer RichardsAdd macros to simplify usage of several _add() functions.
2016-09-26 Jennifer RichardsUpdate trust_router.spec, fix version in configure.ac
2016-09-21 Jennifer RichardsFix another makefile bug.
2016-09-21 Jennifer RichardsAdditional makefile updates.
2016-09-21 Jennifer RichardsFix compiler options
2016-09-19 Jennifer RichardsFix build for t_constraint.c test binary.
2016-09-19 Jennifer RichardsAdd copyright statement missing from recently added...
2016-09-19 Jennifer RichardsClean up compiler warnings.
2016-09-19 Jennifer RichardsDon't ignore asprintf return value.
2016-09-19 Jennifer RichardsClean up Makefile.am to produce libtr_tid
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...
next