trust_router.git
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().
2016-05-17 Jennifer RichardsIgnore SIGPIPE signals when writing to GSS socket.
2016-05-13 Jennifer RichardsParse tidc command line with argp.
2016-05-13 Jennifer RichardsParse tids command line with argp (bug #1209349).
2016-05-06 Jennifer RichardsProtect against freeing config file list twice.
2016-05-06 Jennifer RichardsProcess command-line args, add config dir option.
2016-04-20 Jennifer RichardsReject trust router config files that begin with '.'
2015-03-26 Sam HartmanUpdate release
2015-03-26 Sam HartmanInsert into psk_keys_tab not psk_keys
2015-03-25 Sam HartmanVersion 1.5.1; new schema
2015-03-25 Sam HartmanDon't include expired keys in the psk_keys table
2015-03-18 Sam HartmanUpdate spec release 1.5
2015-03-17 Sam HartmanMove logging to tr_internal
2015-03-17 Sam HartmanRequire sufficiently new moonshot-gss-eap rpm
2015-03-17 Sam HartmanUpdate release in spec
2015-03-17 Sam HartmanExpiration should be minimum of configured and incoming...
2015-03-13 Sam HartmanUpdate spec version
2015-03-13 Sam HartmanFix sense of comparison in schema.
2015-03-12 Sam HartmanFix version string
2015-03-12 Sam Hartmanfix typo
2015-03-12 Sam HartmanWe now require glib-devel
2015-03-12 Sam HartmanSchema updates; exclude expired keys from view
2015-03-12 Sam Hartmantids handler fixes
2015-03-12 Sam HartmanKey expiration in minutes
2015-03-11 Sam HartmanFix logging configuration
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 Adam BishopDon't call openlog() implicitly
2015-03-11 Sam Hartmanincrement version
2015-03-11 Sam HartmanConnection clean up
2015-03-10 Sam HartmanLogic for expiration and path
2015-03-10 Sam HartmanAdd expiration and path to messages
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-10 Sam HartmanStart depending on glib
2015-03-09 Adam BishopWorkaround for glibc bug 14347
2015-03-09 Adam BishopAdd logging to the default main config
2015-03-09 Adam BishopReplace calls to fprintf with new tr_* macros
2015-03-09 Sam Hartmantr_main: clean up void pointer style
2015-03-09 Sam HartmanInitial path and expiration utilities
2015-02-23 Sam Hartmantid_req_free: delete GSS context
2014-12-11 Adam BishopAdd logging values to the TR config struct, code to...
2014-12-11 Adam BishopAdd some audit messages to be logged
2014-12-11 Adam BishopUpdate Makefile.am to include new sources
2014-12-11 Adam BishopAdd functions to log trust query results handled by...
2014-11-27 Adam BishopAdding syslog into configure checks
next