Merge pull request #62 from painless-security/jennifer/report_incoming_ipaddr
[trust_router.git] / include /
2016-09-09 Jennifer RichardsFixes so that all binaries build cleanly.
2016-09-09 Jennifer RichardsMerge branch 'master' into jennifer/trp-devel
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-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-23 Jennifer RichardsPeer organizations now parsed and added to peer table.
2016-08-22 Jennifer RichardsParsing of local organizations now functional.
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-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 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 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-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-29 Jennifer RichardsFully test trp_rtable code. All tests pass.
2016-06-28 Jennifer RichardsImplement hash-indexed routing table.
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-23 Jennifer RichardsAdd accessor functions and check in header file.
2016-06-20 Jennifer RichardsFix syntax of TR_EXPORT.
2016-06-20 Jennifer RichardsUse accessor functions for TRP objects.
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-15 Jennifer RichardsProperly handle record types. Encoding temporarily...
2016-06-15 Jennifer RichardsEncode 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-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-17 Jennifer RichardsHandle tids connections from rudimentary event loop...
2016-05-06 Jennifer RichardsProcess command-line args, add config dir option.
2015-03-11 Sam HartmanMerge branch 'logging_changes' of https://github.com...
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-10 Sam HartmanAdd key expiration to output message
2015-03-09 Sam HartmanInitial path and expiration utilities
2014-12-11 Adam BishopAdd logging values to the TR config struct, code to...
2014-12-11 Adam BishopAdd functions to log trust query results handled by...
2014-09-23 Margaret WassermanMerge Stefan's changes for TIDS init scripts for Centos. 1.4
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-24 Sam HartmanCentos6 compiler is too picky about typedefs; pacify it.
2014-07-22 Sam HartmanAPI improvements needed by freeradius
2014-07-22 Sam HartmanIn with the scabs, out with the tr_msg union!
2014-07-22 Sam HartmanABI/API break: pas in TID_RESP * to handler
2014-07-15 Sam HartmanTID_RESP: array of servers rather than linked list
2014-07-15 Sam HartmanMake tid types opaque
2014-07-14 Sam Hartmandon't redefine json_t
2014-07-14 Sam Hartmantr_constraint_set_get_match_strings
2014-07-03 Sam Hartmantr_dh_pub_digest
2014-07-03 Sam HartmanInclude constraints in tid_req messages
2014-07-02 Sam Hartmantr_constraint_set_intersect
2014-07-02 Sam Hartmantid_req: Store json references
2014-07-02 Sam HartmanMove tr_prefix_wildcard_match to tr_constraint.c
2014-03-24 Margaret WassermanRemove need for remote def of TR_FLINE that won't compi...
2014-03-15 Margaret WassermanDebugging printfs for trust router port number.
2014-03-14 Margaret WassermanRemove API dependency on jansson for constraints.
2014-03-13 Margaret WassermanAllow caller to set port number for tidc_open_connectio...
2014-03-12 Margaret WassermanAllow the Trust Router's TIDS port to be set in the...
2014-02-14 Margaret WassermanAdd files not commited for AAA Server IP Addr to Hostna...
2014-02-14 Margaret WassermanCompletion of constraints code, not fully tested.
2014-02-03 Margaret WassermanMerge branch 'master' of moonshot.suchdamage.org:/srv...
2014-01-30 Margaret WassermanConfiguration code for realm and domain constraints.
2014-01-22 Margaret WassermanAdded hostname to configuration and example code.
2014-01-22 Margaret WassermanAdd things missing from previous commit to add realm_na...
2014-01-22 Margaret WassermanChanges to add realm name (from config) to end of servi...
next